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

@import url("https://use.typekit.net/gte8rna.css");
@import url("https://use.typekit.net/gte8rna.css");
@import url("https://use.typekit.net/gte8rna.css");



/* ----------------------------------------------------------------------------------------------------
Header, Menus, Footer et pied de page
------------------------------------------------------------------------------------------------------- */
/*Header*/
header#header {
    margin-top: 0;
    min-height: inherit;
    position: fixed;
    width: 100%;
}
.site-header__initial{
    display: none;
}
.site-header__inner__container{
    padding: 0 100px;
}
div#block-asco-theme-site-branding{
    min-height: initial;
    margin-inline-start: 0;
    min-width: inherit;
    background-image: none;
    padding: 0;
    margin: 0;
}
div#block-asco-theme-site-branding a.site-branding__logo > img {
    display: block;
    width: 250px;
    height: 90px;
}


/*Menu superfish*/

ul#superfish-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 1.1em;
}

ul#superfish-main li {
    background:none;
    margin-left: 36px;
}
ul#superfish-main li#main-menu-link-contentf66df369-1379-45a6-b8da-e53974777ed6 {
    display: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;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .9rem;
    letter-spacing: .2px;
    color: #555;
    padding: 7px 10px;
    margin: 0;
    display: block;
    border: none;
    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: #E2AB80;
    border: none;
}


ul.sf-menu li a[class*="sf-depth-"] > .sf-sub-indicator,
ul.sf-menu li span[class*="sf-depth-"] > .sf-sub-indicator{
    right: 12px;
    top: auto;
    bottom: 6px;
    transform: rotate(-90deg);
}
ul.sf-menu li a[class*="sf-depth-"] > .sf-sub-indicator:after,
ul.sf-menu li span[class*="sf-depth-"] > .sf-sub-indicator:after{
    content: "";
    background-image: url(../images/gfx/picto_fleche-bottom_CDCFD4.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
ul.sf-menu li a[class*="sf-depth-"]:hover > .sf-sub-indicator:after,
ul.sf-menu li span[class*="sf-depth-"]:hover > .sf-sub-indicator:after{
    background-image: url("../images/gfx/picto_fleche-bottom_E2AB80.svg");
}



ul.sf-menu li a.sf-depth-1 > .sf-sub-indicator{
    right: calc(50% - 8px);
    top: auto;
    bottom: -20px;
    transform: rotate(0deg);
}



ul.sf-menu.sf-horizontal.sf-shadow ul, ul.sf-menu.sf-vertical.sf-shadow ul, ul.sf-menu.sf-navbar.sf-shadow ul ul{
    background-color: #fff;
    box-shadow: 0 0 0 0 #000;
}

ul#superfish-main li.menuparent ul li{
    margin: 0;
}
/*Fin - Menu Superfish*/

/*Fin - Header*/


/*Footer*/
body:not(.is-always-mobile-nav) .site-footer, .site-footer{
    background-color: #E2AB80;
    padding: 0;
}
.site-footer > .site-footer__inner.container{
    padding: 0;
}

div#block-asco-theme-footer{
    padding: 0 10vw;
}
div#block-asco-theme-footer *{
    color: #fff;
}
div#block-asco-theme-footer .field--name-body > .ligne{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}
div#block-asco-theme-footer .field--name-body > .ligne > div.logo{
    margin-right: 60px;
}
div#block-asco-theme-footer .field--name-body > .ligne div.logo a{
    background-image: url(../images/gfx/logo-baseline.svg);
    display: block;
    width: 180px;
    height: 180px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
div#block-asco-theme-footer .field--name-body > .ligne > ul{
    border: 1px solid #FFC3A0;
    border-radius: 36px;
    display: flex;
    height: fit-content;
    margin: 0 0 24px 0;
}
div#block-asco-theme-footer .field--name-body > .ligne > ul > li{
    margin: 0 12px;
}
div#block-asco-theme-footer .field--name-body > .ligne > ul > li > a{
    display: inline-block;
    color: #CB997E;
    text-transform: uppercase;
    text-decoration: none;
    padding: 24px;
    font-weight: 700;
    margin: 3px;
}
div#block-asco-theme-footer .field--name-body > .ligne > ul > li > a:hover{
    background-color: #FFC3A0;
    border-radius: 36px;
    color: #fff;
}


/*Pied de page*/
div#block-asco-theme-pieddepage{
    border-top: 1px solid #707070;
    padding: 24px 0;
    background: linear-gradient(0deg, #7156408c, transparent);
}
div#block-asco-theme-pieddepage ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
div#block-asco-theme-pieddepage ul > li{
    list-style: none;
    margin: 0 12px;
}
div#block-asco-theme-pieddepage ul > li > a{
    color: #2b353b;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 400;
}
/*Fin - Pied de page*/

