/*///////////////////////////////////////*/
/* ///// STYLE GLOBAL ///////////////// */
/*/////////////////////////////////////*/

/*
font-family: "Maven Pro", sans-serif;
font-family: "Sora", sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: "Sora", sans-serif;
*/

body {
    font-family: "Maven Pro", sans-serif;
    font-size: 16px;
    color: #1F2327;
}

body p {
    line-height: 28px;
    margin-bottom: 15px;
    color: #1F2327;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

main {
    clear: both;
    padding-top: 80px;
}

.layout-content {
    overflow: hidden;
}

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

.container-medium {
    width: calc(100% - 60px);
    max-width: 1364px;
    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;
}

.default-btn,
.form-submit {
    text-align: center;
    padding: 10px 25px 11px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    text-decoration: none;
    border-radius: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}

.default-btn.primary,
.form-submit {
    color: #fff;
    background: #11224E;
}

.default-btn.primary:hover,
.form-submit:hover {
    background: #F07108;
}

.default-btn.secondary  {
    color: #fff;
    background: #F07108;
}

.default-btn.secondary:hover {
    background: #11224E;
}

.default-btn.transparent  {
    color: #fff;
    border: solid 1px #fff;
}

.default-btn.transparent:hover {
    background: rgba(255, 255, 255, .2);
}

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

/*///////////////////////////////////////*/
/* ///// HEADER /////////////////////// */
/*/////////////////////////////////////*/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #11224E;
    z-index: 1000;
}

header .region-header {
    height: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 30px;
}

/*LOGO*/
#block-bdv-formation-theme-logoheader {
    width: 117px;
    position: absolute;
    top: 18px;
    left: 20px;
}

#block-bdv-formation-theme-logoheader a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .block-superfish {
    width: auto;
}

/*Navigation principale*/
#superfish-main {
    display: flex;
}

#superfish-main > li {
    display: inline-block;
    float: none;
    margin-right: 20px;
}

#superfish-main > li > a {
    position: relative;
    color: #fff;
    font-weight: 700;
    padding: 0 15px;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: "Sora", sans-serif;
}

#superfish-main > li > a:before,
#superfish-main > li > a:after {
    content: '';
    position: absolute;
    bottom: 24px;
    right: 50%;
    height: 1px;
    width: 0;
    background: #F07108;
    transition: all 200ms ease-in-out;
}

#superfish-main > li:hover > a:before,
#superfish-main > li:hover > a:after {
    width: calc(50% - 15px);
}

#superfish-main > li > a:after {
    right: auto;
    left: 50%;
}

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

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

/*SOUS-MENU*/
#superfish-main > li > ul {
    display: flex;
    gap: 60px;
    padding: 35px 40px;
    top: 80px;
    background: #fff;
    left: 50%;
    min-width: 1088px;
    transform: translateX(-50%);
    border-top: solid 4px #F07108;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
}

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

#superfish-main .sf-sub-indicator {
    font-size: 8px;
    right: 0;
}

#superfish-main > li > ul:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    width: 20px;
    height: 10px;
    background: url('../images/svg/arrow-submenu.svg') no-repeat center;
    background-size: contain;
}

#superfish-main > li > ul > li:nth-child(1) a {
    background: url('../images/interface/bg-submenu-prestation-1.jpg') no-repeat center;
    background-size: contain;
}

#superfish-main > li > ul > li:nth-child(2) a {
    background: url('../images/interface/bg-submenu-prestation-2.jpg') no-repeat center;
    background-size: contain;
}

#superfish-main > li > ul > li:nth-child(3) a {
    background: url('../images/interface/bg-submenu-prestation-3.jpg') no-repeat center;
    background-size: contain;
}

#superfish-main > li > ul > li a {
    position: relative;
    width: 100%;
    min-height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 30px;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
    font-family: "Sora", sans-serif;
}

#superfish-main > li > ul > li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0;
    background: #F07108;
    transition: all 200ms ease-in-out;
}

