:root {
    --blue: rgb(29, 9, 110);
    --green: rgb(60, 210, 0);
    --gray: rgb(247, 247, 247);
    --violet: rgb(79, 83, 129);
}
.container-blue {
    background-color: var(--blue);
    color: white;
}
.container-white {
    background-color: white;
    color: var(--blue);
}
.container-green {
    background-color: var(--green);
}
.container-gray {
    background-color: #f0f0f0;
}
.color-green {
    color: var(--green);
}
@font-face {
    font-family: 'wotfardregular';
    src: url('../font/wotfard-regular-webfont.eot');
    src: url('../font/wotfard-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/wotfard-regular-webfont.woff2') format('woff2'),
    url('../font/wotfard-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'wotfardsemibold';
    src: url('../font/wotfard-semibold-webfont.eot');
    src: url('../font/wotfard-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/wotfard-semibold-webfont.woff2') format('woff2'),
    url('../font/wotfard-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'wotfardbold';
    src: url('../font/wotfard-bold-webfont.eot');
    src: url('../font/wotfard-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/wotfard-bold-webfont.woff2') format('woff2'),
    url('../font/wotfard-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
.wotfardsemibold {
    font-family: 'wotfardsemibold';
}
.wotfardbold {
    font-family: 'wotfardbold';
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
.break {
    flex-basis: 100%;
    height: 0;
}
.lazy-background {
    background-image: url("../img/icone_animated.svg"); /* Placeholder image */
}
.tns-visually-hidden, .calltoaction {
    display:none!important;
}
.bounce {
    -moz-animation: bounce 1.5s infinite;
    -webkit-animation: bounce 1.5s infinite;
    animation: bounce 1.5s infinite;
}
html {
    font-size: 62.5%;
    height: 100%;
}
body {
    color: var(--blue);
    background-color: var(--gray);
    font-size: 1.5rem;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    overflow-x:hidden;
    height: 100%;
    font-family: 'wotfardregular', Arial, sans-serif;
}
body.modal-open {
    overflow-x:hidden;
}
strong, bold, b {
    font-family: 'wotfardbold', Arial, sans-serif;
}
main, footer, header {
    display:none;
}
*:focus {
    outline: none;
}
.grecaptcha-badge {
    display: none !important;
}
.img-responsive{max-width:100%;height:auto}
img.img-fluid {
    align-self: flex-start;
}
/*REWRITE*/
.rgba-black-light {
    background-color: rgba(32,14,112,.5);
}
button {
    border: 0;
    background-color: transparent;
}
ul li p {
    display:inline;
    margin-bottom: 0;
}
ol.breadcrumb {
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin: 0!important;
    margin-block-end: 0!important;
    margin-block-start: 0!important;
    padding-inline-start: 0!important;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: 'keyboard_arrow_right';
    display: inline-block;
    font-style: normal;
    vertical-align: middle;
    font-family: "Material Icons";
    color: var(--blue);
}
.breadcrumb a {
    color: var(--blue);
}
.breadcrumb a:hover {
    text-decoration: underline;
    color: var(--green);
}
.breadcrumb a.highlight, .breadcrumb .breadcrumb-item.active {
    color: var(--green);
    font-weight: 500;
}
.fixed-action-btn-footer-whatsapp {
    bottom: 25px;
    right: 13px;
    position: fixed;
    z-index: 999;
    margin-bottom: 0;
}
.fixed-action-btn-footer-whatsapp img {
    width: 56px;
    height:56px;
}
.fixed-action-btn-footer {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    bottom: 100px;
    right: 70px;
    position: fixed;
    z-index: 990;
    margin-bottom: 0;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-tansform-origin: 50% 50%;
    -ms-tansform-origin: 50% 50%;
    -o-tansform-origin: 50% 50%;
}

.fixed-action-btn-footer.is-fixed {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

#fixed-action-return-top .btn-floating {
    background-color: var(--blue);
    width: 56px;
    height: 56px;
}

#fixed-action-return-top .btn-floating i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    line-height: 56px;
    font-weight: 100;
}

.link-to, a, [data-link] , [data-link-encoded], [data-mail-encoded]{
    cursor: pointer;
    color: var(--blue);
    transition: all 0.2s ease-in-out;
}
.link-to:hover,a:hover  {
    text-decoration: underline!important;
    color: var(--green)!important;
}
#icone-loading img {
    width: 71px;
    height: 71px;
}
#tpl-prestations ul,
#tpl-engagements ul,
#tpl-prestations-detail ul {
    list-style-type: none;
    padding: 0 0 0 1rem;
}
#tpl-prestations ul li,
#tpl-engagements ul li,
#tpl-prestations-detail ul li {
    display: block;
    margin-bottom: .75rem;
}
#tpl-prestations ul li:before,
#tpl-engagements ul li:before,
#tpl-prestations-detail ul li:before {
    content: 'done';
    display: inline-block;
    font-family: 'Material Icons';
    font-style: normal;
    vertical-align: bottom;
    color: var(--green);
    padding-right: 1rem;
}

#tpl-engagements #card-reseau-right-content ul li:before,
#input-select-prd-rdzvs ul li:before {
    display:none !important;
    content: '';
}

/* OVERLAY */
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 500000000000000000000000000000000;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .90);
}

.overlay-content {
    position: relative;
    top: 35%;
    width: 80%;
    text-align: center;
    margin: auto;
}
.overlay.show {
    display:block;
}

/* MODAL */
#erreur_envoi_form .modal-footer,
#envoyer_form_conf .modal-footer,
#alert_form_rdv_ligne .modal-footer
{
    border-top: 0;
}
#erreur_envoi_form .modal-footer button,
#envoyer_form_conf .modal-footer button,
#alert_form_rdv_ligne .modal-footer button
{
    font-size: 1.5rem;
    background: var(--blue) ;
    color:white;
}
.modal-backdrop ~ .modal-backdrop {
    z-index: 1051;
}
#erreur_envoi_form, #alert_form_rdv_ligne {
    z-index: 1052;
}


    /*  HEADER */
#header-main-body {
    transition: opacity .1s ease-in-out;
    position: fixed;
    z-index: 10;
    top: 0;
    background-color: white;
}

#header-main-body .header-bandeau {
    color:white;
    font-size: 2rem;
    background-color:var(--green);
    /* font-family: 'wotfardbold', Arial, sans-serif; */
}
#header-main-body .header-bandeau span {
    padding: 1rem 0;
}
#header-main-body .header-bandeau a {
    color:white;
    padding: .25rem 1rem;
    border: 1px solid white;
    text-transform: uppercase;
}
#header-main-body .header-bandeau a:hover {
    background: white;
    text-decoration: none!important;
    color: var(--green);
}
#header-main-body .header-top {
    background-color: var(--gray);
    height: 4.6rem;
}

#header-top-rating {
    cursor:pointer;
}
#header-top-rating .stars .material-icons {
    color: var(--green);
    font-size: 1rem;
}
#header-top-rating .name-fournisseur span {
    color:#ff5f3e;
}
#header-top-rating .name-fournisseur span + span {
    color:#2f3237;
}

#header-main-body .header-top ul.header-top-nav {
    list-style-type: none;
}
#header-main-body .header-top ul.header-top-nav li {
    display: inline-block;
    height: 4.6rem;
}
#header-main-body .header-top ul.header-top-nav li:first-child {
    padding-right: 1rem;
}
#header-main-body .header-top ul.header-top-nav li ~ li {
    padding: 0 1rem;
}
#header-main-body .header-top ul.header-top-nav li ~ li:before {
    content:"";
    display:inline-block;
    position: relative;
    width: 1px;
    height: 2rem;
    top:0.5rem;
    left: -1rem;
    background: var(--blue);
}
#header-main-body .header-top ul.header-top-nav li a, #header-main-body .header-top ul.header-top-nav li span {
    font-size: 1.5rem;
    line-height: 4.6rem;
    display: inline-block;
}

#header-main-body .icones-rs img {
    transition: opacity .3s ease-in-out;
    display: block;
}
#header-main-body .icones-rs img:hover {
    opacity: .5;
}
#header-main-body .dropdown-langue ul {
    height: 100%;
}
#header-main-body .dropdown-langue ul .dropdown-menu {
    max-width: 5rem;
    width: 5rem;
    /* overflow: hidden; */
    padding: 0 1rem;
    background: #f0f0f0;
    border: 1px solid #7070700F;
    min-width: 1rem;
}
#header-main-body .dropdown-langue ul a.dropdown-toggle {
    display:block;
    padding: 0 1rem;
    margin-top: 9px;
}
#header-main-body .dropdown-langue ul a.dropdown-toggle:after {
    display:none;
}
#header-main-body .dropdown-langue ul .dropdown-item {
    border:0;
    box-shadow: none;
    max-width: 5rem;
    width: 5rem;
    display: block;
}
#header-main-body .dropdown-langue ul .dropdown-item:hover {
    background-color: transparent!important;
    border:0;
    box-shadow: none;
}

#header-main-body .header-middle, #header-main-body .header-bottom {
    transition: padding .3s ease-in-out;
}

#header-main-body .logo img {
     transition: all .3s ease-in-out;
     transform-origin: left;
 }

#header-main-body .header-middle .boutons a,
#header-main-body .header-middle .boutons > div {
    background-color: var(--blue);
    color:white;
    font-size: 1.7rem;
    transition: all .3s ease-in-out;
}
#header-main-body .header-middle .boutons a:hover,
#header-main-body .header-middle .boutons .link-to:hover  {
    text-decoration: none;
    background-color: var(--green);
    color:white!important;
    /*color: var(--blue);*/
}
#header-main-body .header-middle .boutons .link-to:hover,
#header-main-body .header-middle a#lien-bouton-rdz-header:hover {
    text-decoration:none!important;
}
#header-main-body .header-middle .boutons .link-to:hover span,
#header-main-body .header-middle a#lien-bouton-rdz-header:hover span,
#header-main-body .header-middle a#lien-bouton-rdz-header:hover > * {
    text-decoration:none!important;
}
#header-main-body .header-middle .boutons a ~ a,
#header-main-body .header-middle .boutons div ~ a {
    background-color: var(--green);
}
#header-main-body .header-middle .boutons div ~ div {
    background-color: var(--green);
}
#header-main-body .header-middle .boutons div ~ a:hover {
    background-color: var(--blue);
    text-decoration: none;
    /*color: var(--green);*/
}
#header-main-body .header-middle .boutons a span,
#header-main-body .header-middle .boutons > div span {
    line-height:2.4rem;
    display: inline-block;
}
#header-main-body .header-middle .boutons a i,
#header-main-body .header-middle .boutons > div i {
    vertical-align: bottom;
    margin: 0;
    padding: 0 0 0 7rem;
    line-height: 1;
    font-size: 2.2rem;
}

#header-main-body .header-bottom ul.nav {
    font-size: 1.6rem;
    line-height: 2rem;
}

#header-main-body .header-bottom ul.nav li.nav-item {
    width: 28%;
    text-align: left;
    position: relative;
}
#header-main-body .header-bottom ul.nav li.nav-item:last-child {
    width: 16%;
}
#header-main-body .header-bottom ul.nav li.nav-item ~ li.nav-item {
    text-align: center;
}
#header-main-body .header-bottom ul.nav li.nav-item ~ li.nav-item:before {
    content:"";
    display:inline-block;
    position: absolute;
    width: 1px;
    height: 2rem;
    top:0rem;
    left: 0;
    background: #9799AF;
}
#header-main-body .header-bottom ul.nav li.nav-item ~ li.nav-item:last-child {
    text-align: right;
}
#header-main-body .header-bottom ul.nav li.nav-item a,
#header-main-body .header-bottom ul.nav li.nav-item .nav-link {
    display:inline-block;
    margin: 0;
    padding: 0;
    transition: color .3s ease-in-out;
}
#header-main-body .header-bottom ul.nav li.nav-item a:hover,
#header-main-body .header-bottom ul.nav li.nav-item .nav-link:hover {
    text-decoration: none;

}
#header-main-body .header-bottom ul.nav li.nav-item .nav-link.active {
    color: var(--green);
}

#navbarDropdownMenuLi:hover #navbarDropdownMenu {display: block;}
#navbarDropdownMenu {
    margin: 0!important;
    border:0!important;
    padding: 1rem 0;
    border-radius: 0 0 1rem 1rem;
}
#header-main-body .header-bottom  #navbarDropdownMenuLi #navbarDropdownMenu li.dropdown-submenu {
    width: 100%;
}
#header-main-body .header-bottom  #navbarDropdownMenuLi #navbarDropdownMenu li.dropdown-submenu a {
    padding: 1.25rem 1rem!important;
    display:flex;
    align-items: center;
    position: relative;
}
#header-main-body .header-bottom  #navbarDropdownMenuLi #navbarDropdownMenu li.dropdown-submenu a span {
    padding-right: 4rem;
}
#header-main-body .header-bottom  #navbarDropdownMenuLi #navbarDropdownMenu li.dropdown-submenu a i {
    position: absolute;
    right:0;

    font-size: 2.5rem;
}
#header-main-body .header-bottom  #navbarDropdownMenuLi #navbarDropdownMenu li.dropdown-submenu a:hover,
#header-main-body .header-bottom  #navbarDropdownMenuLi #navbarDropdownMenu li.dropdown-submenu a.hover
{
    background-color: var(--blue);
    color:white;
    text-decoration: none!important;
}
#header-main-body .header-bottom  #navbarDropdownMenuLi #navbarDropdownMenu li.dropdown-submenu a:after {
    content:"lio";
    display:block;
    position:absolute;
    right: 0;
    top:0;
    font-size: 2rem;
    color:var(--blue);
}
#navbarNav .dropdown-submenu {
    position: relative;
}

#navbarNav .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: -5px;
    top: 10px;
    display:none!important;
}

#navbarNav .dropdown-submenu .dropdown-menu {
    /* top: -10px; */
    left: 100%;
    /* margin-left: .1rem; */
    margin: 0!important;
    /* margin-right: .1rem; */
}
#navbarNav .dropdown-menu.show {
    min-width: 95%;
    border: 0;
    margin-top: 15px;
    padding: 1rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 0 10px 0 rgba(0, 0, 0, .12);
    border-radius: 0 0 6px 6px!important;
}
#navbarNav .dropdown-submenu {
    display:inline-block;
    /* width: 100%; */
}

/*#navbarNav .dropdown-submenu + .dropdown-submenu,*/
#navbarNav .dropdown-submenu .dropdown-menu li + li
{
    /* margin-top: 10px; */
}
#navbarNav .dropdown-submenu>.dropdown-menu {
    border-radius: 0 1rem 1rem 1rem!important;
}
#navbarNav .dropdown-submenu a, #navbarNav .dropdown-submenu span.dropdown-item {
    color: var(--blue);
    font-size: 1.6rem!important;
    line-height: 2rem!important;
    /* margin-right: 10px!important; */
    padding-right:15px!important;
}
#navbarNav .dropdown-submenu span.dropdown-item {
    padding: .75rem 1rem!important;
}
#navbarNav .dropdown-menu.show .dropdown-submenu a.dropdown-item:hover,
#navbarNav .dropdown-submenu span.dropdown-item:hover,
#navbarNav .dropdown-submenu span.dropdown-item:active {
    text-decoration:none!important;
    background-color: var(--green)!important;
    box-shadow: none!important;
    color: white!important;
}
#navbarNav .dropdown-submenu .dropdown-menu {
    min-width: 95%;
    border: 0;
    margin-top: 0rem;
    padding: 1rem 0;
}


