/*
Theme Name: Objectif Mauto
Theme URI: https://www.objectif-mauto.fr/
Author: Media Squad
Author URI: https://www.media-squad.fr/
Description: Th&egrave;me du site Objectif-mauto.fr
Version: 1.0
*/


html {
    min-height:100vh;
}
body {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
}
h1 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 42px !important;
    line-height:48px !important;
    font-weight: 700 !important;
    letter-spacing: -1px;
    color:#5f2122;  
}
h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 36px !important;
    line-height:48px !important;
    font-weight: 600 !important;
    color:#303135;  
}
h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 36px !important;
}
h5 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px !important;
    line-height:27px !important;
    font-weight: 600 !important;
    color:#231B41 !important;    
}
p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
}
.wp-caption {
    border:none !important;
}
.wp-caption-text {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color:#231B41 !important; 
    padding-top:10px;  
}
.pagination {
}
.elementor-kit-5 .elementor-button {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: #FFFFFF;
    background-color: #164194;
    border-radius: 8px 8px 8px 8px;
}
.elementor-kit-5 .elementor-button:hover {
    background-color: rgba(22,65,148,0.9) !important;
}
.elementor-kit-5 .elementor-button:hover .elementor-button-icon {
    color:#F7A600 !important;
}
.elementor-post__title a {
    line-height:27px !important;
}
.elementor-post__title a:hover {
    text-decoration:none !important;
}
.btn.btn-black {
    line-height: 25px;
    height:42px;
    font-size:15px;
    color:#ffffff;
    background-color: #000000;
    border: 2px solid #000000;
    border-radius: 25px;
    font-weight:600;
    padding-left: 25px;
    padding-right: 25px;
}
.btn.btn-black:hover {
    color:#ffffff;
    background-color: #87272e;
    border: 2px solid #87272e;
}
.btn.btn-red {
    line-height: 25px;
    height:42px;
    font-size:15px;
    color:#ffffff;
    background-color: #87272e;
    border: 2px solid #87272e;
    border-radius: 25px;
    font-weight:600;
    padding-left: 25px;
    padding-right: 25px;
}
.btn.btn-red:hover {
    color:#ffffff;
    background-color: #000000;
    border: 2px solid #000000;
}
.btn.btn-border {
    line-height: 25px;
    height:42px;
    font-size:15px;
    color:#303135;
    border: 2px solid #303135;
    border-radius: 25px;
    font-weight:600;
    padding-left: 25px;
    padding-right: 25px;
}
.btn.btn-border:hover {
    color:#ffffff;
    background-color: #87272e;
    border: 2px solid #87272e;
}
.btn.btn-border-red {
    line-height: 25px;
    height:42px;
    font-size:15px;
    color:#87272e;
    border: 2px solid #87272e;
    border-radius: 25px;
    font-weight:600;
    padding-left: 25px;
    padding-right: 25px;
}
.btn.btn-border-red:hover {
    color:#ffffff;
    background-color: #87272e !important;
    border: 2px solid #87272e !important;
}



.grecaptcha-badge { 
    visibility: hidden;
}



/******************************************** MAIN **************************************************/


