@charset "utf-8";
/* CSS Document */

@import url("https://use.typekit.net/nba5qws.css");
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


div#block-asco-theme-menuprincipaldroite,
div#block-asco-theme-menuprincipalgauche{
    display: none;
}


/* ==========================================================================================================

Reinitialisation du template

============================================================================================================= */
.layout-main {  width:100%;}
#main-wrapper, .main-content-accueil{width: 100%;max-width: inherit;display: inline-block;}
.wide-content {width: initial;margin-block: initial;margin-inline-start: initial;}
.block .content{margin-top:0;}
.main-content .section{padding:0;}
article {width:100%;}
body {background-image:none;hyphens: auto;}
[dir="ltr"] .site-branding {margin-left: 0;}
.site-branding {align-items: center;}
.container {max-width: 100%;padding-right: 0;padding-left: 0;padding-top: 0;}
[dir="ltr"] .wide-image {margin-left: 0;}
.site-header__inner {z-index: 1;flex-grow: 1;width: 100%;background: #fff;}
.page-wrapper {max-width: 100%;background: #fff;}
.main-content {width: 100%;}
.main-content > .main-content__container.container {padding-block-start: 0;padding-inline: 0;position: relative;}
.site-header__inner__container {padding: 0;}
.form--inline > * {margin-top: 0;}
.region > * {margin-bottom: 0;}
.grid-full {display:block;}
#block-asco-theme-primary-local-tasks {bottom:0;left:0;position:fixed;z-index:99;}
.region--content {margin-bottom: 0;}
.node__content {padding-bottom: 0;}
.wide-image {width: auto;}
.view, .view-content {display: block;gap: 0;}
body:not(.is-always-mobile-nav) .site-footer, .site-footer {background-color: transparent;background-image: none;border-inline-start: 0;padding: 10px 50px;}


/* ==========================================================================================================

Systeme de Design

============================================================================================================= */
*{
    font-family: "proxima-nova", sans-serif;
    hyphens: initial;
    transition: .3s;
}
h1, h1 *, .h1, .h1 *,
h2, h2 *, .h2, .h2 *,
h3, h3 *, .h3, .h3 *,
h4, h4 *, .h4, .h4 *{
    font-family: "Raleway", sans-serif;
}


.main-content h1,
.main-content h1 > *{
    font-size: 2.5rem;
    line-height: 2.8rem; 
}
.main-content h2,
.main-content h2 *,
.h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
}
.main-content h3,
.main-content h3 *,
.h3 {
    font-size: 1.25rem;
    line-height: 1.65rem;
}
input.form-submit,
.button,
p[class*="btn"] > a,
.form-actions input#edit-submit,
.path-frontpage .S_2 .field--name-field-corps-multiple-2 .field__item h3{
    font-size: .95rem;
}
p.chiffre{
    font-size: 2.25rem;
    line-height: 2.6rem;
}
.path-frontpage .S_6 p:not(:has(> a)),
.page-node-type-page .S_3.S100L p:not(:has(> a)){
    font-size: 1.8rem;
    line-height: 2.2rem;    
}



.main-content h1,
.main-content h1 > * {
    font-weight: 700;
    margin: 0;
}

.main-content h2,
.main-content h2 *,
.h2 {
    font-weight: 400;
    margin: 24px 0 12px;
}
.main-content h2 > strong,
.h2 > strong {
    font-weight: 700;
}


.main-content h3,
.main-content h3 *,
.h3 {
    font-weight: 700;
    margin: 24px 0 12px;
}

.main-content p {

}
p.avant-ul{
    text-decoration: underline;
    margin: 6px 0 0;
}

.bloc_intervention > p.categorie{
    font-family: Aldo;
    text-transform: uppercase;
    letter-spacing: 2px;    
}

p > a{
    color: #54ba9f;
}

a {
    transition: all 0.3s;
}
a:hover {
    border:none;
}


input.form-submit, .button{
    padding: 8px 16px 7px 36px;
    border: 3px solid #54BA9F;
    border-radius: 36px;
    background-color: #54BA9F;
    background-image: url(../images/gfx/picto_chevron-right_FFFFFF.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 15px 19px;
    color: #fff;
    letter-spacing: 0.02em;
}
input.form-submit:hover, .button:hover{
    background-position: 19px 19px;
    background-color: #244054;
    border: 3px solid #244054;
    background-image: url(../images/gfx/picto_chevron-right_FFFFFF.svg);
    background-repeat: no-repeat;
    background-size: 8px;
}

p[class*="btn"] > a{
    position: relative;
    font-weight: 700;
    text-decoration: none;
    height: auto;
    line-height: 1;
    display: inline-block;
    color: #54BA9F;
}
p.btn > a{
    padding: 6px 12px 6px 36px;
}

p[class*="btn"] > a:before{
    content: "";
    position: absolute;
    background-repeat: no-repeat;
}
p.btn > a:before{
    width: 12px;
    height: 12px;
    position: absolute;
    left: 12px;
    top: 8px;
    background-image: url(../images/gfx/picto_chevron-right_54BA9F.svg);
    background-size: 8px;
    background-position: left center;
}

p.btn > a:hover{
    text-decoration: underline;
}

p.btn > a:hover:before{
    left: 16px;
}

p.btn-plus > a{
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #54ba9f;
    border-radius: 24px;
}
p.btn-plus.blanc > a{
    background-color: #ffffff;
}
p.btn-plus > a:before{
    
}
p.btn-plus > a:hover:before{

}


p.etiquette{
    display: inline-block;
    color: #57BFCA;
    padding: 12px 24px;
    border-radius: 36px;
    border: 3px solid #F1F1F1;
    background-color: #fff;
    box-shadow: 0 3px 24px 0 #00000010;
}

span.txt-vert{
    color: #44AA8F;
}

.anchor {
    position: relative;
}
.anchor > span.span-ancre,
.anchor > span.ancre {
    position: absolute;
    left: 0;
    top: -230px;
    height: 0;
    width: 0;
    background-color: transparent;
}

/*Pictogrammes*/
p.adresse{
    background-image: url("../images/gfx/picto_adresse_244054.svg");
}
p.telephone{
    background-image: url("../images/gfx/picto_telephone_244054.svg");
}


p.adresse,
p.telephone{
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 24px;
}
/*Fin - Pictogrammes*/


/* ==========================================================================================================

Généralité des colonnes

============================================================================================================= */
[class*="S_"]:not(.S_0){
    max-width: calc(1400px + 20vw);
    margin: 0 auto;
}
[class*="S_"]{
    padding: 0 5vw 60px;
    display: flex;
    flex-wrap: wrap;
}
.S100L{
    margin: 0 !important;
    padding: 0;
}

[class*="S_"] > *{
    width: 100%;
}

[class*="S_"] > [class*="col_"]:has(.field--type-image){
    position: relative;
    display: block;
}
[class*="S_"] > [class*="col_"]:has(.field--type-image) > .field--type-image,
[class*="S_"] > [class*="col_"]:has(.field--type-image) > .field--type-image > .ligne,
[class*="S_"] > [class*="col_"]:has(.field--type-image) > .field--type-image > .ligne > img{
    height: 100%;
    aspect-ratio: unset;
}
[class*="S_"] > [class*="col_"]:has(.field--type-image) > .field--type-image > .ligne > img{
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}



[class*="S_"]:has(.col_fixe){
    max-width: 100%;
    padding: 0 5vw 60px;
}
[class*="S_"]:has(.col_fixe) > *{
    width: 100%;
}
[class*="S_"] > .col_1.col_fixe{
    margin-bottom: 60px;
}
[class*="S_"]:not(:has(.col_fixe)) > .col_contenus{
    margin: 0 auto;
    width: initial;
    /*max-width: 980px;*/
}
[class*="S_"]:not(:has(.col_fixe)) > .col_contenus > .field--name-field-corps-multiple-1{
    padding: 12px 60px;
    border: 1px solid #54ba9f;
    border-radius: 6px;
}



[class*="S_"] > .col_contenus h2{
    position: relative;
    margin-top: 12px;
    width: 100%;
}
[class*="S_"] > .col_contenus h2:before{
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    left: -60px;
    top: 0;
    background-image: url(../images/gfx/picto_rayonnement_54BA9F.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px;
}
[class*="S_"] > .col_contenus h2:not(:first-child){
    margin-top: 60px;
}

[class*="S_"] > .col_contenus h3{
    
}
[class*="S_"] > .col_contenus .field__item:not(.field__item_1){
    margin-top: 48px;
}


[class*="S_"] > .col_1:has(.field--type-text-long){
    padding: 0;
}
[class*="S_"] > .col_2:has(.field--type-text-long){
    padding: 0;
}


[class*="S_"]:not(:has(.col_fixe)) > .col_contenus > .field--name-field-corps-multiple-1 > .field__item > .ligne{
    display: flex;
    flex-wrap: wrap;
}
[class*="S_"]:not(:has(.col_fixe)) > .col_contenus > .field--name-field-corps-multiple-1 > .field__item > .ligne > *{
    width: 100%;
}
[class*="S_"]:not(:has(.col_fixe)) > .col_contenus > .field--name-field-corps-multiple-1 > .field__item > .ligne figure{
    width: fit-content;
    background-color: transparent;    
}
[class*="S_"]:not(:has(.col_fixe)) > .col_contenus > .field--name-field-corps-multiple-1 > .field__item > .ligne figure > img{
    width: 150px;
    height: 150px;
    border-radius: 100px;
    object-fit: cover;
    margin: 0 24px;
}
[class*="S_"]:not(:has(.col_fixe)) > .col_contenus > .field--name-field-corps-multiple-1 > .field__item > .ligne figure > figcaption{
    text-align: center;
    padding: 12px 0;
    font-weight: 700;
    font-family: 'Raleway';
    text-transform: uppercase;
    font-style: initial;    
}

/* ==========================================================================================================

Régions

============================================================================================================= */


/* Région Fil d'ariane
___________________________________________________________________
*/
.region--breadcrumb {
    position: absolute;
    top: 100px;
    left: 0;
    padding: 0 10vw;
    width: 100%;
}
.page-node-type-page .region--breadcrumb{
    position: relative;
    padding: 0;
    top: 0;
}
.page-node-type-page .region--breadcrumb div#block-asco-theme-breadcrumbs{
    padding: 24px 10vw;
}

.region--breadcrumb nav.breadcrumb{

}
.region--breadcrumb nav.breadcrumb > .breadcrumb__content{
    padding: 0;
}
.region--breadcrumb nav.breadcrumb > .breadcrumb__content > ol.breadcrumb__list{
    padding: 12px 24px;
    border: 1px solid #5bb39d;
    border-radius: 24px;
    width: fit-content;
    margin-inline: 0;
}
ol.breadcrumb__list > li.breadcrumb__item:not(:first-of-type){
    padding: 0 0 0 36px;
}
ol.breadcrumb__list > li.breadcrumb__item:not(:first-of-type):before{
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 12px;
    top: 7px;
    /*background-image: url(../images/gfx/picto_etoile-stroke_BA9B73.svg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
ol.breadcrumb__list > li.breadcrumb__item > a.breadcrumb__link{
    color: #5bb39d;
}
ol.breadcrumb__list > li.breadcrumb__item:last-child{
    margin-right: 0;
}



/* ==========================================================================================================

Header

============================================================================================================= */
header#header {
    background: #fff;
    min-height: fit-content;
    position: fixed;
    top: 0;
    height: initial;
    width: 100%;
    border-bottom: none;
}
header#header > .site-header__fixable{
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
header#header .site-header__initial{
    display: none;
}
header#header div#site-header__inner{
    background-color: transparent;
}
header#header .site-header__inner__container{
    padding: 0;
    max-width: 100vw;
}
header#header .site-header__inner__container > div#block-asco-theme-site-branding{
    background: transparent;
    margin: 0;
    padding: 0 5vw;
    z-index: 800;
    position: relative;
    min-width: auto;
    min-height: fit-content;
}
header#header .site-header__inner__container > div#block-asco-theme-site-branding .site-branding__inner,
header#header .site-header__inner__container > div#block-asco-theme-site-branding .site-branding__inner > a{
    height: fit-content;
    width: fit-content;
}
header#header .site-header__inner__container > div#block-asco-theme-site-branding .site-branding__inner > a > img{
display: block;
    height: auto;
    width: fit-content;
    max-width: 170px;
    background-repeat: no-repeat;
    background-position: left center;
    object-fit: contain;
}
header#header .site-header__inner__container div#header-nav{
    background: transparent;
    height: auto;
    margin: 0;
    min-width: auto;
    justify-content: flex-end;
}