.dropdown-submenu>.dropdown-menu {
    left:0;
}

/* HP */
#slider-hp-content .wotfardbold {
    color: white;
    font-size: 6.7rem;
    line-height: 7rem;
    /* max-width: 90rem; */
}
#slider-hp-content .wotfardbold h1 {
    display:inline;
    color: white;
    font-size: 6.7rem;
    line-height: 7rem;
    margin: 0;
    padding: 0;
}
#slider-hp-content .wotfardbold a {
    color:white;
    font-size: 2rem;
    line-height: 1;
    background-color: var(--green);
    font-family: 'wotfardregular', Arial, sans-serif;
    transition: background-color .3s ease-in-out;
}
#slider-hp-content .wotfardbold a:hover {
    text-decoration: none;
    background-color: var(--blue);
}
#slider-hp .tns-outer, #slider-hp .tns-inner {
    height: 100%;
    width: 100%;
}
#slider-hp-content .anchor-link-top .material-icons {
    color:white;
    font-size: 4.8rem;
    padding: 2rem;
}
#slider-hp-nav {
    position:absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
#slider-hp-nav button#prev {
    left: 2rem;
}
#slider-hp-nav button#next {
    right: 2rem;
}
#slider-hp-nav button {
    position: absolute;
    top: calc(50% - 2.5rem);
    width: 5rem;
    z-index: 10;
    border: 0;
    opacity: 1;
    margin: 0;
    padding: 0;
    text-align: center;
    color: white;
    transition: opacity .2s ease-in-out;
}
#slider-hp-nav button i {
    font-size: 5rem;
}
.anchor-link-top, .anchor-link {
    cursor:pointer;
    position: absolute;
    bottom: 0;
}
#argument .row #argument-desktop div {
    width: 20%;
    display:flex;
}
#argument .row #argument-desktop div img {
    margin: 0 auto;
    display: block;
    transition: all .3s ease-in-out;
}
#argument .row #argument-desktop  div:hover img {
    transform: translateY(-5px);
}
#argument .row #argument-desktop div:first-child img {
    margin: 0;
}
#argument .row #argument-desktop div:last-child {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    text-align: right;
}

#argument .row #argument-desktop div:last-child img {
    margin: 0;
}
#prestations-left-color {
    background-color: var(--green);
}
#prestations-left-color h2 {
    font-size: 4.8rem;
}
#prestations-left-texte {
    font-size: 1.5rem;
    line-height: 2.5rem;
}
#prestations img {
    display:block;
    margin: 0 auto;
    transition: all .3s ease-in-out;
}
#prestations h3 {
    display: block;
    text-align:center;
    font-size: 1.8rem;
    line-height: 2.2rem;
}
#prestations h3 a {
    display: block;
    /*text-align:center;*/
    /*font-size: 1.8rem;*/
    /*line-height: 2.2rem;*/
}
#prestations h3 a:hover {
    color: var(--blue)!important;
}
#prestations  #prestations-right  a:hover {
    color: white!important;
}
#prestations [data-link-encoded]:hover img {
    transform: translateY(5px);
}
#prestations-left-button a {
    background-color: var(--blue);
    color:white;
}
#prestations-left-button a:hover {
    color:var(--green);
    text-decoration: none;
}
#prestations-left-button a span {
    line-height: 2.4rem;
    display: inline-block;
    font-size: 1.8rem;
}
#prestations-left-button a i {
    vertical-align: bottom;
    margin: 0;
    padding: 0 2rem;
    line-height: 1;
}
#prestations-right-color {
    background-color: var(--blue);
    height: calc(50% - .5rem);
}
#prestations-right-color h2 {
    color: var(--green);
    font-size: 2.6rem;
    line-height: 4rem;
}
#prestations-right-picto a,#prestations-right-picto a:hover {
    color:white!important;
    font-size: 1.6rem!important;
}
#prestations-right-video {
    height: calc(50% - .5rem);
    background:red;
    position: relative;
}
#prestations-right-video .rgba-black-light {
    cursor: pointer;
    transition: all .3s ease-in-out;
    background-color: rgba(29,9,110,0.3);
}
#prestations-right-video:hover .rgba-black-light {
    background-color: rgba(29,9,110,0.5);
}
#prestations-right-video .rgba-black-light .titre {
    color:white;
    font-size: 2.6rem;
    line-height: 3rem;
}
#prestations-right-video .icone-player {
    position: absolute;
    top: calc(50% - 4.4rem);
    left: calc(50% - 4.4rem);
    cursor:pointer;
}
#prestations-right-video .icone-player i {
    color:white;
    font-size: 6.8rem;
    padding: 1rem;
    background-color: var(--green);
    border-radius: 50%;
}
.bandeau-expert-visuel {
    height: 100%;
}
#bandeau-toutroule-visuel, #bandeau-expert .bandeau-expert-visuel{
    min-height: 56rem;
}
.bandeau-expert-visuel .titre, #bandeau-toutroule-visuel .titre {
    color:white;
    font-size: 6.7rem;
    line-height: 7rem;
}
#card-reseau .titre,
#card-reseau-right-content .titre{
    font-size: 3.2rem;
    line-height: 1;
}
#card-reseau .button {
    bottom: 2rem;
    left: 0;
}
#card-reseau-left-content {
    border: 5px solid var(--blue);
    background: white;
}
#card-reseau-left-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#card-reseau-left-content ul li {
    display:block;
    margin-bottom: .75rem;
}
#card-reseau-left-content ul li:before {
    content: 'done';
    display: inline-block;
    font-family: 'Material Icons';
    font-style: normal;
    vertical-align: bottom;
    color:var(--green);
    padding-right: 1rem;
}
#card-reseau-left-content .titre {
    color:var(--green);
    /* font-size: 2rem; */
}
#card-reseau-left-content  .img-fluid {
    display: block;
    margin: 0 auto;
}
#card-reseau-center-content .icone i {
    background-color: var(--green);
    color:white;
    font-size: 5rem;
    line-height: 1;
    border-radius: 50%;
}

#card-reseau-center-content {
    border: 1px solid #7070701A;
    background: white;
}
#card-reseau-center-content .button a,
#card-reseau-center-content .button div {
    background-color: var(--blue);
    color: white;
    width: calc(100% - 6rem);
    left: 3rem;
}
#card-reseau-center-content .button a span,
#card-reseau-center-content .button div span {
    line-height: 2.4rem;
    display: inline-block;
    font-size: 1.4rem;
}
#card-reseau-center-content .button a i,
#card-reseau-center-content .button div i {
    vertical-align: bottom;
    margin: 0;
    padding: 0 2rem;
    line-height: 1;
}
#card-reseau-center-content .button a:hover,
#card-reseau-center-content .button div:hover {
    text-decoration: none;
    color: var(--green);
}
#card-reseau-right-content {
    background-color: var(--blue);
    color:white;
}
#card-reseau-right-content .button a,
#card-reseau-right-content .button div {
    background-color: var(--green);
    color: white;
    width: calc(100% - 6rem);
    left: 3rem;
    /* position: relative; */
}
#card-reseau-right-content .button a span,
#card-reseau-right-content .button div span {
    line-height: 2.4rem;
    display: inline-block;
    font-size: 1.4rem;
}
#card-reseau-right-content .button a i,
#card-reseau-right-content .button div i {
    vertical-align: bottom;
    margin: 0;
    padding: 0 2rem;
    line-height: 1;
}
#card-reseau-right-content .button a:hover,
#card-reseau-right-content .button div:hover{
    text-decoration: none;
    color: var(--blue);
}
#avis-verifies-left-content {
    background-color: var(--blue);
}
#avis-verifies-left-content .numscroller {
    color:white;
    font-size: 4.6rem;
    line-height: 5rem;
}
#avis-verifies-left-content .mentions {
    color: var(--green);
    font-size: 1.8rem;
}

#badge-av-green {
    max-width: 17rem;
    height: 17rem;
    border-radius: 50%;
    background-color:var(--green);
    border: 3px solid rgba(255,255,255,.5);
    color:white;
    white-space: nowrap;
    vertical-align: baseline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    cursor:pointer;
}
#bandeau-rubrique-badge {
    width: 17rem;
}
#badge-av-green .stars .material-icons {
    font-size: 1rem!important;
}
#badge-av-green .intitule {
    color:var(--blue);
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 2rem;
}
#badge-av-green .note-av .wotfardsemibold {
    font-size: 6rem;
    /* line-height: 1; */
}
#badge-av-green .note-av .wotfardsemibold sup {
    font-size: 1rem;
    position:absolute;
    top: 1.5rem;
    right: 0;
    font-family: 'wotfardregular', Arial, sans-serif;
}
#badge-av-green .intitule-av {
    color:var(--blue);
    font-size: 1.3rem;
    text-transform: uppercase;
}
#badge-av-green .intitule-av img {
    max-width: 11rem;
    margin: 0 auto;
}
#modal_avisverifies .modal-dialog {
    height: 95%;
    margin: 0 auto;
}
#modal_avisverifies .modal-dialog .modal-content {
    height: 100%;
    margin-top: 1rem;
}
#avis-verifies-right {
    overflow:hidden;
    background: white;
}
#avis-verifies-right-top i {
    vertical-align: sub;
    font-size: 1.4rem;
}
#avis-verifies-right-top .avis-verifies-right-top-right-legale div {
    font-size: 1.3rem;
    padding: 0;
    margin: 0;
    text-align:left;
}
#avis-verifies-right-top .avis-verifies-right-top-right-legale div:hover {
    text-decoration:underline;
}
.tooltip-inner {
    font-size: 1.4rem;
    background-color: var(--blue);
    color:white;
    padding: 1rem;
    max-width:100%;
}
.tooltip-inner a {
    color:white!important;
    text-decoration: underline;
}
#avis-verifies-right-top button, #avis-verifies-right-top span {
    display:inline-block;
}
.avis-verifies-right-top-right-tri {
    font-size: 1.2rem;
    font-style:italic;
}
#avis-verifies-carousel {
    background: white;
}
#avis-verifies-carousel-slider {
    padding: 0 5rem;
}
#avis-verifies-carousel-slider span {
    display:block;
}
#avis-verifies-carousel-slider .coord-avis {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 1rem;
}
#avis-verifies-carousel-slider .texte {
    margin-top: 2rem;
    color: var(--violet);
    line-height: 2.6rem;
    max-height: 13rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
#avis-verifies-carousel-slider .date {
    /* position: absolute; */
    /* bottom: 3rem; */
    color: #9799AF;
    margin-top: 1rem;
}
#avis-verifies-carousel-slider i {
    color: var(--green);
}
#avis-verifies-carousel .tns-outer, #avis-verifies-carousel .tns-inner {
    height: 100%;
}
#avis-verifies-carousel-slider .tns-item {
    /* height: 100%; */
    padding: 2rem 0 2rem 0;
}
#avis-verifies-carousel-slider-nav {
    position: absolute;
    height: 100%;
    width: 100%;
}
#avis-verifies-carousel-slider-nav button {
    position: absolute;
    top: calc(50% - 2.5rem);
    width: 5rem;
    z-index: 10;
    border: 0;
    opacity: 1;
    margin: 0;
    padding: 0;
    text-align: center;
    color: var(--blue);
    transition: opacity .2s ease-in-out;
}
#avis-verifies-carousel-slider-nav button#prev {
    left: -3rem;
}
#avis-verifies-carousel-slider-nav button#next {
    right: 3rem;
}
#avis-verifies-carousel-slider-nav button:disabled {
    color: #ccc;
    display: none;
}
#avis-verifies-carousel-slider-nav i {
    font-size: 5rem;
}
/* SLIDER */
#slider-galerie {
    overflow: hidden;
}
#slider-galerie-new img {
    width: 100%;
}
#slider-galerie-new picture {
    position: relative;
    width: 100%;
    height:100%;
    display:block;
}
#slider-galerie-new a {
    position:relative;
    z-index: 11;
}
#slider-galerie-new a .titre-diapo {
    color: white;
    right: 5rem;
    top: 3rem;
    max-width: 35rem;
    font-size: 2.6rem;
    line-height: 3rem;
    text-align: right;
    z-index: 20;
    /*background-color: rgba(29,9,110,.3);*/
}
#slider-galerie-new .rgba-black-light {
    position: absolute;
    width: 100%;
    height: 100%;
    content:'';
    top:0;
    left: 0;
    background-color: rgba(32,14,112,.3);
    z-index: 10;
}
#slider-galerie .tns-nav {
    text-align:center;
    margin-top: 1rem;
    position: absolute;
    bottom: 2rem;
    right: 5rem
}
#slider-galerie .tns-nav button {
    display:inline-block;
    background-color: white;
    margin: 0 .5rem;
    width: 1.3rem;
    height: 1.3rem;
}
#slider-galerie .tns-nav button.tns-nav-active {
    background-color: var(--green);
}
#slider-galerie .tns-nav button:last-child {
    margin-right: 0;
}
/* MODULE LOGOS CLIENTS */
#module-ref-clients-content {
    background-color: white;
    height: 100%;
}
#module-ref-clients-content .titre {
    color: var(--green);
    font-size: 2.6rem;
    line-height: 3rem;
}
/* SLIDER LOGO MARQUES */
.slider-marque, #slider-marque {
    background-color: white;
}
.slider-marque .titre,.slider-marque h2, #slider-marque .titre, #slider-marque h2 {
    font-size: 3.2rem;
    line-height: 1;
}
.slider-marque a img, #slider-marque a img {
    transition: transform .3s ease-in-out;
    margin: 0 auto;
    display: block;
}
.slider-marque a:hover img, #slider-marque a:hover img {
    transform: scale(1.1);
}
#slider-marque-nav {
    position: absolute;
    height: 100%;
    width: 100%;
}
#slider-marque-nav button:disabled {
    opacity: .3;
}
#slider-marque-nav button {
    position: absolute;
    top: calc(50% - 2.5rem);
    width: 5rem;
    z-index: 10;
    border: 0;
    opacity: 1;
    margin: 0;
    padding: 0;
    text-align: center;
    color: var(--blue);
    transition: opacity .2s ease-in-out;
}
#slider-marque-nav button#prev {
    left: 0rem;
}
#slider-marque-nav button#next {
    right: 0rem;
}
#slider-marque-nav i {
    font-size: 5rem;
}
.slider-marque .tns-horizontal.tns-subpixel>.tns-item {
    vertical-align: middle;
}
.slider-marque .lien-all-marque a {
    color: var(--green);
    text-decoration: underline;
}

/* FOOTER */
footer {
    background-color: var(--blue);
}
#footer-top .titre {
    font-size: 3.2rem;
    line-height: 4rem;
    color:white;
}
#footer-middle a, #footer-middle .nav-link {
    color:white;
}
#footer-middle a:hover, #footer-middle .nav-link:hover {
    color: rgba(255,255,255,.56);
    text-decoration: underline;
}
#footer-bottom a, #footer-bottom .nav-link {
    color: rgba(255,255,255,.56);
}
#footer-bottom a, #footer-bottom .nav-link:first-letter {
    text-transform: capitalize;
}
#footer-bottom a:hover,#footer-bottom .nav-link:hover {
    color:white;
    text-decoration: underline;
}
#footer-last {
    color: rgba(255,255,255,.56);
    margin-top: 5rem;
}