.navbar {
    box-shadow: -6px 8px 20px 0px rgb(0 0 0 / 5%);
    transition: box-shadow .2s ease;
    background-color: black;
}
@media(max-width:767px) {
    .navbar-brand {
        padding-top:0;
        padding-bottom:0;
    }
    .navbar-brand img {
        width:150px !important;
        height:auto !important;
    }
    .navbar-nav li {
        line-height: 40px;
    }
    .navbar-nav li a {
        margin-left:0 !important;
        font-size:16px !important;
        color:#ffffff;
        font-family: 'Montserrat', sans-serif !important;
        font-weight:600;
    }
    .navbar ul li:first-child {
        padding-top: 20px;
    }
    .navbar ul li:nth-last-child(3) {
        padding-bottom: 10px;
    }
    .navbar ul li:nth-last-child(2) {
        border-top:1px solid #dddddd;
        padding-top: 10px;
    }
}
@media(min-width:768px) {
    .page .navbar, .single .navbar, .archive .navbar, .category .navbar {
        background-color: rgba(13, 13, 13, 0.99) !important;
        box-shadow: -6px 8px 20px 0px rgb(0 0 0 / 5%);
        transition: box-shadow .2s ease;
        height:88px;
        z-index:9999;
    }
    .home .navbar {
        background-color: rgba(0, 0, 0, 0.8) !important;
        box-shadow: -6px 8px 20px 0px rgb(0 0 0 / 5%);
        transition: box-shadow .2s ease;
        height:88px;
        z-index:9999;
    }
    .navbar-brand {
        display: inline-block !important;
        position:absolute !important;
        top:14px !important;
        padding-top: 0 !important;
        z-index:2;
    }
    .navbar-nav li  {
        line-height: 42px;
        height:42px;
    }
    .navbar-nav li:nth-last-child(3)  {
        line-height: 38px;
        height:38px;
        font-size:15px;
        border: 1px solid #ffffff;
        border-radius: 25px;
        font-weight:600;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: 32px;
    }
    .navbar-nav li.active:nth-last-child(3), .navbar-nav li:nth-last-child(3):hover  {
        border: 1px solid #87272e;
        cursor: pointer;
        transition:0.3s;
    }
    .navbar-nav li.active:nth-last-child(3) a, .navbar-nav li:nth-last-child(3):hover a {
        color: #87272e;
    }     
    .navbar li:nth-last-child(3) a {
        margin-left: 0px !important;
    }
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.navbar-toggler {
  border-color: rgb(0,0,0) !important;
  background-color: black !important;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
} 
.navbar a {
    color:#ffffff;
    font-family: 'Montserrat', sans-serif !important;
    font-size:14px;
    font-weight:500;
    transition:0.3s;
}
.navbar a:hover {
    color:#87272e;
    font-family: 'Montserrat', sans-serif !important;
    font-size:14px;
    font-weight:500;
    text-decoration:none;
}
.navbar li.active i {
    background-color:#87272e;
}
.navbar li.active a {
    color:#87272e;
}
.navbar ul li a {
  margin-left: 32px;
}
/*
@media(min-width:768px) {
    .navbar ul li:nth-last-child(2) {
      margin-left: 150px;
    }
}
*/
.navbar ul li i {
    font-size: 1.5em;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.05);
    line-height: 38px;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 25px;
    border:1px solid #fff;  
}
.navbar ul li i:hover {
    color: #87272e !important;    
}
.page-title {
    position:absolute;
    display:inline-block;
    padding:8px 16px;
    bottom:0;
    font-family: 'Montserrat', sans-serif !important;
    font-size:18px;
    background-color:#87272e;
    color:white;    
}
.jumbotron {
    background-size: cover;
    background-position: center center;
    padding: 8rem 2rem !important;
    margin-bottom: 0rem !important;
}
.jumbotron h1 {
    text-align: center;
    color:white !important;
}


/******************************************** HOMEPAGE **************************************************/
@media(max-width:767px) {
    #carouselHP {
        margin-top: 0px;
        min-height:60vh;
        height:60vh;
    }
    .carousel-inner {
        height:100%;
    }
    .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        height: 100%;
    }
    .carousel-item img {
        display: none !important;
    }
    .carousel-caption a {
        width: auto !important;
    }
}
.carousel-caption p {
    font-family: 'Montserrat', sans-serif !important;
    font-size:36px !important;
    line-height:30px !important;
    color:white !important; 
    font-weight: 800 !important;
}
@media(min-width:768px) {
    #carouselHP {
        margin-top: -88px;
    }
    .carousel-caption p {
        font-family: 'Montserrat', sans-serif !important;
        font-size:55px !important;
        line-height:55px !important;
        color:white !important; 
        font-weight: 800 !important;
    }
    .justify-content-center {
        text-align: left !important;
    }
}
.bg-beige {
    background-color:#f4f0ea;
}
.bloc-intro a {
    text-decoration: none;
    color:#333333;
    border-bottom: 1px dotted #333333;
}
.bloc-intro a:hover {
    text-decoration: none;
    color:#5f2122;
    border-bottom: 1px dotted #5f2122;
}
#arguments {
    padding:70px 0;
}
#arguments h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size:32px !important;
    line-height:36px !important;
    font-weight: 800 !important;
    color: #303136;
    text-align: center;
}
#arguments h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size:22px !important;
    line-height:28px !important;
    font-weight: 600 !important;
    color: #303136;
    text-align: center;
    margin-bottom:20px;
}
#arguments p {
    font-family: 'Montserrat', sans-serif !important;
    font-size:15px !important;
    line-height:21px !important;
    font-weight: 400 !important;
    color: #333333;
    text-align: center;
}
.carousel-caption a {
    width:300px !important;
}
@media(max-width:767px) {
    .carousel-caption a {
        width: auto !important;
    }
}