/* Initialisation du menu standard
___________________________________________________________________
*/
.mobile-buttons{
    margin: 0;
}
.mobile-nav-button{
    height: 100%;
    padding: 0 24px 0 0;
    min-width: 80px;
}
span.mobile-nav-button__label{
    display: none;
}
span.mobile-nav-button__icon{
    background-image: url(../images/gfx/picto_menu_54BA9F.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    background-color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 36px;
    border: none;
}
span.mobile-nav-button__icon:before,
span.mobile-nav-button__icon:after{
    display: none;
}


header:has(div#header-nav.is-active) span.mobile-nav-button__icon{
    background-image: url(../images/gfx/picto_menu-ouvert_54BA9F.svg);
}
header#header .site-header__inner__container div#header-nav.is-active{
    background-color: #fff;
    height: 100vh;
    border-top-width: initial;
    padding: 60px 24px;
}
div#header-nav.is-active > nav#block-asco-theme-main-menu,
div#header-nav.is-active > nav#block-asco-theme-main-menu > ul.menu.primary-nav__menu{
    height: 100%;
}

div#header-nav.is-active *{
    color: #244054;
    font-weight: 300;
}
div#header-nav.is-active li.primary-nav__menu-item{
    border-bottom: 1px solid #eee;
    padding-top: 12px;
}
div#header-nav.is-active li.primary-nav__menu-item:not(:last-child){
    padding-bottom: 12px;
}