/* BREADCRUMB */
.chemin-categorie a:first-letter {
    text-transform: capitalize;
}
.padding-breadcrumb {
    padding-top: 4.2rem;
}
#tpl-rubrique-entree #rubrique-chemin,
#tpl-prestations #rubrique-chemin,
#tpl-prestations-detail #rubrique-chemin,
#tpl-services-entreprises #rubrique-chemin,
#tpl-engagements #rubrique-chemin,
#forfait-tpl #rubrique-chemin,
#tpl-prendre-rdzvs #rubrique-chemin,
#tpl-departement-all #rubrique-chemin,
#tpl-departement-detail #rubrique-chemin,
#tpl-fiche-franchise #rubrique-chemin,
#marque-all-tpl #rubrique-chemin,
#marque-detail-tpl #rubrique-chemin,
#tpl-recompenses #rubrique-chemin,
#template-rubrique-simple #rubrique-chemin,
#template-plandusite #rubrique-chemin,
#template-quisommesnous #rubrique-chemin,
#tpl-recrutement #rubrique-chemin,
#tpl-contact #rubrique-chemin,
#template-modulespe #rubrique-chemin,
#tpl-promo #rubrique-chemin
{
    position: absolute;
    top: 0;
    left:0;
}

/* TEMPLATE rubrique-niveau0 */
.bandeau-expert-visuel .titre:first-letter {
    text-transform: capitalize;
}
.bandeau-expert-visuel .sous-titre {
    color:var(--green);
    font-size: 2.8rem;
    line-height: 3.4rem;
}
#rubrique-bandeau-badge {
    bottom: 3rem;
}
#rubrique-chemin {
    background-color: white;
}
#rubrique-icone {
    background-color: var(--blue);
    color:white;
}
#rubrique-icone .rubrique-icone-content img {
    display:block;
    margin: 0 auto;
    transition: all .3s ease-in-out;
}
#rubrique-icone .rubrique-icone-content:hover img {
    transform: translateY(-5px);
}
#rubrique-icone .rubrique-icone-content span {
    transition: color .3s ease-in-out;
}
#rubrique-icone .rubrique-icone-content:hover span {
    color: var(--green);
}

/* CARDS ARGUMENTS x 3 */
#card-argument {
    background-color: var(--green);
}
#card-argument-cards {
    min-height: 35rem;
}
#card-argument .card-argument-content {
    background-color: white;
    transition: all .3s ease-in-out;
}
#card-argument .card-argument-content:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
#card-argument .card-argument-content .icone i {
    background-color: var(--green);
    color: white;
    font-size: 5rem;
    line-height: 1;
    border-radius: 50%;
}
#card-argument .card-argument-content .titre {
    font-size: 3.2rem;
    line-height: 1;
}
#card-argument .card-argument-content .button {
    bottom: 2rem;
    left: 2rem;
    width: calc(100% - 4rem);
}
#card-argument .card-argument-content .button a,
#card-argument .card-argument-content .button div {
    background-color: var(--blue);
    color: white;
    display:block;
    margin: 0;
    width: 100%;
    transition: background-color .3s ease-in-out;
}
#card-argument .card-argument-content .button a:hover,
#card-argument .card-argument-content .button div:hover {
    text-decoration: none;
    background-color: var(--green);
}
#card-argument .card-argument-content .button a span,
#card-argument .card-argument-content .button div span {
    line-height: 2.4rem;
    display: inline-block;
    font-size: 1.4rem;
}
#card-argument .card-argument-content .button a i,
#card-argument .card-argument-content .button div i{
    vertical-align: bottom;
    margin: 0;
    padding: 0 2rem;
    line-height: 1;
}
.rubrique-liste .rubrique-liste-bloc-entete .ss-titre {
    color:var(--green);
}
.rubrique-liste .rubrique-liste-bloc-entete .titre {
    font-size: 3.2rem;
    line-height: 3.5rem;
    max-width: 50rem;
}
.rubrique-liste .rubrique-liste-bloc-entete .bouton a,
.rubrique-liste .rubrique-liste-bloc-entete .bouton > div
{
    background-color: var(--green);
    color: white;
    font-size: 1.7rem;
    transition: all .3s ease-in-out;
}
.rubrique-liste .rubrique-liste-bloc-entete .bouton a span,
.rubrique-liste .rubrique-liste-bloc-entete .bouton > div span {
    line-height: 2.4rem;
    display: inline-block;
}
.rubrique-liste .rubrique-liste-bloc-entete .bouton a i,
.rubrique-liste .rubrique-liste-bloc-entete .bouton > div i {
    vertical-align: bottom;
    margin: 0;
    padding: 0 0 0 7rem;
    line-height: 1;
    font-size: 2.2rem;
}
.rubrique-liste .rubrique-liste-bloc-entete .bouton > div:hover {
    background-color: var(--blue);
}
.rubrique-liste .rubrique-liste-bloc-entete .bouton a:hover {
    text-decoration: none;
    background-color: var(--blue);
    /*color: var(--green);*/
}
.rubrique-liste-bloc-card .rubrique-liste-bloc-card-content:nth-child(3n+1) {
    padding: 0 1rem 0 0!important;
}
.rubrique-liste-bloc-card .rubrique-liste-bloc-card-content:nth-child(3n+2) {
    padding: 0 .5rem!important;
}
.rubrique-liste-bloc-card .rubrique-liste-bloc-card-content:nth-child(3n+3){
    padding: 0 0 0 1rem!important;
}


#marque-all-tpl .rubrique-liste-bloc-card .rubrique-liste-bloc-card-content:nth-child(4n+1) {
    padding: 0 .5rem 0 0!important;
}
#marque-all-tpl .rubrique-liste-bloc-card .rubrique-liste-bloc-card-content:nth-child(4n+2) {
    padding: 0 .25rem 0 0!important;
}
#marque-all-tpl .rubrique-liste-bloc-card .rubrique-liste-bloc-card-content:nth-child(4n+3)
{
    padding: 0 0 0 .25rem!important;
}
#marque-all-tpl .rubrique-liste-bloc-card .rubrique-liste-bloc-card-content:nth-child(4n+4){
    padding: 0 0 0 .5rem!important;
}

.rubrique-liste-bloc-card .rubrique-liste-bloc-card-content .card {
    transition: all 0.15s ease-in-out;
    height: 100%;
}
.rubrique-liste-bloc-card .rubrique-liste-bloc-card-content [data-link-encoded] {
    cursor: pointer;
}
.rubrique-liste-bloc-card .rubrique-liste-bloc-card-content [data-link-encoded]:hover {
    height: 105%;
}
.rubrique-liste-bloc-card .rubrique-liste-bloc-card-content {
    margin-bottom: 7rem!important;
}
.rubrique-liste-bloc-card .rubrique-liste-bloc-card-content .card .bouton-link {
    visibility: hidden;
    opacity:0;
    transition:all 0.3s linear;
}
.rubrique-liste-bloc-card .rubrique-liste-bloc-card-content .card .bouton-link i {
    color:white;
    background-color: var(--green);
    padding: 1rem;
    vertical-align: middle;
}
.rubrique-liste-bloc-card .rubrique-liste-bloc-card-content .card .bouton-link span {
    padding-right: 1rem;
    line-height: 4.4rem;
}

.rubrique-liste-bloc-card .rubrique-liste-bloc-card-content .card:hover .bouton-link {
    visibility:visible;
    opacity:1;
    transform: translateY(1rem);
}
.rubrique-liste-bloc-card .rubrique-liste-bloc-card-content .card .bouton-link:hover  {
    text-decoration: none;
}
.rubrique-liste-bloc-card .rubrique-liste-bloc-card-content .card .bouton-link:hover span {
    color: var(--blue);
}
.rubrique-liste-bloc-card .rubrique-liste-bloc-card-content .card .bouton-link:hover i {
    background-color: var(--blue);
}
.rubrique-liste-bloc-card .rubrique-liste-bloc-card-content .card h4,
.rubrique-liste-bloc-card .rubrique-liste-bloc-card-content .card h2,
.rubrique-liste-bloc-card .rubrique-liste-bloc-card-content .card h3,
.rubrique-liste-bloc-card .rubrique-liste-bloc-card-content .card .titre-h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
}
.rubrique-liste-bloc-card .rubrique-liste-bloc-card-content .card .card-text {
    font-size: 1.5rem;
    line-height: 2.6rem;
    color:var(--violet);
}
.rubrique-liste-bloc-card .rubrique-liste-bloc-card-content .card .card-text a {
    color:var(--green);
    text-decoration: underline;
    display: inline-block;
}
.rubrique-liste-bloc-card .rubrique-liste-bloc-card-content .card .card-text a:hover {
    color:var(--blue);
}
.rubrique-liste-bloc-card .rubrique-liste-bloc-card-content .bouton-link-content {
    visibility: hidden;
    opacity:0;
    transition:all 0.3s linear;
}
.rubrique-liste-bloc-card .rubrique-liste-bloc-card-content .card:hover .bouton-link-content {
    visibility:visible;
    opacity:1;
    height: auto;
}

/* TEMPLATE PRESTATIONS */
#rubrique-bandeau-defilant {
    background: white;
}
#rubrique-bandeau-defilant .titre-info {
    color:var(--green);
    font-size: 2.6rem;
    line-height: 2.7rem;
}
#rubrique-bandeau-defilant-slider-nav {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
#rubrique-bandeau-defilant-slider-nav button {
    position: absolute;
    top: calc(50% - 2.5rem);
    width: 5rem;
    z-index: 10;
    border: 0;
    opacity: 1;
    margin: 0;
    padding: 0;
    text-align: center;
    color: var(--blue);
    transition: opacity .2s ease-in-out;
}
#rubrique-bandeau-defilant-slider-nav button[disabled] {
    color: var(--gray);
}
#rubrique-bandeau-defilant-slider-nav button#prev {
    left: 0;
}
#rubrique-bandeau-defilant-slider-nav button#next {
    right: 0;
}
#rubrique-bandeau-defilant-slider-nav button i {
    font-size: 5rem;
}
#rubrique-bandeau-defilant .tns-slider.tns-carousel {
    display: flex;
}


/* BANDEAU RDZ VS */
#section-rdv {
    background: var(--blue);
}
#section-rdv-left span.titre {
    color:white;
    font-size: 2.8rem;
    line-height: 1;
}
#input-select-prd-rdzvs .easy-autocomplete.eac-bootstrap {
    display: inline;
    height: 5.4rem;
    width: 100%;
    background: white;
}
#input-select-prd-rdzvs  input#town_input {
    height: 5.4rem;
    padding: 0 1rem;
    margin: 0;
    border: 0;
}
#input-select-prd-rdzvs  .easy-autocomplete.eac-bootstrap input {
    width: 100%;
    position: relative;
    box-shadow: none;
    color: var(--blue);
}
#input-select-prd-rdzvs .bouton-search {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--green);
    padding: 0 1.5rem;
    cursor: pointer;
    border-radius: 0;
    color: white;
    height: 100%;
}
#input-select-prd-rdzvs .bouton-search i {
    padding-top: 1.5rem;
}
#input-select-prd-rdzvs  #eac-container-town_input {
    position: absolute;
    width: 100%;
    z-index: 10;
}
#input-select-prd-rdzvs  .easy-autocomplete-container ul {
    list-style-type: none;
    padding: 0;
    background: white;
    position: relative;
    z-index: 10;
    width: 100%;
    max-height: 30rem;
    overflow-y: auto;
}
#input-select-prd-rdzvs  .easy-autocomplete-container ul li {
    padding: .5rem;
}
#input-select-prd-rdzvs  .easy-autocomplete-container ul li.selected {
    background: var(--gray);
}
#input-select-prd-rdzvs  .easy-autocomplete-container ul li div {
    word-break: inherit;
}
#input-select-prd-rdzvs .easy-autocomplete-container a {
    display: inline-block;
    /* height: 1.5em; */
    overflow: hidden;
    width: 100%;
    text-decoration: none;
    color: #727272;
}
#input-select-prd-rdzvs .easy-autocomplete-container a .item-nom {
    float: right;
    width: 75%;
    font-weight: 400;
    white-space: nowrap;
    line-height: 1.5em;
    color: var(--blue);
}
#input-select-prd-rdzvs .easy-autocomplete-container a .item-cpcode {
    width: 25%;
    float: left;
    padding: 0 1rem 0 0;
    color: var(--green);
    font-weight: 700;
    overflow: hidden;
    line-height: 1.5em;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
}
#input-select-prd-rdzvs .bootstrap-select, .select-group-picker .bootstrap-select {
    width: 100%;
    margin: 0;
    padding: 0;
}
#input-select-prd-rdzvs .btn.dropdown-toggle.btn-light {
    margin: 0;
    padding: 0;
    background: white;
    color: var(--blue);
}
#input-select-prd-rdzvs .bootstrap-select .dropdown-toggle .filter-option {
    height: 5.4rem;
    background: white;
    width: 100%;
}
#input-select-prd-rdzvs .dropdown-toggle::after,
.select-group-picker .dropdown-toggle::after
{
    position: absolute;
    right: 0;
    top:0;
    background-color: var(--green);
    height:100%;
    padding: 1.5rem 1.5rem 0 1.5rem;
    margin: 0;
    border: 0;
    color:white;
    font-family: 'Material Icons';
    vertical-align: middle;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-size: 2.4rem;
    content:'expand_more';
    direction: ltr;
    display: block;
    text-transform: none;
}
.select-group-picker .dropdown-toggle::after {
    font-size:1.5rem;
}

#input-select-prd-rdzvs .filter-option-inner,
#input-select-prd-rdzvs .select-group-picker  {
    height: 100%;
    line-height: 5.4rem;
    font-size: 1.4rem;
    text-transform: none;
    padding-left: 1rem;
}
form.formulaire-candidature .select-group-picker  .bootstrap-select>.dropdown-toggle,
form.formulaire-candidature .select-group-picker .bootstrap-select .dropdown-toggle
{
    border: 0;
    background-color: transparent!important;
    text-transform: none;
    color:var(--blue);
    margin:0!important;
    padding: .9rem 1.5rem!important;
    border-radius: .25rem;
}




form.formulaire-candidature .select-group-picker .bootstrap-select .dropdown-toggle .filter-option {
    font-size: 1.6rem;
}

#input-select-prd-rdzvs .dropdown .dropdown-menu .dropdown-item {
    font-size: 1.4rem;
}
#input-select-prd-rdzvs .bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#input-select-prd-rdzvs .dropup .dropdown-menu {
    top: auto;
    /* bottom: 100%; */
    margin-bottom: 2px;
    z-index: 100;
}
#input-select-prd-rdzvs .bs-searchbox {
    padding: 4px 8px;
}
#input-select-prd-rdzvs .bootstrap-select .dropdown-menu > li {
    float: left;
    display: block;
    width: 100%;
}
#input-select-prd-rdzvs .dropdown-menu li.dropdown-header {
    font-weight: bold;
    font-size: 1.8rem;
    color:var(--blue);
    padding-left: 0;
}
#input-select-prd-rdzvs .dropdown-menu > li > a,
form.formulaire-candidature .select-group-picker .bootstrap-select .dropdown-menu > li > a

