html {
    font-size: 12px !important;
}


/*
*
*
*
*
*               OLD VERSION STYLING
*           FEW USEFUL STYLES MAINTENED FOR             
*           THE NEW VERSION
*
*
*/
.container {
    max-width: 1290px;
  }
 /*
  *
  *          @   Navbar styling
  *
  */
  #articlesWrapper .annoncesArticles .card h4 {
    font-weight: 600 !important;
    font-family: "Open Sans" !important;
    height: 80px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.navbar {
    padding: 0;
    z-index: 1000;
    background-color: white;
    height:110px;
    margin-bottom: 0;
   
  }
 
.navbar-brand {
margin-right: 0rem !important;
height: 100px; 
width:24%;
display: flex;
justify-content: center;
}


  .navbar.fixedmenu .logo-default, .navbar .logo-scrolled {
    display: none;
  } 
  .navbar-nav a::before {
    content: '';
    right: 0;
    top: 0;
    border-top: 3px solid #149451;
    border-right: 3px solid #149451;
    transform: translate(-100%, 50%);
  }
  .navbar-nav a:after {
    content: '';
    left: 0;
    bottom: 0;
    border-bottom: 3px solid #149451;
    border-left: 3px solid #149451;
    transform: translate(100%, -50%);
  }
  .collapse.navbar-collapse{
    position: relative;
  }
  .navbar-nav a::before, .navbar-nav a::after {
    content: '';
    height: 14px;
    width: 14px;
    position: absolute;
    transition: all .35s ease;
    opacity: 0;
  }
  .navbar-nav a:hover:before, .navbar-nav a:hover:after {
    transform: translate(0,0);
    opacity: 1;
  }
  
  .navbar-nav {
     width: 900px; 
  }
  .navbar .show{
    background-color: #fff;
  }
  .navbar-nav .nav-link {
    padding: 6px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
    position: relative;
    line-height: normal;
    margin: auto 10px;
    display: inline-block;
    font: 18px gotham-x-medium,sans-serif;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
  }
  .bar-nav-menu:hover {
    color: #149451;
  }


  .phone-btn{
    display: block;
    color: var(--green-color);
    font-weight:700 !important;
    text-transform: uppercase;
    font: 15px 'Montserrat',sans-serif;
    text-decoration: none!important;
    text-align:right;
  }
  .phone-btn:hover{
    color: var(--dark-grey-color);
  }
  .phone-btn ion-icon{
    margin: 0;
    float: left;
  }

  .carousel{
    height: 100%;
  }
  h2 {
    text-transform: uppercase;
    font: 34px "LibSansWebBlack", gotham-x-medium,sans-serif;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    line-height: 38px;
    background: none;
    padding: 0!important;
  }
  

  .bottom {
    position: absolute;
    bottom: 5px;
    width: 559px;
    text-align: center;
    margin: 0 auto;
    float: none;
    left: 0;
    right: 0;
    font-size: 18px;
    color: #2e3032;
    font: 21px gotham-x-medium,sans-serif;
    height: 15%;
    color: grey;
  }
  .bottom span.animated {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -58px;
    height: 4px;
    width: 4px;
    border-radius: 2px;
    background: #149451;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
  }

  .bottom span::before, 
  .bottom span::after {
    position: absolute;
    top: -23px;
    content: "";
    height: 30px;
    width: 4px;
    border-radius: 2px;
    background: #149451;
  }

  .bottom span::before {
    left: -10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    -ms-transform:     rotate(-45deg);
    -o-transform:      rotate(-45deg);
    transform:         rotate(-45deg);
  }

  .bottom span::after {
    right: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    transform:         rotate(45deg);
  }
  section{
    height: calc(100vh - 83px);
  }
  .navbar-nav .nav-link:hover{
    color: #989898;
  }
  .navbar-nav .active-link:before, .navbar-nav .active-link:after {
    transform: translate(0,0);
    opacity: 1;
  }
  #telecharger-plaquette {
    font-size: 10px;
    right: 208px;
    position: absolute;
    bottom: 30px;
    text-decoration: none;
    text-transform: uppercase;
    color: gray;
  }
  video{width:100%; height:100%}
  .show-video {
    position: absolute;
    bottom: -2px;
    text-transform: uppercase;
    right: 0;
  }

  .navbar-nav{
    padding: 0 !important;
  }

/*
*
*
*
*           UTILS
*
*
*
*
*/





p, li {
    font-size: 20px;
    font-family: "Graphik Compact",sans-serif !important;
    line-height: 24px;
}
h1,h2,h3{
    font-family: "LibSansWebBlack";
}

.h-95{
    height:95%;
}
.h-90{
    height:90%;
}

.max-w-100{
    max-width:100% !important;
}

.text-green {
    color:var(--green-color) !important;
}


.flex-center{
    display: flex !important;
    align-items:center !important;
    justify-content: center !important;
}

.smaller {
    font-size:16px !important;
}


.pe-22 {
    padding-right:2.2rem;
}

/*
*
*
*       PLAQUETTE MAIN HOME BANNER
*
*
*/
.bg-banner{
    position: absolute;
    width:100%;
    height:100%;
    z-index:0;
    left:0;
    object-fit: cover;
}
#fullpage {
    padding-top:0 !important;
  /*   margin-top: 85px;  */
}
.navbar-brand img{
height: 100%;
width: auto;
}

