@charset "UTF-8";
/*///////////////////////////////////////*/
/* ///// STYLE GLOBAL ///////////////// */
/*/////////////////////////////////////*/
/*
font-family: 'Open Sans', sans-serif;
font-family: "Quicksand", sans-serif;
font-family: "League Gothic", sans-serif;
*/
html {
    box-sizing: border-box;
}
html * {
    box-sizing: border-box;
}

body {
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    color: #0C3064;
}

.layout-container {
    overflow: hidden;
}

body p {
    line-height: 30px;
    margin-bottom: 15px;
    color: #0C3064;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

main {
    clear: both;
}

.container-large {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 0 auto;
}

.container-medium {
    width: calc(100% - 60px);
    max-width: 1320px;
    margin: 0 auto;
}

.container-small {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto;
}

.flex-center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dynamic-padding-left,
.dynamic-padding-right,
.dynamic-padding-right-medium,
.dynamic-padding-right-medium {
    opacity: 0;
    transition: 200ms ease-in-out;
}

.default-btn,
.form-submit {
    min-width: 240px;
    text-align: center;
    padding: 5px 40px 5px 25px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    border: none;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: "League Gothic", sans-serif;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}

.default-btn.blue,
.form-submit {
    color: #fff;
    border: solid 1px #0C3064;
    outline: solid 1px #fff;
    background: #0C3064 url("../images/svg/white-arrow-default-btn.svg") no-repeat right 25px center;
}

.default-btn.blue:hover,
.form-submit:hover {
    color: #0C3064;
    background: #fff url("../images/svg/arrow-default-btn-blue.svg") no-repeat right 25px center;
}

/*///////////////////////////////////////*/
/* ///// HEADER /////////////////////// */
/*/////////////////////////////////////*/
header {
    position: relative;
    background: #fff;
    z-index: 100;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

header .region-header {
    height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

/*Logo*/
#block-st-croix-theme-logoheader {
    position: absolute;
    z-index: 5;
    top: 20px;
    left: 20px;
    max-width: 128px;
}
.frontpage header:not(.sticky-desktop) #block-st-croix-theme-logoheader {
    display: none;
}
#block-st-croix-theme-logoheader a {
    display: flex;
}
#block-st-croix-theme-logoheader a img {
    width: 100%;
}

/*Nav secondaire*/
ul.sf-menu:after {
    display: none;
}
.navigation-secondaire, .footer-contenu .contenu .btns {
    height: 45px;
    width: 100%;
    background: #0C3064;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 30px;
}
.navigation-secondaire a, .footer-contenu .contenu .btns a {
    color: #fff;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    text-align: center;
    font-family: "League Gothic";
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
}
.navigation-secondaire a.classic, .footer-contenu .contenu .btns a.classic {
    padding: 0 20px;
    margin-left: 20px;
    background: #0C3064;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.navigation-secondaire a.social, .footer-contenu .contenu .btns a.social {
    position: relative;
    width: 40px;
    margin: 0 10px;
}
.navigation-secondaire a.social:not(:last-of-type):before, .footer-contenu .contenu .btns a.social:not(:last-of-type):before {
    content: "";
    position: absolute;
    right: -10px;
    top: 8px;
    bottom: 8px;
    width: 1px;
    opacity: 0.5;
    background: #FFF;
}
.navigation-secondaire a.social svg, .footer-contenu .contenu .btns a.social svg {
    width: 20px;
}
.navigation-secondaire a svg path, .footer-contenu .contenu .btns a svg path {
    transition: all 200ms ease-in-out;
}
.navigation-secondaire a:hover, .footer-contenu .contenu .btns a:hover {
    background: #fff;
    color: #0C3064;
}
.navigation-secondaire a:hover svg path, .footer-contenu .contenu .btns a:hover svg path {
    fill: #0C3064;
}

/*Navigation principale*/
header .block-superfish {
    width: auto;
}

#superfish-main {
    display: flex;
    gap: 85px;
    padding-right: 30px;
}

#superfish-main li {
    display: inline-block;
    float: none;
}

#superfish-main > li > a {
    color: #0C3064;
    text-align: right;
    font-family: "League Gothic";
    font-size: 32px;
    padding: 0;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 80px;
}
#superfish-main > li > a.menuparent {
    padding-right: 20px;
}

#superfish-main > li > a:hover,
#superfish-main > li > a.is-active:hover {
    color: #0C3064;
}

#superfish-main > li > a.is-active {
    color: #393939;
}

#superfish-main .sf-sub-indicator {
    opacity: 1;
    width: 10px;
    height: 10px;
    background: url("../images/svg/arrow-submenu.svg") no-repeat center/contain;
}
#superfish-main .sf-sub-indicator:after {
    display: none;
}