#superfish-main > li > ul > li a:hover:after {
    height: 5px;
}

#superfish-main > li > ul > li a:hover {
    padding: 10px 30px 20px;
}

/*Navigation secondaire*/
#block-navigation-secondaire,
#block-footer-contenu .contacts-menus .contacts .btns {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 42px;
    margin-left: 20px;
}

#block-footer-contenu .contacts-menus .contacts .btns {
    margin-left: 0;
}

#block-navigation-secondaire a,
#block-accueil-instagram .entete-slider .socials a,
#block-footer-contenu .contacts-menus .contacts .btns a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 42px;
    min-width: 42px;
    padding: 0 12px;
    border: solid 1px #fff;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;

}

#block-navigation-secondaire a.phone,
#block-footer-contenu .contacts-menus .contacts .btns a.phone {
    padding: 0 20px;
}

#block-navigation-secondaire a:hover,
#block-footer-contenu .contacts-menus .contacts .btns a:hover {
    background: rgba(255, 255, 255, .15);
}

/*INSTAGRAM*/
#block-page-actualites {
    margin: 60px auto;
}

/*///////////////////////////////////////*/
/* ///// TITRE DE PAGE //////////////// */
/*/////////////////////////////////////*/
.region-page-title {
    min-height: 266px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 0;
    background: url('../images/interface/bg-page-title-generic.jpg') no-repeat center;
    background-size: cover;
}
.path-node-85 .region-page-title,
.page-node-type-prestation .region-page-title {
    background: url('../images/interface/bg-page-title-prestations.jpg') no-repeat center;
    background-size: cover;
}
.path-node-34 .region-page-title {
    background: url('../images/interface/bg-page-title-actualites.jpg') no-repeat center;
    background-size: cover;
}
.path-node-42 .region-page-title {
    background: url('../images/interface/bg-page-title-contact.jpg') no-repeat center;
    background-size: cover;
}
.block-page-title-block {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 0 auto;
}

.block-page-title-block h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    font-family: "Sora", sans-serif;
}

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

.block-system-breadcrumb-block li,
.block-system-breadcrumb-block li a {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
}

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

/*///////////////////////////////////////*/
/* ///// BLOCK CTA //////////////////// */
/*/////////////////////////////////////*/
.block-cta {
    padding: 30px;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
    border: dashed 1px #F07108;
}

.not-frontpage .block-cta {
    width: 100%;
}

.block-cta .titre {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.block-cta .titre span {
    font-size: 24px;
    line-height: 10px;
    font-weight: 700;
    color: #11224E;
    text-align: center;
    font-family: "Sora", sans-serif;
}

.block-cta .sous-titre {
    font-size: 20px;
    line-height: 32px;
    color: #11224E;
    text-align: center;
    font-style: italic;
}

/*///////////////////////////////////////*/
/* ///// 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;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Sora", sans-serif;
}

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

/*///////////////////////////////////////*/
/* ///// ACCUEIL MISE EN AVANT //////// */
/*/////////////////////////////////////*/
#block-accueil-mise-en-avant {
    position: relative;
}

#block-accueil-mise-en-avant:after {
    content: '';
    width: 548px;
    height: 508px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('../images/svg/trame-gold.svg') no-repeat left bottom;
    background-size: contain;
    transition: all 200ms ease-in-out;
}

#block-accueil-mise-en-avant .image {
    display: flex;
    width: 100%;
}

#block-accueil-mise-en-avant .image img {
    width: 100%;
}

#block-accueil-mise-en-avant .contenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 30px 30px 150px;
    background: rgba(17, 34, 78, .6);
}

#block-accueil-mise-en-avant .contenu h1 {
    position: relative;
    z-index: 1;
    font-size: 68px;
    line-height: 48px;
    font-weight: 700;
    font-family: "Sora", sans-serif;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

#block-accueil-mise-en-avant .contenu h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 570px;
    background: #fff;
}

#block-accueil-mise-en-avant .contenu h1 .and {
    color: #F07108;
}