{
    color: var(--blue);
    float: left;
    display: block;
    color: #003c66;
    white-space: nowrap;
    line-height: 2em;
    width: 100%;
    font-size: 1.4rem;
    padding: 5px;
    font-weight: 400;
}
.dropdown-divider {
    border-color:var(--green);
}
#input-select-prd-rdzvs .dropdown-menu > li > a span.text {
    display:inline-block;
}
#input-select-prd-rdzvs .dropdown-menu > li > a .text-muted {
    color: var(--green)!important;
    font-weight: bold;
    float:left;
    padding: 0 1rem 0 0;
}
#input-select-prd-rdzvs .dropdown-menu > li > a:hover, #input-select-prd-rdzvs .dropdown-menu > li > a.active,
form.formulaire-candidature .select-group-picker .bootstrap-select .dropdown-menu > li > a:hover,
form.formulaire-candidature .select-group-picker .bootstrap-select .dropdown-menu > li > a.active,
form.formulaire-candidature .select-group-picker .bootstrap-select .dropdown-menu > li.selected > a.selected
{
    background-color: var(--blue);
    color:white;
}

form.formulaire-candidature .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    display:none;
}

input#town_input::placeholder {
    color: var(--blue)!important;
}
#section-rdv .mention-ou {
    color:white;
}
/* TPL PRESTATION DETAIL */
#entete-container-noslide h1 {
    font-size: 3.2rem;
}
#entete-container-noslide h1:first-letter {
    text-transform: uppercase;
}
#prestation-detail-entete h2, #entete-container-texte h2 {
    font-size: 2.6rem;
    color:var(--green);
    font-family: 'wotfardsemibold', Arial, sans-serif;
}
#prestation-detail-entete h2.sous-titre {
    color:var(--blue);
}
#entete-container-texte h3 , #tpl-prestations h3 {
    font-family: 'wotfardsemibold', Arial, sans-serif;
}
#autre_rub_frere .rubrique-liste-bloc-entete .titre {
    max-width: 100%;
}

.container-texte-presta h2, .container-texte-presta h3 {
    font-family: 'wotfardsemibold', Arial, sans-serif;
}
.container-texte-presta h2 {
    font-size: 2.6rem;
}
.container-texte-presta h3 {
    font-size: 2rem;
}

/* TPL ENGAGEMENTS */
#bloc-engagement-first .titre {
    font-size: 3.2rem;
    line-height: 4rem;
}
#bloc-engagement-first .titre sup {
    color: var(--green);
}
#bloc-engagement-first .titre sup:first-child {
    padding-right: 1rem;
}
#bloc-engagement-first .titre sup:last-child {
    padding-left: 1rem;
}
#bloc-engagement-first .texte {
    color:#4F5381;
    font-size: 1.7rem;
    line-height: 2.8rem;
}
#bloc-engagements h2 {
    font-size: 4.8rem;
    line-height: 5.1rem;
    font-weight: normal;
}
#bloc-engagements .bloc-engagements-texte {
    font-size: 1.7rem;
    line-height: 2.8rem;
    max-width: 54rem;
}
#bloc-charte-qualite .titre {
    color: var(--green);
    font-size: 4.8rem;
    line-height: 5.1rem;
}
#bloc-charte-qualite .texte {
    font-size: 3.2rem;
    line-height: 4rem;
}
#bloc-charte-qualite-right img {
    margin: 0 auto;
    transition: all .3s ease-in-out;
}
#bloc-charte-qualite-right .bloc-icone:hover img {
    transform: translateY(-5px);
}
#bloc-charte-qualite-right .bloc-icone span {
    transition: color .3s ease-in-out;
    font-size: 1.6rem;
    line-height:1.9rem;
}
#bloc-charte-qualite-right .bloc-icone:hover span {
    color:var(--green);
}
#cards-engagements {
    padding-top: 10rem!important;
}
#cards-engagements .card {
    position: relative;
    margin-bottom: 10rem;
    box-shadow: none;
    border: 1px solid #7070701A;
}
#cards-engagements .card:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
#cards-engagements .card-img-visu {
    position: absolute;
    left: calc(50% - 7rem);
    top: -7rem;
}
#cards-engagements .card-img-visu span {
    background-color: var(--green);
    border-radius: 50%;
    width: 14rem;
    height: 14rem;
}
#cards-engagements .card-img-visu img {
    margin: auto;
    display: block;
    transition: all .3s ease-in-out;
}
#cards-engagements .card:hover img {
    transform: translateY(-10px);
}
#cards-engagements .card-body {
    padding: 10rem 3rem 5rem 3rem;
    /* position: relative; */
    /* top: 20rem; */
}
#cards-engagements .card-body .card-title {
    font-size: 3.2rem;
    line-height: 3.5rem;
}
#cards-engagements .card-body .card-text {
    font-size: 1.7rem;
    line-height: 2.8rem;
    color: #4f5381;
}
#cards-engagements .cards_engagements_box:nth-child(4),
#cards-engagements .cards_engagements_box:nth-child(5) {
    margin-bottom: 0!important;
}
#cards-engagements .cards_engagements_box:nth-child(2n+2) .card-body {
    background-color: var(--blue);
}
#cards-engagements .cards_engagements_box:nth-child(2n+2) .card-body .card-title,
#cards-engagements .cards_engagements_box:nth-child(2n+2) .card-body .card-text {
    color:white;
}

/* TPL FORFAIT */
#forfait-tpl #prestation-detail-entete,
#marque-all-tpl #prestation-detail-entete,
#tpl-promo #prestation-detail-entete
{
    padding: 0 10rem!important;
}
#forfait-tpl #prestation-detail-entete h2,
#marque-all-tpl #prestation-detail-entete h2,
#tpl-promo #prestation-detail-entete h2
{
    font-size: 3.2rem;
    line-height: 4rem;
}
#forfait-tpl #prestation-detail-entete div,
#marque-all-tpl #prestation-detail-entete div,
#tpl-promo #prestation-detail-entete div
{
    font-size: 1.7rem;
    line-height: 2.8rem;
    color:var(--violet);
}
#forfait-tpl .container-forfait-full {
    background-color: #f0f0f0;
}
#forfait-tpl .container-forfait-full ~ .container-forfait-full {
    background-color: var(--blue);
}
#forfait-tpl .container-forfait-full ~ .container-forfait-full .titre {
    color:white;
}
#forfait-tpl .bandeau-expert-visuel .titre {
    max-width: 70rem;
}
#forfait-tpl .rubrique-liste-bloc-card {
    padding-top: 10rem!important;
}
#forfait-tpl .rubrique-liste-bloc-card .card {
    position: relative;
    margin-bottom: 7rem;
    box-shadow: none;
    border: 1px solid #7070701A;
}
#forfait-tpl .rubrique-liste-bloc-card .card:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
#forfait-tpl .rubrique-liste-bloc-card .card-img-visu {
    position: absolute;
    left: calc(50% - 7rem);
    top: -7rem;
}
#forfait-tpl .container-forfait-full .rubrique-liste-bloc-card .card-img-visu span {
    background-color: var(--blue);
}
#forfait-tpl .container-forfait-full ~ .container-forfait-full .rubrique-liste-bloc-card .card-img-visu span {
    background-color: var(--green);
}
#forfait-tpl .rubrique-liste-bloc-card .card-img-visu span {
    border-radius: 50%;
    width: 14rem;
    height: 14rem;
}
#forfait-tpl .rubrique-liste-bloc-card .card-img-visu img {
    margin: auto;
    display: block;
    transition: all .3s ease-in-out;
}
#forfait-tpl .rubrique-liste-bloc-card .card:hover img {
    transform: translateY(-10px);
}
#forfait-tpl .rubrique-liste-bloc-card .card-body {
    padding: 10rem 3rem 5rem 3rem;
    /* position: relative; */
    /* top: 20rem; */
}
#forfait-tpl .rubrique-liste-bloc-card .card-body .card-title {
    font-size: 1.8rem;
    line-height: 2rem;
}
#forfait-tpl .rubrique-liste-bloc-card .card-body .card-text {
    font-size: 1.5rem;
    line-height: 2rem;
    color: var(--violet);
}
#forfait-tpl .rubrique-liste-bloc-card .card-body .card-text-price {
    color: var(--green);
}
#forfait-tpl .rubrique-liste-bloc-card .card-body .card-text-price .mention {
    width: 100%;
    display:block;
    font-size: 1.3rem;
}
#forfait-tpl .rubrique-liste-bloc-card .card-body .card-text-price .tarif {
    font-family: 'wotfardsemibold', Arial, sans-serif;
    font-size: 8rem;
    position:relative;
}
#forfait-tpl .rubrique-liste-bloc-card .card-body .card-text-price .tarif-up {
    position: absolute;
    font-size: 5rem;
    line-height: 1;
    top: 1rem;
}
#forfait-tpl .rubrique-liste-bloc-card .card-body .card-text-price .tarif-down {
    position: relative;
    bottom: 0;
    top: 0;
    left: .5rem;
    text-transform: uppercase;
    font-size: 1.4rem;
}
#forfait-tpl .mention-tarif-spe .tarif-down:after {
    content:'*';
    padding-left: .5rem;
}
#forfait-tpl .mention-tarif-spe ~ .mention-tarif-spe .tarif-down:after {
    content:'**';
}
#forfait-tpl .mention-tarif-spe ~ .mention-tarif-spe ~ .mention-tarif-spe .tarif-down:after {
    content:'***';
}
#forfait-tpl .rubrique-liste-bloc-card .card-body .card-text-bouton {
    background-color: var(--green);
    color:white;
    max-width: 80%;
    left: 10%;
    transition: all .3s ease-in-out;
}
#forfait-tpl .card:hover .card-text-bouton {
    background-color: var(--blue);
}
#forfait-tpl .rubrique-liste-bloc-card .card-body .card-text-bouton i {
    font-size: 3rem;
    transition: color .3s ease-in-out;
}
#forfait-tpl .rubrique-liste-bloc-card .card-body .card-text-bouton span {
    font-size: 1.7rem;
    line-height: 3rem;
    transition: color .3s ease-in-out;
}
#forfait-tpl .container-forfait-full .mention-price-gray {
    position: absolute;
    bottom: 0;
    color: var(--violet);
    font-size: 1.5rem;
}
#forfait-tpl .container-forfait-full ~ .container-forfait-full .mention-price-gray {
    color: #F7F7F7;
}
#forfait-tpl .mention-tarif-spe .mention-price-gray:before {
    content:'*';
}
#forfait-tpl .mention-tarif-spe ~ .mention-tarif-spe .mention-price-gray:before {
    content:'**';
}
#forfait-tpl .mention-tarif-spe ~ .mention-tarif-spe ~ .mention-tarif-spe .mention-price-gray:before {
    content:'***';
}
/* TPL PRENDRE RDZ VS */
#container-liste-dep h2, #container-liste-dep h3 {
    font-size: 3.2rem;
    line-height: 3.5rem;
}
#container-liste-dep ul {
    padding: 0;
    list-style-type: none;
}
#container-liste-dep ul li {
    padding: 0;
}
#container-liste-dep ul li a,
#tpl-departement-detail #container-liste-dep ul li span,
#tpl-fiche-franchise #container-liste-dep ul li span {
    display:inline-block;
    color:white;
}
#tpl-departement-detail .container-blue #container-liste-dep ul li span,
#tpl-departement-detail .container-blue #container-liste-dep ul li a {
    color:white!important;
}

#container-liste-dep ul li a:before,
#tpl-departement-detail #container-liste-dep ul li span:before,
#tpl-fiche-franchise #container-liste-dep ul li span:before {
    content: 'done';
    display: inline-block;
    font-family: 'Material Icons';
    font-style: normal;
    vertical-align: bottom;
    color: var(--green);
    padding-right: 1rem;
}
#tpl-fiche-franchise #container-liste-dep ul li span:before {
    color: var(--blue);
}
    /* TPL SERVICES ENTREPRISES */
#tpl-services-entreprises-left h2 {
    font-size: 3.2rem;
    line-height: 4rem;
}
#tpl-services-entreprises-left .bloc-engagements-texte {
    font-size: 1.7rem;
    line-height: 2.8rem;
    color: var(--violet);
}
#tpl-services-entreprises-left h3 {
    font-size: 2.6rem;
    line-height: 3rem;
}
#tpl-services-entreprises-left .card-contact {
    background-color: white;
}
#tpl-services-entreprises-left .card-contact .card-contact-text .titre {
    font-size: 2.6rem;
    line-height: 3rem;
}
#tpl-services-entreprises-left .card-contact .card-contact-text .content i {
    color: var(--green);
    vertical-align: bottom;
    padding-right: 1rem;
}
#tpl-services-entreprises-left .card-contact .card-contact-text .content div:first-child {
    margin-bottom: 2rem;
}
#tpl-services-entreprises-left .card-contact .card-contact-text .content span {
    font-size: 1.6rem;
}
#tpl-services-entreprises-right .titre {
    color:var(--green);
    font-size: 2.6rem;
    line-height: 3rem;
}
#bloc-services-right-blue div {
    font-size: 3.2rem;
    line-height: 4rem;
}
#tpl-services-entreprises-right #bloc-charte-qualite-right .bloc-icone span{
    font-size: 2.2rem;
    line-height: 2.9rem;
}
#tpl-services-entreprises-right #bloc-charte-qualite-right .mentions-particulieres {
    font-size: 1.4rem;
}


/* TPL DEPARTEMENT ALL */
#tpl-departement-all #container-liste-dep ul li a,
#tpl-departement-detail #container-liste-dep ul li a,
#tpl-departement-detail #container-liste-dep ul li span
{
    color:var(--blue)
}

/* TPL DEPARTEMENT DETAIL */
#tpl-departement-detail .texte-entete, #tpl-departement-detail .texte-entete a {
    font-size: 1.5rem;
    line-height: 1.9rem;
    color: var(--violet);
}
#tpl-departement-detail .texte-entete [data-link-encoded], #tpl-departement-detail .texte-entete a:hover {
    color:var(--blue);
    text-decoration: underline;
}
#tpl-departement-detail .iframe-map {

}
#tpl-departement-detail .iframe-map iframe {
    min-height: 700px;
    width: 100%;
    border: 0;
    padding: 0;
}

