/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */
h1.farma{
    color: rgb(51, 102, 102);
    font-family: Parisine Plus Std Clair,Segoe UI Light,Segoe UI,Segoe UI Semibold;
    font-size: 30px;
    font-weight: bold;
}


hr.ligne-presse{
    display: block;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    border-style: inset;
    border-width: 1px;
    box-sizing: border-box;
}

.contenu_page{
    margin-left: 2%;
    max-width: 1000px;
}


.imd_section{
    color: #cc3366;
    font-family: "Segoe UI Light","Segoe UI","Segoe UI Semibold";
    font-size: 20px;
    font-weight: bold;
}

#navbar{
    max-width: 950px;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    margin-top: 10px;
}

.navbar{
    border-left-width: 0px;
    border-right-width: 0px;
    margin-bottom: 0px;

}
.main-container.container{
    width: 100%; /**75.218%;**/
    padding-left: 0%;
    padding-right: 0%;
    max-width: 950px;
}

.region .region-content{
    width:  100%;
}

.row.contenu_page{
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    margin-left: 0%;
    margin-right: 0%;
    overflow: hidden;
    word-wrap: break-word;
}

.col-sm-12{
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
}

html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25% !important;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