div#header-nav.is-active li.linkedin{
position: absolute;
    bottom: 40px;
    left: 0;
    border-bottom: none;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 36px;
    border-top: 1px solid #eee;
}
div#header-nav.is-active li.linkedin > a{
    border: 1px solid #eee;
    max-width: 180px;
    background-position: 24px center;
    padding: 0 24px 0 60px;
}
div#header-nav.is-active li.linkedin > a > span{
    position: relative;
    bottom: inherit;
    left: inherit;
    opacity: 1;
}
div#header-nav.is-active li.primary-nav__menu-item:not(:last-child):hover{
    background-color: #eee;
}
div#header-nav.is-active li.linkedin > a:hover{
    background-color: #244054;
    background-image: url(../images/gfx/picto_linkedin_FFFFFF.svg);
}
div#header-nav.is-active li.linkedin > a:hover > span{
    color: #fff;
}


li.primary-nav__menu-item.recrutement{
    max-width: initial;
}
li.primary-nav__menu-item.recrutement > a{
    padding: 8px 16px 7px 36px;
    border: 3px solid #54BA9F;
    border-radius: 36px;
    background-color: #5bb39d;
    background-image: url(../images/gfx/picto_chevron-right_FFFFFF.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 15px calc(50% - 0px);
}
li.primary-nav__menu-item.recrutement > a > span{
    color: #fff;
}

li.primary-nav__menu-item.linkedin{
    
}
li.primary-nav__menu-item.linkedin > a{
    background-image: url(../images/gfx/picto_linkedin_244054.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 36px;
    border: 1px solid #5bb39d;
}
li.primary-nav__menu-item.linkedin > a > span{
    color: #54BA9F;
    opacity: 0;
    position: absolute;
    bottom: -30px;
    left: -2px;
}

li.primary-nav__menu-item.recrutement > a:hover{
    background-position: 19px calc(50% - 0px);
    background-color: #244054; 
}
div#header-nav.is-active li.primary-nav__menu-item.recrutement > a:hover > span {
    color: #54BA9F;
}
li.primary-nav__menu-item.linkedin > a:hover > span{
    opacity: 1;
}

.primary-nav__menu-link--level-1:before{
    display: none;
}
.primary-nav__menu-link-inner{
    padding: 6px 0 !important;
    color: #254155;
}
.primary-nav__menu-link-inner:hover{
    color: #54BA9F;
}
.primary-nav__menu-link-inner:after{
    display: none;
}

div#header-nav.is-active li > a > span{
    font-size: 1.2rem;
    line-height: 1;
}