/******************************************** FORMATIONS **************************************************/


.formations {
    padding:70px 0;    
}
.formations h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size:32px !important;
    line-height:36px !important;
    font-weight: 800 !important;
    color: #303136;
    text-align: center; 
    margin-bottom:30px;
}
.formations p {
    font-family: 'Montserrat', sans-serif !important;
    font-size:15px !important;
    line-height:21px !important;
    font-weight: 400 !important;
    color: #333333;
    text-align: center;
    padding:15px 30px;
}
.formation {
    margin: 60px 0px 15px 0px;
    padding-bottom: 30px;
    text-align: center;
    padding:0px 30px 30px 30px;
    background-color:white;
    border-radius: 9px;
}
.home .formation {
    margin: 60px 0px 15px 0px;
    padding-bottom: 30px;
    text-align: center;
    padding:0px 20px 30px 20px;
    background-color:white;
    border-radius: 9px;
}
.formation img {
    margin:-75px 0px 15px 0px;
}
.home .formation img, .single .formation img, .page-template .formation img {
    margin:-75px 0px 15px 0px;
    width:100%;
    height:auto;
}
.home .formation img, .formation img{
    transition: transform .3s;
}
.home .formation img:hover, .formation img:hover {
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05);
}
.formation a h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size:24px !important;
    line-height:32px !important;
    font-weight: 700 !important;
    color:#87272e;
    text-align: center;
}
.formation a:hover, .formation a:hover h3 {
    color:#303135;
    text-decoration: none !important;
}
.formation h4 span {
    font-family: 'Montserrat', sans-serif !important;
    font-size:11px !important;
    line-height:32px !important;
    font-weight: 600 !important;
    color:#303135;
    text-align: center;
}
.formation h4 {
    font-family: 'Montserrat', sans-serif !important;
    font-size:28px !important;
    line-height:32px !important;
    font-weight: 600 !important;
    color:#303135;
    text-align: center;
}
.formation p {
    text-align: left;
    font-size:13px !important;
    padding:15px 0px 0px 0px;
}
.formation ul {
    text-align: left;
    font-weight:600;
    font-size:15px !important;
    margin-left: 15px;
    padding-left: 0px;
}
.formation ul li {
    text-align: left;
    font-weight:600;
    font-size:15px !important;
}
.box-shadow {
    box-shadow: 0 0 25px -15px rgba(0, 0, 0, 0.3);
}
.formation .btn {
    margin: 25px 0 0 0;
}



/******************************************** FIL D'ARIANE **************************************************/

#breadcrumbs {
    padding:15px 30px 15px 15px;
    font-size:11px;    
}
#breadcrumbs a {
    color:#999999;    
}


/******************************************** CHIFFRES **************************************************/

.chiffres {
    background-color: #f4f0ea;
    margin:100px 0 0 0;    
    padding-bottom: 40px;
}
.pastille-chiffres {
    margin-top:-100px;
    margin-left: auto;
    margin-right:auto;
}
.chiffres h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size:32px !important;
    line-height:36px !important;
    font-weight: 800 !important;
    color: #303136;
    text-align: center; 
    margin-bottom:50px;
}
.chiffres h3 span {
    font-family: 'Montserrat', sans-serif !important;
    font-size:52px !important;
    line-height:32px !important;
    font-weight: 800 !important;
    color:#87272e;
    text-align: center;
}
.chiffres h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size:18px !important;
    line-height:32px !important;
    font-weight: 600 !important;
    color:#87272e;
    text-align: center;
}