/* ----------------------------------------------------------------------------------------------------
Fin - Header, Menus, Footer et pied de page
------------------------------------------------------------------------------------------------------- */


*:before,
*:after{
    transition: .3s;
}



/*Style global*/
[class*="S_"]:has(.col_2){
    display: flex;
    flex-wrap: wrap;
}
[class*="S_"] > [class*="col_"]{
    width: 100%;
    padding: 0 10vw;
}
[class*="S_"]:has(.col_2) > [class*="col_"]{
    width: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
[class*="S_"]:not(:has([class*="col_"]:nth-child(2))) > [class*="col_"]{
    width: 100%;
    max-width: 100%;
    padding: 60px 10vw;
    justify-content: flex-start;
}

[class*="S_"]:has(.col_2) > [class*="col_"]:nth-child(1):has(.field--type-text-long){
    padding: 60px 60px 60px 10vw;
}
[class*="S_"]:has(.col_2) > [class*="col_"]:nth-child(2):has(.field--type-text-long){
    padding: 60px 10vw 60px 60px;
}



[class*="S_"] > [class*="col_"] .field--type-image,
[class*="S_"] > [class*="col_"] .field--type-image > .ligne,
[class*="S_"] > [class*="col_"] .field--type-image > .ligne > img{
    height: 100%;
}
[class*="S_"] > [class*="col_"] .field--type-image > .ligne > img{
    width: 100%;
    object-fit: cover;
}





[class*="S_"] a{
    text-decoration: none;
}
/*
[class*="S_"] .conteneur_txt p > a,
[class*="S_"] .conteneur_txt li > a,
[class*="S_"] .field--type-text-long p > a,
[class*="S_"] .field--type-text-long li > a{
    color: #E2AB80;
}
*/
[class*="S_"] a:hover{
    text-decoration: underline;
}

[class*="S_"] ul{

}
[class*="S_"] ul > li{
    list-style: none;
    position: relative;
}
[class*="S_"] ul > li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    background-color: #E2AB80;
    width: 6px;
    height: 6px;
    border-radius: 3px;
}

p.btn{

}
p.btn > a{
    position: relative;
    display: inline-block;
    padding: 24px 100px 24px 36px;
    background-color: #fff;
    border: 1px solid #F5F5F5;
    border-radius: 36px;
    box-shadow: 0px 4px 10px -2px #00000026;
    text-transform: uppercase;
    font-weight: 600;
}
p.btn > a:after{
    content: "";
    height: calc(100% - 6px);
    max-width: 69px;
    aspect-ratio: 1 / 1;
    position: absolute;
    right: 3px;
    top: 3px;
    border: 1px solid #E0E1E3;
    border-radius: 36px;
    background-image: url("../images/gfx/picto_fleche-top-right_676B6E.svg");
    background-repeat: no-repeat;
    background-position: center;
}
p.btn > a:hover{
    background-color: #F5F5F5;
}
p.btn > a:hover:after{
    background-color: #E2AB80;
    background-image: url("../images/gfx/picto_fleche-top-right_FFFFFF.svg");
    transform: rotate(45deg);
}
div.gr_btns{
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
}
div.gr_btns > p.btn:not(:last-child){
    margin-right: 12px;
}

/*Fin - Style global*/


.none{
    display: none !important;

}














/* ----------------------------------------------------------------------------------------------------
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;
    -webkit-hyphens: auto;
    hyphens: inherit;
    word-break: auto-phrase;
}
[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%;
}
.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;
}


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: transparent;
}
.page-wrapper {
    max-width: 100%;
    background: #fff;
}
.main-content {
    width: 100%;
}
.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: 0;
}
body:not(.is-always-mobile-nav) .header-nav{
    background-color: transparent;
}


/**********************************************************************************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;
}
/* ----------------------------------------------------------------------------------------------------
Fin - Reinitialisation du template
------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------
Généralités
------------------------------------------------------------------------------------------------------- */


*{
    font-family: "raleway", sans-serif; 
}

h1,
h1 > span{
    font-family: "the-seasons", sans-serif;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.3;
}
h1 > span{

}

h2, .h2, h2 *, .h2 * {
    font-family: "the-seasons", sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .2px;
    position: relative;
    padding: 0 0 24px;
    margin: 60px 0 24px;
    color: #2b353b;
    text-decoration: none;
}
h2 > a:hover, .h2 > a:hover{
    color: #e2ab80;
}
.path-frontpage h2{
    margin: 0 0 24px;
    padding: 60px 0 24px;
}