#block-accueil-mise-en-avant .contenu h1 .small {
    font-size: 34px;
}

#block-accueil-mise-en-avant .contenu .baseline {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 22px;
    max-width: 900px;
}

/*///////////////////////////////////////*/
/* ///// ACCUEIL PRESTATIONS ////////// */
/*/////////////////////////////////////*/
#block-accueil-prestations {
    position: relative;
    margin-top: -105px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.page-node-type-contenu #block-accueil-prestations {
    margin: 40px auto 100px;
}

#block-accueil-prestations .prestation {
    width: 100%;
    max-width: 398px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
}

#block-accueil-prestations .prestation .titre {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 170px;
    padding: 20px;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    font-family: "Sora", sans-serif;
}

#block-accueil-prestations .prestation .titre span {
    max-width: 300px;
}

#block-accueil-prestations .prestation:nth-child(1) .titre {
    background: url('../images/svg/intersection-1.svg') no-repeat bottom center;
    background-size: cover;
}

#block-accueil-prestations .prestation:nth-child(2) .titre {
    background: url('../images/svg/intersection-2.svg') no-repeat bottom center;
    background-size: cover;
}

#block-accueil-prestations .prestation:nth-child(3) .titre {
    background: url('../images/svg/intersection-3.svg') no-repeat bottom center;
    background-size: cover;
}

#block-accueil-prestations .prestation .contenu {
    padding: 40px 28px 40px;
    text-align: center;
}

#block-accueil-prestations .prestation .contenu .resume p {
    line-height: 26px;
    color: #1F2327;
}

#block-accueil-prestations .prestation .contenu .readmore {
    color: #F07108;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
}

#block-accueil-prestations .prestation .contenu .readmore:hover {
    letter-spacing: 2px;
}

#block-accueil-prestations .prestation .contenu .readmore:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #F07108;
}

/*///////////////////////////////////////*/
/* ///// ACCUEIL PRESENTATION ///////// */
/*/////////////////////////////////////*/
#block-accueil-presentation {
    padding: 90px 0 120px;
}

#block-accueil-presentation .bloc-presentation {
    display: flex;
    align-items: center;
    gap: 120px;
}

#block-accueil-presentation .bloc-presentation .photo {
    position: relative;
    display: flex;
    min-width: 700px;
}

#block-accueil-presentation .bloc-presentation .photo img {
    width: 100%;
}

#block-accueil-presentation .bloc-presentation .photo .credit {
    position: absolute;
    color: #fff;
    left: 25px;
    right: 25px;
    bottom: 10px;
    font-size: 14px;
}

#block-accueil-presentation .bloc-presentation h2,
#block-accueil-presentation .bloc-modules h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #11224E;
    margin-bottom: 20px;
    font-family: "Sora", sans-serif;
}

#block-accueil-presentation ul {
    column-count: 3;
}

#block-accueil-presentation .bloc-presentation h3,
#block-accueil-presentation .bloc-modules h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #11224E;
    margin: 40px 0 10px;
    font-family: "Sora", sans-serif;
}

#block-accueil-presentation .bloc-modules h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #11224E;
    margin: 30px 0 10px;
    font-family: "Sora", sans-serif;
}

#block-accueil-presentation .bloc-presentation ul {
    column-count: 2;
}

#block-accueil-presentation .bloc-modules {
    margin-top: 75px;
}

#block-accueil-presentation .bloc-modules .liste-modules,
.page-node-type-contenu .liste-modules,
.liste-atouts {
    display: flex;
    gap: 16px;
}

.liste-atouts {
    flex-wrap: wrap;
    justify-content: center;
}

#block-accueil-presentation .bloc-modules .liste-modules .lien-module,
.page-node-type-contenu .liste-modules .lien-module,
.liste-atouts .bloc-atout {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    min-height: 234px;
    padding: 35px 50px;
    text-decoration: none;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
}

.liste-atouts .bloc-atout {
    padding: 10px 15px;
    width: calc(33.333% - 16px);
    justify-content: center;
}