#tpl-departement-detail .encadre-fiche,
#fiche-franchise-top-left .encadre-fiche {
    background-color: white;
    border: 1px solid #7070701A;
}
#tpl-departement-detail .encadre-fiche .visuel-franchise,
#fiche-franchise-top-left .encadre-fiche .visuel-franchise {
    overflow: hidden;
}
#tpl-departement-detail .encadre-fiche .visuel-franchise img,
#fiche-franchise-top-left .encadre-fiche .visuel-franchise img {
    /*transform: scale(1.15);*/
    /*transform-origin: top left;*/
    width:130px;
    height:163px;
}
#tpl-departement-detail .encadre-fiche h3,
#fiche-franchise-top-left .encadre-fiche h3,
#fiche-franchise-top-left .encadre-fiche h2
{
    font-size: 2.2rem;
    line-height: 2.5rem;
}
#tpl-departement-detail .encadre-fiche a:hover,
#fiche-franchise-top-left .encadre-fiche a:hover {
    color:var(--blue);
}
#tpl-departement-detail .encadre-fiche .nom-franchise,
#fiche-franchise-top-left .encadre-fiche .nom-franchise {
    font-size: 1.7rem;
    line-height: 2.6rem;
}
#tpl-departement-detail .encadre-fiche .email-phone-franchise,
#fiche-franchise-top-left .encadre-fiche .email-phone-franchise {
    line-height: 2.4rem;
}
#tpl-departement-detail .encadre-fiche .email-phone-franchise a,
#fiche-franchise-top-left .encadre-fiche .email-phone-franchise a {
    display: inline;
}
#tpl-departement-detail .encadre-fiche .email-phone-franchise i,
#fiche-franchise-top-left .encadre-fiche .email-phone-franchise i {
    color: var(--green);
    padding-right: 1rem;
    vertical-align: text-top;
}
#tpl-departement-detail .bouton-fiche-franchise, #tpl-departement-detail .bouton-fiche-franchise a
/*#fiche-franchise-top-left .bouton-fiche-franchise {*/ {
    background-color: var(--green);
    color:white;
    transition: .3s ease-in-out;
}

.bouton-fiche-franchise-more {
    border: 1px solid var(--blue);
    transition: .3s ease-in-out;
}
.bouton-fiche-franchise-more:hover {
    background-color: var(--blue);
    color:white;
}
#fiche-franchise-top-left .bouton-fiche-franchise button {
    color:white;
}

#tpl-departement-detail .bouton-fiche-franchise span,
#fiche-franchise-top-left .bouton-fiche-franchise span {
    font-size: 1.7rem;
    line-height: 2.4rem;
}
#tpl-departement-detail .encadre-fiche:hover .bouton-fiche-franchise,
/*#fiche-franchise-top-left .bouton-fiche-franchise:hover,*/
#tpl-departement-detail .bouton-fiche-franchise a:hover
{
    background-color: var(--blue);
}
#tpl-departement-detail #container-liste-dep ul li span:hover {
    text-decoration: underline;
}
#tpl-departement-detail .bouton-fiche-franchise a:hover,
#tpl-departement-detail .bouton-fiche-franchise a:hover span,
#tpl-departement-detail .bouton-fiche-franchise a:hover i {
    text-decoration: none!important;
}

/* TEMPLATE VILLE */
#container-liste-dep ~ .row .texte-entete > * {
    color:var(--violet);
    font-size: 1.4rem;
    display:inline-block;
}

#container-liste-dep ~ .row .texte-entete h2,
#container-liste-dep ~ .row .texte-entete h3 {
    font-family: 'wotfardsemibold', Arial, sans-serif;
    font-size: 2rem;
    color:var(--blue);
    margin: 1.5rem 0 .5rem 0;
}
#container-bloc-noresult-left {
    min-height: 40rem;
}

#container-bloc-noresult-left .card-argument-content {
    background-color: white;
    transition: all .3s ease-in-out;
    border: 3px solid white;
}
#container-bloc-noresult-left .card-argument-content .icone i {
    background-color: var(--green);
    color: white;
    font-size: 5rem;
    line-height: 1;
    border-radius: 50%;
}
#container-bloc-noresult-left .card-argument-content .titre {
    font-size: 3.2rem;
    line-height: 1;
}
#container-bloc-noresult-left .card-argument-content .button {
    bottom: 2rem;
    left: 2rem;
    width: calc(100% - 4rem);
}
#container-bloc-noresult-left .card-argument-content .button a,#container-bloc-noresult-right .button a {
    background-color: var(--blue);
    color: white;
    display: block;
    margin: 0;
    width: 100%;
    transition: background-color .3s ease-in-out;
}
#container-bloc-noresult-right .button a {
    width: 80%;
}
#container-bloc-noresult-left .card-argument-content .button a span,#container-bloc-noresult-right .button a span {
    line-height: 2.4rem;
    display: inline-block;
    font-size: 1.4rem;
}
#container-bloc-noresult-left .card-argument-content .button a i, #container-bloc-noresult-right .button a i {
    vertical-align: bottom;
    margin: 0;
    padding: 0 2rem;
    line-height: 1;
}
#container-bloc-noresult-right .button a i#button-action-right-i-left {
    color: var(--green);
}
#container-bloc-noresult-right {
    border: 3px solid var(--blue);
}
#container-bloc-noresult-right-text .titre {
    font-size: 3.2rem;
    line-height: 1;
}
#container-bloc-noresult-right .button {
    bottom: 2rem;
    left: 2rem;
    width: calc(100% - 4rem);
}
#container-bloc-noresult-left .card-argument-content .button a:hover,#container-bloc-noresult-right .button a:hover  {
    background:var(--green);
}
#container-bloc-noresult-right .button i#button-action-right-i-left {
    transition: color .3s ease-in-out;
}
#container-bloc-noresult-right .button a:hover i#button-action-right-i-left {
    color: white;
}
#tpl-departement-detail .bloc_liste_franchises_autres:nth-child(odd) {
    padding-right: 1.5rem!important;
}
#tpl-departement-detail .bloc_liste_franchises_autres:nth-child(even) {
    padding-left: 1.5rem!important;
}
    /* TEMPLATE FICHE FRANCHISE */
#tpl-fiche-franchise h1 span:after {
    content:', ';
}
#tpl-fiche-franchise h1 span:last-child:after{
    content:'';
}
#tpl-fiche-franchise #slider-galerie .tns-inner, #slider-galerie-new > .tns-item, #slider-galerie-new img {
    height: 100%;
    width: 100%;
    max-width: 100%;
}
#tpl-fiche-franchise #fiche-franchise-top-left .bouton-fiche-franchise button,
#tpl-fiche-franchise #fiche-franchise-top-left .bouton-fiche-franchise a,
#tpl-fiche-franchise #fiche-franchise-top-left .bouton-fiche-franchise-nocall a
{
    margin: 0;
    padding: 0;
    border: 0;
    cursor:pointer;
    background-color: var(--green);
    color:white;
    transition: background-color .3s ease-in-out;
}
#tpl-fiche-franchise #fiche-franchise-top-left .bouton-fiche-franchise button:hover,
#tpl-fiche-franchise #fiche-franchise-top-left .bouton-fiche-franchise a:hover,
#tpl-fiche-franchise #fiche-franchise-top-left .bouton-fiche-franchise-nocall a:hover
{
    background-color: var(--blue);
    text-decoration:none!important;
}
#tpl-fiche-franchise #fiche-franchise-middle-left .container-blue h1 {
    color:var(--green);
    font-family: 'wotfardsemibold', Arial, sans-serif;
    font-size: 2.6rem;
    line-height: 3rem;
}
#tpl-fiche-franchise #fiche-franchise-middle-left .container-blue a {
    color:var(--green);
}
#tpl-fiche-franchise #fiche-franchise-tableau .titre {
    font-size: 2.6rem;
    line-height: 3rem;
}
#tpl-fiche-franchise #fiche-franchise-tableau .texte {
    font-size: 1.5rem;
    line-height: 2.1rem;
}
#tpl-fiche-franchise .container-green .lien-tel {
    color:var(--blue);
    text-decoration: underline;
}
#tpl-fiche-franchise #fiche-franchise-tableau .horaires span {
    display:block;
    font-size: 1.3rem;
    line-height: 3.1rem;
    /* height: 2.5rem; */
    padding: 1rem 0 !important;
}
#tpl-fiche-franchise #fiche-franchise-tableau .horaires span:first-child {
    height: 3.3rem;
    border-bottom: 1px solid #b2accc;
}
#tpl-fiche-franchise #fiche-franchise-tableau .titre-jour {
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #b2accc;
    padding-bottom: 1rem!important;
}
#tpl-fiche-franchise #fiche-franchise-tableau .couleur-jour  {
    margin: 1rem 0;
    padding: 0;
    text-align: center;
}
#tpl-fiche-franchise #fiche-franchise-tableau .couleur-jour span {
    width: 4.4rem;
    height: 2.9rem;
    padding: 0;
    display:inline-block;
    box-sizing: content-box;
    border: 1px solid transparent;
}
#tpl-fiche-franchise #fiche-franchise-tableau .bottom-affluence {
    border-top: 1px solid #b2accc;
}

#tpl-fiche-franchise #fiche-franchise-tableau .bottom-affluence .expli-couleur .titre {
    display:inline-block;
    line-height: 3.1rem;
    font-size: 1.4rem;
    padding-left: 1rem;
}
#tpl-fiche-franchise #fiche-franchise-tableau .bottom-affluence .expli-couleur .couleur {
    width: 4.4rem;
    height: 2.9rem;
    margin: 0;
    padding: 0;
    display:inline-block;
    box-sizing: content-box;
    border: 1px solid transparent;
}

#tpl-fiche-franchise #fiche-franchise-tableau .bottom-affluence .expli-couleur .couleur.vert,
#tpl-fiche-franchise #fiche-franchise-tableau .couleur-jour.vert span {
    background-color: var(--green);
    border-color: var(--green);
}
#tpl-fiche-franchise #fiche-franchise-tableau .bottom-affluence .expli-couleur .couleur.jaune,
#tpl-fiche-franchise #fiche-franchise-tableau .couleur-jour.jaune span {
    background-color: #FFA10B;
    border-color: #FFA10B;
}
#tpl-fiche-franchise #fiche-franchise-tableau .bottom-affluence .expli-couleur .couleur.rouge,
#tpl-fiche-franchise #fiche-franchise-tableau .couleur-jour.rouge span {
    background-color: #EB2653;
    border-color: #EB2653;
}
#tpl-fiche-franchise #fiche-franchise-tableau .bottom-affluence .expli-couleur .couleur.gris,
#tpl-fiche-franchise #fiche-franchise-tableau .couleur-jour.gris span {
    background-color: white;
    border-color: var(--blue);
}
/* TEMPLATE ALL MARQUE */
#liste-marque-cards .card-image-top {
    display: inline-block;
    background: #fff;
    width: 100%;
    margin: 0;
    position: relative;
    height: 0;
    padding: 0 0 40% 0;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
#liste-marque-cards .card-image-top img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    max-width: 70%;
    max-height: 100%;
    margin: auto;
    height:auto;
}
#marque-all-tpl .texte-pres-cat-suite a {
    color: var(--green);
}

/* TEMPLATE MARQUE DETAIL */
#marque-detail-tpl h2 {
    color: var(--blue);
}
#marque-detail-tpl .container-blue h2 {
    color: white;
    margin-top: 2rem;
}
#marque-detail-tpl .container-suite-marque a {
    color:var(--green);
}
#marque-detail-tpl h3 {
    font-size: 2rem;
}
#marque-detail-tpl button {
    color:white;
}
#marque-detail-tpl button.button-nav {
    padding: 0;
}
#marque-detail-tpl button.button-nav span {
    text-decoration: underline;
    line-height: 2.4rem;
    font-size: 1.6rem;
}
#marque-detail-tpl button.button-nav i {
    vertical-align:text-bottom;
}
#marque-detail-tpl button.button-all {
    background-color: var(--green);
    padding: 1.5rem 3rem;
    font-size: 1.6rem;
}


/* TEMPLATE RECOMPENSES */
#tpl-recompenses #bloc-engagement-first img.img-fluid {
    margin: 0 auto;
    display: block;
}
#tpl-recompenses #recompenses-histo .block-liste-info-historique:nth-child(even) .block-texte {
    justify-content: flex-end!important;
    order: 1;
}
#tpl-recompenses #recompenses-histo .block-liste-info-historique .block-central {
    order: 2;
    min-height: 20rem;
}
#tpl-recompenses #recompenses-histo .block-liste-info-historique .text-histo span {
    display:inline-block;
    width: 100%;
}
#tpl-recompenses #recompenses-histo .block-liste-info-historique:nth-child(even) .block-texte span {
    text-align: right;
}
#tpl-recompenses #recompenses-histo .block-liste-info-historique .block-texte span.titre-histo  {
    font-size: 2.4rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}
#tpl-recompenses #recompenses-histo .block-liste-info-historique:nth-child(odd) .block-texte {
    justify-content: flex-start!important;
    order: 3;
}
#tpl-recompenses #recompenses-histo .block-liste-info-historique:nth-child(odd) .block-visuel {
    order: 1;
}
#tpl-recompenses #recompenses-histo .block-liste-info-historique:nth-child(even) .block-visuel {
    order: 3;
}
#tpl-recompenses #recompenses-histo .annee-histo {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background-color: var(--green);
    color:white;
    font-size: 2.5rem;
    text-align: center;
    line-height: 10rem;
}
#tpl-recompenses #recompenses-histo .border-histo {
    height: 100%;
    width: 1px;
    background: var(--blue);
}
#tpl-recompenses #recompenses-histo .block-liste-info-historique:last-child .border-histo {
    display:none!important;
}

/*  TEMPLATE RUBRIQUE SIMPLE */
#template-rubrique-simple a {
    color: var(--green)
}
#template-rubrique-simple #entete-container-texte h2 {
    color: var(--blue);
}

/* TEMPLATE PLAN DU SITE */
#template-plandusite img.img-fluid {
    display:block;
    margin: 0 auto;
}
#template-plandusite ul {
    list-style-type: none;
    padding: 0;
}
#template-plandusite :first-letter {
    text-transform: uppercase;
}
#template-plandusite a {
    display:inline-block;
}
#template-plandusite a:hover span {
    text-decoration: underline!important;
}
#template-plandusite .titre-rub {
    margin: 20px 0 5px 0;
    font-weight: bold;
    font-size: 2rem;
    display:inline-block;
}
#template-plandusite .ss-titre-rub {
    font-size: 1.6rem;
}
#template-plandusite li > a ~ ul, #template-plandusite .titre-rub ~ ul  {
    padding-left: 1rem!important;
}
#template-plandusite li > a ~ ul a, #template-plandusite .titre-rub ~ ul a {
    color: var(--green);
}