.nav-submenu{
    display:none;
    width:100%;
    justify-content:flex-start;
    transition: bottom .5s ease-in-out;
    position: relative;
    left: 1.5rem;
}


.nav-submenu:target {
    transform: scaleY(1);
  }
.nav-submenu .submenu-wrapper {
    margin-top:10px 0 0 0;
    
    width: 100% !important;
   /*  margin-left: 50px; */
}
.nav-submenu .submenu-wrapper ul {
    margin-bottom:0;
}
.nav-submenu li{
   list-style: none;
}
.nav-submenu li a:not(.transp-item){
    padding:6px 15px;
   margin-right:25px;
   text-align: center;
   border: solid 2px black;
   text-transform: uppercase;
   font: 13px sans-serif;
   cursor: pointer;
   color:black;
   text-decoration: none;
   height: 100%;
   display: flex;
   align-items: center;
 }
.nav-submenu li a.active:not(.transp-item), .nav-submenu li a:not(.transp-item):hover{
    
    color:#fff !important;
    background-color: #131313 !important;
 }
 .transp-item{
    color:transparent !important;
    background-color:transparent !important;
    border-color:transparent !important;
    padding:6px 15px;
    margin-left:25px;
 }
.nav-submenu{
    transition: bottom 1s ease-in-out;
 }


 .en-partenariat-block{
    width: 50% !important;
    max-width:180px;
    margin: 0 auto;
    background: transparent;
    padding: 10px 10px 10px 10px;
    border-radius: 8px;
    display:flex;
    flex-direction:column;
    justify-content:center;
 }

#download-plaquette {
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: gray;
  }

#contactInfo a:first-of-type{
        
        font-weight: 500;
        text-transform: uppercase;
        font-size: 14px;
        color: #333;
        position: relative;
        line-height: normal;
        display: inline-block;
        font: 18px gotham-x-medium,sans-serif;
        box-sizing: border-box;
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        cursor:pointer;
      
}






/*
*
*
*
*
*       STEPS SECTIONS DESIGN
*
*
*
*/
.section-wrapper{
    position:relative;
}
.section-wrapper li {
    list-style: square;
}
.section-wrapper .fullPageControls-left{
    position:absolute;
    bottom:15px;
    left:25px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.section-wrapper .fullPageControls-right{
    position:absolute;
    bottom:15px;
    right:15px;
    display:flex;
    justify-content: center;
    align-items: center;
}
#first-section .container h1 {
    text-transform: uppercase;
    margin: 4px 0;
    font: 34px gotham-x-medium,sans-serif;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    line-height: 32px;
    background: none;
    padding: 0;
    margin-left: 87px;
  }


.section:not(#home-section) .section-wrapper{
  /*   padding-top:8%; */
}

.banner-details{
    position:relative;
    background: rgb(0,0,0);
background: linear-gradient(357deg, rgba(0,0,0,0.6839110644257703) 14%, rgba(0,0,0,0.3561799719887955) 100%);
    /* background: rgb(0,0,0);
    background: radial-gradient(circle, rgba(0,0,0,1) 14%, rgba(0,0,0,0.6) 100%); */
    width:35%;
    min-height:68%;
   /*  padding: 30px; */
    display:flex;
    flex-direction: column;
    justify-content: center;
    z-index:10 !important;
    margin-right: 3rem;
}

.banner-details .offre{
    font-family: gotham-x-medium, sans-serif;
}

.banner-details .en-partenariat{
    font-weight:700 !important;
}

 #home-wrapper .banner-details .block-title {
    /* bottom: 0;
    top:0;
    left:0;
    right:0;
    position: absolute; */
    margin-top:-4rem;
} 

#home-wrapper .rubriques .border-div{
    width:50%;
    height:40px;
    border-right: solid 2px #fff;
}
#home-wrapper .banner-details .rubriques h3 {
    text-align: center;
    font-size: 3.4rem;
    margin: 0;
    line-height: 3.4rem;
    color:#fff;
    text-transform: uppercase;

}
#home-wrapper .banner-details .rubriques h4 {
    text-align: center;
    font-size: 1.3rem;
    margin: 0;
    font-family: "Montserrat";
    color: #fff;
    text-transform: uppercase;
}
#articlesWrapper  .rubriques h3 {
    text-align: center;
    font-size: 3.25rem;
    margin: 0;
    line-height: 3.9rem;
    color:#000;
}
 #articlesWrapper  .rubriques h4 {
    text-align: center;
    font-size: 2rem;
    margin: 0;
    font-family: "Montserrat";
    color:#000;
    font-weight:600 !important;
    text-transform: uppercase;

}
#articlesWrapper .videoAndTitle {
    width:100%;
}
#articlesWrapper .annoncesArticles{
    margin-top:1rem;
    width:100%;
}
#articlesWrapper .card{
    width:100%;
    height:100%;
}
#articlesWrapper .cardArticles {
    width: 100%;
    height: 100%;
    max-height: 596px;
} 
#articlesWrapper .annoncesArticles .card h4,
#articlesWrapper .videoAndTitle .card h4{
    font-weight:600 !important;
    font-family:"Open Sans" !important;
}