#block-accueil-presentation .bloc-modules .liste-modules .lien-module .picto,
.page-node-type-contenu .liste-modules .lien-module .picto,
.liste-atouts .bloc-atout .picto {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#block-accueil-presentation .bloc-modules .liste-modules .lien-module .titre,
.page-node-type-contenu .liste-modules .lien-module .titre,
.liste-atouts .bloc-atout .titre {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #11224E;
    font-family: "Sora", sans-serif;
}

.liste-atouts .bloc-atout .titre {
    line-height: 24px;
}

#block-accueil-presentation .bloc-modules .liste-modules .lien-module .sous-titre,
.page-node-type-contenu .liste-modules .lien-module .sous-titre,
.liste-atouts .bloc-atout .sous-titre {
    line-height: 26px;
    color: #1F2327;
}

/*///////////////////////////////////////*/
/* ///// ACCUEIL INSTAGRAM //////////// */
/*/////////////////////////////////////*/
#block-accueil-instagram {
    padding: 70px 0;
    background: #11224E;
}

#block-accueil-instagram .entete-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}

#block-accueil-instagram .entete-slider h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    font-family: "Sora", sans-serif;
}

#block-accueil-instagram .entete-slider .socials {
    display: flex;
    gap: 15px;
}

.slider-instagram .swiper-slide {
    display: flex;
    max-height: 398px;
    overflow: hidden;
}

.slider-instagram .swiper-slide a {
    position: relative;
    aspect-ratio: 1 / 1;
}

.slider-instagram .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#block-accueil-instagram .flex-center {
    margin-top: 50px;
}

.slider-instagram {
    position: relative;
}

.slider-instagram .swiper-button-prev {
    left: -28px;
    background: url('../images/svg/arrow-slider-white-prev.svg') no-repeat center;
}
.slider-instagram .swiper-button-next {
    right: -28px;
    background: url('../images/svg/arrow-slider-white-next.svg') no-repeat center;
}

/*///////////////////////////////////////*/
/* ///// PARTENAIRES ACCUEIL ////////// */
/*/////////////////////////////////////*/
.slider-partenaires {
    width: 100%;
    position: relative;
    padding: 0 70px;
}
.slider-partenaires .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 120px;
}
.slider-partenaires .swiper-button-prev {
    left: 0;
    background: url('../images/svg/arrow-slider-blue-prev.svg') no-repeat center;
}
.slider-partenaires .swiper-button-next {
    right: 0;
    background: url('../images/svg/arrow-slider-blue-next.svg') no-repeat center;
}
.view-id-partenaires.view-display-id-accueil {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
}

.view-id-partenaires.view-display-id-accueil .liste-projets {
    width: 100%;
    max-width: 1100px;
    column-count: 3;
}

.view-id-partenaires.view-display-id-accueil .liste-projets li {
    font-size: 18px;
}

.view-id-partenaires.view-display-id-accueil .info-projets {
    text-align: center;
    font-style: italic;
    margin-top: 20px;
}

.view-id-partenaires.view-display-id-accueil .h2,
#block-accueil-avis h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    color: #11224E;
    text-align: center;
    font-family: "Sora", sans-serif;
}

.view-id-partenaires.view-display-id-accueil .seo-text,
#block-accueil-avis .seo-text {
    font-size: 16px;
    line-height: 30px;
    color: #242424;
    margin-bottom: 50px;
    max-width: 810px;
    text-align: center;
}

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

/*///////////////////////////////////////*/
/* ///// ACCUEIL CHIFFRES CLES //////// */
/*/////////////////////////////////////*/
#block-chiffres-cles {
    background: url('../images/interface/bg-chiffres-cles.jpg') no-repeat center;
    background-size: cover;
    padding: 95px 0 120px;
}

#block-chiffres-cles .container-large {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#block-chiffres-cles .container-large .chiffre-cle {
    width: 25%;
    color: #fff;
    text-align: center;
}