h3, h3 > a, .h3, .h3 > a{
    font-family: "raleway", sans-serif;    
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 1.3;
    color: #e2ab80;
    margin: 48px 0 12px;
}
h4, h4 > a, .h4, .h4 > a{
    font-family: "raleway", sans-serif; 
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 1.3;
    color: #232323;
    margin: 36px 0 12px;
    text-transform: initial !important;
}






.region--content ul{
    margin: 0;
}
.region--content ul > li{
    list-style: none;
    position: relative;
    padding: 3px 0 3px 16px;
}
.region--content ul > li:before{
    content: "";
    width: 6px;
    height: 6px;
    background-color: #e2ab80;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 14px;
}
.main-content p {
    margin: 6px 0;
}
p > a{
    color: #e2ab80;
}
a {
    transition: all 0.3s;
}
a:hover {
    border:none;
    color: #E2AB80;
}

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

/* ----------------------------------------------------------------------------------------------------
Fin - Généralités
------------------------------------------------------------------------------------------------------- */











/* ----------------------------------------------------------------------------------------------------
Vues
------------------------------------------------------------------------------------------------------- */
/*Vues Interventions*/
.view-intervention.view-display-id-block_1{
    padding: 0 10vw 48px;
}
.view-intervention.view-display-id-block_1 > .view-header{

}
.view-intervention.view-display-id-block_1 > .view-header h2{
    text-align: center;
}
.view-intervention.view-display-id-block_1 > .view-content{

}
.view-intervention.view-display-id-block_1 > .view-content > div{
    display: flex;
    flex-wrap: wrap;
}
.view-intervention.view-display-id-block_1 > .view-content > div > .views-row{
    margin: 0 18px 36px;
    max-width: 450px;
    width: calc((100% / 3) - 36px);
}
.view-intervention.view-display-id-block_1 > .view-content .bloc_intervention{
    background-color: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 24px;
    box-shadow: 0px 4px 10px -2px #00000026;
}
.view-intervention.view-display-id-block_1 > .view-content .bloc_intervention > .conteneur_img{

}
.view-intervention.view-display-id-block_1 > .view-content .bloc_intervention > .conteneur_img > img{
    border-radius: 24px;
    aspect-ratio: 3/2;
}
.view-intervention.view-display-id-block_1 > .view-content .bloc_intervention > .conteneur_txt{

}
.view-intervention.view-display-id-block_1 > .view-content .bloc_intervention > .conteneur_txt h3{
    color: #1C1A1F;
    margin: 24px;
}

/*Fin - Vues Interventions*/

/* Vues Actualités */
.view-actualites h2 {
	margin-bottom:30px;
	text-align:center;
}
.view-actualites .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
.view-actualites .views-row {
    margin-bottom: 30px;
	position:relative;
    width: 30%;
}
.view-actualites .views-field-field-date-de-publication {
    background-color: #fff;
    color: #000;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 90px;
    font-size: 14px;
}
.view-actualites .views-field-title a {
    background-color: #2daed5;
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
}
.view-actualites .views-field-title a:hover {
    background-color:#000;
	color: #2daed5;
}
/* ----------------------------------------------------------------------------------------------------
Fin - Vues
------------------------------------------------------------------------------------------------------- */




/*******************************************Page de connexion à l'administration du site*/

/* Connexion utilisateur */
.path-user .user-login-form {
    margin: 0 auto;
    max-width: max-content;
}
.path-user .region-content form {
    background-color: #f2f2f2;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 50px;
    padding: 20px;
}
.path-user .user-register-form label,
.path-user .user-login-form label {
    display: block;
    float: left;
    width: 160px;
}
.path-user .user-register-form select,
.path-user .user-login-form input,
.path-user .user-register-form input {
    width: 580px;
}
.path-user .region-content .form-actions input {
    width: auto;
}
input.form-submit, .button {
    display: inline-block;
    padding: 10px 30px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: 1px solid #ddbea9;
    border-radius: 0;
    border-radius: 40px;
    background-color: #ddbea9;
    background-image: none;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    margin-bottom: 10px;
    transition: .3s;
}
input.form-submit:hover, .button:hover {
    background-color: #2b353b;
    border: 1px solid #2b353b;
    color: #fff;
}
/*Fin - 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;
}
.form-actions input#edit-submit{
    background-color: #000000;
    color: #fff;
    transition: .3s;
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 40px;
    border-radius: 0;
    font-family: "roboto";
    padding: 12px 24px 14px;
		width: 56%;
  margin:0 auto;
}
.form-actions input#edit-submit:hover{
    background-color: #B6C88F;
    color: #000000;
}




/* ----------------------------------------------------------------------------------------------------
Types de contenus
------------------------------------------------------------------------------------------------------- */