#articlesWrapper .card-img-top{
    width:100%;
    height: 50%;
    object-fit: cover;
}

#articlesWrapper .annoncesArticles a.card-title, 
#articlesWrapper .videoAndTitle a.card-title{
    font-size: 20px;
    font-family: 'LibSansWebBlack';
    font-weight: 700 !important;
    text-align: left;
    letter-spacing: 0.1rem;
    color: #000;
    text-decoration: none;
    cursor:pointer;
}
#articlesWrapper .annoncesArticles a.card-title:hover,
#articlesWrapper .annoncesArticles a.card-title:focus,
#articlesWrapper .annoncesArticles a.card-title:active{
    color: #000;
    text-decoration:underline;
    text-decoration-color: var(--green-color);
    text-decoration-line: 2px;
}
#articlesWrapper .annoncesArticles .card-subtitle{
    text-align: left;
    font-size: 16px;
    color: var(--grey-folio);
    font-family: 'gotham-x-bold';
}
#articlesWrapper .annoncesArticles .card-subtitle i,
#articlesWrapper .videoAndTitle .card-subtitle i{
    color: var(--green-color);
}


.bn-title{
   font-size:38px !important;
   margin-top:1rem;
   margin-bottom: 1rem;
}
.bn-subtitle, .bn-title{
    text-align: center;
}
.bn-subtitle{
   /*  font-size:1.3rem !important; */
}

.header-container{
    display: flex;
    align-items: flex-start;
    width:100%;
    padding: 10px 12px 10px 0%;
}

#contactInfo{
    display:flex; flex-direction:column; align-items:flex-end;
}
.section-wrapper .section-title{
    width:100%;
    display:inline-block;
    text-align: right;
    font: 27px gotham-x-medium,sans-serif;
    line-height: 27px;
}
 .banner-title{
    padding: 10px;
   /*  background:var(--dark);
    opacity: 0.5; */
}
 .banner-title h2, .banner-refs .banner-title h2{
    text-align:center;
    width:55%;
    color: var(--dark);
    padding: 25px 10%;
}
.banner-info{
    min-height:60%;
}
.banner-info .banner-elt{
    padding:0;  
    margin: 0px 0px;
    background: #ffffff81;
    height: 100%;
}
.banner-info .banner-elt h3{
    font-family: 'Montserrat' !important;
    font-weight: 800 !important;
    font-size:24px;
    text-align:center;
}
.banner-info .banner-elt h4{
    font-family: "Montserrat" !important;
    font-weight: 400 !important;
    font-size:20px;
    text-align:center;
    margin-bottom:0;
}
.banner-info .banner-elt .text{
    font-weight: 500 !important;
    font-size:20px;
    text-align:center;
    color:var(--dark-grey-color);
    margin-bottom:0;
    margin-top: 1%;
    padding-left: 14%;
    padding-right: 14%;
}
.banner-info .banner-elt .number{
    display: flex;
    background-color: var(--dark);
    color:#fff;
    height:50px;
    width:50px;
    justify-content: center;
    align-items: center;
    border-radius:50%;
    margin: 0px auto;
    font-family: 'LibSansWebBlack' !important;
    font-weight: 900 !important;
    font-size:25px;
    text-align:center;
}


.banner-refs-carousel h5{
    font: 26px gotham-x-medium,sans-serif;
    text-align:center;
    color:var(--grey-folio);
}



.banner-refs-carousel .owl-prev, 
.banner-refs-carousel .owl-next{
    background-color: var(--dark);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    top: 0;
    transform: translateY(50%);
    padding: 5px;
    color:white;
    z-index:99;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-refs-carousel .owl-next{
    right: -50px;
}
.banner-refs-carousel .owl-prev{
    left: -50px;
}
.banner-refs-carousel .card .img-wrapper {
    max-width: 100%;
    width:auto;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner-refs-carousel img{
    max-height: 100%;
   /*  max-width:75px; */
  }

  .banner-refs-carousel .carousel-item{
    max-width:100px;
    margin: 0px 8px;
  }

  .banner-refs{
    padding:0px;
  }

  .absolute-bottom {
    position: absolute;
    bottom: 0px;
    text-align: center;
    margin-bottom: 0;
    left: 0;
    right:0;
    font-size: 18px;
    color: #2e3032;
    padding: 15px;
    color: grey;
  }
  .absolute-bottom p{
    font: 21px gotham-x-medium,sans-serif !important;
    font-weight:600;
    width:80%;
    margin:auto;
  }
/*   .absolute-bottom .animated {
    position: absolute;
    margin: auto;
    right: 0;
    left: 25px;
    bottom: 50px;
    height: 4px;
    width: 4px;
    border-radius: 2px;
    background: #149451;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
  }

  .absolute-bottom .animated::before, 
  .absolute-bottom .animated::after {
    position: absolute;
    top: -23px;
    content: "";
    height: 30px;
    width: 4px;
    border-radius: 2px;
    background: #149451;
  }

  .absolute-bottom .animated::before {
    left: -10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    -ms-transform:     rotate(-45deg);
    -o-transform:      rotate(-45deg);
    transform:         rotate(-45deg);
  }

  .absolute-bottom .animated::after {
    right: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    transform:         rotate(45deg);
  } */


#home-section .fp-tableCell{
    height: 85% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: transparent;

} 

#home-section .banner{
    height:100%;
    background: transparent;
    display:flex;
    justify-content: flex-end;
    align-items: center;
    /* margin: 50px auto; */
    /* background-color: transparent; */
    /* background-image: url("../images/wine.jpg"); */
    /* background-position: center center;
    background-size: cover; */
   /*  background-image: url("../images/ui/flashmatin_cover.jpg");
    background-position: top center;
    background-size: cover; */
}
#home-section { 
    position: relative;
}
.background-img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-wrapper{
    display:flex; 
    flex-direction: column;
    justify-content: space-around;
    width:100%;
}