/* ==========================================================================================================

Footer

============================================================================================================= */
body:not(.is-always-mobile-nav) .site-footer,
.site-footer{
    padding: 0;
}
footer .site-footer__inner{
    padding: 0;
}

footer.site-footer .region--footer-top{

}
footer.site-footer .region--footer-top .region--footer_top__inner{
    display: flex;
    flex-wrap: wrap;
}
footer.site-footer .region--footer-top .region--footer_top__inner > *{
    width: 100vw;
    flex: auto;
}



div#block-asco-theme-footer {
    padding: 0 5vw 24px;
}
div#block-asco-theme-footer .field--name-body > .ligne{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
}
div#block-asco-theme-footer .field--name-body > .ligne p{
    margin: 0;
    color: #244054;
}

div#block-asco-theme-footer .bloc_logo{
    position: absolute;
    left: 50%;
    top: 40px;
}
div#block-asco-theme-footer .bloc_logo > .conteneur_logo{
    padding: 240px 0 0;
    background-image: url(../images/gfx/bg_logo-footer.svg);
    background-position: center top;
    background-size: 240px;
    background-repeat: no-repeat;
    position: absolute;
    top: -156px;
    left: calc(50% - 140px);
    width: 280px;
}
div#block-asco-theme-footer .bloc_logo > .conteneur_logo > a{
    position: absolute;
    background-image: url(../images/gfx/logo_19253F.svg);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div#block-asco-theme-footer .bloc_coordonnees,
div#block-asco-theme-footer .bloc_plan{
    padding: 84px 0 0;
    width: 100%;
}


footer.site-footer .region--footer-bottom{
    border-top: 1px solid #eee;
    padding-top: 12px;
}









/* ==========================================================================================================

Blocs personnalisés

=============================================================================================================
Bloc Bandeau Linkedin = div#block-asco-theme-bandeaulinkedin
*/



/* Bloc Bandeau Linkedin = div#block-asco-theme-bandeaulinkedin
___________________________________________________________________
*/
div#block-asco-theme-bandeaulinkedin{
    height: 40vh;
    background-color: #F1F1F3;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#block-asco-theme-bandeaulinkedin p{
    margin: 0;
}


/* Bloc Footer = div#block-asco-theme-footer
___________________________________________________________________
*/
div#block-asco-theme-footer {
    padding: 5vw;
    margin: 12px 0;
}
div#block-asco-theme-footer .block__content {

    border-radius: 24px;
    background-image: url(../images/photos/AdobeStock_236237514.jpg);
}
div#block-asco-theme-footer .block__content .field--name-body {
    padding: 120px 24px 24px;
    background-color: #ffffffd9;
    backdrop-filter: blur(13px);
    border-radius: 24px;
    background-image: url(../images/gfx/logo_oncocare.png);
    background-repeat: no-repeat;
    background-position: center 12px;
    background-size: 260px;
}



/* Bloc Pied de page = div#block-asco-theme-pieddepage
___________________________________________________________________
*/
div#block-asco-theme-pieddepage .field--name-body > .ligne{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10vw;
}
div#block-asco-theme-pieddepage ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
div#block-asco-theme-pieddepage ul > li{
    width: 100%;
    list-style: none;
    position: relative;
}
div#block-asco-theme-pieddepage ul > li:before{
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 12px;
    top: 7px;
    /*background-image: url(../images/gfx/picto_etoile-stroke_BA9B73.svg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
div#block-asco-theme-pieddepage ul > li > a{

}



/* ==========================================================================================================

Modules

=============================================================================================================
Module RGPD Klaro = .klaro
Module Superfish = #superfish-main
Module Slideshow et Carrousel = .vvjs
Module Formulaire = 
*/



/* Module Klaro
___________________________________________________________________
*/
.klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .context-notice .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {
    background-color: #777;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
    width:120px;
}
.klaro button {
    padding-top:7px;
}


/* Module Superfish = #superfish-main
___________________________________________________________________
*/
ul#superfish-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

ul#superfish-main li {
    background:none;
}
ul#superfish-main li a, ul#superfish-main li a:visited, ul#superfish-main li>span {
    background: none;
    border-radius: 0;
    text-shadow: none;
    font-weight: 600;
    color: #555;
    padding: 7px 10px;
    margin: 0;
    display: block;
    border:3px solid #fff;
    border-width:0 0 3px 0;
    cursor: pointer;
}
ul#superfish-main li>span {
    cursor:default;
}
ul#superfish-main li a:hover, ul#superfish-main li a:focus, ul#superfish-main li a:active, ul#superfish-main li>span:hover{
    background: none;
    color: #999;
    border-color: #999;
}

/* Module Slideshow = .vvjs
___________________________________________________________________
*/
.vvjs {
    position:relative;
}
.vvjs .nav-dots-numbers {
    position: absolute;
    bottom: 0;
    width:100%;
    z-index: 99;
}
.vvjs .nav-dots-numbers.dots .dots-numbers-button {
    background-color:rgba(0,0,0,0.5);
    border:none;
}
.vvjs .nav-dots-numbers.dots .dots-numbers-button:hover, .vvjs .nav-dots-numbers.dots .dots-numbers-button.active {
    animation: none;
    border: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.9);
    padding: 2px !important;
    width: 10px !important;
    transform: scale(1.1);
    box-shadow: none;
}

/* Module Carrousel = .vvjb
___________________________________________________________________
*/
.vvjb{
    padding: 0;
}
.vvjb.vvjb-orientation-horizontal.vvjb-nav-arrows .vvjb-carousel-outer{
    padding: 84px 0 0;
}