/*TDC Page d'accueil = .path-frontpage*/

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

.path-frontpage .S_hero .field--name-body{
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.path-frontpage .S_hero .field--name-body > .ligne{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1050px;
}
.path-frontpage .S_hero .field--name-body > .ligne p.h3{
    margin: 36px auto;
}
.path-frontpage .S_hero .field--name-body *{
    color: #fff;
}
.path-frontpage .S_hero .field--name-body > .ligne h1{
    margin: 0;
}
.path-frontpage .S_hero .field--name-body > .ligne div.gr_btns{
    display: flex;
    flex-wrap: wrap;
}
.path-frontpage .S_hero .field--name-body > .ligne div.gr_btns > p.btn{

}
.path-frontpage .S_hero .field--name-body > .ligne div.gr_btns p.btn > a{
    border: none;
}
.path-frontpage .S_hero .field--name-body > .ligne div.gr_btns p.btn > a:after{
    background-image: url("../images/gfx/picto_fleche-top-right_FFFFFF.svg");
}
.path-frontpage .S_hero .field--name-body > .ligne div.gr_btns p.btn:nth-child(1){
    border-right: 1px solid #fff;
    padding-right: 24px;
}
.path-frontpage .S_hero .field--name-body > .ligne div.gr_btns p.btn:nth-child(1) > a{
    background-color: #CB997E;
}
.path-frontpage .S_hero .field--name-body > .ligne div.gr_btns p.btn:nth-child(2) > a{
    background-color: #FFC3A0;
}

.path-frontpage .S_1 > .col_1{
    background-color: #FFE8D6;
}

.path-frontpage .S_2{
    position: relative;
    background-image: url("../images/photos/AdobeStock_295190232.webp");
    background-attachment: fixed;
    z-index: 1;
}
.path-frontpage .S_2:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffffc7;
}
.path-frontpage .S_2 > *{
    z-index: 2;
}
.path-frontpage .S_2 .field--name-field-image-2 img{
    max-height: 600px;
    object-fit: contain;
}