.section-wrapper .banner-info .redaction-item:first-of-type{
  
    margin-top: 0 !important;
}
.section-wrapper .banner-info .redaction-item{
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.section-wrapper .banner-info .redaction-item  .title{
    font-weight: 600 !important;
    font-family: 'Montserrat';
    font-size: 20px;
}
.section-wrapper .banner-info .redaction-item .text{
    font-size: 15px;
    font-weight: 700 !important;
    margin-bottom: 0rem !important;
    text-transform: uppercase;
}
.section-wrapper .banner-info .redaction-item  .subtitle{
    font-size: 14px;
    color:#aaa;
    margin-bottom: 0rem !important;

}
.section-wrapper .banner-info .redaction-item  .number {
    display: flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700 !important;
    border-radius: 50%;
    background: #000;
    text-align: center;
    padding: 14px;
    margin-bottom: 0;
    margin-right: 10px;
    color: #fff;
    font-family: 'LibSansWebBlack';
    font-weight: 700 !important;
}



.headerSeriesTitle {
    width: auto;
    margin: 5px 10px 5px 16.2%;
    align-items: center;
/*     min-height:25%;
    max-height:25%; */
}
.headerSeriesTitle .page{
    font-size: 24px;
    margin-bottom:0.35rem !important;
}
.headerSeriesTitle .number {
    margin-top: -10px;
    margin-left: -10px;
    font-size: 120px;
    line-height: 120px;
    font-weight: 700 !important;
    font-family: 'LibSansWebBlack';
    color: var(--grey-folio);
}
#tarifsWrapper .headerSeriesTitle .number {
    margin-top: -10px;
    margin-left: -10px;
    font-size: 100px !important;
    line-height: 100px !important;
}
.headerSeriesTitle .subtitle{
    font-size:18px;
}
.headerSeriesTitle .title{
   /* width:55%; */
}
.video-placeholder {
    width:100%;
    height:85%;
    background: #d6d6d6;
    border: 0px solid #131313;
    /* border-right-width: 2px !important;
    border-radius: 10px 0px 0px 10px ;
    box-shadow: 0px 0px 10px 0px rgba(2, 155, 79, 0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(2, 155, 79, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(2, 155, 79, 0.75);
    */
}

.realisation-technique{
    margin-top:0.5rem;
}
.realisation-technique ul{
    padding-left:0.5rem;
}
.realisation-technique ul li{
    list-style: none !important;
}
.realisation-technique p{
    font-size: 14px;
    margin-bottom:0.25rem;
}

.fp-controlArrow.fp-next{
    display:none;
    border-color: transparent transparent transparent #000 !important;
}
.fp-controlArrow.fp-prev{
    display:none;
    border-color: transparent #000 transparent transparent !important;
}


/*********************

======================
======================
======================
@Slide Rédaction - Articles Styling

***********************/

.section-wrapper .articles .subtitle{

    font-weight:500 !important;
    margin-bottom:2rem !important;
}

.cardArticles, .cardPodcasts{
  /*   box-shadow: 0px 0px 10px 0px rgba(135, 135, 135, 0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(135, 135, 135, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(135, 135, 135, 0.75); */

}
.cardArticles .card-header a ,
.cardPodcasts .card-footer a {
    color: #fff !important;
    text-decoration:none;
    text-transform: uppercase; 
}
.cardArticles .card-header a i,
.cardPodcasts .card-footer a i{
    color: #fff !important; 
}
.cardArticles .card-header a:hover i,
.cardPodcasts .card-footer a:hover i{
    color: var(--green-color); 
}
.cardArticles .card-header h6,
.cardPodcasts h6, .example-podcasts h6{
  font-weight:700 !important;
  color:#000;
  font-family: 'Montserrat';
  font-size:18px;
}

.example-podcasts h6 {
   /*  padding-left: 3rem; */
}

#rubriques{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  /*   height: 100%; */
    padding: 0 !important;
}
.rubriques-title{
    text-decoration: underline var(--green-color) 4px;
    text-align:center;
}

#rubriques li {
    padding: 3px 2px 3px 2px;
    list-style: none;
    font-weight:700 !important;
    font-size:18px;
}
#rubriques li.active{
    background-color: #212529;
    color:#fff;
}
.cardArticles .card-footer a{
    font-weight:600 !important;
    color:#fff;
    font-family: 'Montserrat';
    text-decoration: none;
}
.cardArticles .card-footer a:hover{
    color:var(--green-color);
    font-family: 'Montserrat';
}