/******************************************** REASSURANCE **************************************************/

.reassurance {
    background-color: #5f2122;
    padding:30px 0;
}
.bloc-reassurance {
    text-align: center;
}
.bloc-reassurance h3 {
    padding-top:10px;
    text-align: center;
    color:white;
    font-size: 18px !important;
    line-height: 21px !important;
}



/******************************************** TEMOIGNAGES **************************************************/

.temoignages {
    padding:80px 0;
}
.temoignages h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size:32px !important;
    line-height:36px !important;
    font-weight: 800 !important;
    color: #303136;
    text-align: center; 
    margin-bottom:50px;
}
.temoignage {
    padding:0 15px;
}
.temoignage h3 {
    text-align:center;
    font-family: 'Montserrat', sans-serif !important;
    font-size:32px !important;
    line-height:32px !important;
    font-weight: 600 !important;
    color:#87272e;
    margin-bottom:20px;
}
.temoignage p {
    text-align:center;
}
.temoignage h4 {
    font-family: 'Montserrat', sans-serif !important;
    font-size:12px !important;
    line-height:21px !important;
    font-weight: 600 !important;
    color: #87272e;
    text-align: center;
    margin:20px 0;
    text-transform: uppercase;
}



/******************************************** PARTENAIRES **************************************************/

.partenaires {
    padding:60px 0;
    background-color:#f4f0ea;
}
.partenaires h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size:32px !important;
    line-height:36px !important;
    font-weight: 800 !important;
    color: #303136;
    text-align: center; 
    margin-bottom:50px;
}



/******************************************** FORMULES **************************************************/

.jumbotron-formules {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position:center center !important;
    border: 8px solid white !important;
    border-radius:30px !important;
    box-shadow: 0 0 25px -15px rgba(0, 0, 0, 0.3);
    margin-bottom: 80px !important;    
}
.blocs-infos .col-md-6 {
    padding:50px 80px;
    text-align: center;
}
.blocs-infos .col-md-6 h2 {
    font-size:32px !important;
    font-weight:700 !important;
    line-height: 36px !important;
}
.blocs-infos .col-md-6.bg-grey {
    background-color:#333333;
}
.blocs-infos .col-md-6.bg-grey h2 {
    color:#ffffff;
}
.blocs-infos .col-md-6.bg-grey p {
    color:#ffffff;
    text-align: left;
}
.blocs-infos .col-md-6 p {
    text-align: left;
}
.blocs-infos .col-md-6 img {
    text-align: center;
    margin:0 auto 20px auto;
}



/******************************************** FORMULE **************************************************/

.jumbotron-formule {
    height:330px;    
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position:center center !important;
}
.jumbotron-formule h1 {
    text-align: center;
    color:white;        
}
.page-title {
    position: absolute;
    display: inline-block;
    padding: 8px 16px;
    bottom: 0;
    color: white;
    display: none;
}
@media (max-width: 768px) {
    .btn-filter {
        margin-bottom: 15px;
    }
}
#formule-recap {
    position: relative;
    margin-top:-100px;
    z-index:99;
    background-color: white;
    border: 10px solid white !important;
    border-radius:20px !important;
    box-shadow: 0 0 25px -15px rgba(0, 0, 0, 0.3);
    margin-bottom: 40px !important;       
}
#formule-recap div {
    padding:0 15px;
}
#formule-recap div div.bg-beige {
    border-top-left-radius:15px !important;
    border-bottom-left-radius:15px !important;
    padding:30px;
}
#formule-recap div div:nth-child(2), #formule-recap div div:nth-child(3) {
    padding:10px 15px 0px 30px;
    font-size: 13px;
}
#formule-recap div div:nth-child(2) ul, #formule-recap div div:nth-child(3) ul {
    list-style-type:none;
    padding-left:0;
}
#formule-recap div div:nth-child(2) ul li::before, #formule-recap div div:nth-child(3) ul li::before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f00c";
      color: #87272e;
      margin-right:10px;
    }