/* TEMPLATE QUI SOMMES NOUS*/
#template-quisommesnous .card,
.cards_metiers .card
{
    position: relative;
    box-shadow: none;
    border: 1px solid #7070701A;
    width: 100%;
}
#template-quisommesnous .card-img-visu, .cards_metiers .card-img-visu {
    position: absolute;
    left: calc(50% - 7rem);
    top: -7rem;
}
#template-quisommesnous .card-img-visu span, .cards_metiers .card-img-visu span {
    background-color: var(--green);
    border-radius: 50%;
    width: 14rem;
    height: 14rem;
}
.cards_metiers .card-img-visu span {
    background-color: var(--blue);
}
#template-quisommesnous .card-img-visu img, .cards_metiers .card-img-visu img {
    margin: auto;
    display: block;
    transition: all .3s ease-in-out;
}
#template-quisommesnous .card-body, .cards_metiers .card-body {
    padding: 10rem 3rem 5rem 3rem;
}
#template-quisommesnous .card-title,.cards_metiers .card-title  {
    font-size: 3.2rem;
    line-height: 3.5rem;
}
#template-quisommesnous .card-body .card-text, .cards_metiers .card-text {
    font-size: 1.7rem;
    line-height: 2.8rem;
    color: #4f5381;
}
#template-quisommesnous .cards_engagements_box:nth-child(2n+2) .card-body {
    background-color: var(--blue);
}
#template-quisommesnous .cards_engagements_box:nth-child(2n+2) .card-body .card-title,
#template-quisommesnous .cards_engagements_box:nth-child(2n+2) .card-text {
    color: white;
}
#template-quisommesnous #bloc-card-associes .card-body {
    padding: 4rem 1.5rem 3rem 1.5rem;
}
#template-quisommesnous #bloc-card-associes .card-title, .cards_metiers .card-title {
    font-size: 2.1rem;
    line-height: 3.5rem;
}
#template-quisommesnous #bloc-card-associes .card-body .card-text, .cards_metiers .card-body .card-text {
    font-size: 1.5rem;
    line-height: 2.2rem;
}
#template-quisommesnous #bloc-card-associes h2 {
    font-size: 3.2rem;
    line-height: 4rem;
}
#template-quisommesnous #card-associes > div:first-child {
    padding-right: 1rem!important;
}
#template-quisommesnous #card-associes > div:nth-child(2),
#template-quisommesnous #card-associes > div:nth-child(3){
    padding: 0 .5rem!important;
}
#template-quisommesnous #card-associes > div:last-child {
    padding-left: 1rem!important;
}
#template-quisommesnous #tab-services {
    border-bottom: 0;
}
#template-quisommesnous #tab-services li {
    width: 100%;
    margin-bottom: 3rem;
    cursor: unset;
}
#template-quisommesnous #tab-services li .nav-link {
    border: 0;
    padding: 0;
    font-size: 2.2rem;
    line-height: 3rem;
    color: #9799AF;
    display:inline-block;
}
#template-quisommesnous #tab-services li .nav-link:hover {
    color: var(--blue);
}
#template-quisommesnous #tab-services li .nav-link.active {
    color: var(--blue);
    border-color: transparent;
    background-color: transparent;
}
#template-quisommesnous #bloc-liste-services-right img.img-fluid {
    display:block;
    margin: 0 auto;
    border-radius: 50%;
}
#template-quisommesnous #tab-services-content {
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
#template-quisommesnous #tab-services-content span {
    color:var(--blue);
}

#template-quisommesnous #button-action button {
    background-color: var(--blue);
    width: 49%;
    margin: 0 1% 0 0;
    text-align: left;
    padding: 3rem 2rem!important;
}
#template-quisommesnous #button-action button ~ button {
    margin: 0 0 0 1%;
}
#template-quisommesnous #button-action button i {
    color: var(--green);
    font-size: 4.8rem;
    vertical-align: middle;
}
#template-quisommesnous #button-action button span {
    color: white;
    display:inline-block;
    font-size: 2.8rem;
    line-height: 4.8rem;
    transition: margin-left .3s ease-in-out;
}
#template-quisommesnous #button-action button span ~ i {
    color: white;
}

#template-quisommesnous #button-action button:hover span {
    margin-left: 1rem;
}

/* TEMPLATE RECRUTEMENT */
#tpl-recrutement #bloc-choix-departement .titre {
    font-size: 2.6rem;
    line-height: 3rem;
}
#card-emploi  > div:nth-child(3n+1) {
     padding-right: 2rem!important;
}
#card-emploi > div:nth-child(3n+2) {
    padding: 0 1rem!important;
}
#card-emploi > div:nth-child(3n+3) {
    padding-left: 2rem!important;
}
#card-emploi .card {
    box-shadow: none;
    border: 1px solid #7070701A;
    display: block;
}
#card-emploi .card .card-visuel {
    position: relative;
}
#card-emploi .card-img-top {
    border-bottom: 1px solid #7070701A;
}
#card-emploi .card-dept {
    position: absolute;
    right: 2rem;
    bottom: -3.5rem;
}
#card-emploi .card-dept span {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background-color: var(--green);
    color:white;
    display: block;
    text-align: center;
    font-size: 3rem;
    line-height: 7rem;
}
#card-emploi .card-body {
    padding: 4rem 3rem 3rem 3rem;
}
#card-emploi .card-body .card-title {
    font-size: 2.5rem;
    line-height: 3.5rem;
}
#card-emploi .card-body .card-text {
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: var(--violet);
}
#card-emploi .card-text-lien i {
    color: var(--green);
    vertical-align: text-top;
}
#card-emploi .card-text-lien span {
    text-decoration: underline;
    padding-left: 1rem;
}
#tpl-recrutement #bloc-choix-departement .button-reinit {
    text-decoration: underline;
    font-size: 1.6rem;
    color:white;
}
/* TEMPLATE RECRUTEMENT V2 */
.recrutement_new h2,.recrutement_detail h2 {
    background-color: var(--blue);
    color: white;
    font-size: 2.5rem;
    text-align:center;
    padding: 1rem 0 !important;
}
.recrutement_detail .text-intro-avant-video {
    font-size: 2.5rem;
}
.recrutement_new h2 span,.recrutement_detail h2 span {
    color: var(--green);
}
.recrutement_new .card-recrutement-categories > div:nth-child(3n+1) {
    padding-right:2rem!important;
}
.recrutement_new .card-recrutement-categories > div:nth-child(3n+2) {
    padding:0 1rem!important;
}
.recrutement_new .card-recrutement-categories > div:nth-child(3n+3) {
    padding-left:2rem!important;
}
.recrutement_new .card-recrutement-categories-entete a {
    color: white!important;
    font-size: 2rem;
    background-color: var(--blue);
    /* font-weight:bold; */
}
.recrutement_new .card-recrutement-categories >div:hover .card-recrutement-categories-entete a,
.recrutement_new .card-recrutement-categories-entete a:hover {
    text-decoration:none!important;
    /*background-color: var(--green);*/
}
.recrutement_new .card-recrutement-categories-visuel {
    overflow:hidden;
    background: white;
}
.recrutement_new .card-recrutement-categories-visuel img {
    transition: all .3s ease-in-out;
    display: block;
    margin: 0 auto;
}
.recrutement_new .card-recrutement-categories >div:hover  .card-recrutement-categories-visuel img {
    transform: scale(1.05);
}
.recrutement_new .card-recrutement-categories .card-recrutement-categories-link {
    background-color: var(--green);
    color:white;
    transition: all .3s ease-in-out;
}
.recrutement_new .card-recrutement-categories > div:hover .card-recrutement-categories-link {
    background-color: var(--blue);
}
.recrutement_new .card-recrutement-categories .card-recrutement-categories-link span {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 500;
}
.recrutement_new .card-recrutement-categories .card-recrutement-categories-link span:after {
    content:'keyboard_arrow_right';
    position:absolute;
    top: calc(50% - 1.5rem);
    right: 1rem;
    font-family: 'Material Icons';
    color:white;
    font-size: 2.4rem;
}
.recrutement_new .link-all-annonce, .recrutement_detail .anchor-link-recrutement, .bouton-candidature-libre {
    background-color: var(--green);
    color:white;
    transition: all .3s ease-in-out;
    position: relative;
    width: 33%;
}
.bouton-candidature-libre-full {
    width:auto;
}
.recrutement_new .link-all-annonce span, .recrutement_detail .anchor-link-recrutement span, .bouton-candidature-libre span  {
    font-size: 2.3rem;
    /* line-height:5rem; */
    transition: all .3s ease-in-out;
}
.recrutement_new .link-all-annonce:hover span, .recrutement_new .link-all-annonce:hover i, .recrutement_new .link-all-annonce:hover,
.recrutement_detail .anchor-link-recrutement:hover i, .recrutement_detail .anchor-link-recrutement:hover span, .recrutement_detail .anchor-link-recrutement:hover,
.bouton-candidature-libre:hover span, .bouton-candidature-libre:hover i, .bouton-candidature-libre:hover
{
    color:white!important;
    text-decoration: none!important;
}
.recrutement_new .link-all-annonce i, .recrutement_detail .anchor-link-recrutement i, .bouton-candidature-libre i {
    /* vertical-align: bottom; */
    /* padding-left: 3rem!important; */
    font-size: 3.5rem;
    /* line-height:5rem; */
    transition: all .3s ease-in-out;
}
/*.recrutement_new .link-all-annonce:hover i, .recrutement_detail .anchor-link-recrutement:hover i, .bouton-candidature-libre:hover i {*/
/*    padding-left:4rem!important;*/
/*}*/
.recrutement_detail .recrutement-bloc-video > div:nth-child(2n+1) {
    padding-right: 4rem!important;
}
.recrutement_detail .recrutement-bloc-video > div:nth-child(2n+2) {
    padding-left: 4rem!important;
}
.recrutement_detail .recrutement-bloc-video h3 {
    background-color: var(--blue);
    color:white;
}
.recrutement_detail .recrutement-bloc-video .view  {
    height: 30rem!important;
    cursor:pointer;
}
.recrutement_detail .recrutement-bloc-video .icone-player {
    position: absolute;
    top: calc(50% - 4.4rem);
    left: calc(50% - 4.4rem);
    cursor: pointer;
}
.recrutement_detail .recrutement-bloc-video .icone-player i {
    color: white;
    font-size: 6.8rem;
    padding: 1rem;
    background-color: var(--green);
    border-radius: 50%;
}
.recrutement_detail .recrutement-bloc-video .rgba-black-light {
    background-color:rgba(29,9,110,0.3);
    transition: all .3s ease-in-out;
}
.recrutement_detail .recrutement-bloc-video .view:hover .rgba-black-light {
    background-color: rgba(29, 9, 110, 0.5);
}
.recrutement_detail .anchor-link-recrutement {
    cursor:pointer;
}
.recrutement_detail .anchor-link-recrutement:hover {
    background-color: var(--blue);
}
.recrutement_detail .cards_metiers h3.card-title {
    background-color: transparent;
    color:var(--green);
    font-weight: bold;
    height:7rem;
}
.recrutement_detail .cards_metiers .cards_engagements_box {
    margin-bottom: 10rem!important;
}
.recrutement_detail  .cards_metiers .card-body .card-text {
    color:var(--blue);
}
.recrutement_detail  .cards_metiers .card-body .card-text ul {
    list-style-type: none;
    padding: 0 0 0 0rem;
}
.recrutement_detail  .cards_metiers .card-body .card-text ul li {
    margin-bottom: .5rem;
}
.recrutement_detail  .cards_metiers .card-body .card-text ul li:before {
    content: 'done';
    display: inline-block;
    font-family: 'Material Icons';
    font-style: normal;
    vertical-align: bottom;
    color: var(--green);
    padding-right: 1rem;
}

.recrutement_detail .titre-annonce-h4 {
    color:var(--green);
    font-weight:bold;
    font-size:4rem;
}
#container-annonce-liste .container-annonce-row .container-annonce-row-titre {
    background-color: var(--green);
    font-size:3rem;
    font-weight:bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
}
#container-annonce-liste .container-annonce-row .container-annonce-row-desc {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background:white;
    color:var(--blue);
}
.container-annonce-row-desc-left {
    font-size: 1.5rem;
}
#container-annonce-liste .container-annonce-row .container-annonce-row-desc-right button {
    transition: all .3s ease-in-out;
    background-color: var(--blue);
    font-size:2.5rem;
    font-weight:bold;
    border: 0;
    color:white;
    padding: 1rem 3rem!important;
    margin: 0;
}
#container-annonce-liste .container-annonce-row .container-annonce-row-desc-right button:hover {
    background-color: var(--green);
}
.modal-form-postule .modal-dialog .modal-content {
    background-color: var(--blue);
}
.modal-form-postule .close {
    color:white;
    opacity:1;
}
.modal-form-postule .modal-title {
    font-size: 2rem;
}
form.formulaire-candidature input.form-control {
    color: var(--blue);
    border: 1px solid #1D096E1A;
    font-size: 1.7rem;
    padding: 2rem 1rem;
}
form.formulaire-candidature .titre-file-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
form.formulaire-candidature .titre-file-label:after {
    color: var(--green);
    content: "*";
    padding-left: 0.75rem;
    font-weight: bold;
}
form.formulaire-candidature .file-field .btn-file {
    background-color:var(--green);
    box-shadow:none;
}
form.formulaire-candidature .file-field .btn-file span {
    color:white;
    font-size:1.3rem;
}
form.formulaire-candidature .file-field .file-path-wrapper {
    height: 3.6rem;
}
form.formulaire-candidature .file-field .file-path-wrapper input {
    border: 1px solid #1D096E1A;
    padding-left: 1rem;
    color: var(--blue)!important;
    font-size: 1.7rem;
}
form.formulaire-candidature textarea {
    color: var(--blue)!important;
    border: 1px solid #1D096E1A;
    font-size: 1.7rem;
    padding: 1.5rem 1rem;
}
form.formulaire-candidature .form-check-input[type="radio"]+label {
    height: auto;
    padding-top: 0.5rem;
}
form.formulaire-candidature .form-check-input[type="radio"]:not(:checked)+label:before {
    border-color: white;
    width: 2rem;
    height: 2rem;
}
form.formulaire-candidature .form-check-input[type="radio"]+label:after {
    transition: none;
}
form.formulaire-candidature .form-check-input[type="radio"]:checked+label:before {
    border-color: white;
    width: 2rem;
    height: 2rem;
}
form.formulaire-candidature .form-check-input[type="radio"]:checked+label:after {
    transform: none;
    background-color: white;
    border: 0;
    width: 1.2rem;
    height: 1.2rem;
    top: 0.4rem;
    left: 0.4rem;
}
form.formulaire-candidature #input-select-prd-rdzvs .form-control {
    width: 50%;
    box-shadow: none;
}
form.formulaire-candidature .bootstrap-select>.dropdown-toggle {
    box-shadow: none;
    border: 1px solid #1D096E1A;
}
form.formulaire-candidature .custom-control-label {
    padding-left: 0;
    cursor: pointer;
}
form.formulaire-candidature .custom-control-label a {
    color:white;
    text-decoration:underline;
}
form.formulaire-candidature .custom-control-input ~ .custom-control-label::before {
    width: 2rem;
    height: 2rem;
    border-color: var(--blue);
    margin-top:-0.15rem;
}
form.formulaire-candidature .custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
form.formulaire-candidature .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(../img/picto-valider-input-check.png);
    width: 2rem;
    height: 2rem;
}
form.formulaire-candidature .custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--blue);
    background: var(--blue);
    width: 2rem;
    height: 2rem;
    transition: all .3s ease-in-out;
}
form.formulaire-candidature button.button-submit {
    color: white;
    background-color: var(--green);
    padding: 1.5rem 2rem 1.5rem 4rem;
    width: 27rem;
    display: inline-block;
    text-align: left;
    transition: color .3s ease-in-out;
}
form.formulaire-candidature button.button-submit span {
    font-size: 1.8rem;
    display: inline-block;
}
#container_filtre h4 {
    font-size:2.5rem;
    font-weight: bold;
}
#button-submit .position-absolute {
    top: 0;
    left: calc(50% - 12rem);
}
#button-submit button {
    background-color: var(--green);
    color: white;
    transition: all .3s ease-in-out;
    position: relative;
    font-size: 1.8rem;
}
#button-submit a {
    color:white;
    text-decoration:underline;
}
#button-submit a:hover {
    color:var(--green);
}
#accordion_metiers .card-header {
    padding: 0;
    margin: 0 0 2rem 0;
    background-color: transparent;
    border: 0;
}
#accordion_metiers .card-header a span {
    /*line-height: 5rem;*/
}
#accordion_metiers .card-header a .card-header-metier {
    font-size: 2.5rem;
    font-weight:bold;
}
#accordion_metiers .card-header a .card-header-metier-nbr {
    color:var(--green);
    font-weight:bold;
}
#accordion_metiers .card-header a i {
    font-size: 3.5rem;
    vertical-align: bottom;
    transition: all .3s ease-in-out;
    color:var(--green);
    /* line-height: 4rem; */
}
#accordion_metiers .card-header a i {
    transform: rotate(90deg);
}
#accordion_metiers .card-header a.collapsed i {
    transform:none;
}
.container-no-annonce-loop {
    display:none!important;
}
.container-no-annonce-loop:first-child {
    display:flex!important;
}
.lien-bouton-metiers a {
    transition: all .3s ease-in-out;
    background-color: var(--blue);
    font-size: 2rem;
    font-weight: bold;
    border: 0;
    color: white;
}
.lien-bouton-metiers a:hover {
    background-color: var(--green);
    color:white!important;
    text-decoration: none!important;
}

    /* TEMPLATE CONTACTEZ NOUS */