#superfish-main > li:not(.sfHover) > ul {
    display: none;
}

#superfish-main > li > ul {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    min-width: max-content;
    top: 80px !important;
    background: #0C3064;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
#superfish-main > li > ul:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 17px;
    top: -12px;
    background: url("../images/svg/hover-sub-menu.svg") no-repeat center/contain;
}
#superfish-main > li > ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
#superfish-main > li > ul li a {
    position: relative;
    height: 40px;
    padding: 0 15px;
    color: #FFF;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
#superfish-main > li > ul li a:after {
    content: "";
    position: absolute;
    right: calc(100% - 5px);
    top: 10px;
    height: 2px;
    width: 0;
    background: #fff;
    transition: all 200ms ease-in-out;
}
#superfish-main > li > ul li a:hover:after {
    width: 12px;
}

/*///////////////////////////////////////*/
/* ///// TITRE DE PAGE //////////////// */
/*/////////////////////////////////////*/
.region-page-title {
    background: url("../images/interface/bg-page-title.jpg") no-repeat center/cover;
}
.region-page-title .contenu {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 55px 0 60px;
}

.block-page-title-block {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto;
}

.block-page-title-block h1 {
    font-family: "League Gothic";
    font-size: 64px;
    font-weight: 400;
    line-height: normal;
}

/*///////////////////////////////////////*/
/* ///// BREADCRUMBS ////////////////// */
/*/////////////////////////////////////*/
.block-system-breadcrumb-block {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto;
}

.block-system-breadcrumb-block li,
.block-system-breadcrumb-block li a {
    color: #0C3064;
    text-align: center;
    font-family: Quicksand;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.block-system-breadcrumb-block li a:hover {
    text-decoration: underline;
}

.block-system-breadcrumb-block li:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url("../images/svg/arrow-breadcrumbs.svg") no-repeat center;
}

/*///////////////////////////////////////*/
/* ///// PAGE 404 ///////////////////// */
/*/////////////////////////////////////*/
#block-404 {
    width: calc(100% - 60px);
    max-width: 1088px;
    margin: 0 auto;
    padding: 120px 0;
}

#block-404 h1 {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: "League Gothic", sans-serif;
}

#block-404 .sous-titre {
    color: #333;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 40px;
    font-family: "League Gothic", sans-serif;
}

