: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: white;
    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 {
    color: var(--green);
    font-weight: 500;
}

.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: 25px;
    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(--green);
    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 0 0 1rem;
    /*margin-top: 16px;*/
}

#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(--green);
    color: white !important;
    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(--blue);
    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.5rem;
    line-height: 2rem;
    /* display: grid; */
    /* grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); */
    display: table;
}

#header-main-body .header-bottom ul.nav li.nav-item {
    display: table-cell;
}

#header-main-body .header-bottom ul.nav li.nav-item {
    /* width: 28%; */
    text-align: center;
    position: relative;
    width: auto;
    /*padding: 0 10px;*/
    /*grid-column: span 1 / span 1;*/
}

#header-main-body .header-bottom ul.nav li.nav-item:first-child {
    text-align: left;

}

#header-main-body .header-bottom ul.nav li.nav-item:nth-child(2),
#header-main-body .header-bottom ul.nav li.nav-item:nth-child(3),
#header-main-body .header-bottom ul.nav li.nav-item:nth-child(4),
#header-main-body .header-bottom ul.nav li.nav-item:nth-child(5) {
    /*grid-column: span 2 / span 2;*/
}

#header-main-body .header-bottom ul.nav li.nav-item:last-child {
    text-align: right;
}

#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);
}

/* 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 img ~ a {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.2rem;
}

#prestations img ~ a:hover {
    text-decoration: none;
    color: inherit;
}

#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: 450px;
    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 {
    background-color: white;
}

#slider-marque .titre {
    font-size: 3.2rem;
    line-height: 1;
}

#slider-marque a img {
    transition: transform .3s ease-in-out;
    margin: 0 auto;
    display: block;
}

#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 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 {
    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 {
    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
    /*#fiche-franchise-top-left .bouton-fiche-franchise {*/
{
    background-color: var(--green);
    color: white;
    transition: background-color .3s ease-in-out;
}

#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 {
    background-color: var(--blue);
}

#tpl-departement-detail #container-liste-dep ul li span:hover {
    text-decoration: underline;
}

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

#container-liste-dep ~ .row .texte-entete h2 {
    font-family: 'wotfardsemibold', Arial, sans-serif;
    font-size: 2rem;
    color: var(--blue);
}

#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: 58%;
}

#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;
}
#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;
}

/* 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: 0rem 1rem !important;
}

.top-body-collapse .header-middle .ml-auto.mt-4 {
    margin-top: .5rem !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;
}

#header-main-body .header-bandeau a {
    color: white;
    padding: .1rem 1rem;
    border: 1px solid white;
    text-transform: uppercase;
}


/* RS FRANCHISES  */
#prestations-home h2 {
    font-size: 4rem;
}

#prestations-home .texte {
    font-size: 2rem;
}

.prestations-home-blue-icone span {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 2.5rem;
}

.text-primary {
    color: #1d096e !important;
}

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

.titre-h {
    font-size: 3rem;
}

.ul-list {
    align-items: start;
    align-content: start;
    display: grid;
}

.ul-list ul {
    list-style-position: inside;
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: column;
    align-items: start;
    gap: 2rem; /* 12px */
}

.ul-list.ul-list-more ul {
    grid-template-rows: repeat(6, 1fr);
}

.ul-list-rs ul {
    list-style-position: inside;
    padding: 0;
    list-style-type: none;
}

.ul-list ul li:before, .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;
}

.ul-list ul li, .ul-list-rs {
    font-size: 2rem;
}

.ul-list-rs ul li {
    margin-bottom: 1.5rem;
}

.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.col-span-1 {
    grid-column: span 1 / span 1
}

.col-span-2 {
    grid-column: span 2 / span 2
}

.col-span-3 {
    grid-column: span 3 / span 3
}

.col-span-4 {
    grid-column: span 4 / span 4
}


.gap-4 {
    gap: 1rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-y-16 {
    row-gap: 4rem;
}

.grid-concept {
    align-items: start;
}

.grid-concept .titre {
    font-size: 2rem;
}

.grid-concept img {
    margin-bottom: 1rem;
}

.grid-concept .texte {
    font-size: 2rem;
}

.grid-concept-more, .texte.texte-big, h3.titre-h3 {
    font-size: 2rem;
}

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

#formulaire_contact #input-double input.form-control {
    width: 29%;
}

.liste-actu-row {
    border-bottom: 1px solid var(--blue);
}

.liste-actu-row .date {
    color: grey;
}

.liste-actu-row a {
    font-size: 2rem;
}

.liste-actu-right i {
    padding: .5rem;
    background-color: var(--green);
    color: white;
    font-size: 3rem;
}

.button-back i {
    background-color: var(--green);
    color: white;
}

.button-back [data-link-encoded]:hover span {
    text-decoration: underline;
}

.texte-grid-respiration .titre {
    font-size: 7rem;
    color: var(--green) !important;
}
.texte-grid-respiration .texte {
    font-size: 2rem;
    font-weight:normal;
}
.texte-respiration {
    font-size: 3rem;
}
.texte-grid-respiration .grid > div:after {
    content:'';
    height: 70%;
    width: 1px;
    background-color: white;
    position: absolute;
    top: 15%;
    right: 0;
}
.texte-grid-respiration .grid > div:last-child:after {
    display:none;
}
#template-quisommesnous .card-concept .card-body   {
    padding: 10rem 2rem 2rem 2rem;
}
#template-quisommesnous .card-concept .cards_engagements_box .card-title {
    font-size: 1.8rem!important;
    line-height: 2rem;
    color: var(--green)!important;
}
#template-quisommesnous .card-concept .cards_engagements_box {
    padding: 0 5px!important;
}
#template-quisommesnous .card-concept .cards_engagements_box .card-body .card-text {
    font-size: 1.6rem;
    line-height: 2rem;
    color: var(--blue);!important;
}
#template-quisommesnous  .card-concept .cards_engagements_box .card-body {
    background-color: white!important;
}
#template-quisommesnous .card-concept .card-img-visu span {
    background-color: var(--blue);
}
#template-quisommesnous #container-blue-cards .card-concept .card-img-visu span {
    background-color: var(--green);
}
#container-concept h3 {
    font-size: 2rem;
}
#card-devenir-fr ul {
    list-style-type: none;
    padding: 0!important;
}
#card-devenir-fr ul li {
    margin-bottom: 2rem!important;
    line-height: 3rem;
}
#template-quisommesnous #card-devenir-fr .cards_engagements_box .card-title {
    font-size: 2.5rem!important;
    line-height: 3rem;
}

#cards-formateurs .cards-formateurs-bloc {
    background-color: white;
}
#cards-formateurs > div:nth-child(odd) {
    padding-right: 2rem!important;
}
#cards-formateurs > div:nth-child(even) {
    padding-left: 2rem!important;
}
#cards-formateurs .cards-formateurs-bloc-visu {
    width: 150px;
    height:130px;
    border-radius: 50%;
}
/* 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;
    }
    .lg-grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* EXTRA EXTRA LARGE > 1500 */
@media only screen and (min-width: 1501px) {

}


/* LARGE - lg */
@media only screen and (max-width: 1200px) {
    #cards-formateurs > div:nth-child(odd) {
        padding-right: 0rem!important;
    }
    #cards-formateurs > div:nth-child(even) {
        padding-left: 0rem!important;
    }
}