#bloc-contact-left h2 {
    font-size: 3.2rem;
    line-height: 4rem;
}
#bloc-contact-right > div {
    background-color: white;
    border: 1px solid #7070701A;
}
#bloc-contact-right {
    font-size: 1.7rem;
}
#bloc-contact-right a {
    display: flex;
    width: 50%;
    margin: 0 auto;
    background-color: var(--green);
    color: white;
    transition: all .3s ease-in-out;
    padding: 1.5rem 3rem!important;
}
#bloc-contact-right a span {
    line-height: 2.4rem;
    display: inline-block;
    font-size: 1.7rem;
}
#bloc-contact-right a:hover {
    background-color: var(--blue);
    text-decoration: none!important;
}

#bloc-contact-right a i {
    margin-left: auto;
}
#bloc-contact-right img {
    display:block;
    margin: 0 auto;
}
#formulaire_contact {
    padding: 0 15rem;
}
#formulaire_contact input.form-control, #formulaire_contact textarea.form-control {
    color:var(--blue);
    border: 1px solid #1D096E1A;
    font-size: 1.7rem;
    padding: 2.5rem 2rem;
}
#formulaire_contact .form-check-input[type="radio"]:not(:checked)+label:before {
    border-color: white;
    width: 2rem;
    height: 2rem;
}
#formulaire_contact .form-check-input[type="radio"]:not(:checked)+label {
    height: auto;
    padding-top: .5rem;
}
#formulaire_contact .form-check-inline {
    margin-right: 3rem;
}
#formulaire_contact .form-check-input[type="radio"]:checked+label:before {
    border-color: white;
    width: 2rem;
    height: 2rem;
}
#formulaire_contact .form-check-input[type="radio"]+label:after {
    transition: none;
}
#formulaire_contact .form-check-input[type="radio"]:checked+label:after {
    transform: none;
    background-color:white;
    border: 0;
    width: 1.2rem;
    height: 1.2rem;
    top: .4rem;
    left: .4rem;
}
#formulaire_contact .form-check-input[type="radio"]:checked+label {
    height: auto;
    padding-top: .5rem;
}
#formulaire_contact #input-select-prd-rdzvs .form-control {
    width: 50%;
}
#formulaire_contact a {
    color:var(--green);
}

#formulaire_contact button.button-submit {
    color:white;
    background-color: var(--green);
    padding: 1.5rem 2rem 1.5rem 4rem;
    width: 27rem;
    display:inline-block;
    text-align:left;
    transition: color .3s ease-in-out;
}
#formulaire_contact button.button-submit span {
    font-size: 1.8rem;
    display:inline-block;
}
#formulaire_contact #form-bottom-mention {
    font-size: 1.3rem;
    line-height: 2rem;
}
#formulaire_contact button.button-submit:hover {
    color:var(--blue);
}
#formulaire_contact .custom-control-label::before {
    width: 2rem;
    height: 2rem;
    transition: all .3s ease-in-out;
    border-color:white;
    z-index: 10;
}
.custom-control-label::before,.custom-control-label::after {
    left: 0;
}
.custom-control-input {
    width:  2.2rem;
    height:2.2rem;
}
.custom-control {
    padding-left: 0;
}


#formulaire_contact .custom-control-label {
    padding-left: 0;
    cursor:pointer;
}
#formulaire_contact .custom-control-input:checked~.custom-control-label::before {
    border-color:white;
    background:transparent;
}
#formulaire_contact .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url(../img/picto-valider-input-check.png);
    width: 2rem;
    height: 2rem;
}
sup.champ-obli {
    color: var(--green);
    font-weight: bold;
    font-size: 1.3rem;
    padding:0;
    margin: 0;
    line-height: 1;
}
.mentions-champs-obli {
    color:var(--green);
}
.required-group label:after {
    color:var(--green);
    content: "*";
    padding-left: .75rem;
    font-weight:bold;
}
/* PAGE JAI UN PROBLEME */
#template-modulespe .template-modulespe-entete {
    padding: 0 10rem!important;
}
#template-modulespe .template-modulespe-entete h1,
#template-modulespe .template-modulespe-entete h2 {
    font-size: 3.2rem;
    line-height: 4rem;
}{
    font-size: 3.2rem;
    line-height: 4rem;
}
#template-modulespe .template-modulespe-entete div {
    font-size: 1.7rem;
    line-height: 2.8rem;
    color: var(--violet);
}
.online-helper-results > div.item-rubrique:nth-child(3n+1) {
    padding-right: 1rem!important;
}
.online-helper-results > div.item-rubrique:nth-child(3n+2) {
    padding: 0 .5rem!important;
}
.online-helper-results > div.item-rubrique:nth-child(3n+3) {
    padding-left: 1rem!important;
}
.online-helper-results .template-modulespe-rubrique-color {
    background-color: var(--blue);
    color:white;
    cursor:pointer;
    transition: background-color .3s ease-in-out;
}
.online-helper-results .template-modulespe-rubrique-color img {
    display:block;
    margin: 0 auto;
}

.online-helper-results .template-modulespe-rubrique-color:hover,
.online-helper-results > div.item-rubrique.active .template-modulespe-rubrique-color {
    background-color: var(--green);
}
#template-modulespe-nav button {
    padding: 1.5rem 8rem;
    background-color: #9799af;
    color:white;
    position: relative;
    font-size: 1.6rem;
}
#template-modulespe-nav button i {
    position:absolute;
    left: 1rem;
    transition: all .3s ease-in-out;
}
#template-modulespe-nav button:hover i {
    left: .5rem;
}
#template-modulespe-nav button ~ button i {
    right: 1rem;
    left: auto;
}
#template-modulespe-nav button ~ button:hover i {
    right: .5rem;
    left: auto;
}

#template-modulespe-nav button ~ button {
    background-color: var(--blue);
}
#template-modulespe #template-modulespe-entete-breadcrumb div ~ div {
    margin-left: 1rem;
}
#template-modulespe #template-modulespe-entete-breadcrumb div:not(.active) {
    cursor: pointer;
}
#template-modulespe #template-modulespe-entete-breadcrumb div span {
    background-color: var(--green);
    color:white;
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
    display:inline-block;
}
#template-modulespe #template-modulespe-entete-breadcrumb div.active span {
    background-color: var(--blue);
}
#template-modulespe #template-modulespe-entete-breadcrumb div ~ div:before {
    content: 'keyboard_arrow_right';
    display: inline-block;
    font-style: normal;
    vertical-align: middle;
    font-family: "Material Icons";
    color: #9799af;
    margin-right: 1rem;
}
#template-modulespe #template-modulespe-entete-breadcrumb .breadcrumb-view span {
    background-color: var(--blue);
    padding: .8rem 2rem;
}
#template-modulespe #template-modulespe-entete-breadcrumb .breadcrumb-view i {
    padding: 0;
    vertical-align: sub;
}
.item-info {
    background-color: white;
}
.item-info .bouton-lien-info {
    background-color: var(--green);
    color:white;
    font-size: 1.7rem;
    transition: all .3s ease-in-out;
}
.item-info .bouton-lien-info:hover {
    background-color: var(--blue);
}
.item-info .bouton-lien-info i {
    vertical-align: bottom;
    margin: 0;
    padding: 0 0 0 7rem;
    line-height: 1;
    font-size: 2.2rem;
}

#header-main-body .name-fournisseur img {
    transition: all .3s ease-in-out;
    transform-origin: left;
}
#header-main-body .header-bandeau a {
    color:white;
    padding: .1rem 1rem;
    border: 1px solid white;
    text-transform: uppercase;
}

/* RDV V2 */
[id^="form_rdv_franchise_"] > .modal-dialog {
    height:100%;
    margin: auto!important;
}
[id^="form_rdv_franchise_"] >.modal-dialog > .modal-content {
    margin: auto!important;
    height:95%;
}
[id^="form_rdv_franchise_"] >.modal-dialog > .modal-content > .modal-header {
    position:   absolute!important;
    background-color: transparent!important;
    /*right: 2.5rem!important;*/
    top: .5rem!important;
    left: 0;
    width: 99%;
}
[id^="form_rdv_franchise_"] iframe {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
    /* REFONTE PAGE CONTENUS */
body {
    counter-reset: reset-counter;
}
.tpl-show-room {
    background-color: white;
}
.chemin-categorie h1 {
    font-size: 3.5rem;
}
.tpl-show-room h2.titre-showroom {
    font-size: 2.8rem;
}
h2.titre-h2-module {
    font-size: 3rem;
    line-height: 3.5rem;
}
.bloc-vignettes .rubrique-liste-bloc-card .cards_engagements_box:nth-child(1),
.bloc-vignettes .rubrique-liste-bloc-card .cards_engagements_box:nth-child(2),
.bloc-vignettes .rubrique-liste-bloc-card .cards_engagements_box:nth-child(3)
{
    margin-bottom: 13rem!important;
}
h2.titre-h2-module span {
    color: var(--green);
}
.ul-list-rs a {
    color:var(--green);
    text-decoration: underline;
}
.ul-list-rs a:hover {
    color: var(--blue)!important;
}
/* BLOC HEADER H1 */
#button-link-entete {
    background-color: var(--green);
    color:white;
    font-size: 2rem;
    transition: all .3s ease-in-out;
}
#button-link-entete:hover {
    background-color: var(--blue)!important;
    color:white!important;
    text-decoration: none!important;
}
/* BLOC HEADER H1 */
/* BLOC SOMMAIRE */
#sommaire-container {
    background-color: var(--blue);
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    margin-block-end: 0 !important;
}
#sommaire-container::-webkit-scrollbar {
    /*width: 100%;*/
    height: 0px;
    background-color: var(--green);
}
#sommaire-container span {
    display:flex;
    cursor: pointer;
    color:white;
    transition: all .3s ease-in-out;
    margin-right: 1.5rem;
}
#sommaire-container span:hover {
    color:var(--green)
}
#sommaire-container span + span {
    padding-left: 1.5rem;
    border-left: 1px solid white;
}
#sommaire .scroll-arrow {
    position: absolute;
    top: 1.75rem;
    transform: translateY(-50%);
    width: 3.5rem;
    height: 3.5rem;
    /*background-color: #ccc;*/
    border: none;
    cursor: pointer;
    color: var(--blue);
    /* display: none; */
    text-align:center;
    padding: 0;

}
#sommaire .scroll-arrow i {
    font-size: 3.5rem;
}
#sommaire #scroll-left {
    left: -4rem;
    display: none;
}
#sommaire #scroll-right {
    right: -4rem;
}
/* BLOC SOMMAIRE */
/* BLOC TEXTE */
.bloc-textes h2 {
    font-size: 2.2rem;
    line-height: 2.5rem;
    background-color: #f0f0f0!important;
    /* height: 4rem; */
}
.bloc-textes h2 span {
    color:var(--green);
}
.bloc-textes h3,h4,h5 {
    font-family: 'wotfardsemibold';
    margin: 1.5rem 0 .5rem 0!important;
}
.bloc-textes h3 {
    font-size: 1.8rem;
}
.bloc-textes h4 {
    font-size: 1.7rem;
}
.bloc-textes .bloc-textes-card {
    flex: 1 0 auto;
    background-color: white;
}
.bloc-textes .bloc-textes-card-body a {
    color: var(--green);
    text-decoration: underline;
    transition: all .3s ease-in-out;
}
.bloc-textes .bloc-textes-card-body a:hover {
    color: var(--blue)!important;
}
.bloc-textes .bloc-textes-card-link a {
    background-color: var(--green);
    transition: all .3s ease-in-out;
    color:white;
    font-weight: 600;
    font-size: 1.7rem;
    text-decoration: none!important;
}
.bloc-textes .bloc-textes-card-link a:hover {
    background-color: var(--blue)!important;
    color:white!important;
    text-decoration: none!important;
}
/* BLOC TEXTE */
/* BLOC PRIX */
.bloc-prix .bloc-prix-text-container {
    background-color: var(--blue);
    color:white;
}
.bloc-prix .bloc-prix-text-container h2 {
    font-size: 3rem;
    line-height: 3.5rem;
}
.bloc-prix .bloc-prix-text-container-subtitle {
    font-size: 1.8rem;
    line-height: 2rem;
}
.bloc-prix .bloc-prix-text-container-price-middle-green {
    font-size: 5rem;
    line-height: 1;
    color:var(--green);
}
.bloc-prix .bloc-prix-text-container-price a {
    background-color: var(--green);
    transition: all .3s ease-in-out;
    color:white;
    font-size: 1.7rem;
    text-decoration: none!important;
    text-transform: uppercase;
    font-weight: 600;
}
.bloc-prix .bloc-prix-text-container-price a:hover {
    background-color: white!important;
    color:var(--blue)!important;
    text-decoration: none!important;
}
/* BLOC PRIX */
/* BLOC ARGUMENTS */
.bloc-contenus-card h2 {
    margin-bottom: 13rem !important;
}
.bloc-contenus-card .card {
    position: relative;
    /* margin-bottom: 7rem; */
    box-shadow: none;
    border: 1px solid #7070701A;
}
.bloc-contenus-card .card .card-img-visu {
    position: absolute;
    left: calc(50% - 7rem);
    top: -7rem;
}
.bloc-contenus-card .card .card-img-visu span {
    border-radius: 50%;
    width: 14rem;
    height: 14rem;
    background-color: var(--blue);
}
.bloc-contenus-card .card .card-img-visu img {
    margin: auto;
    display: block;
    transition: all .3s ease-in-out;
}
.bloc-contenus-card .card .card-body {
    padding: 10rem 2rem 4rem 2rem;
}
.bloc-contenus-card .card .card-body h3 {
    font-size: 2.5rem !important;
    line-height: 3rem;
    color:var(--green);
}
.bloc-contenus-card .card .card-body .card-text {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: var(--blue);
}
.bloc-contenus-card .card .card-body .card-text ul {
    list-style-type: none;
    padding: 0 !important;
    list-style-position: inside;
    margin-bottom:0!important;
}
.bloc-contenus-card .card .card-body .card-text ul li {
    margin-bottom: 2rem !important;
    line-height: 3rem;
    margin-right: 0!important;
}
.bloc-contenus-card .card .card-body .card-text ul li:last-child {
    margin-bottom: 0rem !important;
}
.bloc-arguments .bloc-contenus-card .card .card-body .card-text ul li {
    line-height:2.5rem!important;
}
.bloc-contenus-card .card .card-body .card-text.ul-list-rs ul li:before {
    /*content: 'done';*/
    /*display: inline-block;*/
    /*font-family: 'Material Icons';*/
    /*font-style: normal;*/
    /*vertical-align: sub;*/
    /*color: var(--green);*/
    /*font-size: 2rem;*/
    /*padding-right: 1rem;*/
    /*font-weight: bold;*/
}
.bloc-contenus-card .card .card-body .card-text.ul-list-rs ul li > span {
    width: 13%;
}
.bloc-contenus-card .card .card-body .card-text.ul-list-rs ul li > span i {
    color: var(--green);
    font-size: 2rem;
    font-weight: bold;
}
.bloc-contenus-card .card .card-body .card-text.ul-list-rs ul li > span + span {
    width: 85%;
    padding: 0;
}
.bloc-contenus-card .card .card-body .card-text a {
    color: var(--green);
    text-decoration: underline;
    transition: all .3s ease-in-out;
}
.bloc-contenus-card .card .card-body .card-text a:hover {
    color: var(--blue)!important;
}
.bloc-arguments-bottom a {
    background-color: var(--green);
    transition: all .3s ease-in-out;
    color: white;
    font-size: 1.7rem;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 600;
}
.bloc-arguments-bottom a:hover {
    background-color: var(--blue)!important;
    color:white!important;
    text-decoration: none!important;
}
/* BLOC ARGUMENTS */
/* BLOC BANDEAU RESPIRATION */
.bloc-bandeau-respi .bandeau-expert-visuel {
    min-height: 56rem;
}
.bloc-bandeau-respi .row-bloc-bandeau-respi > * {
    max-width: 90rem;
}
.bloc-bandeau-respi .row-bloc-bandeau-respi span {
    font-size: 5rem;
    line-height: 6rem;
}
.bloc-bandeau-respi .row-bloc-bandeau-respi a {
    background-color: var(--green);
    transition: all .3s ease-in-out;
    color: white;
    font-size: 1.7rem;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 600;
}
.bloc-bandeau-respi .row-bloc-bandeau-respi a:hover {
    background-color: var(--blue)!important;
    color:white!important;
    text-decoration: none!important;
}
/* BLOC BANDEAU RESPIRATION */
/* BLOC FORFAIT */
.row-bloc-forfait .rubrique-liste .rubrique-liste-bloc-entete .titre {
    max-width: 100%;
}
.row-bloc-forfait .rubrique-liste .rubrique-liste-bloc-entete h2 span {
    color:white;
}
.row-bloc-forfait .rubrique-liste-bloc-card {
    padding-top: 10rem !important;
}
.row-bloc-forfait .rubrique-liste-bloc-card .card:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.row-bloc-forfait .rubrique-liste-bloc-card .card {
    position: relative;
    margin-bottom: 7rem;
    box-shadow: none;
    border: 1px solid #7070701A;
}
.row-bloc-forfait .rubrique-liste-bloc-card .card-img-visu {
    position: absolute;
    left: calc(50% - 7rem);
    top: -7rem;
}
.row-bloc-forfait .rubrique-liste-bloc-card .card-img-visu span {
    border-radius: 50%;
    width: 14rem;
    height: 14rem;
}
.row-bloc-forfait .rubrique-liste-bloc-card .card-img-visu span {
    background-color: var(--blue);
}
.row-bloc-forfait .card-img-visu img {
    margin: auto;
    display: block;
    transition: all .3s ease-in-out;
}
.row-bloc-forfait .rubrique-liste-bloc-card.rubrique-liste-bloc-card-desktop .card-body {
    padding: 10rem 2rem 29rem 2rem;
}
.row-bloc-forfait .rubrique-liste-bloc-card .card-body .card-title {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight:600;
}
.row-bloc-forfait .rubrique-liste-bloc-card .card-body .card-text {
    font-size: 1.5rem;
    line-height: 2rem;
    color: var(--violet);
}
.row-bloc-forfait .rubrique-liste-bloc-card .card-body .card-text-price {
    color: var(--green);
    max-width: 80%;
    left: 10%;
}
.row-bloc-forfait .rubrique-liste-bloc-card-desktop .card-body .card-text-price {
    position: absolute;
    bottom: 11rem;
}
.row-bloc-forfait .rubrique-liste-bloc-card .card-body .card-text-price .mention {
    width: 100%;
    display: block;
    font-size: 1.3rem;
}
.row-bloc-forfait .rubrique-liste-bloc-card .card-body .card-text-price .tarif {
    font-family: 'wotfardsemibold', Arial, sans-serif;
    font-size: 8rem;
    position: relative;
}
.row-bloc-forfait .rubrique-liste-bloc-card .card-body .card-text-price .tarif-up {
    position: absolute;
    font-size: 5rem;
    line-height: 1;
    top: 1rem;
}
.row-bloc-forfait .rubrique-liste-bloc-card .card-body .card-text-price .tarif-down {
    position: relative;
    bottom: 0;
    top: 0;
    left: 0.5rem;
    text-transform: uppercase;
    font-size: 1.4rem;
}
.row-bloc-forfait .rubrique-liste-bloc-card .card-body .card-text-bouton {
    background-color: var(--blue);
    color: white;
    max-width: 80%;
    left: 10%;
    transition: all .3s ease-in-out;
    font-size: 1.7rem;
    /*line-height: 3rem;*/
    text-transform: uppercase;
    font-weight: 600;

}
.row-bloc-forfait .rubrique-liste-bloc-card-desktop .card-body .card-text-bouton {
    position: absolute;
    bottom: 4rem;
}
.row-bloc-forfait .card:hover .card-text-bouton {
    background-color: var(--green);
}
.row-bloc-forfait .mention-tarif-spe .mention-price-gray {
    position: absolute;
    bottom: -1rem;
    /* color: white; */
    font-size: 1.5rem;
}
.row-bloc-forfait .mention-tarif-spe .mention-price-gray:before {
    content: '*';
}
/* BLOC FORFAIT */
/* BLOC DEROULEMENT RDV */