.path-frontpage .S_3{
    background-color: #FFE8D6;
}
.path-frontpage .S_3 > .col_1{
    position: relative;
    padding: 0 10vw 60px;
}
.path-frontpage .S_3 > .col_1 > .field--name-field-corps-3{
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.path-frontpage .S_3 > .col_1 > .field--name-field-corps-3 > .field__item{
    width: 100%;
}
.path-frontpage .S_3 > .col_1 > .field--name-field-corps-3 > .field__item:not(:nth-child(1)){
    width: 50%;  
    max-width: 600px;
}
.path-frontpage .S_3 > .col_1 > .field--name-field-corps-3 > .field__item_1{

}
.path-frontpage .S_3 > .col_1 > .field--name-field-corps-3 > .field__item_3{
    padding-left: 104px;
}
.path-frontpage .S_3 > .col_1 > .field--name-field-corps-3 > .field__item_3 p.btn > a{
    margin: 0;
}
.path-frontpage .S_3 > .col_1 > .field--name-field-corps-3 a.picto{
    position: relative;
}
.path-frontpage .S_3 > .col_1 > .field--name-field-corps-3 a.picto:before{
    content: "";
    width: 69px;
    height: 69px;
    position: absolute;
    left: -80px;
    top: 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFC3A0;
    border-radius: 36px;
}
.path-frontpage .S_3 > .col_1 > .field--name-field-corps-3 a.picto.consultation:before{
    background-image: url("../images/gfx/picto_consultation_1C1A1F.svg");
}
.path-frontpage .S_3 > .col_1 > .field--name-field-corps-3 a.picto.anesthesie:before{
    background-image: url("../images/gfx/picto_anesthesie_1C1A1F.svg");
}
.path-frontpage .S_3 > .col_1 > .field--name-field-corps-3 a.picto.hospitalisation:before{
    background-image: url("../images/gfx/picto_hospitalisation_1C1A1F.svg");
}
.path-frontpage .S_3 > .col_1 > .field--name-field-corps-3 a.picto.suivi-post-op:before{
    background-image: url("../images/gfx/picto_suivi-post-op_1C1A1F.svg");
}
.path-frontpage .S_3 > .col_1 > .field--name-field-corps-3 a.picto.conseil-post-op:before{
    background-image: url("../images/gfx/picto_conseil-post-op_FFFFFF.svg");
    background-color: #CB997E;
}

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


.path-frontpage .S_5{
    background-image: url("../images/photos/AdobeStock_402131742.webp");
    background-size: cover;
    background-attachment: fixed;
}
.path-frontpage .S_5 > .col_1{
    padding: 48px 0 120px 10vw;
    max-width: 50%;
}

.S_6 > .field--name-field-bloc-personnalise-1 .field--name-body > .ligne{
    display: flex;
    flex-wrap: wrap;
}
.S_6 > .field--name-field-bloc-personnalise-1 .field--name-body > .ligne > [class*="bloc_"]{
    width: 50%;
    height: 100%;
}
.S_6 > .field--name-field-bloc-personnalise-1 .field--name-body > .ligne > .bloc_txt{
    padding: 60px 60px 60px 10vw;
    background-color: #FFFAF9;
}
.S_6 > .field--name-field-bloc-personnalise-1 .field--name-body > .ligne > .bloc_carte{
    position: relative;
    height: auto;
}
.S_6 > .field--name-field-bloc-personnalise-1 .field--name-body > .ligne > .bloc_carte > .conteneur_carte,
.S_6 > .field--name-field-bloc-personnalise-1 .field--name-body > .ligne > .bloc_carte > .conteneur_carte > p.iframe{
    height: 100%;
}
.S_6 > .field--name-field-bloc-personnalise-1 .field--name-body > .ligne > .bloc_carte > .conteneur_carte > p.iframe{
    background-color: #ffc3a0ab;
    pointer-events: none;
}
.S_6 > .field--name-field-bloc-personnalise-1 .field--name-body > .ligne > .bloc_carte > .conteneur_carte > p.iframe iframe{
    position: relative;
    z-index: -1;
}
.S_6 > .field--name-field-bloc-personnalise-1 .field--name-body > .ligne > .bloc_carte p.btn{
    position: absolute;
    bottom: 24px;
    left: calc(50% - 140px);
    margin: 0;
    width: 280px;
}
/*Fin - TDC Page d'accueil*/

/*TDC Page de base*/
.page-node-type-page .node__content > .field{
    padding: 0 10vw;
}
.page-node-type-page .node__content > .field > .ligne{
    display: flex;
    flex-wrap: wrap;
}
.page-node-type-page .node__content > .field > .ligne > [class*="bloc_"]{
    width: 50%;
}
.page-node-type-page .node__content > .field > .ligne > [class*="bloc_"] > .conteneur_txt{
    border: 1px solid #eee;
    border-radius: 6px;
    width: calc(100% - 24px);
    margin: 0 auto;
    padding: 12px 24px;
}

.page-node-type-page .node__content > .field--name-field-corps-1 > .ligne{
    display: flex;
    flex-direction: column;
}
div#block-asco-theme-page-title{
    padding: 60px 10vw;
}


/*Page RDV (temporaire)*/
.page-node-7 div#block-asco-theme-page-title{
    padding: 100px 15vw 0;
    text-align: center;
}
.page-node-7 .node__content > .field--name-body{
    padding: 60px 15vw 0;
    text-align: center;
}
.page-node-7 .node__content > .field--name-body > .ligne{
    max-width: 980px;
    margin: 0 auto;
}
.page-node-7 .node__content > .field--name-body h2{
    margin: 0 0 24px;
}
.page-node-7 .node__content > .field--name-field-formulaire{
    padding: 0 10vw;
}
/*Fin - TDC Page de base*/

/* ----------------------------------------------------------------------------------------------------
Fin - Types de contenus
------------------------------------------------------------------------------------------------------- */
























/* ----------------------------------------------------------------------------------------------------
Blocs personnalisés
------------------------------------------------------------------------------------------------------- */
div#block-asco-theme-bandeaumessagetemporaire{
    background-color: #FFFFFF;
}
div#block-asco-theme-bandeaumessagetemporaire .field--name-body > .ligne{
    padding: 12px 10vw;
    border-bottom: 3px solid #CB997E;
}
div#block-asco-theme-bandeaumessagetemporaire .field--name-body > .ligne > p{
    font-weight: 700;
    margin: 0;
    text-align: center;
}
div#block-asco-theme-bandeaumessagetemporaire .field--name-body > .ligne > p > a{

}
/*Fin - Bandeau Message temporaire*/

/*Bloc Bouton RDV*/
div#block-asco-theme-boutonrdv{
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 900;
}
div#block-asco-theme-boutonrdv p.btn-rdv{
    margin: 0;
}
div#block-asco-theme-boutonrdv p.btn-rdv > a{
    position: relative;
    color: transparent;
    background-image: url(../images/gfx/btn-rdv.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 140px;
    height: 140px;
    display: inline-block;
}

