/* -- Général --*/
html {
  scroll-behavior: smooth;
}
.mt0 {
    margin-top: 0 !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mt100 {
    margin-top: 100px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.mb100 {
    margin-bottom: 100px !important;
}
.pt0 {
    padding-top: 0 !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pt50 {
    padding-top: 50px !important;
}
.pt60 {
    padding-top: 60px !important;
}
.pt80 {
    padding-top: 80px !important;
}
.pt100 {
    padding-top: 100px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.pb50 {
    padding-bottom: 50px !important;
}
.pb60 {
    padding-bottom: 60px !important;
}
.pb80 {
    padding-bottom: 80px !important;
}
.pb100 {
    padding-bottom: 100px !important;
}
.fs50 {
    font-size: 50px;
    line-height: 60px;
}
.nowrap {
	white-space: nowrap;
}
.bold {
	font-weight: bold;
}
.upper {
    text-transform:uppercase;
}
span.encode_decode {
    cursor: pointer;
}
.grecaptcha-badge {
    opacity: 0;
}
.white {
    color:#FFF;
}
/* Empêche la coupure des mots */
.word {
    display: inline-block;
    white-space: nowrap;
}

/* Permet le retour à la ligne entre les mots */
.letters {
    word-break: normal;
    overflow-wrap: normal;
}

/* Style initial pour les lettres (pour l'animation) */
.letter {
    display: inline-block;
    opacity: 0;
}
/* -- Header --*/
header.mini {
    height: 90px;
}
header .main_nav .container .menu {
    margin-top: 120px;
    margin-bottom: 120px;
}
header .header_large .bloc_logo_address .address .rs_links a.fb-link:hover {
    background: #2d51a8;
}
header .header_large .bloc_logo_address .address .rs_links a.tw-link:hover {
    background: #00b9ff;
}
header .header_large .bloc_logo_address .address .rs_links a.insta-link:hover {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
header .header_large .bloc_logo_address .address .rs_links a.lkd-link:hover {
    background: #007dbb;
}
header .main_nav .container .menu li a {
    letter-spacing: inherit;
    white-space: nowrap;
    position: relative;
}
header .main_nav .container .menu li a.has_sub_menu::after {
    content: '•••';
    position: absolute;
    right: -60px;
    font-weight: 100;
    font-size: 40px;
    bottom: 8px;
    color: #34a7d5;
    line-height: 8px;
}
header .main_nav .container .menu li a.has_sub_menu.active::after {
    content: '';
    display: none;
}
header .main_nav .container .menu li .sub_menu {
        margin-left: 80px;
        padding-bottom: 40px;
    }
header .main_nav .container .menu li .sub_menu li {
    width: 650px;
}
header .main_nav .container .menu li .sub_menu li a {
    font-size: 16pt;
    line-height: 24pt;
    white-space: initial;
}
header .rappel {
    display: none;
    position: fixed;
    z-index: 8;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00496b;
    overflow: auto;
    scrollbar-width: none;
}
header .devis .devis_content,
header .rappel .rappel_content {
    margin-top: 120px;
}
header .devis .devis_content .form-titre,
header .rappel .rappel_content .form-titre {
    color: #fff;
    font-size: 32pt;
    line-height: 36pt;
    font-weight: bold;
    letter-spacing: 0;
}
header .rappel .rappel_content form {
    margin-top: 60px;
}
header .rappel .rappel_content form .btn {
    margin-top: 60px;
    margin-bottom: 60px;
}
header .rappel .rappel_content form .btn:hover,
header .devis .devis_content form .btn:hover {
    background-color: #FFF;
    color:#34a7d5;
}

/* -- HP --*/
.top_home .top_home_bg::after {
    background: rgba(0,0,0,0.3);
}
.btn.btn_big {
    box-shadow: 3px 3px 8px rgba(0,0,0,0.2) !important;
}
.top_home .top_home_bottom .container .top_home_bottom__scroll .scroll_to {
    width: 60px;
    height: 60px;
    display:none;
}
.top_home .top_home_bottom .container .top_home_bottom__scroll .scroll_to svg {
    width: 23px;
}
.prestas_home {
    background-attachment: fixed;
}
.pres .pres_content ul li a {
    color: #444;
    text-decoration: underline;
}
.pres .pres_content ul li a:hover {
    color: #34a7d5;
}
.sendOk {
    position: fixed;
    z-index: 999999;
    background: rgba(0,200,0,0.95);
    width: 100%;
    text-align: center;
    color: #FFF;
    padding: 95px 40px;
}
.sendOk i {
    font-size: 54px;
    margin-bottom: 15px;
}
/*-- PAGES Contenu --*/
.top_page .top_page_bg {    
    background-size: cover;
    background-attachment: fixed;
    background-size: auto 600px;
    background-position: top center;
    background-repeat: no-repeat;
}
a#open_video, a#open_video2 {
    display: block;
    position: relative;
    cursor: pointer;
}
.btn-play img {
    height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -70px;
    margin-left: -70px;
    z-index: 2;
    box-shadow: 5px 5px 8px rgba(0,73,107,0.3);
    border-radius: 140px;
}
@keyframes ring-play {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}
.btn-play::after {
  content: '';
  width: 30px; 
  height: 30px;
  border-radius: 100%;
  border: 6px solid #00496b;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring-play 1.5s infinite;
  z-index: 1;
}
.popup_video, .popup_video2 {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,73,107,0.95);
    overflow: auto;
    scrollbar-width: none;
}
.popup_video .video_wrap,
.popup_video2 .video_wrap_deux {
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.popup_video .video_wrap .iframe,
.popup_video2 .video_wrap_deux .iframe {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.popup_video .video_wrap .iframe iframe, 
.popup_video .video_wrap .iframe video, 
.popup_video .video_wrap .iframe object, 
.popup_video .video_wrap .iframe embed,
.popup_video2 .video_wrap_deux .iframe iframe, 
.popup_video2 .video_wrap_deux .iframe video, 
.popup_video2 .video_wrap_deux .iframe object, 
.popup_video2 .video_wrap_deux .iframe embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.popup_video .popup_close,
.popup_video2 .popup_close {
    display: inline-block;
    position: absolute;
    z-index: 10;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background: #fff;
    cursor: pointer;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    right: 20px;
    top: 12px;
}
.popup_video .popup_close span,
.popup_video2 .popup_close span {
    position: absolute;
    display: block;
    background-color: #00496b;
    text-align: center;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 35px;
    height: 4px;
    line-height: 26px;
}
.secure {
    background-attachment: fixed;
    background-position: top;
}
.prestas_page {
    background-attachment: fixed;
    margin-top: 120px;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: relative;
    z-index: 10;
}
.prestas_page::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(left, rgba(0,73,107,0.85) 0%, rgba(29,115,149,0.85) 100%);
    background-image: -o-linear-gradient(left, rgba(0,73,107,0.85) 0%, rgba(29,115,149,0.85) 100%);
    background-image: linear-gradient(to right, rgba(0,73,107,0.85) 0%, rgba(29,115,149,0.85) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D900496B', endColorstr='#D91D7395', GradientType=1);
    z-index: 5;
}
.prestas_page .pres_content {
    color: #fff;
    z-index: 10;
}
.prestas_page .has_line::before {
    background: #fff;
}
.prestas_page .pres_content p {
    line-height: 18pt;
}
.prestas_page .pres_content ul {
    margin:30px 0;
}
.prestas_page .pres_content ul li {
    line-height: 18pt;
    padding-left: 18px;
    margin-bottom: 18px;
    position: relative;
    color:#FFF;
}
.prestas_page .pres_content ul li::before {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #34a7d5;
    position: absolute;
    top: 10px;
    left: 0;
}
.pres .pres_content ul.tag {
    margin: 20px auto;
}
.pres .pres_content ul.tag li {
    padding: 10px 20px 10px 60px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    background: #34a7d5;
    margin: 0 10px 10px 0;
    display: table;
}
.pres .pres_content ul.tag li::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    top: 12px;
    left: 20px;
    background-image: url('../img/icons/check.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.prestas_page [class*='col-'] {
    z-index: 10;
}
.flex-offre {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.flex-offre [class*='col-'] {
    display: flex;
    flex-direction: column;
    /*flex: 1 1 300px;*/
}
.encart-offre {
    background-color:#FFF;
    padding: 60px 60px 120px 60px;
    position: relative;
    height: 100%;
    margin-bottom: 80px;
}
.encart-offre H3 {
    color: #34a7d5;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 60px;
    text-transform: uppercase;
    position: relative;
}

.encart-offre H3::after {
    display: block;
    content: "";
    width: 50px;
    height: 6px;
    background: #34a7d5;
    position: absolute;
    bottom: -30px;
    left: 0;
}
.encart-offre ul li {
    line-height: 18pt;
    padding-left: 18px;
    margin-bottom: 18px;
    position: relative;
}
.encart-offre ul li::before {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #34a7d5;
    position: absolute;
    top: 10px;
    left: 0;
}
.encart-offre .tarif {
    margin-top: 40px;
    line-height: 24px;
    color: #34a7d5;
}
.encart-offre .deduct {
    position: absolute;
    background-color: #34a7d5;
    color: #FFF;
    bottom: 0;
    left: 0;
    font-size: 24px;
    width: 100%;
    text-align: center;
    padding: 20px;
}
.encart-offre .pourcent {
    color: #34a7d5;
    font-size: 80px;
    font-weight: 700;
    text-align: center;
    margin: 60px auto;
    line-height: 80px;
}
.encart-offre .pourcent_mention {
    font-size: 16px;
    text-align: center;
    color: #34a7d5;
    margin-top: 20px;
}
.listing-avis {
    margin-top: 80px;
}
.listing-avis .pres_advise {
    margin-bottom: 80px;
    border: 1px solid #eee;
    padding: 40px;
    box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.05);
}
.btn_more {
    display: inline-block;
    background-color: #003852;
    color: #FFF;
    padding: 20px 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20pt;
    line-height: 20pt;
}
.mentions p {
    margin: 20px auto;
}
.mentions h2 {
    margin: 80px 0 10px;
    color: #34a7d5;
}
.mentions ul.sommaire {
    margin: 80px auto;
}
.mentions ul.sommaire li::before {
    display: none;
}
.mentions ul.sommaire li a {
    color: #00496b;
    font-weight: bold;
    font-size: 24px;
}
.mentions ul.sommaire li a:hover {
    color: #34a7d5;
}
.mentions h3 {
    margin: 40px 0 20px;
    font-size: 20px;
    font-weight: 700;
}
.error i {
    font-size: 80px;
    line-height: 120px;
    letter-spacing: 10px;
    color: #eee;
}
/* -- Cookies Bar --*/
#cookie-bar {
    background: #34a7d5;
    /*height: 60px;*/
    line-height: 60px;
    color: #FFF;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
#cookie-bar.fixed {
    position:fixed; 
    top:0; 
    left:0; 
    width:100%;
    z-index: 99999999;
}
#cookie-bar.fixed.bottom {
    bottom:0; 
    top:auto;
}
#cookie-bar p {
    font-size:16px;
    margin:0; 
    padding:0;
    line-height: 24px;
}
#cookie-bar a {
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    padding: 0 10px;
    margin-left: 8px;
}
#cookie-bar .cb-enable {
    background: #FFF;
    color: #34a7d5;
    line-height: 30px;
}
#cookie-bar .cb-enable:hover {
}
#cookie-bar .cb-disable {
    background:#990000;
}
#cookie-bar .cb-disable:hover {
    background:#bb0000;
}
#cookie-bar .cb-policy {
    text-decoration: underline;
}
#cookie-bar .cb-policy:hover {
}
/*-- FOOTER --*/
.footer .col-logos {
  display: flex;
  justify-content: right;
}
.footer .fnaim {
  max-width: 130px;
  height: 100px;
  margin-right: 40px;
  align-self: center;
}
/*-- RESPONSIVE --*/
@media (max-width: 1199.98px) {
    header .main_nav .container .menu li .sub_menu li {
        width: 360px;
    }
    .encart-offre {
        padding: 50px 40px 120px 40px;
    }
}
@media (max-width: 991.98px) {
    header .main_nav .container .menu li .sub_menu {
        margin-left: 0;
        padding-bottom: 20px;
        padding-left: 60px;
        margin-top: 20px;
    }
    header .main_nav .container .menu li .sub_menu li {
        width: 500px;
    }
    header .main_nav .container .menu li .sub_menu li a {
        font-weight: 400;
        font-size: 14pt;
        line-height: 22px;
    }
    header .main_nav .container .menu li .sub_menu::before {
        left: 2px;
        top: 14px;
        width: 35px;
        height: 4px;
    }
    .flex-offre {
        display: initial;
    }
    .top_page .top_page_bg {
        background-position:right;
    }

}
@media (max-width: 767px) {
    header .rappel .rappel_content h6 {
        font-size: 18pt;
        line-height: 22pt;
    }
    header .main_nav .container .menu li .sub_menu {
        margin-top: 20px;
    }
    header .main_nav .container .menu li .sub_menu li {
        width: 100%;
        margin-bottom: 20px;
    }
    .pres .main_title {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 30px;
    }
    .fs50 {
        font-size:24px;
        line-height:28px;
    }
    .top_page .top_page_bg {
        background-size: cover;
        background-attachment: initial;
        background-position:right;
    }
    .footer .col-logos {
        display: block;
    }
    .footer .fnaim {
      height: 60px;
      margin-top: 30px;
    }
    
}
@media (max-width: 575.98px) {

}