#block-chiffres-cles .container-large .valeur {
    color: #F07108;
    font-size: 56px;
    font-weight: 700;
    font-family: "Sora", sans-serif;
}

#block-chiffres-cles .container-large .white {
    color: #fff;
}

#block-chiffres-cles .container-large .valeur .small {
    font-size: 26px;
    color: #fff;
}

#block-chiffres-cles .container-large .texte {
    line-height: 22px;
    margin-top: 8px;
    text-transform: uppercase;
}

/*///////////////////////////////////////*/
/* ///// ACCUEIL - AVIS /////////////// */
/*/////////////////////////////////////*/
#block-accueil-avis {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0 120px;
}

#block-accueil-avis .liste-avis {
    display: flex;
    flex-wrap: wrap;
    gap: 66px;
}

#block-accueil-avis .liste-avis .bloc-avis {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 38px 30px 40px;
    width: calc(50% - 33px);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
}

#block-accueil-avis .liste-avis .bloc-avis .contenu .commentaire:after {
    content: '';
    position: absolute;
    right: 30px;
    bottom: 27px;
    width: 111px;
    height: 82px;
    background: url('../images/svg/blockquote.svg') no-repeat center;
    background-size: contain;
}

#block-accueil-avis .liste-avis .bloc-avis .photo {
    display: flex;
    width: 100%;
    max-width: 76px;
    border-radius: 50%;
    overflow: hidden;
}

#block-accueil-avis .liste-avis .bloc-avis .photo img {
    width: 100%;
}

#block-accueil-avis .liste-avis .bloc-avis .contenu {
    width: 100%;
    padding-top: 18px;
}

#block-accueil-avis .liste-avis .bloc-avis .contenu .nom {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 7px;
    font-family: "Sora", sans-serif;
}

#block-accueil-avis .liste-avis .bloc-avis .contenu .commentaire {
    margin-top: 20px;
}


/*///////////////////////////////////////*/
/* ///// CONTACT FORM ///////////////// */
/*/////////////////////////////////////*/
.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: #11224E;
}

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: 22px;
    height: 22px;
    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: #11224E;
    border: 1px solid #11224E;
    cursor: pointer;
    margin-left: -2px;
}

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

input[type=radio]:checked:before {
    color: #11224E;
    content: "\f111";
}

input[type=checkbox]:checked:before {
    content: "";
    background: #11224E;
    outline: solid 3px #fff;
    outline-offset: -6px;
}

/*///////////////////////////////////////*/
/* ///// LISTE ACTUALITES ///////////// */
/*/////////////////////////////////////*/
.view-actualites {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 120px auto;
}

.view-actualites .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.view-actualites .view-content .views-row {
    width: 100%;
    max-width: 352px;
    margin: 15px 5px;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.view-actualites .view-content .views-row:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .25);
}

.view-actualites .view-content .views-row .image {
    height: 178px;
}

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

.view-actualites .view-content .views-row .contenu .date {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    z-index: 5;
    position: relative;
    padding: 0 30px;
    border-radius: 30px;
    margin-top: -10px;
    margin-bottom: 25px;
    background: #242424;
    letter-spacing: 1px;
    font-family: "Sora", sans-serif;
}

.view-actualites .view-content .views-row .contenu .titre {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-family: "Sora", sans-serif;
}

.view-actualites .view-content .views-row .contenu .resume {
    font-size: 16px;
    line-height: 30px;
    color: #242424;
}

.view-actualites .view-content .views-row .contenu .lire-la-suite {
    font-size: 16px;
    color: #F39517;
    margin-top: 20px;
    text-decoration: underline;
}

.view-actualites.view-display-id-accueil .h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: 2px;
    font-family: "Sora", sans-serif;
}

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

.node--type-actualite .date {
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
    z-index: 5;
    position: relative;
    padding: 0 30px;
    border-radius: 30px;
    margin-top: -10px;
    margin-bottom: 35px;
    background: #242424;
    letter-spacing: 1px;
    font-family: "Sora", sans-serif;
}