.rubrique-view {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}





#navCarouselPodcastsRight{
    position: absolute;
    left: 5px;
    right: 5px;
    display: flex;
    justify-content: space-between;
    z-index: 90;
    bottom:45%;
}
#navCarouselPodcastsRight button{
   height:50px;
   width:50px;
   padding:8px;
   border-radius:50%;
   color:#000;
   background:rgba(255, 255, 255, 0.445);
}
#navCarouselPodcastsRight button i{
  font-size:28px;
 }

#carouselPodcastsRight .owl-dots {
    display: flex !important;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    justify-content:center;
}

#carouselPodcastsRight .owl-dots .owl-dot:not(.active){
    background: #fff;
    border-color: var(--grey-folio);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border-width: 3px;
    margin-left: 5px;
    margin-right: 5px;
}
#carouselPodcastsRight .owl-dots .active{
    background: var(--grey-folio);
    color:#fff;
    border-color: var(--grey-folio);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border-width: 3px;
    margin-left: 5px;
    margin-right: 5px;
}
#carouselPodcastsRight .owl-dots .owl-dot:not(.active):hover,
#carouselPodcastsRight .owl-dots .owl-dot:not(.active):focus,
#carouselPodcastsRight .owl-dots .owl-dot:not(.active):active{
    background-color: var(--grey-folio);
}
#carouselPodcasts .item-wrapper img{
    height:50px !important;
    width:auto !important;
    margin-bottom:1rem;
    margin-top:1rem;
}
#carouselPodcasts .item-wrapper{
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
margin-bottom:1rem;
}
#carouselPodcasts .item-wrapper p{
   text-align: center;
}
#carouselPodcasts-wrapper a{
    text-align: center;
    color:var(--dark);
    text-decoration: none;
 }





/*********************

======================
======================
======================
@Slide Rédaction - Social Medias Styling

***********************/

#socialMediasWrapper .social .subtitle{
   /*  font-size:1.2rem; */
}

#socialMediasWrapper .social {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
#socialMediasWrapper .social-medias-row{
    align-items: stretch;
    min-height: 70%;
}

/* #socialMediasWrapper  .banner-info  .subtitle{
    font-size: 20px !important;
} */
#socialMediasWrapper .small-title{
   text-transform: uppercase;
    font-size: 2rem !important;
    font-weight:700 !important;
    margin-bottom:5rem;
}


/*********************

======================
======================
======================
@Slide Diffusion - Figaro Styling

***********************/

.section-wrapper .diffFigaro .subtitle{

    font-weight:500 !important;
    margin-bottom:0.5rem;
    font-size: 14px;
}

.section-wrapper .diffFigaro .text-muted{
    font-size:12px;
    font-style: italic;
    line-height: 12px;
}
.section-wrapper .diffFigaro ul.parentList{
    list-style: square;
}
.section-wrapper .diffFigaro ul.subList{
    list-style: "→";
}


#figaroWrapper .cardFigaro .title{
    font-weight:600 !important;
    text-align: center;
} 
#figaroWrapper .cardFigaro .subtitle{
    font-style:italic !important;
    text-align: center;

} 
#figaroWrapper .cardFigaro img.logo-figaro{
width:100px;
} 
.cardFigaro .card-body a.controls i{
    font-weight:600 !important;
    color:var(--dark);
    text-decoration: none;
}
.cardArticles .card-body a.controls i:hover{
    color:var(--green-color);
}
#figaroWrapper .text-link{
    color:var(--dark);
    text-decoration: none;
    font-weight:600 !important;
} 
#figaroWrapper .text-link:hover{
    color:var(--dark-grey-color);
    text-decoration: none;
    font-weight:600 !important;
} 
#figaroWrapper .cardFigaro .card{
    max-width: 100%;
    /* width:auto; */
    margin:0 auto;
    
}
#figaroWrapper .cardFigaro .card img{
    height:175px;
    width:100%;
    object-fit: cover;
}

.cardFigaro{
    box-shadow: 0px 0px 10px 0px rgba(135, 135, 135, 0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(135, 135, 135, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(135, 135, 135, 0.75);

}

#navCarouselDiffusionFigaro{
    position: absolute;
    left: 5px;
    right: 5px;
    display: flex;
    justify-content: space-between;
    z-index: 90;
    bottom:45%;
}
#navCarouselDiffusionFigaro button{
   height:50px;
   width:50px;
   padding:8px;
   border-radius:50%;
   color:#000;
   background:rgba(255, 255, 255, 0.445);
}
#navCarouselDiffusionFigaro button i{
  font-size:28px;
 }

.cardFigaro .card-header a,
.cardFigaro .card-footer a{
    color: #fff !important;
    text-decoration:none;
    text-transform: uppercase; 
}
.cardFigaro .card-header a i,
.cardFigaro .card-footer a i{
    color: #000 !important; 
}
.cardFigaro .card-header a:hover i,
.cardFigaro .card-footer a:hover i{
    color: var(--green-color); 
}
.cardFigaro .card-header h6 {
  font-weight:700 !important;
  color:#000;
  font-family: 'Montserrat';
  font-size:18px;
}