#formule-recap div div:nth-child(2) ul li, #formule-recap div div:nth-child(3) ul li {
    padding:3px 10px;
}
#formule-recap div div:nth-child(2) ul li:nth-child(odd), #formule-recap div div:nth-child(3) ul li:nth-child(odd) {
    background-color:#f7f4f0;
}
#formule-recap div div.bg-beige .btn.btn-border-red {
    margin-top:30px;
    margin-bottom:30px;
}
.vignette-prix {
    display: inline-block;
    width: 120px;
    height:120px;
    line-height: 120px !important;
    border-radius:60px;
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    font-size:26px !important;
    font-weight: 800 !important;
    background-color: #87272e;
    color:white;  
    margin-bottom:30px;      
}
.vignette-prix span {
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 110px !important;
    border-radius: 58px;
    text-align: center;
    border: 3px solid white;
    margin-left: -10px;
    margin-top: 5px;   
}
#formule-recap h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size:24px !important;
    line-height:36px !important;
    font-weight: 800 !important;
    color: #87272e;
    margin-bottom:20px;      
}
#formule-recap h2 i {
    border: 2px solid #87272e;
    border-radius: 40px;
    line-height: 36px;
    height: 40px;
    width: 40px;
    text-align: center;
}
#formule-descriptif h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size:21px !important;
    line-height:28px !important;
    font-weight: 800 !important;
    color: #303135;
    margin-bottom:10px;    
}
blockquote {
    border-left: 2px solid #87272e;
    padding-left:30px;
    color: #87272e;
    font-weight:600 !important;   
}
blockquote p {
    color: #87272e;
    font-weight:600 !important;   
}
hr {
    background: url('img/separateur.png') no-repeat;
    width:130px;
    height:12px !important;
    margin-bottom: 60px !important;
}



/******************************************** BOUTIQUE **************************************************/

.boutique .jumbotron {
    padding: 230px 0 200px 0 !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 0;
}
.jumbotron h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size:32px !important;
    line-height:36px !important;
    font-weight: 800 !important;
    color: #ffffff;
    text-align: center; 
    margin-bottom:50px;
}
.vertical-center {
  height: 100%;
  width: 100%;
  text-align: center;  /* align the inline(-block) elements horizontally */
  font: 0/0 a;         /* remove the gap between inline(-block) elements */
}
.vertical-center:before {    /* create a full-height inline block pseudo=element */
  content: ' ';
  display: inline-block;
  vertical-align: middle;  /* vertical alignment of the inline element */
  height: 100%;
}
.vertical-center > .container {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;  /* vertical alignment of the inline element */
}
@media (max-width: 768px) {
  .vertical-center:before {
    /* height: auto; */
    display: none;
  }
}



/******************************************** FORMULAIRE **************************************************/

.fil-ariane {
    font-style: italic;
}
.form-container{
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 25px -15px rgba(0, 0, 0, 0.3);
    margin-bottom:30px;
}
label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important; 
    color:#cccccc; 
}
button {
    line-height: 25px;
    height:42px;
    font-size:15px;
    color:#303135;
    background-color:white;
    border: 2px solid #303135;
    border-radius: 25px !important;
    font-weight:600;
    padding-left: 25px;
    padding-right: 25px;
}
.radio-inline {
    padding-right:20px;
    font-size: 14px !important;
    color:inherit !important;    
}
.radio-inline input[type=radio] {
    margin-right:7px;
}
input[type=text] {
    border-radius: 4px !important;
    font-size: 14px !important;
    line-height: 41px; 
    height:41px;
}
input::placeholder {
      font-size: 14px !important; 
      display:none;
}
.formation-type {
    border: 1px solid #CCCCCC;
    padding:10px 10px 10px 60px;
    border-radius: 8px;
    min-height:50px;
    font-size: 14px !important;
    color:rgb(33, 37, 41) !important;  
}
.formation-type:hover {
    border: 1px solid #5f2122;
    cursor: pointer;
}
.formation-type.selected {
    border: 1px solid #5f2122;
    box-shadow: 0 0 25px -15px rgba(0, 0, 0, 0.99);
}
.formation-type-input {
    position: absolute;
    top: 60%;
    left: 60px;
    display: inline-block;
    width:50px;
    height:80px;
    padding: 0px 10px;
    margin: -20px 0 0 -50px;    
}
.formation-type strike {
    margin-right:15px;
    color:#dddddd;   
}
.formation-type input[type=radio] {
    display: none;
}
.formation-type input[type=checkbox] {
    position: absolute;
    left: 35px;
    top: 30px;
}