.node--type-actualite h1 {
    font-size: 29px;
    line-height: 36px;
    font-weight: 700;
    color: #242424;
    text-align: center;
    font-family: "Sora", sans-serif;
}

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

.node--type-actualite .texte {
    margin-bottom: 40px;
}

/*///////////////////////////////////////*/
/* ///// PAGE DE CONTENU ////////////// */
/*/////////////////////////////////////*/

.node--type-contenu .bloc-modules {
    padding: 45px 0 70px;
    background: #F07108;
    color: #fff;
}

.node--type-contenu .bloc-modules h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: "Sora", sans-serif;
}

.node--type-contenu .bloc-modules .intro-modules {
    line-height: 26px;
    margin-bottom: 30px;
}

/*///////////////////////////////////////*/
/* ///// LISTE POSTS INSTAGRAM //////// */
/*/////////////////////////////////////*/
.liste-posts-instagram {
    padding: 65px 0 120px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.liste-posts-instagram .bloc-post-instagram {
    width: calc(25% - 12px);
    max-height: 398px;
    overflow: hidden;
}

.liste-posts-instagram .bloc-post-instagram a {
    position: relative;
    display: flex;
    aspect-ratio: 1 / 1;
}

.liste-posts-instagram .bloc-post-instagram a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.liste-posts-instagram .bloc-post-instagram a .overlay,
.slider-instagram .swiper-slide a .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(17, 34, 78, .75);
    color: #fff;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    overflow: hidden;
    transition: all 250ms ease-in-out;
}

.liste-posts-instagram .bloc-post-instagram:hover a .overlay,
.slider-instagram .swiper-slide a:hover .overlay {
    opacity: 1;
}

.liste-posts-instagram .bloc-post-instagram a .overlay .content,
.slider-instagram .swiper-slide a .overlay .content {
    opacity: 0;
    transform: translateY(50px);
    transition: all 250ms ease-in-out;
}

.liste-posts-instagram .bloc-post-instagram:hover a .overlay .content,
.slider-instagram .swiper-slide a:hover .overlay .content {
    opacity: 1;
    transform: translateY(0);
}

.liste-posts-instagram .bloc-post-instagram a .overlay .texte,
.slider-instagram .swiper-slide a .overlay .texte {
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 130px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.liste-posts-instagram .bloc-post-instagram a .overlay .account,
.slider-instagram .swiper-slide a .overlay .account {
    display: block;
    text-align: center;
    margin-top: 20px;
    text-decoration: underline;
}

/*///////////////////////////////////////*/
/* ///// FICHE PRESTATION ///////////// */
/*/////////////////////////////////////*/

.node--type-prestation .bloc-notations {
    width: calc(100% - 60px);
    max-width: 1088px;
    margin: 70px auto;
    background: #E8EBF3;
    padding: 30px 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.node--type-prestation .bloc-notations .bloc-note {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
}

.node--type-prestation .bloc-notations .bloc-note .texte {
    line-height: 22px;
    color: #11224E;
    text-transform: uppercase;
}

.node--type-prestation .bloc-notations .bloc-note .note .large {
    font-size: 50px;
    font-weight: 700;
    color: #F07108;
    font-family: "Sora", sans-serif;
}

.node--type-prestation .bloc-notations .bloc-note .note .small {
    font-size: 24px;
    font-weight: 700;
    color: #11224E;
    font-family: "Sora", sans-serif;
}

.node--type-prestation .bloc-notations .bloc-note .contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 40px;
    min-width: 40px;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: #F07108;
    text-decoration: none;
    margin-top: 10px;
}

.node--type-prestation .bloc-notations .bloc-note .contact-btn:hover {
    background: #11224E;
}

/*ACCORDEONS MODULES*/
.accordeons-modules {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 120px;
}

.accordeons-modules h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #11224E;
    margin-bottom: 10px;
    font-family: "Sora", sans-serif;
}

.accordeons-modules .accordeon-module {
    border: solid 1px #F07108;
    padding: 0 50px;
    cursor: pointer;
}