div#block-asco-theme-boutonrdv p.picto-rdv{
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#block-asco-theme-boutonrdv p.picto-rdv > a{
    position: relative;
    color: transparent;
    width: 60px;
    height: 60px;
    background-color: #ddbea9;
    border-radius: 80px;
    box-shadow: 0 0 6px 5px #00000000;
}
div#block-asco-theme-boutonrdv p.picto-rdv > a:hover{
    width: 100px;
    height: 100px;
    background-color: #2b353b;
    box-shadow: 0 0 16px 5px #00000026;
}
div#block-asco-theme-boutonrdv p.picto-rdv > a:after{
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: calc(50% - 12px);
    top: calc(50% - 12px);
    background-image: url("../images/gfx/picto_rdv_FFFFFF.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@-webkit-keyframes rotation-loop /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btn-rdv > a {
  -webkit-animation: rotation-loop 4s linear infinite;
  -moz-animation: rotation-loop 4s linear infinite;
  -ms-animation: rotation-loop 4s linear infinite;
  -o-animation: rotation-loop 4s linear infinite;
  animation: rotation-loop 4s linear infinite;
}
/*Fin - Bloc Bouton RDV*/


/* ----------------------------------------------------------------------------------------------------
Fin - Blocs personnalisés
------------------------------------------------------------------------------------------------------- */





















/* ----------------------------------------------------------------------------------------------------
Modules
------------------------------------------------------------------------------------------------------- */


/***************************************************************************Module Slideshow*/

.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;
}
/*Fin - Slideshow*/


/***********************************************************************Module Accordéon CKEditor*/
.ckeditor-accordion-container > dl {
    border: none;
}
.ckeditor-accordion-container > dl > dt{

}
.ckeditor-accordion-container > dl dt > a:focus,
.ckeditor-accordion-container > dl dt > a:not(.button):focus {
    outline: none;
}
.ckeditor-accordion-container > dl dt > a, .ckeditor-accordion-container > dl dt > a:not(.button) {
    display: block;
    padding: 20px 78px 20px 24px;
    cursor: pointer;
    transition: background-color 300ms;
    line-height: 1.7rem;
    margin: 12px 0;
    font-weight: 600;
    font-size: 1.45rem;
    background-color: #FFFFFF;
    border-radius: 6px;
    border-bottom: none;
    color: #1A241C;
}
.ckeditor-accordion-container > dl dt:first-child > a,
.ckeditor-accordion-container > dl dt:first-child > a:not(.button){
    margin: 0 0 12px;
}
.ckeditor-accordion-container > dl dt > a {
    color:#fff;
    position: relative;
}
.ckeditor-accordion-container > dl dt.active{
    bottom: 12px;
    border: none;
}
.ckeditor-accordion-container > dl dt.active > a:not(.button){
    font-size: 0;
    line-height: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    color: #1A241C;
    margin: 0;
}
.ckeditor-accordion-container > dl dt.active > a:not(.button):before{
    display: none;
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle{
    border-left: 1px solid #F5F5F5;
    left: auto;
    right: 0;
    display: inline-block;
    position: absolute;
    padding: 0;
    aspect-ratio: 1 / 1;
    height: 100%;
    width: initial;
    z-index: 1;
    top: 0;
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before{
    content: "+";
    width: 24px;
    height: 24px;
    position: absolute;
    left: auto;
    right: calc(50% - 12px);
    top: calc(50% - 12px);
    transform: rotate(0deg);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle:before{
    opacity: 1;
    left: -42px;
    top: 50px;
    content: "-";
    transform: rotate(0deg);
    background-color: #e2ab80;
    width: 12px;
    height: 3px;
}
.ckeditor-accordion-container > dl dt > a:hover,
.ckeditor-accordion-container > dl dt > a:not(.button):hover{
    background-color: transparent;
    box-shadow: none;
    color: #1A241C;
    text-decoration: none;
}
.ckeditor-accordion-container > dl > dd {
    min-width: calc(100% + 24px) !important;
    min-width:100% !important;
    padding: 0 12px 12px!important;
    padding: 0!important;
    left: -12px;
    left:0;
    position: relative;
    border-radius: 6px;
    border: 1px solid #E2AB80;
    box-shadow: 0 0 12px -4px #00000038;
    box-shadow: none;
}
.ckeditor-accordion-container > dl > dd *{
    padding: 0;
}
.ckeditor-accordion-container > dl > dd ul > li{
    padding-left: 24px;
}
.ckeditor-accordion-container > dl > dd > *{
    color: #1A241C;
}
.ckeditor-accordion-container > dl > dd > *:first-child{
    margin: 0 0 12px;
    padding: 24px 48px 24px 24px;
    border-bottom: 1px solid #E2AB80;
}
.ckeditor-accordion-container > dl > dd > * {
    color: #1A241C;
    text-align: left;
    padding: 0 24px;
}
.ckeditor-accordion-container > dl > dd > ul > li:before{
    left: 0;
}

.ckeditor-accordion-container > dl > dd > *:last-child{
    padding-bottom: 12px;
}
.ckeditor-accordion-container > dl > dd > p.btn > a{
    padding: 6px 12px 6px 18px;
}
/*Fin - Module Accordéon CKEditor*/


/***********************************************************************Module RGPD 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;
}
/*Fin - Module Klaro*/



/*Formulaire*/
/*Pages avec formulaires*/
form#webform-submission-contact-node-7-add-form{
    display: flex;
    flex-direction: column;
    max-width: 980px;
    margin: 0 auto;
}
form#webform-submission-contact-node-7-add-form > *{
    width: 100%;
}
form#webform-submission-contact-node-7-add-form label{

}
form#webform-submission-contact-node-7-add-form input{
    width: 100%;
}