.bloc-deroulement-rdv-card .bloc-deroulement-rdv-card-content {
    columns: 2;
    column-fill: balance;
    column-gap: 10%;
}
.bloc-deroulement-rdv-card .bloc-deroulement-rdv-card-content h3 {
    color: var(--green);
    font-size: 2.5rem;
    line-height: 3rem;
}
.bloc-deroulement-rdv-card .bloc-deroulement-rdv-card-content-card::before {
    position: absolute;
    top: 2rem;
    left: -2.5rem;
    width: 5rem;
    height:5rem;
    border-radius: 50%;
    border: 1px solid var(--green);
    display:block;
    counter-increment: reset-counter;
    content: counter(reset-counter);
    z-index: 10;
    text-align:center;
    color:var(--green);
    font-size: 3rem;
}
/* BLOC DEROULEMENT RDV */
/* BLOC PRODUIT */
.bloc-produit-left-main-visu-other a {
    width: 90px;
    height: 60px;
    overflow:hidden;
}
.bloc-produit-left-main-visu-other div + div {
    /* margin-left: 1rem; */
}
.bloc-produit-left-main-visu-other a img {
    width: 100%;
    height:100%;
}
.bloc-produit-right .bloc-produit-right-text {
    font-size: 2.5rem;
    line-height: 3.5rem;
}
.bloc-produit-right .bloc-produit-right-price, .bloc-produit-right h2 {
    font-size: 4rem;
    line-height: 5rem;
}
.bloc-produit-right .bloc-produit-right-price span + span {
    color:var(--green);
}
.bloc-produit-right-callback a {
    background-color:var(--green);
    color:white;
    font-size: 2.5rem;
    line-height:3.2rem;
    max-width: 85%;
}
.bloc-produit-right-callback a:hover {
    background-color:var(--blue);
    text-decoration: none!important;
    color:white!important;
}
/* BLOC PRODUIT */
/* BLOC LISTE */
.bloc-liste .ul-list-rs ul {
    list-style-type: none;
    padding: 0 !important;
    list-style-position: inside;
}
.bloc-liste .ul-list-rs ul li {
    margin-bottom: 2rem !important;
    font-size: 2rem;
    line-height:3rem;
}
.bloc-liste .ul-list-rs ul li:before {
    content: 'done';
    display: inline-block;
    font-family: 'Material Icons';
    font-style: normal;
    vertical-align: sub;
    color: var(--green);
    font-size: 2.5rem;
    padding-right: 1rem;
    font-weight: bold;
}
.bloc-liste .ul-list-rs ul li:last-child {
    margin-bottom: 0rem !important;
}
/* BLOC LISTE */
/* BLOC TEXTE */
.bloc-texte-simple h3, .bloc-texte-simple h4 {
    font-family: 'wotfardsemibold';
    margin:1.5rem 0 1rem 0;
}
.bloc-texte-simple h3 {
    font-size: 2rem;
}
.bloc-texte-simple h4 {
    font-size: 1.8rem;
}
.bloc-texte-simple .ul-list-rs ul {
    list-style-type: none;
    padding: 0 !important;
    list-style-position: inside;
}
.bloc-texte-simple .ul-list-rs ul li {
    margin-bottom: 2rem !important;
    font-size: 1.5rem;
    line-height:3rem;
}
.bloc-texte-simple .ul-list-rs ul li:before {
    content: 'done';
    display: inline-block;
    font-family: 'Material Icons';
    font-style: normal;
    vertical-align: sub;
    color: var(--green);
    font-size: 2rem;
    padding-right: 1rem;
    font-weight: bold;
}
.bloc-texte-simple .ul-list-rs ul li:last-child {
    margin-bottom: 0rem !important;
}
/* BLOC TEXTE */
/* BLOC ILLUSTRATIONS */
.bloc-illustrations .bloc-illustrations-container-texte-bg {
    background-color: white;
    height:100%;
}
.bloc-illustrations .bloc-illustrations-container h3 {
    font-size: 2rem;
}
.bloc-illustrations .bloc-illustrations-container a {
    color:var(--green);
    text-decoration: underline!important;
}
.bloc-illustrations .bloc-illustrations-container a:hover {
    color:var(--blue)!important;
}
.bloc-illustrations .bloc-illustrations-container:nth-child(odd) .bloc-illustrations-container-texte-bg {
    padding-left: 2rem!important;
    padding-right: 4rem!important;
}
.bloc-illustrations .bloc-illustrations-container:nth-child(even) .bloc-illustrations-container-texte-bg {
    padding-right: 2rem!important;
    padding-left: 4rem!important;
}
.bloc-illustrations .bloc-illustrations-container:nth-child(odd) .bloc-illustrations-container-texte {
    padding-right:2.5rem!important;
}
.bloc-illustrations .bloc-illustrations-container:nth-child(odd) .bloc-illustrations-container-visuel {
    padding-left:2.5rem!important;
}
.bloc-illustrations .bloc-illustrations-container:nth-child(even) .bloc-illustrations-container-texte {
    padding-left:2.5rem!important;
    order: 2;
}
.bloc-illustrations .bloc-illustrations-container:nth-child(even) .bloc-illustrations-container-visuel {
    padding-right:2.5rem!important;
}
.bloc-illustrations .bloc-illustrations-container:before {
    position:absolute;
    z-index:10;
    top: calc(50% - 5rem);
    left:calc(50% - 5rem);
    width: 10rem;
    height:10rem;
    content:"arrow_forward";
    font-family: "Material Icons";
    font-size: 5rem;
    border-radius: 50%;
    display:flex;
    align-items:center;
    justify-content: center;
    color:white;
    background-color: var(--blue);
}
.bloc-illustrations .bloc-illustrations-container:nth-child(even):before {
    transform: rotate(180deg);
}
/* BLOC ILLUSTRATIONS */
/* BLOC CARROUSEL */
.bloc-carrousel .slider-bloc-carrousel-card-container {
    background-color: white;
}
.bloc-carrousel .slider-bloc-carrousel-card-container h3 {
   font-size: 2rem;
}
.bloc-carrousel .slider-bloc-carrousel-card-container .slider-bloc-carrousel-card-container-texte-content a {
    color:var(--green);
    text-decoration: underline!important;
}
.bloc-carrousel .slider-bloc-carrousel-card-container .slider-bloc-carrousel-card-container-texte-content a:hover {
    color: var(--blue) !important;
}
/* BLOC CARROUSEL */
.bloc-carrousel .tns-inner {
    margin-left:0!important;
}
.bloc-carrousel {
    padding: 0 50px!important;
}
.slider-bloc-carrousel-nav {
    position: absolute;
    top: calc(50% + 35px);
    z-index: 8;
    max-width: 1170px;
}
.slider-bloc-carrousel-nav #prev {
    left: 0;
    position: absolute;
}
.slider-bloc-carrousel-nav #next {
    right: 0;
    position: absolute;
}
.slider-bloc-carrousel-nav button {
    padding: 0!important;
    margin: 0!important;
}
.slider-bloc-carrousel-nav i {
    font-size: 4rem;
    color: var(--blue)
}
.slider-bloc-carrousel-nav button[disabled] i {
    opacity: .5;
}
    /* BODY COLLAPSED */
.top-body-collapse header {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.top-body-collapse #header-main-body .header-top ul.header-top-nav li a, .top-body-collapse #header-main-body .header-top ul.header-top-nav li span {
    font-size: 1.4rem;
    line-height: 2.5rem;
    display: inline-block;
}
.top-body-collapse #header-main-body .name-fournisseur img {
    transform: scale(.6);
}
.top-body-collapse #header-main-body .header-top ul.header-top-nav li {
    height: 2.5rem;
}
.top-body-collapse #header-main-body .header-top ul.header-top-nav li ~ li:before {
    height: 1.5rem;
    top: 0.2rem;
}
.top-body-collapse #header-main-body .header-top .icones-rs img,
.top-body-collapse #header-main-body .header-top .dropdown-langue img {
    transform: scale(.75);
}
.top-body-collapse #header-main-body .dropdown-langue ul a.dropdown-toggle {
    margin-top: 5px!important;
}
.top-body-collapse #header-main-body .header-top {
    height: 2.5rem;
}
.top-body-collapse .header-middle {
    padding: .5rem 1rem!important;
}
.top-body-collapse #header-main-body .header-middle .boutons a , .top-body-collapse #header-main-body .header-middle .boutons div {
    padding: 1rem 1.5rem!important;
}
.top-body-collapse #header-main-body .logo img {
    transform: scale(.75);
    padding-left: 1rem;
}
.top-body-collapse #header-main-body .header-bandeau {
    color:white;
    font-size: 1.4rem;
}
.top-body-collapse #header-main-body .header-bandeau span {
    padding: .5rem 0;
}










/* MEDIA QUERIES*/

/* SMALL - SM */
@media only screen and (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}
/* MEDIUM - MD */
@media only screen and (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}
/* LARGE - lg */
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
/* EXTRA EXTRA LARGE > 1500 */
@media only screen and (min-width: 1500px) {
    .modal-xl {
        max-width: 1440px;
    }
}


/* LARGE - lg */
@media only screen and (max-width: 1200px) {

}