/*///////////////////////////////////////*/
/* ///// SLIDER ACCUEIL /////////////// */
/*/////////////////////////////////////*/
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    } /* On défile la moitié de la largeur */
}
.accueil-carrousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* Évite les micro-saccades de rendu sur les images */
}
.accueil-carrousel:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 12;
}
.accueil-carrousel .swiper .swiper-slide {
    width: auto;
    display: flex;
}
.accueil-carrousel .swiper-wrapper {
    transition-timing-function: linear !important;
    -webkit-transition-timing-function: linear !important;
}
.accueil-carrousel .swiper-slide img {
    transform: translateZ(0);
    will-change: transform;
}
.accueil-carrousel #slider-bas .swiper {
    /* On inverse horizontalement tout le conteneur */
    transform: scaleX(-1);
}
.accueil-carrousel #slider-bas .swiper-slide {
    /* On ré-inverse les images pour qu'elles ne soient pas à l'envers */
    transform: scaleX(-1);
}
.accueil-carrousel .logo {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*///////////////////////////////////////*/
/* ///// ACCUEIL BLOCS //////////////// */
/*/////////////////////////////////////*/
.accueil-blocs {
    padding: 100px 0;
    background: url(../images/interface/accueil-blocs-bg.jpg) no-repeat center/100% 100%;
}
.accueil-blocs .liste-blocs {
    display: flex;
    gap: 30px;
}
.accueil-blocs .liste-blocs .bloc {
    width: 100%;
}
.accueil-blocs .liste-blocs .bloc .inner {
    border: solid 6px #0C3064;
    outline: solid 2px #0C3064;
    outline-offset: -10px;
    background: url(../images/interface/bg-bloc-accueil.jpg) no-repeat center/cover;
}
.accueil-blocs .liste-blocs .bloc .inner.classic {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 40px;
    min-height: -webkit-fill-available;
}
.accueil-blocs .liste-blocs .bloc .inner.classic .titre a {
    color: #0C3064;
    display: block;
    font-family: "League Gothic";
    font-size: 30px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-decoration: none;
}
.accueil-blocs .liste-blocs .bloc .inner.classic .liens {
    display: flex;
    flex-direction: column;
}
.accueil-blocs .liste-blocs .bloc .inner.classic .liens a {
    color: #0C3064;
    text-align: center;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}
.accueil-blocs .liste-blocs .bloc.options-plaquette {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.accueil-blocs .liste-blocs .bloc.options-plaquette .bloc-options .inner {
    padding-bottom: 50px;
}
.accueil-blocs .liste-blocs .bloc.options-plaquette .bloc-plaquette a.inner {
    position: relative;
    display: flex;
    padding: 35px 40px;
    color: #0C3064;
    font-family: "League Gothic";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    text-decoration: none;
}
.accueil-blocs .liste-blocs .bloc.options-plaquette .bloc-plaquette a.inner .image {
    position: absolute;
    right: 25px;
    top: -25px;
    max-width: 130px;
    transform: rotate(4deg);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.accueil-blocs .liste-blocs .bloc.options-plaquette .bloc-options.full-block {
    min-height: -webkit-fill-available;
}

/*///////////////////////////////////////*/
/* ///// ACCUEIL PRESENTATION ///////// */
/*/////////////////////////////////////*/
.accueil-presentation {
    position: relative;
    padding: 150px 0;
    overflow: hidden;
}
.accueil-presentation:after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -60px;
    width: 400px;
    height: 400px;
    opacity: 0.2;
    transform: rotate(10deg);
    background: url(../images/interface/gouvernail.png) no-repeat top left/contain;
}
.accueil-presentation h2 {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-family: "League Gothic";
    font-size: 96px;
    font-weight: 400;
    line-height: normal;
}
.accueil-presentation h2:before {
    content: "";
    position: absolute;
    width: 565px;
    height: 75px;
    right: -90px;
    bottom: -23px;
    z-index: -1;
    background: url(../images/interface/surligne-bleu-clair.png) no-repeat center/contain;
}
.accueil-presentation .sous-titre {
    font-family: "League Gothic";
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
}
.accueil-presentation .carte-texte {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: -40px;
}
.accueil-presentation .carte-texte .carte {
    width: 100%;
    max-width: 650px;
}
.accueil-presentation .carte-texte .texte {
    width: 100%;
}
.accueil-presentation .carte-texte .texte p {
    color: #000;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.accueil-presentation .carte-texte .default-btn {
    margin-top: 25px;
}

/*///////////////////////////////////////*/
/* /////////// LISTE OPTIONS ////////// */
/*/////////////////////////////////////*/
.liste-options {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.liste-options .bloc-option {
    width: calc(50% - 25px);
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border: solid 6px #0C3064;
    outline: solid 2px #0C3064;
    outline-offset: -10px;
    text-decoration: none;
    background: url(../images/interface/bg-bloc-accueil.jpg) no-repeat center/cover;
}
.liste-options .bloc-option .image {
    overflow: hidden;
    width: 100%;
    max-width: 250px;
}
.liste-options .bloc-option .image img {
    transition: all 200ms ease-in-out;
}
.liste-options .bloc-option .titre {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    color: #0C3064;
    font-family: "League Gothic";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 200ms ease-in-out;
}
.liste-options .bloc-option:hover .image img {
    transform: scale(1.1);
}
.liste-options .bloc-option:hover .titre {
    gap: 20px;
}

/*///////////////////////////////////////*/
/* //////////// FICHE OPTION ////////// */
/*/////////////////////////////////////*/
.fiche-option {
    padding-top: 50px;
    padding-bottom: 80px;
}
.fiche-option .entete-option {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}
.fiche-option .entete-option .introduction {
    width: 100%;
    max-width: 635px;
}
.fiche-option .entete-option .bloc-competences {
    width: 100%;
    max-width: 635px;
    background: rgba(12, 48, 100, 0.1);
}
.fiche-option .entete-option .bloc-competences .image {
    width: 100%;
    display: flex;
}
.fiche-option .entete-option .bloc-competences .contenu {
    padding: 25px 30px 40px;
}
.fiche-option .entete-option .bloc-competences .contenu h3 {
    font-family: "League Gothic";
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
}
.fiche-option .entete-option .bloc-competences .contenu .competences p, .fiche-option .entete-option .bloc-competences .contenu .competences li {
    color: #333;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.fiche-option .entete-option .bloc-competences .contenu .cta {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 30px;
    border-top: 1px solid rgba(25, 135, 139, 0.6);
}
.fiche-option .entete-option .bloc-competences .contenu .cta .titre {
    color: #333;
    max-width: 330px;
    font-family: Quicksand;
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
}

/*///////////////////////////////////////*/
/* ///// PARTENAIRES ACCUEIL ////////// */
/*/////////////////////////////////////*/
.view-id-partenaires.view-display-id-accueil {
    padding: 100px 0;
}

.view-id-partenaires.view-display-id-accueil .view-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

/*///////////////////////////////////////*/
/* ///// CONTACT FORM ///////////////// */
/*/////////////////////////////////////*/
.contact-form {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 40px auto 0;
}

.contact-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form form .field--type-list-string,
.contact-form form .field--type-string,
.contact-form form .field--type-email {
    width: 32%;
}

.contact-form form .field--type-list-string .form-radios {
    display: flex;
    flex-wrap: wrap;
}

.contact-form form .field--type-list-string .form-radios .form-type-radio:not(:last-of-type) {
    margin-right: 40px;
}

.contact-form form .form-item {
    margin-bottom: 0;
}

.contact-form form label {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #242424;
}

.contact-form form .field--type-string-long {
    width: 100%;
}

.contact-form form input[type=text],
.contact-form form input[type=email],
.contact-form form select {
    color: #4B4B4D;
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 5px;
    border: solid 1px #C8C8C8;
}

.contact-form form textarea {
    color: #4B4B4D;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
    border-radius: 5px;
    border: solid 1px #C8C8C8;
}

.contact-form form .form-actions {
    width: 100%;
    display: flex;
    justify-content: center;
}

.g-recaptcha {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/*CHECKBOX*/
input[type=checkbox]:checked,
input[type=checkbox]:disabled:checked,
input[type=radio]:checked,
input[type=radio]:disabled:checked {
    background-color: #0C3064;
}

input[type=checkbox]:hover,
input[type=checkbox]:focus,
input[type=radio]:hover,
input[type=radio]:focus {
    border: 2px solid #C2C2C2;
}

input[type=checkbox],
input[type=radio] {
    margin: 0 10px 0 0;
}

input[type=checkbox]:before,
input[type=radio]:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -2px;
    font-weight: 700;
    border-radius: 0;
    padding-left: 0.5px;
    padding-top: 2px;
    text-align: center;
    background: #fff;
    font-size: 11px;
    color: #0C3064;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    margin-left: -5px;
}

input[type=radio]:before {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

input[type=radio]:checked:before {
    background: #0C3064;
    outline: solid 2px #fff;
    outline-offset: -4px;
}

input[type=checkbox]:checked:before {
    content: "";
    background: #0C3064;
    outline: solid 2px #fff;
    outline-offset: -4px;
}

/*///////////////////////////////////////*/
/* ///// LISTE ACTUALITES ///////////// */
/*/////////////////////////////////////*/
.view-actualites.view-display-id-accueil {
    padding: 80px 0 90px;
    background: url("../images/interface/bg-actus-accueil.jpg") no-repeat left bottom/cover;
}

.view-actualites.view-display-id-page {
    padding-bottom: 100px;
}

.view-actualites.view-display-id-accueil .h2 {
    color: #0C3064;
    text-align: center;
    font-family: "League Gothic";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.view-actualites.view-display-id-accueil .intro-actus {
    color: #000;
    text-align: center;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    max-width: 530px;
    margin: 10px auto 30px;
}

.view-actualites .view-content {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
}

.view-actualites .view-content .views-row {
    padding: 15px;
    width: calc(33.3333% - 30px);
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.view-actualites .view-content .views-row .image {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.view-actualites .view-content .views-row .image img {
    max-width: 100%;
    max-height: 210px;
    transition: all 200ms ease-in-out;
}
.view-actualites.view-display-id-accueil .view-content .views-row .image img {
    max-height: 188px;
}
.view-actualites .view-content .views-row .image:hover img {
    transform: scale(1.1);
}

.view-actualites .view-content .views-row .contenu {
    padding: 0 15px 30px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.view-actualites .view-content .views-row .contenu .date {
    position: relative;
    z-index: 1;
    color: #FFF;
    text-align: center;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    width: 138px;
    height: 24px;
    background: #0C3064;
    margin-top: -12px;
    margin-bottom: 30px;
}

.view-actualites .view-content .views-row .contenu .titre {
    color: #0C3064;
    font-family: "League Gothic";
    font-size: 30px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
}

.view-actualites .view-content .views-row .contenu .resume {
    color: #000;
    text-align: center;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 20px 0;
}

.view-actualites .view-content .views-row .contenu .lire-la-suite {
    color: #0C3064;
    font-family: "League Gothic";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    text-decoration: none;
}

.view-actualites.view-display-id-accueil .flex-center {
    margin-top: 70px;
}

/*///////////////////////////////////////*/
/* ///// PAGE ACTUALITE /////////////// */
/*/////////////////////////////////////*/
.node--type-actualite {
    width: 90%;
    max-width: 1088px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 100px;
}

.node--type-actualite .image {
    display: flex;
    justify-content: center;
}

.node--type-actualite .image img {
    max-height: 500px;
}

.node--type-actualite .date {
    position: relative;
    z-index: 1;
    color: #FFF;
    text-align: center;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    width: 138px;
    height: 24px;
    background: #0C3064;
    margin-top: -12px;
    margin-bottom: 20px;
}

.node--type-actualite h1 {
    color: #0C3064;
    text-align: center;
    font-family: "League Gothic";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.node--type-actualite .breadcrumb ol {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
}

.node--type-actualite .texte {
    margin-bottom: 40px;
}
.node--type-actualite .texte p, .node--type-actualite .texte li {
    color: #000;
}

.node--type-actualite .paragraphes .para-item {
    width: 100%;
}

/*///////////////////////////////////////*/
/* ///// PAGE DE CONTENU ////////////// */
/*/////////////////////////////////////*/
.node--type-contenu .block-sous-pages {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 50px;
    margin: 50px auto 100px;
}

.node--type-contenu .block-sous-pages .page {
    width: calc(50% - 25px);
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border: solid 6px #0C3064;
    outline: solid 2px #0C3064;
    outline-offset: -10px;
    text-decoration: none;
    background: url(../images/interface/bg-bloc-accueil.jpg) no-repeat center/cover;
}

.node--type-contenu .block-sous-pages .page .image {
    overflow: hidden;
    width: 100%;
    max-width: 250px;
}

.node--type-contenu .block-sous-pages .page img {
    transition: all 200ms ease-in-out;
    max-height: 160px;
}

.node--type-contenu .block-sous-pages .page:hover img {
    transform: scale(1.1);
}

.node--type-contenu .block-sous-pages .titre {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    color: #0C3064;
    font-family: "League Gothic";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 200ms ease-in-out;
}

/*///////////////////////////////////////*/
/* ///// FOOTER /////////////////////// */
/*/////////////////////////////////////*/
footer {
    clear: both;
    color: #fff;
    background: #0C3064;
}
footer a {
    color: #fff;
}
footer .footer-contenu {
    padding: 50px 0 35px;
}
footer .footer-contenu .liste-menus {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
footer .footer-contenu .liste-menus .menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
footer .footer-contenu .liste-menus .menu .titre a {
    font-family: "League Gothic";
    font-size: 30px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    text-decoration: none;
}
footer .footer-contenu .liste-menus .menu .liens {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 35px;
}
footer .footer-contenu .liste-menus .menu .liens a {
    text-align: center;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}
footer .footer-contenu .logo-contacts {
    display: flex;
    align-items: center;
    gap: 50px;
}
footer .footer-contenu .logo-contacts .logo {
    width: 100%;
    max-width: 142px;
}
footer .footer-contenu .logo-contacts .contenu {
    width: 100%;
}
footer .footer-contenu .logo-contacts .contenu .localisation {
    margin-bottom: 18px;
}
footer .footer-contenu .logo-contacts .contenu .localisation .titre {
    font-family: "League Gothic";
    font-size: 27px;
    font-weight: 400;
    line-height: normal;
}
footer .footer-contenu .logo-contacts .contenu .localisation .adresse {
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
footer .footer-contenu .logo-contacts .contenu .btns {
    justify-content: flex-start;
    padding: 0;
}
footer .footer-contenu .logo-contacts .contenu .btns .classics {
    display: flex;
    align-items: center;
}
footer .footer-contenu .logo-contacts .contenu .btns .socials {
    display: flex;
    align-items: center;
    gap: 10px;
}
footer .footer-contenu .logo-contacts .contenu .btns .titre-socials {
    text-align: center;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    padding-left: 40px;
    margin-left: 20px;
    border-left: solid 1px #fff;
}
footer .footer-contenu .logo-contacts .contenu .btns a.classic {
    margin-left: 0;
    margin-right: 20px;
}

/*Copyright*/
footer .gl-copy {
    padding: 25px 0;
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #fff;
    text-align: center;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer .gl-copy img {
    margin-bottom: -5px;
}

footer .gl-copy a {
    color: #fff;
}

/*///////////////////////////////////////*/
/* ///// MASQUAGE ADMIN MENU ////////// */
/*/////////////////////////////////////*/
#toolbar-administration {
    display: none;
}

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-left: 0;
}

body,
.adminimal-admin-toolbar.toolbar-fixed.toolbar-vertical {
    padding: 0 !important;
}

/*///////////////////////////////////////*/
/* //// GALERIE PARAGRAPHE //////////// */
/*/////////////////////////////////////*/
.galerie-paragraphe .grid__item,
.galerie-paragraphe .grid__col-sizer {
    width: calc(33.333333% - 10px);
}

.galerie-paragraphe .grid__gutter-sizer {
    width: 10px;
}

.galerie-paragraphe .grid__item {
    margin-bottom: 10px;
}

/*///////////////////////////////////////*/
/* ///// CONTENU PAGE CONTACT ///////// */
/*/////////////////////////////////////*/
.contenu-contact {
    margin-top: 50px;
    display: flex;
    gap: 25px;
}
.contenu-contact .infos {
    width: 100%;
    max-width: 360px;
    box-sizing: border-box;
    display: flex;
    padding: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    background: rgba(12, 48, 100, 0.1);
}
.contenu-contact .infos .logo {
    max-width: 140px;
}
.contenu-contact .infos .adresse {
    display: flex;
    gap: 10px;
    color: #0C3064;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.contenu-contact .infos .adresse .large {
    font-size: 18px;
}
.contenu-contact .infos .horaires {
    color: #333;
    text-align: center;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.contenu-contact #blockMap {
    margin: 0;
    width: 100%;
    min-height: 500px;
    z-index: 1;
}

/*///////////////////////////////////////*/
/* //////////// WEBFORMS ////////////// */
/*/////////////////////////////////////*/
.webform-contact #contact {
    padding-top: 130px;
    color: #0C3064;
    font-family: "League Gothic";
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
}
.webform-contact .texte {
    color: #333;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 25px 0;
}

.webform-submission-form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.webform-submission-form .form-item {
    margin: 0 0 15px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.webform-submission-form .form-type-textfield,
.webform-submission-form .form-type-email,
.webform-submission-form .form-type-tel,
.webform-submission-form .form-type-select {
    width: calc(50% - 15px);
    margin-bottom: 15px;
}

.webform-submission-form .form-type-textarea {
    width: 100%;
}

.webform-submission-form .form-textarea-wrapper {
    width: 100%;
}

.webform-submission-form .form-actions {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.webform-submission-form .form-actions .form-submit {
    margin-top: 20px;
}

.webform-submission-form .form-item .fieldset-legend,
.webform-submission-form .form-item label {
    color: #000;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    margin-bottom: 8px;
}

.webform-submission-form .form-type-checkbox label {
    padding-left: 35px;
    margin-top: -15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.webform-submission-form input[type=text],
.webform-submission-form input[type=email],
.webform-submission-form input[type=tel],
.webform-submission-form input[type=number],
.webform-submission-form input[type=date],
.webform-submission-form select {
    height: 42px;
    line-height: 42px;
    padding: 0 30px;
    width: 100%;
    border: 1px solid #D9D9D9;
}

.webform-submission-form textarea {
    border: 1px solid #D9D9D9;
    padding: 25px 35px;
}

.webform-submission-form input[type=text]:focus,
.webform-submission-form input[type=email]:focus,
.webform-submission-form input[type=tel]:focus,
.webform-submission-form input[type=number]:focus,
.webform-submission-form select {
    outline: none;
}

/*///////////////////////////////////////*/
/* // MISE EN PAGE PARAGRAPHES //////// */
/*/////////////////////////////////////*/
.paragraphes .para-item {
    width: calc(100% - 60px);
    max-width: 1320px;
    margin: 0 auto 80px;
    clear: both;
}
.paragraphes .para-item:first-of-type {
    margin-top: 50px;
}
.paragraphes .para-item a.default-btn {
    margin-top: 25px;
}
.paragraphes .para-item a:not(.default-btn) {
    color: #0C3064;
}

.intro {
    width: calc(100% - 60px);
    max-width: 1320px;
    margin: 0 auto 50px;
    clear: both;
}

/*Swiper paragraphes*/
.paragraphes .swiper-paragraphe {
    width: 100%;
    margin: 25px auto;
    position: relative;
}

.paragraphes .swiper-paragraphe .swiper-button-prev {
    width: 40px;
    height: 45px;
    left: 1%;
    background: url(../images/svg/arrow-slider-prev-white.svg) no-repeat center;
}

.paragraphes .swiper-paragraphe .swiper-button-next {
    width: 40px;
    height: 45px;
    right: 1%;
    background: url(../images/svg/arrow-slider-next-white.svg) no-repeat center;
}

/*Paragraphe pleine largeur*/
.paragraphes .para-item.full-width {
    width: 100%;
    max-width: none;
}
.paragraphes .para-item.full-width.nb-photos-0 {
    padding: 80px 0;
}

.paragraphes .para-item.full-width .container-para {
    width: calc(100% - 60px);
    max-width: 1320px;
    margin: 0 auto;
}

.paragraphes .para-item.full-width.pos-photo-3 .container-para,
.paragraphes .para-item.full-width.pos-photo-4 .container-para {
    width: 100%;
    max-width: none;
    opacity: 0;
    transition: 200ms ease-in-out;
}

.paragraphes .para-item.full-width.pos-photo-3 .container-para .para-photo-img a,
.paragraphes .para-item.full-width.pos-photo-4 .container-para .para-photo-img a {
    display: flex;
}

.paragraphes .para-item.full-width.pos-photo-3 .container-para .para-photo-img {
    display: flex;
    overflow: hidden;
}

.paragraphes .para-item.full-width.pos-photo-4 .container-para .para-photo-img {
    display: flex;
    overflow: hidden;
}

.paragraphes h2,
.paragraphes h3,
.paragraphes h4 {
    font-family: "League Gothic";
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
}

.paragraphes h3 {
    font-size: 32px;
}

.paragraphes h4 {
    color: #333;
    font-family: Quicksand;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.paragraphes p,
.paragraphes li {
    color: #000;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.paragraphes p {
    margin-bottom: 15px;
}

.para-photo-legende {
    margin: 5px 0 15px 0;
    text-align: center;
    font-size: 12px;
}

/*photo à droite*/
.pos-photo-3 .container-para {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.pos-photo-3 .para-desc {
    margin-right: 5%;
}

/*photo à gauche*/
.pos-photo-4 .container-para {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pos-photo-4 .para-photos {
    margin-right: 5%;
}

/*photo en haut et en bas*/
.para-item-photo-contenu .para-photos {
    display: flex;
    flex-wrap: wrap;
}

.pos-photo-1 .para-photos,
.pos-photo-2 .para-photos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.pos-photo-1 .para-photos .para-photo,
.pos-photo-2 .para-photos .para-photo {
    display: flex;
}
.pos-photo-1 .para-photos .para-photo img,
.pos-photo-2 .para-photos .para-photo img {
    height: 230px;
    width: auto;
}

img[data-align=center] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img[data-align=right] {
    float: right;
}

img[data-align=left] {
    float: left;
}

.paragraphes table tr td {
    padding: 10px;
    border: 1px solid #eee;
}

.paragraphes table {
    margin-bottom: 30px;
}

.layout-content ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.layout-content ul li {
    font-size: 16px;
    line-height: 30px;
    list-style-type: none;
    position: relative;
    padding-left: 24px;
    margin-bottom: 5px;
}

.layout-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 14px;
    height: 3px;
    background: rgba(25, 135, 139, 0.6);
}

/*Début accordéon*/
.para-item-accordeon .elements {
    overflow: hidden;
}

.para-item-accordeon .element {
    border-bottom: 1px solid #D9D9D9;
}

.para-item-accordeon .titre-elem {
    cursor: pointer;
    position: relative;
    padding: 10px 50px 10px 20px;
    gap: 10px;
    align-self: stretch;
    color: #333;
    font-family: Quicksand;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.para-item-accordeon .titre-elem:after {
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    width: 18px;
    height: 18px;
    background: url("../images/svg/accordeon-open.svg") no-repeat center;
}

.para-item-accordeon .titre-elem.active:after {
    background: url("../images/svg/accordeon-close.svg") no-repeat center;
}

.para-item-accordeon .texte-elem {
    max-height: 0;
    overflow: hidden;
    line-height: 24px;
    text-align: justify;
    padding: 0 50px 0 20px;
}

.para-item-accordeon .texte-elem.active {
    max-height: 2000px;
    overflow: visible;
    margin-bottom: 20px;
}

/*Fin accordéon*/
/*Documents*/
.paragraphes .documents a {
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 10px 55px;
    border-bottom: 1px solid #D9D9D9;
    color: #333;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.paragraphes .documents a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 16px;
    width: 14px;
    height: 17px;
    background: url("../images/svg/picto-download.svg") no-repeat center/contain;
}

.paragraphes .documents a:last-of-type {
    border-bottom: none;
}

.paragraphes .documents a.type-xls {
    background: url("../images/svg/picto-xls.svg") no-repeat 17px center;
}

.paragraphes .documents a.type-doc {
    background: url("../images/svg/picto-doc.svg") no-repeat 17px center;
}

.paragraphes .documents a.type-ppt {
    background: url("../images/svg/picto-ppt.svg") no-repeat 17px center;
}

.paragraphes .documents a.type-pdf {
    background: url("../images/svg/picto-pdf.svg") no-repeat 17px center;
}

/*TARTEAUCITRON*/
html body #tarteaucitronRoot div#tarteaucitronAlertBig {
    top: auto !important;
    transform: none !important;
    left: 20px !important;
    bottom: 80px !important;
    width: 420px !important;
    height: auto !important;
    margin: auto !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    padding: 0 !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.15), 0 2px 6px rgba(0,0,0,0.05) !important;
    border: none !important;
    text-align: left !important;
    background: #fff !important;
    transition: all 500ms ease-in-out !important;
}

html body #tarteaucitronRoot div#tarteaucitronAlertBig.show {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

#tarteaucitronRoot .tarteaucitronDeny {
    background: #333 !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronAlertBig #tarteaucitronPersonalize2, .tarteaucitronCTAButton, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog, #tarteaucitronRoot .tarteaucitronDeny, #tarteaucitronRoot .tarteaucitronAllow {
    margin: 5px !important;
}

html body #tarteaucitronRoot #tarteaucitronAlertBig span#tarteaucitronDisclaimerAlert {
    font-size: 13px !important;
    padding: 30px 30px 0 !important;
    display: block !important;
    line-height: 18px !important;
    color: grey !important;
    background-color: transparent !important;
    background: url(https://www.grouplive.net/modules/custom/cookies_grouplive/images/cookie.svg) no-repeat right 20px top 6px !important;
    background-size: 40px !important;
    text-align: left !important;
    margin: 10px 0 25px !important;
}

html body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert #tarteaucitronTitle {
    font-family: 'Aleo' !important;
    font-size: 16px !important;
    padding-right: 100px !important;
    color: #06212F !important;
}

html body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert  a {
    color: #06212F !important;
}

html body #tarteaucitronRoot div#tarteaucitronAlertBig .block-btns {
    width: 100% !important;
    display: flex !important;
}
html body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
    background-color: transparent !important;
}


html body #tarteaucitronRoot div#tarteaucitronAlertBig button.tarteaucitronCTAButton,
html body #tarteaucitronRoot div#tarteaucitronAlertBig button#tarteaucitronCloseAlert {
    width: 45% !important;
    padding: 0 25px !important;
    text-align: center !important;
    background: #fff !important;
    color: #06212F !important;
    border: solid 1px rgba(0, 0, 0, .1) !important;
    margin: 0 !important;
    line-height: 40px !important;
    text-transform: none !important;
    font-family: 'Aleo' !important;
    transition: all 200ms ease-in-out !important;
    height: auto !important;
    box-sizing: border-box;
    margin-left: 12px !important;
    margin-bottom: 14px !important;
}

html body #tarteaucitronRoot div#tarteaucitronAlertBig button#tarteaucitronPersonalize2 {
    width: calc(100% - 25px) !important;
    background: #36a136 !important;
    color: #fff !important;
}

#tarteaucitronPrivacyUrl {
    color: #06212F !important;
    width: 100%;
    margin-bottom: 10px;
    text-decoration: underline;
    font-size: 13px;
}

#tarteaucitronPrivacyUrl:focus {
    outline: none;
}

html body #tarteaucitronRoot div#tarteaucitronAlertBig button.tarteaucitronCTAButton :hover {
    color: #fff !important;
    background: #06212F !important;
}

html body #tarteaucitronRoot div#tarteaucitronAlertBig button.tarteaucitronCTAButton :first-of-type {
    border-right: solid 1px rgba(0, 0, 0, .1) !important;
    width: 35% !important;
}

div#tarteaucitronAlertBig:before {
    display: none !important;
}

.tac_activate {
    max-width: 350px;
    padding: 15px;
    border-radius: 10px;
    font-size: 14px !important;
}

@media screen and (max-width: 768px) {
    html body #tarteaucitronRoot div#tarteaucitronAlertBig button.tarteaucitronCTAButton,
    html body #tarteaucitronRoot div#tarteaucitronAlertBig button#tarteaucitronCloseAlert {
        display: inline-block !important;
    }
}

@media screen and (max-width: 768px) {

    html body #tarteaucitronRoot div#tarteaucitronAlertBig {
        left: 5% !important;
        bottom: 20px !important;
        width: 90% !important;
        max-width: 420px !important;
        height: auto !important;
        margin: auto !important;
    }

    #tarteaucitronRoot span#tarteaucitronDisclaimerAlert #tarteaucitronTitle {
        padding-right: 65px !important;
    }

    html body #tarteaucitronRoot div#tarteaucitronAlertBig .block-btns button {
        height: 50px !important;
        line-height: 50px !important;
    }
}