form#webform-submission-contact-node-7-add-form > fieldset{
    border: none;
    background: transparent;
    margin: 0 0 12px;
}
form#webform-submission-contact-node-7-add-form > fieldset#edit-gr-praticien > .fieldset__wrapper{
    display: flex;
    flex-direction: column;
}
form#webform-submission-contact-node-7-add-form > fieldset#edit-gr-praticien > .fieldset__wrapper .form-item{
    margin: 0;
    width: 100%;
}

form#webform-submission-contact-node-7-add-form > fieldset > .fieldset__wrapper{
    padding: 0 0 24px 0;
    border-bottom: 1px solid #e2ab80;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
form#webform-submission-contact-node-7-add-form > fieldset > .fieldset__wrapper .form-item{
    margin: 0;
    width: calc(50% - 12px);
}
form#webform-submission-contact-node-7-add-form > fieldset > .fieldset__wrapper .form-item:nth-child(odd){
    margin: 0 12px 0 0;
}
form#webform-submission-contact-node-7-add-form > fieldset > .fieldset__wrapper .form-item:nth-child(even){
    margin: 0 0 0 12px;
}

form#webform-submission-contact-node-7-add-form fieldset#edit-gr-rpps .form-item{
    width: 100%;
}
form#webform-submission-contact-node-7-add-form fieldset#edit-gr-message .fieldset__wrapper{
    display: flex;
    flex-direction: column;
}
form#webform-submission-contact-node-7-add-form fieldset#edit-gr-message .fieldset__wrapper .form-item{
    width: 100%;
    margin: 0;
}

form#webform-submission-contact-node-7-add-form fieldset#edit-gr-message .fieldset__wrapper .form-item.webform-type-checkbox > input{
    width: 16px;
    height: 16px;
}
form#webform-submission-contact-node-7-add-form fieldset#edit-gr-message .fieldset__wrapper div#edit-actions{
    margin-top: 36px;
}
form#webform-submission-contact-node-7-add-form fieldset#edit-gr-message .fieldset__wrapper div#edit-actions > input{

}
/*Fin - Formulaire*/

/*Module Fil d'ariane*/
nav.breadcrumb{
    margin: 6px 15vw;
    border: 1px solid #eee;
    border-radius: 24px;
    padding: 6px 12px;
}
nav.breadcrumb ol.breadcrumb__list{

}
nav.breadcrumb ol.breadcrumb__list > li{
    color: #232323;
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
nav.breadcrumb ol.breadcrumb__list > li:last-child{
    color: #232323;
}
nav.breadcrumb ol.breadcrumb__list > li > a{
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #e2ad80;
}
nav.breadcrumb ol.breadcrumb__list > li > a:hover{
    text-decoration: underline;
}
/*Fin - Module Fil d'ariane*/


/* ----------------------------------------------------------------------------------------------------
Fin - Module
------------------------------------------------------------------------------------------------------- */




/*Régions*/
.social-bar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 800;
    width: 140px;
    height: 140px;
    background-color: transparent;
}
.social-bar > .social-bar__inner.fixable{
    padding-block: 0;
    padding-inline-start: 0;
    padding-inline-end: 0;
    width: fit-content;
    position: relative;    
}
.social-bar > .social-bar__inner.fixable > .rotate{
    transform: initial;
    transform-origin: initial;
    inset-inline-start: initial;
}
/*Fin Régions*/























/*RESPONSIVE*/

@media all and (max-width: 1800px) {


}