.accordeons-modules .accordeon-module .title-accordeon {
    display: flex;
    align-items: center;
    min-height: 90px;
    padding: 10px 40px 10px 0;
    box-sizing: border-box;
    background: url('../images/svg/open-accordeon-module.svg') no-repeat top 32px right;
}

.accordeons-modules .accordeon-module .title-accordeon .picto {
    width: 100%;
    max-width: 34px;
    margin-right: 8px;
}

.accordeons-modules .accordeon-module .title-accordeon h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #11224E;
    width: 100%;
    font-family: "Sora", sans-serif;
}

.accordeons-modules .accordeon-module .content-accordeon {
    display: none;
}

.accordeons-modules .accordeon-module .content-accordeon .modalites {
    padding-top: 20px;
    margin-top: 20px;
    border-top: solid 1px #F07108;
}

.accordeons-modules .accordeon-module .content-accordeon .modalites h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #11224E;
    margin-bottom: 10px;
    font-family: "Sora", sans-serif;
}

/*Active*/
.accordeons-modules .accordeon-module.active .content-accordeon {
    display: block;
}

.accordeons-modules .accordeon-module.active .title-accordeon {
    background: url('../images/svg/close-accordeon-module.svg') no-repeat top 42px right;
}

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

footer {
    position: relative;
    clear: both;
    color: #fff;
    background: #11224E;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

footer:after {
    content: '';
    width: 516px;
    height: 432px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('../images/svg/trame-gold.svg') no-repeat left center;
    background-size: contain;
}

/*Footer contenu*/
#block-footer-contenu {
    position: relative;
    z-index: 1;
    padding: 80px 0;
}

#block-footer-contenu .contacts-menus {
    display: flex;
    gap: 100px;
}

#block-footer-contenu .contacts-menus .contacts {
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 100%;
    max-width: 455px;
}

#block-footer-contenu .contacts-menus .contacts .organisme {
    width: 100%;
    text-align: right;
    line-height: 22px;
}

/*Menus*/
#block-footer-contenu .contacts-menus .menus {
    width: 100%;
}

#block-footer-contenu .contacts-menus .menus .menu-prestations {
    margin-bottom: 30px;
}

#block-footer-contenu .contacts-menus .menus .menu-prestations .titre {
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    border-bottom: solid 1px #fff;
    font-family: "Sora", sans-serif;
}

#block-footer-contenu .contacts-menus .menus .menu-prestations .liens {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 115px;
}

#block-footer-contenu .contacts-menus .menus .menu-prestations .liens a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    max-width: 170px;
    font-size: 14px;
    line-height: 22px;
}

#block-footer-contenu .contacts-menus .menus .menu-pages {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 115px;
}

#block-footer-contenu .contacts-menus .menus .menu-pages a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    max-width: 170px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "Sora", sans-serif;
}

#block-footer-contenu .contacts-menus .menus .menu-prestations .liens a:hover,
#block-footer-contenu .contacts-menus .menus .menu-pages a:hover {
    text-decoration: underline;
}

/*Liste labels*/
#block-footer-contenu .liste-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
    gap: 30px;
}

#block-footer-contenu .liste-labels .bloc-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
    max-width: 300px;
    color: #fff;
    text-decoration: none;
}

#block-footer-contenu .liste-labels .bloc-label .logo {
    background: #fff;
    padding: 10px;
    width: 100%;
    min-height: 118px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#block-footer-contenu .liste-labels .bloc-label .logo img {
    max-height: 98px;
}

/*Copyright*/
footer .gl-copy {
    position: relative;
    z-index: 1;
    padding: 20px 30px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

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(25% - 24px);
}

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

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

/*///////////////////////////////////////*/
/* //////////// WEBFORMS ////////////// */
/*/////////////////////////////////////*/

#block-bdv-formation-theme-webform {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 0 auto 120px;
}

#block-bdv-formation-theme-webform #contact {
    padding-top: 100px;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    color: #11224E;
    margin-bottom: 30px;
    font-family: "Sora", sans-serif;
}

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