.vvjb-carousel-controls{

}
.vvjb.vvjb-orientation-horizontal .vvjb-carousel-options{
    top: 20px;
    max-width: 200px;
    right: 24px;
    left: auto;
}
.vvjb.vvjb-orientation-horizontal .vvjb-carousel-options .vvjb-button{

}
.vvjb.vvjb-orientation-horizontal .vvjb-carousel-options .vvjb-button{

}
.vvjb .vvjb-carousel-options .vvjb-button > span{

}
.vvjb .vvjb-carousel-options .vvjb-button svg{

}



/* Module Formulaire
___________________________________________________________________
*/
.form-actions input#edit-submit{
    background-color: #000000;
    color: #fff;
    transition: .3s;
    position: relative;
    font-weight: 600;
    border: none;
    border-radius: 40px;
    border-radius: 0;
    padding: 12px 24px 14px;
    margin:0 auto;
}
.form-actions input#edit-submit:hover{
    background-color: #B6C88F;
    color: #000000;
}


/*Formulaire /Page Contact*/
form.webform-submission-form{
    display: flex;
    flex-wrap: wrap;
}
form.webform-submission-form div#edit-header,
form.webform-submission-form .form-type-textarea,
form.webform-submission-form .form-type-checkbox,
form.webform-submission-form div#edit-actions,
form.webform-submission-form div#edit-processed-text-01{
    width: calc(100% - 12px);
    margin: 0 6px;
}
form.webform-submission-form .form-type-textfield,
form.webform-submission-form .form-type-email{
    width: calc(50% - 12px);
    margin: 0 6px;
}

form.webform-submission-form .form-type-checkbox{
    display: flex;
    align-items: flex-start;
    margin: 12px 6px 24px;
}
form.webform-submission-form .form-type-checkbox > input{
    width: 16px;
    height: 16px;
}
form.webform-submission-form .form-type-checkbox > label{
    position: relative;
    margin-top: 0;
}


/* ==========================================================================================================

Administration du site

============================================================================================================= */

/* Connexion utilisateur
___________________________________________________________________
*/
.path-user header#header,
.path-user .main-content .region--bandeau-bas,
.path-user footer.site-footer,
.path-user .social-bar,
.path-user div#block-asco-theme-breadcrumbs,
.path-user div#block-asco-theme-primary-local-tasks{
    display: none;
}
.path-user h1,
.path-user .user-login-form label{
    color: #fff;
}
.path-user .region--breadcrumb{
    margin: 0;
}
.path-user div#block-asco-theme-page-title{
    text-align: center;
        position: relative;
        top: 0;
        left: auto;
}
.path-user div#main-wrapper{
    /*background-image: url(../images/photo/bg-hero_hp.jpg);*/
    background-size: cover;
    height: 100vh;
}
.path-user div#main{
    height: 100%;
    background-color: #B6C88F;
    display: flex;
}
.path-user div#main > .main-content{

    align-items: center;
    margin: 24px;
    width: calc(100% - 48px);
}
.path-user div#main > .main-content > .main-content__container{
    display: flex;
    flex-direction: column;
    max-width: 80%;
    border: 1px solid #fff;
    padding: 48px;
    border-radius: 36px;
    border-radius: 0;
    background-color: #92B15B;
    backdrop-filter: blur(10px);
        margin: 0 auto;
}
.path-user form#user-login-form{
    position: relative;
    padding-top: 60px;
}
.path-user form#user-login-form:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    /*background-image: url(../images/gfx/logo_couleur.svg);*/
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    width: 230px;
    height: 80px;
}

.user-logged-in header#header {
    position: absolute;
    top: 80px;
}

/* ==========================================================================================================

Vues

=============================================================================================================
Vue Bannière = .view-banniere
*/