#figaroWrapper .card-controls {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    display:flex;
    justify-content:space-between;
    align-items: center;
}


.custom-subtitle{
    font: 17px gotham-x-medium,sans-serif !important;
    text-transform: uppercase !important;
    color:#808080;

}   



/*********************

======================
======================
======================
@Slide PROMOTIONS - PROMOTION Styling

***********************/

.promos{
    z-index:9999;
}
/* #promoBanniereWrapper{
    padding-top: 110px !important;
} */

#promoBanniereWrapper .scrollable-table{
    height:280px;
    overflow-x:auto;
}
#promoBanniereWrapper .table th{
    width:100%;
    text-align:center;
    pointer-events: none;
    font-weight: 700 !important; 
    color: #B0B0B0;
    font-family: 'Montserrat';
    font-size: 18px;
   /*  padding-bottom: 2%;
    vertical-align:top; */
}
#promoBanniereWrapper .table td{
     width:33%; 
    text-align:center;
    padding:12px;
    vertical-align: middle;
}
#promoBanniereWrapper .table img{
    width:100%;
    max-width:110px;
}
#promoBanniereWrapper .table th{
    font-weight:700 !important;
    
}
#promoBanniereWrapper .table .bold{
    font-weight:700 !important;   
}
#promoBanniereWrapper .table .voir-link{
    color:var(--green-color) !important;   
}
#promoBanniereWrapper .text-muted{
    font-size:13px !important;  
    font-style:italic; 
}
#promoBanniereWrapper .card-footer a{
    color:#fff !important;

}
#promoBanniereWrapper .card-body img{
    max-width: 100%;
    object-fit: cover;
}
#promoBanniereWrapper .card-body {
   padding:0 !important;
}

/*********************

======================
======================
======================
@Slide bannieres différents formats

***********************/
.banner-customizations{
    display:flex;
    justify-content:center;
    width:100%;
    
}
.banner-template-cnt{
    height:auto;
    max-height:50vh;
    overflow-y: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.btn-zoom{
    
    background: #fff;
}




/*********************

======================
======================
======================
@Slide BON DE COMMMANDE - BC Styling

***********************/


/* #bcWrapper .scrolling-wrapper {
    
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  } */
  
  #bcWrapper .signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width:600px;
    height:300px;
    box-shadow: 0px 0px 10px 0px rgba(135, 135, 135, 0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(135, 135, 135, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(135, 135, 135, 0.75);
  }


  #bcWrapper .info-msg{
    background-color: var(--green-color);
    color:#fff;
    text-align: center;
    
  }

  #bcWrapper .info-msg h5{
    font: 22px gotham-x-medium,sans-serif !important;

    
  }

  .form-control{
    padding: 0.65rem 0.75rem !important;
    font-size: 16px !important;
  }
  .form-label{
    font-size:16px;
  }
  

  
  
  .form-label, .form-check-label, .form-select {
    font-size: 16px!important;
  }


  .icon-link{
    z-index: 999;
    display: block;
    background-color: #808080 !important;
    color: #fff;
    border-radius: 50%;
    height:45px;
    width:45px;
    font-size: 24px;
    display: inline-flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    border:0 !important;
}

.icon-link:hover, .icon-link:active, .icon-link:focus{
      
}


/*********************

======================
======================
======================
@Slide NOTRE OFFRE- PAGE 2 Styling

***********************/



.cnt-ensavoir{
    height: 46px;
    position: absolute;
    bottom: -23px;
    width: 120px;
    margin: 0px auto;
    left: 0;
    right: 0;
}

.cnt-ensavoir .btn{
    font: 16px gotham-x-medium,sans-serif !important;
    background-color: #e6e6e6;
    border-color: #fff;
    color:#000;
    height:75%;
}




.partners-table {
    height:45vh;
    overflow-y: scroll !important;
}


.small-title-cnt{
    padding-right: 1rem;
    padding-left: 1rem;
}








/*
*
*
*               REDACTION SECTION
*
*
*
*/



#section2Wrapper .replay-btn {
    color:var(--green-color);
    text-decoration: none;
    z-index:100;
    background-color: white;
}
#section2Wrapper .replay-btn img {
    width:34px;
    height:auto;
    margin-left:-17px;
}
#section2Wrapper .replay-btn:hover {
  color:#000;
}


.main-carousel .carousel-cell {
    width:70%;
}

#promoBanniereWrapper .replay-btn {
    /* left: 0 !important; */
    color: var(--green-color);
    text-decoration: none;
    z-index: 100;
    background-color: white;
}
.replay-btn img {
    margin-left: -15px !important;
    height: 30px !important;
}
.cnt-video-offre {
    height: 30px !important;
    bottom: -15px !important;
}