.formation-type  {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.formation-type input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 20px;
  left: 30px;
  height: 22px;
  width: 25px;
  background-color: #fff;
}

/* On mouse-over, add a grey background color */
.formation-type:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.formation-type input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.formation-type input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.formation-type .checkmark:after {
  left: 9px;
  top: 5px;
  width: 10px;
  height: 20px;
  border: solid #5f2122;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}





#col-recap {
    padding:0px 0px 15px 0px;
}
#col-recap h3 {
    padding-left:15px; 
}
#col-recap h3:first-child {
    background: #000;
    color:white;
    font-size:15px !important;
    padding:6px 20px; 
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom:20px;
}
#col-recap ul {
    margin-left: 0;
    padding-left: 25px;
}
#col-recap ul li {
  list-style: none
}
#col-recap p {
    margin-left: 0;
    padding-left: 25px;
}


.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}



/******************************************** SECTION-NEWSLETTER **************************************************/

.bloc-newsletter {
    background-color:#dddddd;
    color:white;
    padding:60px 0 60px 0;    
}
.bloc-newsletter h3 {
    display:inline-block;
    text-align: center;
    width: 100%;   
}



/******************************************** NEWS **************************************************/

.news {
    margin-bottom:30px;
}
.news img {
    border-radius:6px 6px 0px 0px;
}
.news h2 {
    color: #303135 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size:24px !important;
    line-height:28px !important;
    font-weight: 600 !important;
    padding: 15px 15px;  
}
.news a:hover, .news a:hover h2 {
    color: #87272e !important;
    text-decoration: none; 
}
.news .news-infos {
    border-top: 1px dotted #eeeeee;
    display: inline-block;
    width:100%;    
    padding: 5px 15px;
}
.news .lirelasuite {
    color: #87272e !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size:14px !important;
    line-height:18px !important;
    font-weight: 600 !important;  
    display: inline-block;
    width:50%;
    float: right;
    text-align: right; 
}
.news .news-date {
    display: inline-block;
    width:50%;
    color: #303135 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size:12px !important;
    line-height:18px !important;
    font-weight: 400 !important;
    text-align: left; 
    float: left;
}
.news p {
    padding: 0px 15px; 
}

/******************************************** SINGLE **************************************************/

.single {
    background-color:#f8f8f8;   
}
.single #single-content {
    padding-top: 45px;
}
/*
.single #single-content h1 {
    font-family: 'Paytone One', sans-serif !important;
    font-size: 42px !important;
    line-height: 58px !important;
    font-weight: 400 !important;
    color: #231B41;
    margin-bottom:15px;
}
*/
.single h2 {
    color: #303135 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size:28px !important;
    line-height:36px !important;
    font-weight: 600 !important;
}
.single h3 {
    color: #303135 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size:21px !important;
    line-height:36px !important;
    font-weight: 600 !important;
}

/******************************************** PAGE **************************************************/

.page-content a {
    color: #212529;
    text-decoration:none;
    border-bottom:1px dotted #212529;
    font-weight:500;     
}
.page-content a:hover {
    color: #87272e;
    text-decoration:none;
    border-bottom:1px dotted #87272e;
    font-weight:500;    
}



/******************************************** PAGE ACTUALITES **************************************************/

