/*-----------------------
*  LES WEBFONTS
-------------------------*/

/* tillana-regular - latin */
@font-face {
    font-family: 'Tillana';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''),
            url('../fonts/tillana-v6-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('../fonts/tillana-v6-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }
/* tillana-700 - latin */
@font-face {
    font-family: 'Tillana';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(''),
            url('../fonts/tillana-v6-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('../fonts/tillana-v6-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }
/* tillana-800 - latin */
@font-face {
    font-family: 'Tillana';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local(''),
            url('../fonts/tillana-v6-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('../fonts/tillana-v6-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''),
            url('../fonts/montserrat-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('../fonts/montserrat-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-italic - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local(''),
            url('../fonts/montserrat-v15-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('../fonts/montserrat-v15-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(''),
            url('../fonts/montserrat-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('../fonts/montserrat-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700italic - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local(''),
            url('../fonts/montserrat-v15-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('../fonts/montserrat-v15-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-800 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local(''),
            url('../fonts/montserrat-v15-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('../fonts/montserrat-v15-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-800italic - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: local(''),
            url('../fonts/montserrat-v15-latin-800italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('../fonts/montserrat-v15-latin-800italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-900 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local(''),
            url('../fonts/montserrat-v15-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('../fonts/montserrat-v15-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-900italic - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local(''),
            url('../fonts/montserrat-v15-latin-900italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('../fonts/montserrat-v15-latin-900italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ------------------------
*LES VARIABLES 
-----------------------------*/


:root {
    --litvin:rgb(87, 41, 49, 100%);
    --fondcourant:rgb(247, 243, 231, 100%);
    --jaunâtre:rgb(217, 198, 165, 100%);
    --rougeâtre:rgb(163, 93, 106, 100%);
    --gris:rgb(68, 66, 67);
    --margintopsection:3.5rem;
}

/* LA TYPO GENERALE*/
body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    color: var(--rougeâtre);
    text-align: left;
}
h1{
    font-family: 'Tillana', sans-serif;
    font-size: 5.6rem;
    line-height: 1.1;
    }
h2{
    font-family: 'Tillana', sans-serif;
    font-size: 4.5rem;
    line-height: 1.1;
}
.like-h3{
    font-family: 'Tillana', sans-serif;
    font-size: 2.6rem;
    line-height: 1.1;
}
h3{
    font-family: 'Tillana', sans-serif;
    font-size: 2.6rem;
    line-height: 1.2;
}
h4{
    font-family: 'Tillana', sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.2;
}
p{
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: normal;
}
q{
    font-size: 1.6rem;
    line-height: 1.1;
    font-weight: 500;
}
em{
    font-size: 1.6rem;
    font-weight: 700;
}
a{
    font-family: 'Tillana', sans-serif;
    text-decoration: none;
    font-size: 2.4rem;
    color: inherit;
    line-height: 1;
}
ul{
    list-style: none;
    text-decoration: none;
}
li{
    list-style: none;
    text-decoration: none;
}
/*--------------------------
titres avec son animation 
---------------------------*/
.hero .section_title{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    -webkit-text-stroke-color: var(--jaunâtre);
    -webkit-text-stroke-width: 0.02em;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    /*Le cercle qui apparait*/
    background-image: radial-gradient(circle farthest-corner at center center, var(--jaunâtre) 0%, var(--jaunâtre) 50%, transparent 30%);
    background-position: 50% 100%;
    /*L'animation*/
    animation: titre ease-in 3s infinite;
}
.section_title_white{
    -webkit-text-stroke-color: var(--fondcourant) !important;
    background-image: radial-gradient(circle farthest-corner at center center, var(--rougeâtre) 0%, var(--rougeâtre) 50%, transparent 30%) !important;
}
@keyframes titre{
    from{
        background-size: 0% 0%;
    }
    to{
        background-size: 600% 600%;
    }
}
.realisations .section_title {
    margin-bottom: 3rem;
}
/* ------------------------------
La baseline et son animation 
---------------------------------*/
.hero .title_baseline{
    font-family: 'Tillana', sans-serif;
    color: var(--fondcourant);
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    opacity: 0;
    animation: apparaitre ease-in 3s infinite;
}
@keyframes apparaitre{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
/*------------------------------
Mise en page des écritures
-------------------------------*/
.realisations .section_title{
    margin-bottom: 3rem;
}
.content-titre{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin-bottom: 10rem;
}
.content-titre h3{
    width: 79rem;
    text-align: center;
}
.remerciement .section_title{
    color: var(--rougeâtre);
    text-align: center;
    margin-bottom: 3rem;
}
.signature-avis{
    font-family: 'Tillana', sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 900;
}
.price{
    /* margin-bottom: 2rem !important; */
    font-family: 'Tillana', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    font-family: serif;
}
@media(min-width:47.5em){ /*à partir de 760px format tablette */
    h1{
        font-size: 10rem;
    }
    h2{
        font-size: 6.2rem;
    }
    h3{
        font-size: 3.8rem;
    }
    h4{
        font-size: 2.4rem;
    }
    .hero .title_baseline{
        font-size: 2.8rem;
    }
}
/* -------------------------
*LE REPSONSIVE GENERAL
---------------------------*/
/*Container*/
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.1rem;
	padding-right: 1.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
@media (min-width: 36em) { /* 36em * 16 = 576px */
	.container {
		max-width: 54rem;
	}
}
@media (min-width: 48em) { /* 48em * 16 = 768px */
	.container {
		max-width: 72rem;
	}
}
@media (min-width: 62em) { /* 62em * 16 = 992px */
	.container {
		max-width: 96rem;
	}
}
@media (min-width: 75em) { /* 75em * 16 = 1200px */
	.container {
		max-width: 114rem;
	}
}
@media (min-width: 93.75em) { /* 75em * 16 = 1500px */
	.container {
		max-width: 144rem;
	}
}
/*----------------------------------------------------
Positionnement du hero par rapport à l'arc du headder
------------------------------------------------------*/
.site_main{
    position: relative;
    margin-top: 20rem !important;
    left: 0;
}
@media (min-width: 62.5em) { /* 48em * 16 = 1000px */
    .site_main{
        margin-top: 9rem !important;
        left: 0;
    }
}
/* -------------------
LE LAYOUT GENERAL 
---------------------*/

/*Mise en page des  heros de sections*/

.hero{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    background-color: var(--gris);
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.hero-apropos{
    position: relative;
    z-index: 0;
}
.hero-servives .container{
    position: relative;
}
.content{
    padding-top: 3rem;
    padding-bottom: 12rem;
    background-color: var(--fondcourant);
}
@media (min-width: 48em) { /* 48em * 16 = 768px */
    .hero{
        min-height: 65vh;
    }
}
/* Le header*/
.site_header{
    position: fixed;
    z-index: 1000;
    top: 0;
	left: 0;
	right: 0;
    width: 100%;
    padding-bottom: 0;
}
.header-sup{
    background-color: var(--litvin);
    padding-top: 1.2rem;
    border-bottom: 5px solid var(--litvin);
}
@media (min-width: 62.5em) { /* 62.5em * 16 = 1000px */
	.header-sup .container {
        display: flex;
        flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}
.svg-arc {
    position: absolute;
    width: 0;
    height: 0;
}
.header-arc {
    width: 100%;
    height: 5rem;
    background: var(--litvin);
    background-size: cover;
    -webkit-clip-path: url(#my-clip-path);
    clip-path: url(#my-clip-path);
}
.logo {
    display: flex;
    width: 15rem;
    height: 7rem;
    background-image: url(../illustration/Logo2-dark.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.toggle-menu {/* Emplacement de l'icône toggle menu */
	position: relative;
	z-index: 10001;
	padding: 1rem 0;
	border: 0;
	width: 3rem;
	height: 2.5rem;
	background-color: var(--jaunâtre);
	background-clip: content-box;
    transition: .3s;
    margin-bottom: 2.5rem;
}
.toggle-menu::before,
.toggle-menu::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 0.5rem;
	background-color: var(--jaunâtre);
	transition: .3s;
	transform-origin: left center;
}
.toggle-menu::before {
	top: 0;
}
.toggle-menu::after {
	bottom: 0;
}
.toggle-menu[aria-expanded="true"] {
	background-color: rgba(0,0,0,0);
}
.toggle-menu[aria-expanded="true"]::before {
    transform: rotate(42.5deg);
    background-color: var(--rougeâtre);
}
.toggle-menu[aria-expanded="true"]::after {
    transform: rotate(-42.5deg);
    background-color: var(--rougeâtre);
}
.menu {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
    justify-content: flex-start;
    padding-top: 20vh;
    align-items: center;
    text-align: center;
	background-color: var(--fondcourant);
	opacity: 0;
	pointer-events: none;
	transition: .3s;
}
.menu:not([hidden]) li:first-child{
    margin-top: 20rem;
}
.menu:not([hidden]) {/* Event pas hidden donc fait apparaitre le menu déroulé */
	opacity: 1;
	pointer-events: all;
}
.menu:not([hidden])::before{
    content: '';
    display: flex;
    width: 15rem;
    height: 11rem;
    background-image: url(../illustration/Groupe120.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: -0.8rem;
}
.menu-item a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: var(--rougeâtre);
    transition: 0.3s;
}
/*Le sous menu formules*/
.menu li.menu-item-has-children{
    position: relative;
}
[dir="ltr"] .menu li.menu-item-has-children ul {
    padding-left: 0px !important;
}
[dir="rtl"] .menu li.menu-item-has-children ul {
    padding-right: 0px !important;
}
.menu li.menu-item-has-children ul{
    width: 100%; 
}
.menu li.menu-item-has-children ul li{
    margin-top: 0rem !important;
    text-align: right;
    margin-left: 10rem;
    margin-bottom: 1.5rem;
}
@media (min-width: 62.5em) { /* 48em * 16 = 768px */
	.toggle-menu {
		display: none;/* suppression du menu burger */
    }
	.menu {/* J'affiche le menu de naviguation en ligne */
		position: static;
		display: flex;
		flex-direction: row;
		padding-left: 0;
		list-style: none;
		opacity: 1;
        pointer-events: all;/* forcer le hover sur l'ensemble du menu et pas que sur item */
        background-color: var(--litvin);
	}
	.menu-item:not(:last-child) {/* J'indique qu'il y a une bordure à droite du chaque item, sauf pour le dernier */
		border-right: 1px solid var(--jaunâtre);
	}
    .menu-item a {
        color: var(--fondcourant);
    }
    .header-sup .menu-item a:hover,
    .header-sup .menu-item a:focus {
        background-color: var(--jaunâtre);
        color: var(--rougeâtre);
        transition: 1s;
    }
    .menu-item a:hover,
    .menu-item a:focus {
        background-color: var(--litvin);
        color: var(--jaunâtre);
    }
    /*Le sous menu formules*/
    .menu li.menu-item-has-children{
        position: relative;
    }
    .menu li.menu-item-has-children:after{
        content: '';
        display: block;
        width: 100%;
        height: 5rem;
        background-color: transparent;
        position: absolute;
    }
    .menu li.menu-item-has-children ul{
        display: none;
        position: absolute;
        z-index: 10001;
        top: 5rem;
        left: 0;
        width: 100%; 
        background-color: var(--rougeâtre);
        border-top: none;
    }
    .menu li.menu-item-has-children ul li{
        text-align: left;
        margin-left: -4rem;
    }
    .menu li.menu-item-has-children:hover ul,
    .menu li.menu-item-has-children:focus ul{
        display: block;
        float: none;
    }
    .menu li.menu-item-has-children ul:before{
        content: "";
        display: block;
        width: 0; 
        height: 0; 
        border-top: 12px solid transparent;
        border-bottom: 12px solid var(--rougeâtre);
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        position: absolute;
        top: -24px;
        right: 85px;
    }
    .menu li.menu-item-has-children ul li{
        border-right: none;
    }
}
/*Le footer*/
.site-footer{
    width: 100%;
    background-color: var(--litvin);
    padding-top: 5rem;
}
.site-footer .container{
    padding-bottom: 5rem;
}
.copyright{
    width: 100%;
    background-color: var(--fondcourant);
}
.site-footer .logo{
    width: 32rem;
    height: 16rem;
}
.logo-footer{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5rem;
}
.logo-footer .baseline{
    font-family: 'Tillana', sans-serif;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1;
    color: var(--fondcourant);
    position: relative;
    top: -1rem;
}
.list-footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5rem;
}
.list-footer-item{
    flex: 1;
    margin-top: 5rem;
    text-align: center;
    color: var(--fondcourant);
}
.list-footer-item .titre-list{
    margin-bottom: 2rem;
}
.souslist-item li,
.souslist-item a{
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    font-size: 1.6rem;
}
.site-footer .coordonnees .coordonnees-list .menu-item-type-custom{
    border-right: none;
}
.site-footer .coordonnees .coordonnees-list .menu-item-type-custom a{
    padding-left: 0;
    color: var(--fondcourant);
}
.site-footer .menu-item a {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    font-size: 1.6rem;
    padding: 10px 0px;
    color: var(--fondcourant);
}
/* Le menu réseaux sociaux */
.nav-rs{
    margin-top: 2rem;
}
.contact-rs {
    display: flex;
    flex-direction: row;
    align-items: center;
    pointer-events: all;/* forcer le hover sur l'ensemble du menu et pas que sur item */
}
.contact-rs .menu-item-type-custom{
    border-right: none;
}
.contact-rs .menu-item-type-custom a{
    padding-left: 0;
    font: 0/0 a;
    color: transparent;
    border: 0;
    text-shadow: none;
}
.contact-item {
    position: relative;
    width: 4.5rem;
    text-align: center; 
    margin: 0rem 0.5rem;   
}
.contact-item:first-of-type {
    margin-left: 0rem;     
}
.contact-item> a::before{
    content: '';
    display: inline-block;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: 0.3s;
}
.contact-item> a[href*="facebook"]::before{
    background-image: url(../illustration/fbicon.svg);
}
.contact-item> a[href*="linkedin"]::before{
    background-image: url(../illustration/ln-icon.svg);
}
.contact-item> a[href*="instagram"]::before{
    background-image: url(../illustration/insta-icon.svg);
}
.contact-item> a[href*="tel"]::before{
    background-image: url(../illustration/phone-icon.svg);
}
.contact-item> a[href*="mail"]::before{
    background-image: url(../illustration/mail-icon.svg);
}
.souslist-item a{
    color:var(--fondcourant);
    line-height: 1.5;
}
@media (min-width: 48em) { /* 48em * 16 = 768px */
    .site-footer .container{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .list-footer{
        display: flex;
        min-width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    .list-footer-item:nth-child(1){
        text-align: left;
    }
    .list-footer-item:nth-child(3){
        text-align: right;
    }
    .contact-item> a:hover::before,
    .contact-item> a:focus::before{
        filter: invert(85%) sepia(38%) saturate(197%) hue-rotate(357deg) brightness(89%) contrast(90%);
        filter:drop-shadow(4px 4px 10px var(--jaunâtre)) ;
        rotate: 360deg;
        -webkit-transform: rotate(360deg);
    }
    .souslist-item a:hover,
    .souslist-item a:focus{
        color:var(--jaunâtre);
        font-weight: 900;
    }
    .coordonnees-list li:hover,
    .coordonnees-list li:focus{
        background-color: none;
    }
    .contact-item> a[href*="tel"]::before{
        display: none;
    }
    .contact-item> a[href*="mail"]::before{
        display: none;
    }
}
/* Nos Formules */
.souslist .menu-item-type-post_type{
    border-right: none;
}
/*Partie publicité AMwev*/
.copyright .container{
    display: flex;
    flex-direction: column;
    padding: 2rem 0;
}
.logo-creator{
    display: block;
    width: 15rem;
    height: 10rem;
    background-image: url(../illustration/AMweb.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
@media (min-width: 46.87em){
    .copyright .container{
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

/*Ma page principale*/

.remerciement .content{
    padding-bottom: 5rem;
}
.content-corps{
    display: flex;
    flex-direction: column;
}
.content-galerie{

    display: flex;
    overflow: hidden;
    margin-bottom: 3rem;
}
.content-text{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    position: relative;
}
.content-text .section-text{
    text-align: left;
}

.content-text p{
    margin-bottom: 3rem;
}
.content-text p> a{
    color: var(--rougeâtre);
    pointer-events: all;
    position: relative;
    font-size: 1.1em;
    margin-bottom: 1rem;
}
.content-text p> a::before{
    content: '';
    position: relative;
    top: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: var(--jaunâtre);
    border-radius: 50%;
    margin-right: 1rem;
}
@media(min-width:62.5em){
    .content-text p> a::after{
        content: '';
        display: inline-block;
        position: relative;
        top: -5px;
        width: 100%;
        height: 2px;
        transform: scaleX(0%);
        background-color: var(--jaunâtre);
        transition: 0.3s ease-in;
    }
    .content-text p> a:hover:after{
        transform: scaleX(100%);
    }
}
.content-text > p:last-of-type{
    margin-bottom: 5rem;
}

.formule-descro > p:last-of-type{
    margin-bottom: 5rem;
}
.content-text .mention{
    font-weight: 600;
    margin-top: 5rem;
}
.content-text .wrap-btn{
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}
@media(min-width:62.5em){
    .content-corps{
        flex-direction: row;
        justify-content: space-between;
    }
    .content-text{
        order: 1;
        width: 50%;
        margin-right: 4.5rem;
    }
    .content-galerie{
        order: 2;
        width: 50%;
        margin-bottom: 0;
     }
    .content-text .wrap-btn{
        bottom: 5rem;
    }
}
@media(min-width:93.75em){
    .content-text p{
        margin-bottom: 5rem;
    }
}
/* La liste de prix */
.content-list{
    display: flex;
    flex-direction: column;
    align-self: center !important;
    background-color: var(--jaunâtre);
    border-radius: 2rem;
    min-width: 80%;
    margin-top: 9rem;
}
.content-list li{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    margin-top: 2rem;
}
.list-prix-item{
    margin-bottom: 0rem !important;
    font-weight: 700;
}
/*---------------------------
LA PAGE LES REALISATIONS
-----------------------------*/
.single-realisation .content-corps{
    flex-direction: column;
    width: 100%;
    align-content: center;
    position: relative;
}
.single-realisation .content-titre{
    margin-top: 5rem;
}
.return{
    display: block;
    position: absolute;
    top: -2rem;
    right: 0rem;
    width: 5rem;
    height: 5rem;
    border-radius: 6px;
    background-color: var(--litvin);
    background-image: url(../illustration/backtotop.svg);
    transform: rotate(-90deg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:contain;
    cursor: pointer;
}
.content-img_realisation{
    display: flex;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-left: auto;
    margin-right: auto;
}
.content-text_realisation{
    position: relative;
    bottom: 7rem;
    left: 5%;
    display: flex;
    flex-direction: column;
    width: 70%;
    border-radius: 6px;
    border: none;
    background-color: var(--litvin);
    color: var(--jaunâtre);
    text-align: left;
    padding: 1.5rem 2rem;
}
.content-text_realisation > p{
    color: var(--jaunâtre);
    margin-bottom: 2rem;
}
.content-text_realisation >.date_realisation{
    color:  var(--fondcourant)  ;
}
.content-text_realisation > .list-liens{
    max-width: 80%;
}
.list-liens li{
    display: inline-flex;
}
.list-liens li a{
    color: var(--rougeâtre);
    pointer-events: all;
    position: relative;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
.list-liens li a::before{
    content: '';
    position: relative;
    top: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: var(--jaunâtre);
    border-radius: 50%;
    margin-right: 1rem;
}
@media (min-width:46.87em ){/*à partir de 750px */
    .return{
        right: -2rem;
        opacity: 0.4;
        transition: 0.3s ease-in;
    }
    .return:hover{
        opacity: 1;
        background-color: var(--rougeâtre);
    }
    .content-text_realisation .list-liens{
        display: flex;
        flex-direction: column;
        align-items: start;
        font-size: 16rem;
    }
    .list-liens li a{
        font-size: 1.8rem;
    }
    .content-text_realisation .list-liens a::after{
        content: '';
        display: inline-block;
        position: relative;
        top: -5px;
        width: 100%;
        height: 2px;
        transform: scaleX(0%);
        background-color: var(--jaunâtre);
        transition: 0.3s ease-in;
    }
    .content-text_realisation .list-liens li:hover a::after{
        transform: scaleX(100%);
    }
}

/*
*LES COMPOSANTS
*/

/*Les boutons*/

.wrapp-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.btn{
    display: inline-block;
    padding:2rem 2.5rem;
    border: none;
    border-radius: 1.8rem;
    background-color: var(--fondcourant);   
    color: var(--litvin);
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    position: relative;
    z-index: 0;
}

.btn::after{
    content: '';
    display: block;
    position: absolute;
    top: 99%;
    left: 45%;
    z-index: -1;
    width: 1%;
    height: 15rem;
    background-color:var(--jaunâtre);
    border-radius: 1.5rem;
    opacity: 0;
    transition: 0.3s;
}

.btn-secondaire{
    background-color: var(--litvin);
    color: var(--jaunâtre); 
}

.btn-submit{
    background-color: var(--litvin);
    color: var(--jaunâtre); 
}

.btn:hover,
.btn:focus{
    cursor: pointer;
}

/*bouton back to top*/

#back {
    display: none;
    position: fixed;
    right: 3.6rem;
    bottom: 4rem;
    z-index: 1001;
    width: 4rem;
    height: 6rem;
    border: none;
    border-radius: 10px;
    padding: 10px;
    outline: none;
    background-color: var(--litvin);
    background-image: url(../illustration/backtotop.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:contain;
    cursor: pointer;
  }
#back:hover,
  #back:focus{
    background-color: #555; /* Add a dark-grey background on hover */
  }
@media(min-width:62.5em){
    #back {
        width: 6rem;
        height: 8rem;
      }
    .btn:hover::after,
    .btn:focus::after{
        opacity: 1;
        top: 0%;
        left: 0%;
        z-index: -1;
        width: 100%;
    }
    .btn:hover,
    .btn:focus{
        box-shadow: 3px 3px 10px var(--fondcourant);
        color: var(--litvin);
    }
    .back-to-top:hover,
    .back-to-top:focus{  
        filter:drop-shadow(5px 8px 10px var(--jaunâtre)) ;
        transform: scale(1);
        filter: invert(85%) sepia(38%) saturate(197%) hue-rotate(357deg) brightness(89%) contrast(90%);
    }  
}
/* les galeries d'images*/
.galerie{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
    grid-column-gap: 2.4rem ;
    column-gap: 2.4rem ;
    grid-row-gap:1.5rem ;
    row-gap:1.5rem ;
}
.galerie li{
    display: grid;
    overflow: hidden;
}
.galerie li > img{
    display: block;
    place-self: stretch;
    object-fit: fill;
    object-position: left;
}
.galerie .galerie-picture:nth-child(1){
    grid-column: 1/2;
}
.galerie .galerie-picture:nth-child(2){
    grid-column: 2/3;
}
.galerie .galerie-picture:nth-child(3){
    grid-column: 1/3;
}

/*Les formules*/
.container-formules .content-galerie{
    display: flex;
    height: auto;
}
.galerie-formules{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: -webkit-max-content 25vh 20vh -webkit-max-content;
    grid-template-rows: max-content 25vh 20vh max-content;
    grid-column-gap: 2.4rem ;
    column-gap: 2.4rem ;
    grid-row-gap:1.5rem ;
    row-gap:1.5rem ;
}
.galerie-formules li{
    display: grid;
    overflow: hidden;
}
.galerie-formules li > img{
    align-self: stretch;
    justify-self: stretch;
    place-self: stretch;
    object-fit: fill;
}
.galerie-formules .galerie-picture:nth-child(1){
    grid-column: 1/3;
}
.galerie-formules .galerie-picture:nth-child(3){
    grid-column: 2/3;
    grid-row: 2/4;
}
.galerie-formules .galerie-picture:nth-child(5){
    grid-column: 1/3;
    grid-row: 4/5;
}
/*Galerie - réalisations*/
.realisations-galerie .content-corps{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.realisations-galerie .galerie{
    grid-template-columns: 1fr;
    grid-auto-rows: 270px;
    row-gap: 1.5rem;
    column-gap: 2rem;
}
.realisations-galerie .galerie .galerie-item{
    position: relative;
    display: grid;
    overflow: hidden; 
}
.galerie-item .img-link img{
    align-self: stretch;
    justify-self: stretch;
    object-fit: cover;
    object-position: center;
    /*A cause de la compatibilité firefox chrome et edge avec les sorties wp*/
    width: 100%;
    height: 100%;
}
.galerie-item .apercu-text{
    position: absolute;
    bottom: 5rem;
    left: 1rem;
    display: flex;
    padding: 1rem 2rem;
    max-width: 80%;
    border: none;
    border-radius: 7px;
    background-color: var(--litvin);
    color: var(--jaunâtre);
}
@media (min-width: 46.87em){/* à partier de 750px
    /* Mise en page des images */
    .realisations-galerie .galerie{
        grid-template-columns: repeat(12, 1fr);
        grid-auto-flow: dense;
        grid-gap: 1rem;
    }
    .galerie-item{
        align-self: stretch;
        justify-self: stretch;
        display: flex;
        position: relative;
    }
    .galerie-item .img-link{
        display: block;
        min-width: 100%;
        display: grid;
    }
    .apercu-text{
        opacity: 0;
        transition: 0.3s ease-in opacity 0.5s;
    }
    .galerie .galerie-item .img-link:hover + .apercu-text{
        opacity: 1;
    }
    /* Placement automatique dans la grille */
    .galerie li:nth-child(1){
        grid-column: auto / span 5;
    }
    .galerie li:nth-child(2){
        grid-column: auto / span 3;
    }
    .galerie li:nth-child(3){
        grid-column: auto / span 4;
        grid-row: auto / span 2;
    }
    .galerie li:nth-child(4){
        grid-column: auto / span 3;
    }
    .galerie li:nth-child(5){
        grid-column: auto / span 5;
    }
    .galerie li:nth-child(6){
        grid-column: auto / span 4;
        grid-row: auto / span 2;
    }
    .galerie li:nth-child(7){
        grid-column: auto / span 3;
    }
    .galerie li:nth-child(8){
        grid-column: auto / span 5;
    }
    .galerie li:nth-child(9){
        grid-column: auto / span 5;
    }
    .galerie li:nth-child(10){
        grid-column: auto / span 3;
    }
    .galerie li:nth-child(11){
        grid-column: auto / span 5;
    }
    .galerie li:nth-child(12){
        grid-column: auto / span 3;
    }
    .galerie li:nth-child(13){
        grid-column: auto / span 4;
        grid-row: auto / span 2;
    }
    .galerie li:nth-child(14){
        grid-column: auto / span 3;
    }
    .galerie li:nth-child(15){
        grid-column: auto / span 5;
    }
    .galerie li:nth-child(16){
        grid-column: auto / span 4;
        grid-row: auto / span 2;
    }
    .galerie li:nth-child(17){
        grid-column: auto / span 3;
    }
    .galerie li:nth-child(18){
        grid-column: auto / span 5;
    }
    .galerie li:nth-child(19){
        grid-column: auto / span 5;
    }
    .galerie li:nth-child(20){
        grid-column: auto / span 3;
    }
    /* animation hover et focus */
    .galerie .galerie-item .img-link img{
        filter: grayscale(100%);
        transition: .3s ease-in-out;
    }
    .galerie .galerie-item .img-link:hover img,
    .galerie .galerie-item .img-link:focus img{
        filter: grayscale(0);
        box-shadow: 7px 10px 40px 0px rgba(0,0,0,0.71);
        -webkit-box-shadow: 7px 10px 40px 0px rgba(0,0,0,0.71);
        -moz-box-shadow: 7px 10px 40px 0px rgba(0,0,0,0.71);
        transform: scale(1.01);
    }
}
/*galery partenaires*/
.container-partenaires{
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}
.container-partenaires .acf-gallery{
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-rows: minmax(150px, auto);
}
.partenaires-previews{
    display: grid;
    overflow: hidden;
}
.partenaires-previews a{
    display: grid;
    align-self: stretch;
    justify-self: stretch;
}

.partenaires-previews .wrapper-img{
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
}
.partenaires-previews .wrapper-img img{
    margin-bottom: 2rem;

}
.partenaires-previews figcaption{
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    transition: 0.5s;
}
@media (min-width: 62.5em){
    /* animation hover et focus */
    .partenaires-previews .wrapper-img img{
        filter: grayscale(100%);
        transition: .3s ease-in-out;
    }
    .partenaires-previews .wrapper-img:hover img,
    .partenaires-previews .wrapper-img:focus img{
        filter: grayscale(0);
        transform: scale(1.05);
    }
    .partenaires-previews .wrapper-img:hover figcaption{
        background-color: var(--litvin);
        color: var(--jaunâtre);
    }
}
/* LES CARDS */

/*Les cards formules et avis*/
.list{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;    
}

.list .list-item{
    max-width: 32rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 27rem 6rem 15rem 5rem;
    justify-items: center;
    margin-bottom:6rem ;
}
.list-item .preview{
    display: block;
    width: 27rem;
    height: 27rem;
    border: none;
    border-radius: 50%;
    background-color: var(--gris);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    align-self: center;
    justify-self: center;
    align-self: center;
    justify-self: center;
    place-self: center;
}
.list-item:nth-child(1) .preview{
    background-image: url(../img/preview1.png);
}

.list-item:nth-child(2) .preview{
    background-image: url(../img/preview2.png);
}
.list-item:nth-child(3) .preview{
    background-image: url(../img/preview3.png);
}
.titrecard{
    align-self: center;
}
.description-card{
    text-align: left;
    width: 27rem;
    align-self: flex-start;
}
.wrap-btn{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
@media (min-width: 62.5em) { /* 62.5em * 16 = 1000px */
    .list{
        flex-direction: row;
        justify-content: space-between;
    }
}
.title_answer{
    margin-bottom: 3rem;
}

.card-avis{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom:4rem;
    max-width: 33rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
.icon{
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
}
.icon .stars{
    display: block;
    width: 18rem;
    height: 8rem;
    border: none;
    background-image: url(../illustration/noun_stars_1206491.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    align-self: start;
    justify-self: center;
    align-self: start;
    justify-self: center;
    place-self: start center;
}
.icon .joyeux{
    display: block;
    width: 15rem;
    height: 21rem;
    border: none;
    background-image: url(../illustration/noun_Happy_3122278.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    justify-self: center;
}
.card-avis .description-card{
    margin-bottom: 1rem;
}
/*------------------------ 
*MEs PAGES DE  FORMULAIRES 
-------------------------*/
/* partie Newsletter*/
.formulaire{
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.formulaire .wpcf7-form{
    display: grid;
    width: 90%;
    margin-left: auto;
    padding-top: 3rem;
}
.formulaire .wpcf7-form div{
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
    overflow: hidden;
}
.formulaire input{
    max-width: 80%;
    /* min-width: 50%; */
    border-radius: 0.8rem;
    padding: 0.8rem 1.5rem;
}
.formulaire .submit{
    display: flex;
    max-width: 80%;
    justify-content: center;
    align-items: center;
}
.formule .wpcf7-form-control{
    min-width: 0px;
    width: 80px  !important;
    position: relative;
}
.acceptance-700{
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
}
.acceptance-700 .wpcf7-list-item> label{
    display: flex;
    width: 100%;
    align-items: center;
}
.acceptance-700 .wpcf7-list-item .acceptance{
    flex: 1;
    display: block;
    margin-right: 2rem;
}
.acceptance-700 .wpcf7-list-item .wpcf7-list-item-label{
    display: flex;
    min-width: 13rem;
}
.acceptance-700 .wpcf7-list-item .wpcf7-list-item-label a{
    font-size: 1.4rem;
    color: black;
}
/*--------------------------
*Page 404
------------------------------*/
.container-404 .section_title{
    margin-bottom: 2rem;
}
.img-wrapper404{
    max-width: 100%;
    position: relative;
    margin-bottom: 2rem;
}
.explication-404{
    position: absolute;
    width: 100%;
    bottom: 55%;
    padding-left: 3%;
    padding-right: 3%;
    font-family: 'Tillana', sans-serif;
    color: rgb(255, 145, 0, 100%);
    font-weight: 700;
    font-size: 2.8rem;
    text-align: center;
    text-shadow: var(--litvin) 1px 0 10px;
    
}
@media(min-width: 46.87em){
    .img-wrapper404{
        max-width: 75%;
    }
    .explication-404{
        font-size: 3.8rem;
        text-shadow: var(--litvin) 1px 0 10px;

        
    }

}