/* Vue Bannière = .view-banniere
___________________________________________________________________
Affichage Bloc /TDC Page de base = .view-banniere.view-display-id-block_1
*/
.view-banniere .bloc_banniere{
    position: relative;
}
.view-banniere .bloc_banniere > .conteneur_txt{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
.view-banniere .bloc_banniere > .conteneur_txt > *{
    padding: 0 10vw;
    color: #fff;
}
.view-banniere .bloc_banniere > .conteneur_txt h1{
    margin: 0 0 24px;   
}
.view-banniere .bloc_banniere > .conteneur_img{
    background: linear-gradient(45deg, #244054, #66b69f);
}
.view-banniere .bloc_banniere > .conteneur_img img{
    max-height: 40vh;
    width: 100vw;
    object-fit: cover;
    opacity: .8;
    mix-blend-mode: multiply;
    backdrop-filter: brightness(.75);
}


/* ==========================================================================================================

Types de contenus

=============================================================================================================
TDC Page de base = .page-node-type-page
TDC Page d'accueil = .path-frontpage
*/

/* TDC Page de base
___________________________________________________________________
*/
.page-node-type-page .S_1{
    background-image: url(../images/gfx/AdobeStock_821707430.png);
    background-repeat: no-repeat;
    background-position: 0 -230px;
    background-attachment: fixed;
}

.page-node-type-page .S_2 > .col_1.col_fixe > *{
    
}
.page-node-type-page .S_2 > .col_1.col_fixe ul{
    margin: 0;
    border: 1px solid #eee;
    border-radius: 6px;
}
.page-node-type-page .S_2 > .col_1.col_fixe ul > li{
    list-style: none;
    margin-top: 12px;
}
.page-node-type-page .S_2 > .col_1.col_fixe ul > li > a{
    padding: 6px 12px 6px 36px;
    position: relative;
    color: #244054;
    display: block;
}
.page-node-type-page .S_2 > .col_1.col_fixe ul > li > a:before{
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 12px;
    top: 12px;
    background-image: url(../images/gfx/picto_chevron-right_54BA9F.svg);
    background-size: 8px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.page-node-type-page .S_2 > .col_1.col_fixe ul > li > a:hover{
    color: #54BA9F;
}
.page-node-type-page .S_2 > .col_1.col_fixe ul > li > a:hover:before{
    background-position: 6px 0px;    
}

[class*="field--name-field-bloc-personnalise-"]:has(.blocp_coordonnees) > .ligne{
    
}
[class*="field--name-field-bloc-personnalise-"]:has(.blocp_coordonnees) > .ligne > .field--name-body{
    padding: 24px;
    border: 1px solid #eee;
    border-radius: 12px;
}




/* TDC Page d'accueil
___________________________________________________________________
*/
.path-frontpage [class*="S_"] > [class*="col_"]:has(.field--type-image.field__items) .field__items{
    position: relative;
    margin: 0;
    height: inherit;
}
.path-frontpage [class*="S_"] > [class*="col_"]:has(.field--type-image.field__items) > .field__item{
    box-shadow: 0 0 24px 6px #00000024;
    width: fit-content;    
}
.path-frontpage [class*="S_"] > [class*="col_"]:has(.field--type-image.field__items) .field__item_1{

}
.path-frontpage [class*="S_"] > [class*="col_"]:has(.field--type-image.field__items) .field__item_2{
    display: none;
}
.path-frontpage [class*="S_"] .field--type-image.field__items img{
    border-radius: 6px;
}


.path-frontpage .S_0{
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.path-frontpage .S_0 > .field--name-body {
    padding: 120px 10vw 0 10vw;
}
.path-frontpage .S_0 > .field--name-body > .ligne{
    max-width: 800px;
}
.path-frontpage .S_0 > .field--name-body h1,
.path-frontpage .S_0 > .field--name-body p:not(.btn){
    color: #fff;
}

.path-frontpage .S_0 > .field--name-field-corps-multiple-1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    background-color: #2929293b;
    backdrop-filter: blur(12px);
    padding: 24px 10vw;
}
.path-frontpage .S_0 > .field--name-field-corps-multiple-1 > .field__item{
    width: 100%;
    margin-bottom: 24px;
}
.path-frontpage .S_0 > .field--name-field-corps-multiple-1 p{
    margin: 0;
    color: #57BFCA;
    font-weight: 700;
}
.path-frontpage .S_0 > .field--name-field-corps-multiple-1 p.chiffre{
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.path-frontpage .S_0 > .field--name-field-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.path-frontpage .S_0 > .field--name-field-image > .ligne{
    height: inherit;
}
.path-frontpage .S_0 > .field--name-field-image img{
    object-fit: cover;
    width: 100%;
    height: inherit;
}

.path-frontpage .S_1{
    background-image: url(../images/gfx/AdobeStock_821707430.png);
    background-repeat: no-repeat;
    background-position: 0 -230px;
    background-attachment: fixed;
    padding: 60px 10vw;
}

.path-frontpage .S_2{
    padding-top: 72px;
    background-image: url("../images/gfx/bg_icon-oncocare.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 550px;
}
.path-frontpage .S_2 .field--name-field-corps-2{
    padding: 0 10vw;
}
.path-frontpage .S_2 .field--name-field-corps-2 > .ligne{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.path-frontpage .S_2 .field--name-field-corps-multiple-2 {
    display: flex;
    flex-direction: column;
}

.path-frontpage .S_2 .field--name-field-corps-multiple-2 .field__item:has(h3){
    padding: 24px;
}
.path-frontpage .S_2 .field--name-field-corps-multiple-2 .field__item > .ligne{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.path-frontpage .S_2 .field--name-field-corps-multiple-2 .field__item img{
    height: 100%;
    max-height: 250px;
    width: 100%;
    object-fit: cover;
}
.path-frontpage .S_2 .field--name-field-corps-multiple-2 .field__item h3{
    text-transform: uppercase;
    font-weight: 700;
}
.path-frontpage .S_2 .field--name-field-corps-multiple-2 .field__item > .ligne *{
    margin: 0;
    text-align: center;
}
.path-frontpage .S_2 .field--name-field-corps-multiple-2 .field__item p:has(a){
    margin-top: 24px !important;
}


.path-frontpage .S_2 .field--name-field-corps-multiple-2 .field__item_2{
    background: linear-gradient(45deg, #001236, #00226B);
    color: #fff;
}
.path-frontpage .S_2 .field--name-field-corps-multiple-2 .field__item_4{
    background-color: #F1F1F3;
}
.path-frontpage .S_2 .field--name-field-corps-multiple-2 .field__item_7{
    background-color: #54BA9F;
}


.path-frontpage .S_2 .field--name-field-corps-multiple-2 .field__item_2 *{
    color: #fff;
    text-decoration: none;    
}
.path-frontpage .S_2 .field--name-field-corps-multiple-2 .field__item_7 *{
    color: #232323;
    text-decoration: none;    
}


.path-frontpage .S_3 .field__items .field__item_2 img{
    border-radius: 6px;
}
.path-frontpage .S_3 .field--name-field-corps-3 ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.path-frontpage .S_3 .field--name-field-corps-3 ul > li{
    list-style: none;
    padding: 12px 24px 12px 72px;
    position: relative;
    border-radius: 36px;
    box-shadow: 0 3px 24px -3px #0000001f;
    display: inline-block;
    margin: 0 6px 6px 0;
}
.path-frontpage .S_3 .field--name-field-corps-3 ul > li:before{
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/gfx/picto_rayonnement_54BA9F.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px;
}

.path-frontpage .S_4 > div{
    display: flex;
    flex-wrap: wrap;
    padding: 6px;
    border: 1px solid #57BFCA;
    width: 100%;
    border-radius: 8px;
}
.path-frontpage .S_4 > div > *{
    width: 100%;
    margin: 0;
}
.path-frontpage .S_4 .field--name-field-image-2{
    position: relative;
}
.path-frontpage .S_4 .field--name-field-image-2:after{
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #ffffff, transparent);
}
.path-frontpage .S_4 .field--name-field-corps-4{
    padding: 24px 24px 12px;
    display: flex;
    align-items: center;
}
.path-frontpage .S_4 .field--name-field-corps-4 h3{
    margin: 0 0 12px;
}
.path-frontpage .S_5{
    position: relative;
    margin-bottom: 60px;
}
.path-frontpage .S_5:before{
    content: "";
    width: 50vw;
    aspect-ratio: 1 / 1;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/gfx/bg_rayonnement.png);
    background-size: contain;
    background-attachment: fixed;
    background-position: right bottom;
    background-repeat: no-repeat;
    z-index: -1;
}
.path-frontpage .S_5 .col_1{
    display: flex;
    align-items: center;
}
.path-frontpage .S_5 .field--name-field-bloc-personnalise-1{
    position: relative;
    left: 0px;
    bottom: -20px;
    background-image: url(../images/photos/bg-accroche-recrutement.jpg);
    padding: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 250px;
    text-align: center;
    color: #fff;
}
.path-frontpage .S_5 .field--name-field-bloc-personnalise-1 p.btn > a{
    color: #fff;
}
.path-frontpage .S_5 .field--name-field-bloc-personnalise-1 p.btn > a:before{
    background-image: url("../images/gfx/picto_chevron-right_FFFFFF.svg");
}
.path-frontpage .S_5 .col_2{

}
.path-frontpage .S_5 .col_2 img{
    max-width: 330px;
}

.path-frontpage .S_6,
.page-node-type-page .S_3.S100L{
    position: relative;
    background-image: url("../images/photos/AdobeStock_679483890.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.path-frontpage .S_6 > .field--name-field-bloc-personnalise-2,
.page-node-type-page .S_3.S100L > .field--name-field-bloc-personnalise-1{
    background-color: #001338e0;
    padding: 72px 10vw;
}
.path-frontpage .S_6 > .field--name-field-bloc-personnalise-2 .field--name-body,
.page-node-type-page .S_3.S100L > .field--name-field-bloc-personnalise-1 .field--name-body{
    position: relative;
}
.path-frontpage .S_6 > .field--name-field-bloc-personnalise-2 .field--name-body:before,
.page-node-type-page .S_3.S100L > .field--name-field-bloc-personnalise-1 .field--name-body:before{
    content: "";
    width: 60px;
    height: 16px;
    background-image: url(../images/gfx/icone_vague_51CCAF.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -36px;
    left: 0;
}
.path-frontpage .S_6 p:not(:has(> a)),
.page-node-type-page .S_3.S100L p:not(:has(> a)){
    font-weight: 700;
    color: #fff;
}



/*RESPONSIVE*/
@media all and (min-width: 500px) {



}


@media all and (min-width: 768px) {

.path-frontpage .S_0{
    height: 100vh;
}
.path-frontpage .S_0 > .field--name-body{
    padding: 0 10vw 60px;
}
.path-frontpage .S_0 > .field--name-field-corps-multiple-1 > .field__item {
    width: 50%;
}
.path-frontpage .S_0 > .field--name-field-image{
    height: 100vh;
}



div#block-asco-theme-pieddepage ul > li{
    width: fit-content;
    padding-left: 36px;
}
div#block-asco-theme-pieddepage ul > li:first-child{
    padding-left: 0;
}
div#block-asco-theme-pieddepage .field--name-body > .ligne{
    padding: 0 48px;
    align-items: center;
}

div#block-asco-theme-footer .block__content .field--name-body{
    padding: 120px calc(10vw - 48px) 120px calc(50vw - 48px);
    background-position: left center;
}
div#block-asco-theme-footer .field--name-body > .ligne{
    padding-left: 48px;
    border-left: 1px solid #54ba9f;
}

}


@media all and (min-width: 991px) {

.main-content h1,
.main-content h1 > *{
    font-size: 3.75rem;
    line-height: 4rem;    
}
.main-content h2,
.main-content h2 *,
.h2 {
    font-size: 2.25rem;
    line-height: 2.8rem;
}
.main-content h3,
.main-content h3 *,
.h3 {
    font-size: 1.5rem;
    line-height: 2rem;
}
input.form-submit,
.button,
p[class*="btn"] > a,
.form-actions input#edit-submit,
.path-frontpage .S_2 .field--name-field-corps-multiple-2 .field__item h3{
    font-size: 1.05rem;
}
p.chiffre{
    font-size: 3.25rem;
    line-height: 2.8rem;
}
.path-frontpage .S_6 p:not(:has(> a)),
.page-node-type-page .S_3.S100L p:not(:has(> a)){
    font-size: 2.25rem;
    line-height: 2.6rem;    
}




[class*="S_"] {
    padding: 84px 10vw;
}

[class*="S_"]:has(.col_fixe) {
    max-width: 100%;
    padding: 0 0 84px;
}
[class*="S_"]:has(.col_fixe) > *{
    width: calc(100% - 650px);
}
[class*="S_"]:not(.S100L) > * {
    width: 50%;
}

[class*="S_"] > [class*="col_"]:has(.field--type-image){
    max-height: 100vh;
    position: sticky;
    top: 0;
}
[class*="S_"] > .col_1:has(.field--type-text-long) {
    padding: 0 60px 0 0;
}
[class*="S_"]:not(:has(img)) > .col_1:has(.field--type-text-long){
    padding: 0;
    width: 100%;
}

[class*="S_"] > .col_1.col_fixe{
    max-width: 400px;
    position: sticky;
    top: 120px;
    max-height: calc(100vh - 120px);
}
[class*="S_"] > .col_2.col_contenus{
    padding-right: 0;
}
.S100L{
    max-width: 100vw !important;
    width: 100vw;
    padding: 0;
    margin: 0;
}



.field--type-image.field__items > .field__item{

}
.field--type-image.field__items > .field__item > .ligne{

}
.field--type-image.field__items > .field__item > .ligne > img{

}
.field--type-image.field__items > .field__item_1{

}
.field--type-image.field__items > .field__item_2{
    
}




div#block-asco-theme-footer .block__content .field--name-body{
    background-size: 320px;
}


/* ==========================================================================================================

Types de contenus

=============================================================================================================
TDC Page de base = .page-node-type-page
TDC Page d'accueil = .path-frontpage
*/

/* TDC Page de base
___________________________________________________________________
*/
.page-node-type-page .S_2 > .col_1.col_fixe > *{
    padding: 0 60px 0 5vw;
}

/* TDC Page d'accueil
___________________________________________________________________
*/
.path-frontpage [class*="S_"] > [class*="col_"]:has(.field--type-image.field__items) .field__item_2{
    display: block;
    position: absolute;
    right: 0;
    bottom: -60px;
}
.path-frontpage .S_0 > *{
    width: 100%;
}

.path-frontpage .S_2 .field--name-field-corps-multiple-2 {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}
.path-frontpage .S_2 .field--name-field-corps-multiple-2 .field__item_1 { grid-area: 1 / 1 / 2 / 3; }
.path-frontpage .S_2 .field--name-field-corps-multiple-2 .field__item_2 { grid-area: 1 / 3 / 2 / 4; }
.path-frontpage .S_2 .field--name-field-corps-multiple-2 .field__item_3 { grid-area: 1 / 4 / 2 / 5; }
.path-frontpage .S_2 .field--name-field-corps-multiple-2 .field__item_4 { grid-area: 2 / 1 / 3 / 2; }
.path-frontpage .S_2 .field--name-field-corps-multiple-2 .field__item_5 { grid-area: 2 / 2 / 3 / 3; }
.path-frontpage .S_2 .field--name-field-corps-multiple-2 .field__item_6 { grid-area: 2 / 3 / 3 / 4; }
.path-frontpage .S_2 .field--name-field-corps-multiple-2 .field__item_7 { grid-area: 2 / 4 / 3 / 5; }

.path-frontpage .S_2 .field--name-field-corps-multiple-2 .field__item img {
max-height: initial;
}
.path-frontpage .S_4 > div > * {
    width: 50%;
    margin: 0;
}
.path-frontpage .S_4 .field--name-field-image-2:after {
    width: 300px;
    height: 100%;
    background: linear-gradient(270deg, #ffffff, transparent);
}
.path-frontpage .S_4 .field--name-field-corps-4 {
    padding: 60px;
}

[class*="field--name-field-bloc-personnalise-"]:has(.blocp_coordonnees) > .ligne{
    padding-right: 48px;
}



}

@media all and (min-width: 1200px) {

.path-frontpage .S_0 > .field--name-field-corps-multiple-1 > .field__item {
    width: 25%;
}

div#block-asco-theme-footer .block__content .field--name-body{
    background-position: calc(50% - 280px) 110px;
}

[class*="S_"] > .col_1.col_fixe{
    max-width: 580px;
}


.L_3col{
    display: flex;
}
.L_3col > [class*="col_"]{
        width: calc(100% / 3);
        margin: 0 3px;
        padding: 6px;
        border: 1px solid #eee;
}


}



@media all and (min-width: 1500px) {

}











/* INFORMATION Pour le twig"*/

#information{
    position:fixed;
    bottom:20px;
    left:0;
    min-width:200px;
    background:#fff;
    padding:10px;
    border:1px solid #ddd;
    z-index:200;
}




/*---------- Effets --------------*/
[type-animation="fondu"] {
    /*opacity: 0;*/
    visibility: hidden;
}

[type-animation="zoom"] {
    opacity: 0;
    transform: scale(0.6);
}

[type-animation="spirale"] {
    opacity: 0;
    transform-origin: top left;
    transform: rotate(145deg);
}

[type-animation="bas_haut"] {
    /*transform: translate(0px, 100px);
    opacity: 0;*/
    visibility: hidden;
}

[type-animation="haut_bas"] {
    /*transform: translate(0px, -100px);
    opacity: 0;*/
    visibility: hidden;
}

[type-animation="gauche_droite"] {
    /*transform: translate(-100px, 0);
    opacity: 0;*/
    visibility: hidden;
}

[type-animation="droite_gauche"] {
    /*opacity: 0;
    transform: translate(100px, 0);*/
    visibility: hidden;
}

.animated {
    transition-delay : 300ms;
    transition-duration : 1600ms;
    opacity: 1;
    transform: none;
}