.equipe h2 {
    color: #303135 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size:32px !important;
    line-height:36px !important;
    font-weight: 800 !important;    
}
.equipe .elementor-divider-separator {
    border: none;
    display: inline-block !important;
    width:130px !important;
    height:12px;
    background-image: url('../img/border-bottom.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;    
}
.equipe h3 {
    color: #87272e !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size:24px !important;
    line-height:24px !important;
    font-weight: 700 !important;    
}
.histoire h2 {
    color: #303135 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size:32px !important;
    line-height:36px !important;
    font-weight: 800 !important;    
}
.histoire em strong {
    color: #87272e !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size:15px !important;
    line-height:18px !important;
    font-weight: 700 !important; 
    font-style: normal !important;   
}
.page-id-15 .chiffres h2 {
    margin-bottom: 20px
}
.page-id-15 .chiffres h3 {
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size:48px !important;
    line-height:24px !important;
    font-weight: 800 !important;    
}
.page-id-15 .chiffres h4 {
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size:18px !important;
    line-height:21px !important;
    font-weight: 700 !important;  
}
.agence h2 {
    color: #303135 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size:32px !important;
    line-height:36px !important;
    font-weight: 800 !important;    
}
.agence em strong {
    color: #87272e !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size:15px !important;
    line-height:18px !important;
    font-weight: 700 !important; 
    font-style: normal !important;   
}
.equipements {
}
.equipements h2 {
    color: #303135 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size:32px !important;
    line-height:36px !important;
    font-weight: 800 !important;    
}
.equipements h3 {
    color: #87272e;
    font-family: 'Montserrat', sans-serif !important;
    font-size:21px !important;
    line-height:28px !important;
    font-weight: 700 !important;    
}
.equipements p {
    color: #666666;
    font-family: 'Montserrat', sans-serif !important;
    font-size:15px !important;
    line-height:18px !important;
    font-weight: 500 !important;    
}
.equipements ul {
    color: #666666;
    font-family: 'Montserrat', sans-serif !important;
    font-size:15px !important;
    line-height:18px !important;
    font-weight: 500 !important;    
}
.bloc-info-formulaire {
    font-family: 'Montserrat' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 30px !important;
    line-height: 140% !important;
    color:#231B41 !important;    
}
.bloc-info-formulaire p {
    font-family: 'Montserrat' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 150% !important;
    color:#231B41 !important;    
}
.bloc-info-formulaire ul, .bloc-info-formulaire ol {
    font-family: 'Montserrat' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 150% !important;
    color:#231B41 !important;
    margin-left:-20px !important;    
}
.bloc-formulaire .asterique p {
    font-family: 'Montserrat' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    color: #56506B !important;
    opacity: 0.8 !important;
    margin-top:-15px;
}
.bloc-formulaire form {
    margin-top:-30px;
}
::placeholder {
color: #56506B !important;
}
:-webkit-input-placeholder {
color: #56506B !important;
}
::-ms-input-placeholder {
color: #56506B !important;
}








/******************************************** CONTACT **************************************************/

#contact-form {
    z-index: 99;
}
.wpcf7-form-control-wrap input[type=text], .wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap select {
    margin-bottom: 25px;
    border-radius: 6px !important;
}
.wpcf7-submit, .wpcf7-submit:active .wpcf7-submit:focus {
    line-height: 25px;
    height: 42px;
    font-size: 15px;
    color: #ffffff;
    background-color: #87272e;
    border: 2px solid #87272e;
    border-radius: 25px;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
}
.wpcf7-submit:hover {
    color:#ffffff;
    background-color: #000000;
    border: 2px solid #000000;
}
.wpcf7-not-valid {
    border-color: #87272e !important;
}
.titre-h2 h2 {
    color: #303135 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 32px !important;
    line-height: 36px !important;
    font-weight: 800 !important;
}
.infos-contact span {
    color: #303135 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    margin-bottom:8px !important;    
}
.infos-contact .elementor-widget:not(:last-child) {
    margin-bottom: 8px;
}
.infos-contact h4 {
    color: #87272e !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    line-height: 21px !important;
    font-weight: 700 !important;    
}
.infos-contact a {
    color: #87272e !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    line-height: 21px !important;
    font-weight: 700 !important;    
}
.sticky-button {
    position: fixed;
    bottom:45px;
    right:45px;
    z-index:9999;
    width:70px;
    height:70px;
	background: #87272e;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
    border: 3px solid rgb(255,255,255,0.9);
    text-align: center;
    
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
.sticky-button i {
    line-height:63px;
    font-size:36px;
    color: white !important;
}
.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  @media(max-width: 768px) {
    min-height: calc(100vh - 20px);
  }
}
.modal-dialog textarea {
  max-height: 150px !important;
}
.modal-header {
    border-bottom:0px;
}