@media all and (max-width: 1290px) {

}

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

}

@media all and (max-width: 1100px) {

.view-intervention.view-display-id-block_1 > .view-content > div > .views-row{
    width: calc((50% - 36px));
}

}

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


h1, h1 > span{
    font-size: 2.8rem;    
}
h2, .h2, h2 *, .h2 *{
    font-size: 1.8rem;    
}


/**/
.S_6 > .field--name-field-bloc-personnalise-1 .field--name-body > .ligne{
    flex-wrap: wrap;
}
.S_6 > .field--name-field-bloc-personnalise-1 .field--name-body > .ligne > [class*="bloc_"]{
    width: 100%;
}

[class*="S_"]:has(.col_2) > [class*="col_"]{
    width: 100%;
}
.path-frontpage .S_3 > .col_1 > .field--name-field-corps-3 > .field__item,
.path-frontpage .S_3 > .col_1 > .field--name-field-corps-3 > .field__item:not(:nth-child(1)){
    width: 100%;
}
.path-frontpage .S_3 > .col_1 > .field--name-field-corps-3 > .field__item_3{
    padding-left: 72px;
}
.path-frontpage .S_3 > .col_1 > .field--name-field-corps-3 a.picto:before{
    width: 60px;
    height: 60px;
    left: -72px;
}

	/*grille*/
	.ligne{
		justify-content: space-around;
		flex-wrap:wrap;
	}

	.colonne_1-1,
	.colonne_1-2,
	.colonne_1-3,
	.colonne_2-3,
	.colonne_1-4,
	.colonne_1-5,
	.colonne_2-5,
	.colonne_3-5,
	.colonne_4-5{
		width:97.22%;
	}


}

@media all and (max-width: 850px) {

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

}


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

/*Généralités*/
*{
    font-family: "raleway", sans-serif; 
}

h1,
h1 > span{
    font-family: "the-seasons", sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.3;
}
h1 > span{

}

h2, .h2, h2 *, .h2 * {
    font-family: "the-seasons", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .2px;
    position: relative;
    padding: 0 0 24px;
    margin: 60px 0 24px;
    color: #2b353b;
    text-decoration: none;
}
h2 > a:hover, .h2 > a:hover{
    color: #e2ab80;
}
.path-frontpage h2{
    margin: 0 0 24px;
    padding: 60px 0 24px;
}



h3, h3 > a, .h3, .h3 > a,
.ckeditor-accordion-container > dl dt > a,
.ckeditor-accordion-container > dl dt > a:not(.button){
    font-family: "raleway", sans-serif;    
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 1.3;
    color: #e2ab80;
    margin: 48px 0 12px;
}
h4, h4 > a, .h4, .h4 > a{
    font-family: "raleway", sans-serif; 
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 1.3;
    color: #232323;
    margin: 36px 0 12px;
    text-transform: initial !important;
}

p.btn > a{
    font-size: .95rem;
    padding: 12px 72px 12px 24px;
}
/*Fin - Généralités*/


.path-frontpage .S_hero{
    padding: 24px 5vw;
}

/*Formulaire*/
form#webform-submission-contact-node-7-add-form > fieldset > .fieldset__wrapper .form-item,
form#webform-submission-contact-node-7-add-form > fieldset > .fieldset__wrapper .form-item:nth-child(odd),
form#webform-submission-contact-node-7-add-form > fieldset > .fieldset__wrapper .form-item:nth-child(even){
    width: 100%;
    margin: 0;
}
/*Fin - Formulaire*/
div#block-asco-theme-site-branding{
    width: 100vw;
    display: flex;
    justify-content: center;
}
div#block-asco-theme-site-branding > .site-branding__inner{

}
div#block-asco-theme-site-branding a.site-branding__logo > img {
    display: block;
    width: 250px;
    height: 60px;
    max-height: initial;
    margin: 12px 0 0;
}

div#block-asco-theme-bandeaumessagetemporaire {
    padding-top: 96px;
}
div#block-asco-theme-bandeaumessagetemporaire .field--name-body > .ligne > p{
    font-size: .85rem;
    line-height: 1.25rem;
    font-weight: 500;    
}
div#block-asco-theme-bandeaumessagetemporaire .field--name-body > .ligne {
    padding: 0 5vw 12px;
}
div#block-asco-theme-boutonrdv {
    top: auto;
    bottom: 24px;
    right: 24px;
}

}


@media all and (max-width: 560px){

.view-intervention.view-display-id-block_1 > .view-content > div > .views-row{
        width: calc(100%);
        margin: 0 0 36px;
}

}


@media all and (max-width: 460px) {

}

/* 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;
}