.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(33.3333% - 12px);
    margin-bottom: 40px;
}

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

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

.webform-submission-form .form-type-checkbox {
    margin-top: 20px;
}

.webform-submission-form .form-actions {
    margin-top: 15px;
    width: 100%;
}

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

.webform-submission-form .form-item:not(.form-type-checkbox) .fieldset-legend,
.webform-submission-form .form-item:not(.form-type-checkbox) label {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.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 select {
    height: 68px;
    line-height: 68px;
    border: solid 1px #070708;
    border-radius: 0;
    padding: 0 30px;
    width: 100%;
}

.webform-submission-form textarea {
    border: solid 1px #070708;
    border-radius: 0;
    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;
}

.webform-submission-form .form-actions {
    display: flex;
    justify-content: center;
}

/*///////////////////////////////////////*/
/* ///// INFOS PAGE CONTACT /////////// */
/*/////////////////////////////////////*/
#block-bdv-formation-theme-infospagecontact {
    padding-top: 60px;
    display: flex;
    align-items: center;
    gap: 100px;
}

#block-bdv-formation-theme-infospagecontact .photo {
    display: flex;
    position: relative;
}

#block-bdv-formation-theme-infospagecontact .photo:after {
    content: '';
    width: 40%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/svg/trame-gold.svg) no-repeat left bottom;
    background-size: contain;
}

#block-bdv-formation-theme-infospagecontact h2 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    color: #11224E;
    margin-bottom: 25px;
    font-family: "Sora", sans-serif;
}

#block-bdv-formation-theme-infospagecontact .btns {
    display: flex;
    gap: 60px;
    margin-top: 40px;
}

/*///////////////////////////////////////*/
/* // MISE EN PAGE PARAGRAPHES //////// */
/*/////////////////////////////////////*/
.paragraphes .para-item {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 0 auto 60px;
    clear: both;
}
.paragraphes .para-item:first-of-type {
    margin-top: 60px;
}
.paragraphes .para-item .para-photo .para-photo-img {
    display: flex;
}
.paragraphes .para-item .para-photo .para-photo-img a {
    width: 100%;
}
.paragraphes .para-item .para-photo img {
    width: 100%;
}
/*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 h2,
.paragraphes h3,
.paragraphes h4 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #11224E;
    margin-bottom: 20px;
    font-family: "Sora", sans-serif;
}
.paragraphes h3 {
    font-size: 22px;
    line-height: 26px;
}
.paragraphes h4 {
    font-size: 18px;
    line-height: 22px;
}
.paragraphes p,
.paragraphes li,
.intro p{
    font-size: 16px;
    line-height: 28px;
}
.paragraphes p a:not(.default-btn),
.paragraphes li a:not(.default-btn),
.intro p a:not(.default-btn){
    color: #1F2327;
}
.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 .para-photo,
.pos-photo-2 .para-photos .para-photo {
    margin: 10px;
}
.para-item-photo-contenu .para-photos .para-photo img,
.para-item-photo-contenu .para-photos .para-photo img {
    height: 200px;
    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: 27px;
    margin-bottom: 15px;
}
.layout-content ul li {
    font-size: 16px;
    line-height: 30px;
    list-style-type: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}
.layout-content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url('../images/svg/check.svg') no-repeat center;
    background-size: contain;
}

/*Début accordéon*/
.para-item-accordeon .elements {
    overflow: hidden;
}
.para-item-accordeon .element {
    border-bottom: solid 1px #000;
}
.para-item-accordeon .titre-elem {
    cursor: pointer;
    position: relative;
    padding: 20px 30px 20px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.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;
}
.para-item-accordeon .texte-elem.active {
    max-height: 2000px;
    overflow: visible;
    margin-bottom: 20px;
}
/*Fin accordéon*/


/*Documents*/
.paragraphes .documents a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding-left: 55px;
    line-height: 40px;
    color: #707070;
    border-bottom: solid 1px #d8d8d8;
}

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