/******************************************** PUBLICATIONS **************************************************/

.single h1, .archive h1 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 42px !important;
    line-height: 48px !important;
    font-weight: 700 !important;
    letter-spacing: -1px;
    color: #5f2122;
}
.single #post-img {
    margin-bottom: 15px;
}
.archive h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 28px !important;
    line-height: 48px !important;
    font-weight: 700 !important;
    letter-spacing: -1px;
    color: #5f2122;
    margin-top:30px;
}
#single-left-content {
    padding:15px 30px 15px 30px;
    background-color:white;
    border-radius: 9px;
    margin-bottom:30px;    
}
.bloc-sidebar {
    margin: 0px 0px 15px 0px;
    padding-bottom: 30px;
    text-align: left;
    padding:15px 30px 15px 30px;
    background-color:white;
    border-radius: 9px;
}
.bloc-sidebar .btn {
    margin: 0px 0px 15px 0px;
}
.bloc-sidebar > h4 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 700 !important;
    color: #87272e;
    text-align: center;
}
.bloc-sidebar > hr {
    margin-top: 0.5rem !important;
    margin-bottom: 2.5rem !important;
}
.nav-previous, .nav-next {
    width:50%;
    float: left;
}
.nav-previous {
    text-align: left;
}
.nav-next {
    text-align: right;
}
.nav-previous a, .nav-next a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    line-height: 11px !important;
    font-weight: 500 !important;
    color: #5f2122 !important;
}
.nav-previous a:hover, .nav-next a:hover {
    color: #5f2122 !important;
}
.addtoany_content {
    text-align: right;
}
.post-navigation {
    margin-top:30px;
    border-top:1px dotted #cccccc;
    padding: 15px 0 15px 0;
}
.card-title {
    font-size: 18px;
}

/******************************************** FOOTER **************************************************/

#footer {
    background-color:#191919;
    color:white;
    font-size: 13px !important; 
}
#footer-top .row {
    margin-left:0 !important;
    margin-right:0 !important;
}
#footer-top .row img {
    margin-left: -15px !important;
    margin-right: -15px !important;
    width: calc(100% + 30px) !important;
}
#footer p {
    color:white;
    font-size: 13px !important; 
}
#footer h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
}
#footer ul {
    margin: 0;
    padding:0;
    list-style-type: none;
}
#footer a {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    transition:0.3s;
}
#footer a:hover {
    color: #5f2122;
    text-decoration: none;
}
#footer span.urlrewrite {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    transition:0.3s;
}
#footer span.urlrewrite:hover {
    color: #5f2122;
    text-decoration: none;
    cursor: pointer;
}
#footer-top  {
    padding-top:40px;
    padding-bottom:5px;
    background-color:#5f2122;
}
#footer-top h4 {
    text-align:center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom:40px;
}
#footer i {
    display: inline-block;
    font-size:35px;
    color: #FFFFFF;
    margin-right:20px;
}
#footer a:hover i {
    color: #F7A600;
}
#footer-bottom  {
    padding-top:40px;
    padding-bottom:40px;
}
#footer-bottom hr {
    margin-top:40px;
    width:100%;
    display: inline-block;
    clear:both;
    height:1px;
    border-top: 1px solid white;
    background: none !important;
    margin-bottom: 0px !important;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
}
@media (min-width: 992px) and (max-width: 1199.98px) {
}
@media (min-width: 768px) and (max-width: 991.98px) { 
}
@media(max-width:767px) {
}



@media(max-width:991px) {
    .popmake-content h1 {
        font-size:28px !important;
        clear: both;  
        line-height: 1.1em !important;  
        text-align: center;
    }
    .popmake-content img {
        margin-bottom: 20px !important;
        width:50%;
        margin-left:25% !important;
        margin-right:25% !important;
    }
}


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
.jump_li {
    margin-bottom: 20px;
}
.simulation_oney {
    font-style: italic;
    margin-top: 10px;
    display: none;
}
.button_oney {
    text-align: right;
}
.logo_oney {
    height: 30px;
}