/*
*
*
*               BACK OFFICE SECTION
*
*
*
*/
.bo-title{
    text-align:center;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 2.5rem;
    margin-bottom:2rem;
    font-family: 'gotham-x-medium', sans-serif;
    color:var(--grey-folio) !important;
}
.bo-lists ul li:first-of-type{
    color:#fff;
    font-weight:700 !important;
    margin-bottom:1.5rem;
    background-color: #131313;
    text-align: center;
}
.bo-lists ul li{
    list-style-type: "- ";
    padding: /* 0.5rem  */0;
}
.bo-carousel-flickity-wrapper{
    width:60%;flex-grow:1; padding-right: 5rem;padding-left: 5rem;
}
.backOffice-carousel {
    max-width:65%;
    margin:auto;
    height:350px !important;
    width: auto !important;
    margin-bottom:1.5rem;
}
.backOffice-carousel .is-selected{

    border-radius: 8px;
    box-shadow: 0px 0px 6px 0px rgba(174, 173, 173, 0.75);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(174, 173, 173, 0.75);
    -moz-box-shadow: 0px 0px 6px 0px rgba(174, 173, 173, 0.75);
}
.backOffice-carousel .carousel-elt:not(.is-selected){

}
.backOffice-carousel .carousel-elt {
  /*   height:100%; */
  width:66%;
    
}
.backOffice-carousel .carousel-elt .carousel-elt-inner{
    display:flex;
    width:100%;
    height:100%;

}
.backOffice-carousel .carousel-elt .carousel-elt-image{
    width:50%;
    height:100%;
}
.backOffice-carousel .carousel-elt .carousel-elt-image img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.backOffice-carousel .carousel-elt .carousel-elt-text{
    display:flex;
    justify-content:center;
    align-items:center;
    width:50%;
    padding:5%;
}
.backOffice-carousel .carousel-elt .carousel-title{
    font-size:42px;
    color:var(--green-color);

}
.backOffice-carousel .carousel-elt .carousel-title span{
    font-size:7rem;
    margin-right:10px;
    display:block;
}
.backOffice-carousel .carousel-elt p{
    line-height:21px !important;
    font-size:19px !important;
}
.flickity-prev-next-button:hover,
.flickity-prev-next-button:active{
    color: var(--black-color) !important;
}
.flickity-prev-next-button:focus{
    box-shadow: 0 0 0 5px var(--green-color) !important;
}
.flickity-prev-next-button.next{
    right:-50px !important;
}
.flickity-prev-next-button.prev{
    left:-50px !important;
}
/*
*
*
*               NEWS LETTER SECTION
*
*
*
*/

.cardNews{
    box-shadow: 0px 0px 10px 0px rgba(135, 135, 135, 0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(135, 135, 135, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(135, 135, 135, 0.75);

}
.cardNews .card-header a,
.cardNews .card-footer a{
    color: #fff !important;
    text-decoration:none;
    text-transform: uppercase; 
}
.cardNews .card-header a i,
.cardNews .card-footer a i{
    color: #000 !important; 
}
.cardNews .card-header a:hover i,
.cardNews .card-footer a:hover i{
    color: var(--green-color); 
}
.cardNews .card-header h6 {
  font-weight:700 !important;
  color:#000;
  font-family: 'Montserrat';
  font-size:18px;
}

#newsletterWrapper .small-title{
    text-transform: uppercase;
     font-size: 2rem !important;
     font-weight:700 !important;
     margin-bottom:1rem;
 }

#navNewsLetter button i{
  font-size:28px;
 }

 #newsletterWrapper video {
    max-height: 575px !important;
 }



/*
*
*
*               TARIFS & PRESTATIONS SECTION
*
*
*
*/

#tarifsWrapper table th{
   pointer-events: none;
}

#tarifsWrapper table .prices th:not(.sommet) {
    
    padding-top:0.3rem;
    padding-bottom:0rem;
    vertical-align: middle;
    background: #f6f6f6;
    font-family: gotham-x-medium, sans-serif !important;
    text-align: center;
}
#tarifsWrapper table th .price{
    font-size:30px;
    font-weight:900 !important;
    letter-spacing: 0.2rem;
    font-family: gotham-x-medium, sans-serif !important;
    text-align: center;
    margin-bottom:2px;

}
#tarifsWrapper table th, #tarifsWrapper table thead {
    border-style: none !important;
}

#tarifsWrapper table th .article-number{
    font-size:20px;
    font-weight:900 !important;
    letter-spacing: 0.2rem;
    margin-bottom:2px;
    font-family: gotham-x-medium, sans-serif !important;
    text-align: center;

}
#tarifsWrapper table .prices .sommet{
    font-size:26px;
    font-weight:900 !important;
    font-family: gotham-x-medium, sans-serif !important;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.1rem;

}
#tarifsWrapper table .impressions .sommet{
    font-size:18px;
    font-weight:500 !important;
    font-family: gotham-x-medium, sans-serif !important;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.2rem;

}
#tarifsWrapper table .prices .impressions {
    font-size:14px;
    text-align: center;
    margin:0 !important;


   /*  font-family: gotham-x-medium, sans-serif;
    text-align: center; */
}

#tarifsWrapper table .prices .sommet .sommet {
    font-size:20px;
    margin-bottom: 0 !important;
    font-weight: 500 !important;
    text-transform: uppercase;

}

#tarifsWrapper td {
    width: 20px;
    box-sizing:border-box;
}
/* 
#tarifsWrapper table thead tr th:first-of-type{
    width:25%;
}
#tarifsWrapper table tbody tr:not(.full) td:first-of-type{
    width:25%;
}
#tarifsWrapper table tbody .full td:first-of-type{
    width:100%;
}
 */
