/*div,span,button,p,h1,h2,h3,h4,h5,h6,a{
    font-family: 'Roboto', sans-serif; 
}*/

h1 { font-family: "Open Sans"; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } 
h3 { font-family: "Open Sans"; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } 
div,span,button,p,a{ font-family: "Open Sans"; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } 
pre { font-family: "Open Sans"; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }



@media (max-width: 2560px) {
    .title_cover{
      color: #ffffff;
      font-size: 50px; 
      font-weight: 400;
      text-align: center;
      line-height: 1.42em;
    }
    
    .centered {
        position: absolute;
        top: 50%;
        left: 17%;
    } 
}

@media (max-width: 600px) {
    .title_cover{
        color: #ffffff;
        font-size: 30px;
        font-weight: 400;
        text-align: center;
        line-height: 1.42em;
    }
    
    .centered {
        position: absolute;
        top: 58%;
        left: 30%;
    }  
}

@media (max-width: 400px) {
    .title_cover{
        color: #ffffff;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        line-height: 1.42em;
    }
    
    .centered {
            position: absolute;
            top: 66%;
            left: 16%;
    }  
}

        
.espace-40{
    height:40px;
}

.espace-15{
    height:15px;
}

.espace-5{
    height:5px;
}

.espace-20{
    height:20px;
}

.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
 
.truncate_two_line {
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}



.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 4rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0 / 80%);
    font-size: 18px;
    font-weight: 500;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #000000;
    background-color: #bea65c;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(195 14 45);
    position: relative;
    border-bottom: solid 2px #9f8a4f;
    background: #eeeeee; 
}
@media (min-width: 768px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
} 

.img-title{
    width: 200px;
}

.element-center{
    text-align: center;
}

.btn-jaune {
    background-color: rgb(193, 171, 97);
    border-radius: 50px;
    border-color: rgb(193, 171, 97);
    font-size: 14px;
}

.titre-articles {
  font-size: 20px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.texte-articles{
    font-size: 14px;
}

.btn-rouge {
    background-color: #c30e2d;    
    border-radius: 50px;       
    border-color: #c30e2d;        
    font-size: 14px;    
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
} 

.btn-rouge:hover{
    background: #a38833;
    color: #ffffff;
    border-color: #a38833; 
}

.back-press{
    background-image: url(/images/prese.jpg);
    background-size: cover;
    background-position: center; 
}

.back-jaune { 
  background-color: rgb(193 171 97); 
}
.back-pres{
    background-image: url(/images/back-presentation.jpg);
    background-size: cover;
    background-position: center;  
}
.back-footer{
    background-image: url(/images/back-footer.jpg);
    background-size: cover;
    background-position: center;  
}
.back-bois{
    background-image: url(/images/back-bois_II.jpg);
    background-size: cover;
    background-position: center;  
}
.italique-block-pres { 
  font-size: 20px;
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-style: italic;
  line-height: 1.2;
}



.border-carousel{
    border: solid 1px #dedede;
    border-radius: 6px;
}
.titre-produits{
    text-align: center;
    padding: 10px;
    font-size: 16px;
    letter-spacing: 0.8px;
    font-weight: 700; 
    text-transform: uppercase; 
}


@media (max-width: 2560px) {
    .title-mocaf {
      font-size: 23px; 
      color: rgb(0, 0, 0);
      font-weight: bold;
      line-height: 1.2;
      text-align: center;
      text-transform: uppercase; 
    } 
}

@media (max-width: 991px) {
    .title-mocaf {
      font-size: 17px; 
      color: rgb(0, 0, 0);
      font-weight: bold;
      line-height: 1.2;
      text-align: center;
      text-transform: uppercase; 
    } 
}

.text-simple-center{
    font-size: 14px; 
    color: rgb(0, 0, 0);
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}


/*MENU OVERLAY*/
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: rgb(255 255 255);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
    text-decoration: none;
    font-size: 30px;
    color: #c30e2d;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #c1ab61;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
 
@media (max-width: 768px) {
    .num_rse{
        width:30% !important; 
    }
}

#actu1 {
  position: absolute;
  left: 34px;
  top: 158px;
  width: 443px;
  height: 503px;
  box-shadow: 0px 2px 9px rgba(0,0,0,0.5);
}

#bitmap {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 443px;
  height: 503px;
}

#mask {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 442.97px;
  height: 503px;
  border-radius: 12px;
  background: #ffffff;
  background-blend-mode: normal;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.11);
}

#bitmap {
  position: absolute;
  left: -225px;
  top: -20px;
  width: 965px;
  height: 543px;
  background:  url(Bitmap.png)  no-repeat;
}

#rectangle {
  position: absolute;
  left: -14px;
  top: 263px;
  width: 469px;
  height: 260px;
  background: rgba(255,255,255,0.89);
  background-blend-mode: normal;
}

#clbrationd {
  position: absolute;
  left: 23px;
  top: 279px;
  width: 343px;
  height: 31px;
  color: #7b6a2b;
  font-family: "Helvetica-Bold";
  font-size: 26px;
  font-weight: 400;
  text-align: center;
}

#lesfemmesd {
  position: absolute;
  left: 25px;
  top: 320px;
  width: 391px;
  height: 121px;
  color: #635f50;
  font-family: "Helvetica-Bold";
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}

#group {
  position: absolute;
  left: 6px;
  top: 5px;
  width: 152px;
  height: 46px;
}

#rectangle {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 152px;
  height: 46px;
  border-radius: 23px;
  background: #d14438;
  background-blend-mode: normal;
}


#lirelartic {
  position: absolute;
  left: 166px;
  top: 451px;
  width: 107px;
  height: 24px;
  color: #dacea3;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
}

#rectangle {
  position: absolute;
  left: 117px;
  top: 443px;
  width: 189px;
  height: 40px;
  border-radius: 20px;
  border: dashed #dacea3;
}



/*CSS ARTICLE*/

.details-card {
	background: #ecf0f1;
}

.card-content {
	background: #ffffff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 15px;
}

.card-img {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card-img img {
	width: 100%;
	height: auto;
	display: block;
}

.card-img span {
	position: absolute;
    top: 15%;
    left: 20%;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
    border-radius: 23px;
    background: #c30e2d;
}

.card-img span h4{
        font-size: 12px;
        margin:0;
        padding:10px 5px;
         line-height: 0;
}
.card-desc {
	padding: 1.25rem;
}

.card-desc h3 {
	color: #7b6a2b;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.hover_img:hover{
    padding: 6px;
    cursor: pointer;
}

.hover_img_bt:hover {
    cursor: pointer;
    position: relative;
    bottom: 6px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 10px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.card-desc p {
	color: #635f50;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; 
}

.appercu_article{
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;   
}

.btn-card{
	    padding: 10px 30px;
    cursor: pointer;
    border-radius: 20px;
    border: solid 2px #dacea3;
}

.btn-card:hover {
   background: #dacea3;
    color: #7b6a2b;
    font-weight: 600;
}

a.btn-card {
    text-decoration: none;
    color: #dacea3;
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
}

/*FIN CSS ARTICLE*/