#tarifsWrapper table tr td:not(.title){
    font-size:18px;
    text-align: center;
    margin-bottom:0;
    vertical-align: middle;

}

#tarifsWrapper table tr td:not(.title){
    font-size:16px;
    text-align: center;
    margin-bottom:0;
    vertical-align: middle;

}
#tarifsWrapper table tr td p{
    font-size:16px;
    text-align: center;
    margin-bottom:0;
    vertical-align: middle;

}
#tarifsWrapper table td.title, #tarifsWrapper table td .title{
    font-size:22px;
    font-family: 'Graphik Compact', sans-serif;
    text-align: center;
    margin-bottom:0;
    font-weight:900 !important;
    letter-spacing: 0.1rem;
    vertical-align: middle;
    text-transform: uppercase;
}
#tarifsWrapper table tr td.title:first-of-type{
    background:#e6e6e6;
}
#tarifsWrapper table tr td.title i{
    color:var(--green-color)
}

#tarifsWrapper table td .small{
    font-size:14px;
}
#tarifsWrapper .container-fluid{
    padding-left: 1%;
    padding-right: 1%;
}
#tarifsWrapper table tbody tr td:first-of-type{
   text-align: left;
   padding-left:1.5rem;
}

#tarifsWrapper > tbody > tr:hover > * {
    --bs-table-accent-bg: ;
    color: #dfffee !important;
}
#carouselTarifsPartners{
    max-width:200px;
}

#tarifsWrapper table tbody tr td span{
   font-family: "Graphik Compact",sans-serif !important;
 }
 #tarifsWrapper table .supplements,
 #tarifsWrapper table .total-ht{
    visibility:hidden;
 }

 #tarifsWrapper table .total-ht td{
    background-color: #e6e6e6;
 }
 #tarifsWrapper table .total-ht td:not(.title){
    font-size: 30px;
    font-weight: 900 !important;
    letter-spacing: 0.2rem;
    font-family: gotham-x-medium, sans-serif;
    text-align: center;
 }
#carouselTarifsPartners img{
    max-width:100% !important;
    max-height:20px !important;
} 
#navTarifsPartners{
    position:absolute;
    bottom:8px;
    left:10%;
    right:10%;
    display:flex;
    justify-content:space-between;
}
#navTarifsPartners i{
    font-size:1.5rem;
}


.tarifsTable {
    height:100%;
    overflow-y: scroll !important;
}
#tarifsWrapper table .sommet{
    background-color: var(--green-color);
    color:#fff;

}

 #tarifsWrapper table .commander-row td .btn{
    width: 100%;
    height: 35px;
    text-transform: uppercase;
    font-size:16px;
    font-weight:700 !important;
 } 

 .ps-35{
    padding-left:1.35rem;
 }

 /*
*
*
*               CONTACT SECTION
*
*
*
*/


#contactWrapper .carte-contact {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    text-align:center;
}
#contactWrapper .carte-contact .company-name {
    font-size: 28px;
    font-family: 'GOTHAM-X-MEDIUM';
    font-weight: 700 !important;
}
#contactWrapper .carte-contact .phone {
    font-size: 22px;
    font-family: 'gotham-x-medium';
    font-weight: 700 !important;
}
#contactWrapper .carte-contact .phone, #contactWrapper .carte-contact .adress {
    font-size: 22px;
    font-family: 'gotham-x-medium';
    font-weight: 700 !important;
}
.coord-juridique{
    font-size: 16px;
}
#navContactCarousel{
    position: absolute;
    left: 5px;
    right: 5px;
    display: flex;
    justify-content: space-between;
    z-index: 90;
    bottom:45%;
}
#navContactCarousel button{
   height:50px;
   width:50px;
   padding:8px;
   border-radius:50%;
   color:#000;
   background:rgba(255, 255, 255, 0.445);
}
#navContactCarousel button i{
  font-size:28px;
 }


 

@media (min-width: 1620px) {
    #home-wrapper .banner-details{
        width: 30%;
    }

    .section-wrapper .banner-info .redaction-item{
        display: flex;
        align-items: center;
        margin: 15px 0;
    }
    .realisation-technique {
        margin-top: 3.5rem !important;
    }
   
  }

@media (min-width: 768px) {
    .carousel-inner {
      display: flex;
    }
    .carousel-item {
      margin-right: 0;
      flex: 0 0 16.666666%;
      display: block;
    }
  }



@media screen and (min-width: 768px) and (max-width: 1199px){
    .nav-submenu li {
        font: 13px sans-serif;
    }
}


.video-image{
    width: 90%;
float: right;
}

#download-plaquette {
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: gray;
  }
   #podcastGeneral{
    width:130px;
  }
 
#contactInfo a:first-of-type,#podcastGeneral a:first-of-type{
        
        font-weight: 500;
        text-transform: uppercase;
        font-size: 14px;
        color: #333;
        position: relative;
        line-height: normal;
        display: inline-block;
        font: 18px gotham-x-medium,sans-serif;
        box-sizing: border-box;
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        cursor:pointer;
      
}
.video-placeholder-edition {
    width: 100%;
    height: auto; 
    border: 0px solid #131313;
    float: right;
}