*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

p, span, b, div, li, input, textarea{
    font-family: brother-1816;
    font-size:1rem;
}

::-webkit-scrollbar-thumb {
    background: var(--bleu);
}

::-webkit-scrollbar-track {
    background: #FEFBF6;
}

::-webkit-scrollbar {
    height: 15px;
    width: 15px;
}

body{
    background-color:#FEFBF6;
}

footer{
    background:var(--bleu);
}

footer h2{
    color:white;
}

ul li{
    list-style-type: none;
}

a{
    text-decoration:none;
}

:root{
    --bleu: #2F3D4A;
    --gris-1: #6b6b6b;
    --gris-2: #555555;
    --beige-1: #FFFAEE;
    --beige-2:#FFE8B4;
}

.li-logo a{
    height:74px;
}

.menu-fixed-top .li-logo a{
    height:54px;
}

.li-logo h1{
    padding: 17px;
    color:transparent;
}

.page-interne .li-logo a{
    font-size: 0 !important;
    padding:35px;
}

.page-interne.menu-fixed-top .li-logo a{
    padding:27px;
}

h1{
    text-align:center;
    font-family: eskorte-latin;
    font-weight:400;
    color:var(--bleu);
    font-size:2em;
    margin:0 auto;
}

h2{
    text-align:center;
    font-family: eskorte-latin;
    font-weight:400;
    color:var(--bleu);
    font-size:2em;
    margin:0 auto;
}

.anchor{
	position:relative;
}

.anchor .target{
	position:absolute;
	left:0;
	top:-100px;
}

.container{
    width:100%;
    display:flex;
    margin:40px 0;
}

.accueil header{
	height:100vh;
	width:100%;
	background-image:url('../img/black_1.jpg');
	background-position-x:-500px;
	background-position-y:center;
	background-size:cover;
	background-repeat: no-repeat;
	padding-top:100px;
}

.accueil header::before{
	content:'';
	position:absolute;
	top:81vh;
	width:91px;
	height:46px;
	background-image:url('../img/fleche.svg');
	background-size:cover;
	background-repeat: no-repeat;
	left:50%;
	transform:translateX(-50%);
	animation: fleche 1.5s linear infinite;
}

@keyframes fleche {
    0% { top:81vh}
	40% { top: 83vh}
	100% { top: 81vh }
}

.header-mobile{
	height:100px;
	width:100%;
	position:fixed;
	top:0;
	background:black;
	display:flex;
	justify-content: space-between;
	z-index:10;
}

nav{
	right:-100vw;
	position:fixed;
	top:100px;
	transition:.2s;
	width:100%;
	padding:20px;
	background:black;
    opacity:0.9;
	height:calc(100vh - 100px);
}

nav .li-logo{
	display:none;
}

nav ul li a{
	width:100%;
	text-align:right;
	display:block;
	padding:20px;
	padding-right:40px;
	color:white;
	font-size:1.2em;
	font-family:eskorte-latin;
	transition:.3s;
    position:relative;
	text-transform:uppercase;
}

.menu-fixed-top nav ul li a::before{
    bottom:3px;
    background:black;
}

nav ul li a:hover::before{
    width: 50px;
    left: 50%;
}

body.menu-open{
	overflow:hidden;
}

body.menu-open nav{
	right:0;
	z-index:10;
}

.logo{
	display:block;
	width:160px;
	height:100%;
	margin-left:30px;
	-webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transition:.2s;
    -webkit-mask-image:url('../img/logo.svg');
    mask-image: url('../img/logo.svg');
    background: white;
}

.menu-fixed-top nav{
	background:white;
	box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.76);
	height:80px;
	padding-top:14px;
}

.menu-fixed-top nav ul li a{
	color:black;
	padding:10px 20px;
	font-size:1.2em;
}

.menu-fixed-top nav .li-logo{
	background:black;
}

.menu-bouton{
	margin-right:30px;
	display:flex;
	flex-direction: column;
	align-items:center;
	position:relative;
	padding-top:25px;
	padding-bottom:10px;
}

.menu-bouton div{
	margin-top:10px;
	width:30px;
	height:3px;
	background:white;
	transition:.2s;
}

.menu-open .menu-bouton div:nth-child(1){
	transform:rotate(135deg);
	position:relative;
	top:12px;
}

.menu-open .menu-bouton div:nth-child(3){
	transform:rotate(-135deg);
}

.menu-open .menu-bouton div:nth-child(2){
	display:none;
}

.a-p-textes{
    display:flex;
    justify-content: center;
    flex-wrap:wrap;
    margin-top:10px;
    margin-bottom:20px;
}

.a-p-texte{
    text-align:justify;
    padding:32px;
    color:var(--gris-1);
    line-height: 1.6;
    font-size:1.1em;
}

.portrait{
    display:flex;
    flex-direction: column;
    transition:.2s;
}

.portrait:hover{
    box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.27);
}

.portrait p{
    padding:20px;
    padding-bottom:25px;
    text-align:center;
    color:white;
    position:relative;
    font-size:1.1em;
}

.portrait span{
    margin-bottom:30px;
    display:block;
    font-family: eskorte-latin;
    font-size:1.3em;
    text-transform: uppercase;
}

.p-photo{
    background-size:cover;
    background-position:center;
    height:250px;
    width:100%;
}

.p-photo-rudy{
    background-image:url('../img/rudy.jpg');
}

.p-photo-sylvain{
    background-image:url('../img/sylvain_2.jpg');
}

.p-rudy{
    margin-bottom:100px;
    position:relative;
}

.p-rudy::after{
    content:'';
    width:250px;
    height:2px;
    background:var(--bleu);
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-48px;
}

.p-rudy p{
    background: rgb(64,82,99);
    background: linear-gradient(
            90deg, rgba(64,82,99,0.5998774509803921) -9%, rgba(47,61,74,1) 95%);
}

.p-sylvain p{
    background: rgb(93,93,93);
    background: linear-gradient(-90deg, rgba(93,93,93,0.6194852941176471) 17%, rgba(107,107,107,1) 100%);
}

.auteur-citation{
    position: absolute;
    bottom: -25px;
    left: 70%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size:1em;
}

.banniere{
    background-image:url('../img/chien_lavande.jpg');
    background-size:cover;
    height:320px;
    position:relative;
    background-repeat:no-repeat;
    margin-top:60px;
    background-attachment: fixed;
    background-position: center;
}

.banniere p{
    text-align:center;
    color:white;
    position:absolute;
    top:45px;
    left:50%;
    transform:translateX(-50%);
    padding:20px;
    font-size:1.2em;
    font-style:italic;
    width:100%;
}

.nos-tarifs{
    background-color:var(--beige-1);
    padding-bottom: 40px;
    padding-top: 40px;
    margin-bottom: 40px;
}

.tarifs{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tarif{
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    padding:35px;
    background:white;
    width:100%;
    max-width:500px;
    margin:20px 0px;
}

.t-nom,.t-prix{
    font-size:1.8em;
    font-family: eskorte-latin;
    color:var(--gris-2);
    margin-bottom:5px;
}

.t-prix{
    margin-bottom:20px;
}

.t-texte{
    text-align:center;
    margin-bottom:40px;
    color:var(--gris-1);
    position:relative;
    font-size:1.05em;
}

.t-texte::after{
    content:'';
    display:block;
    position:absolute;
    width:160px;
    height:1px;
    background:var(--gris-1);
    bottom:-20px;
    left:50%;
    transform:translateX(-50%);
}

.tt1{
    font-size:1.2em;
}

.tarif-explication .t-texte{
    text-align:left;
    margin:20px;
}

.tarif-explication .t-texte::after{
    display:none;
}

.tarif-explication ul li{
    list-style-type: disc;
    font-size: 1.05em;
    margin-bottom:20px;
}

.sous-titre{
    font-size:1.2em;
    margin-bottom:20px;
    color:var(--gris-1);
}

.t-texte.tt3::after{
    display:none;
}

.btn{
    border:0;
    margin-top:10px;
    font-family:brother-1816;
    font-size:1.3em;
    text-align:center;
    color:var(--bleu);
    display:block;
    padding:15px 20px;

    background: linear-gradient(to right, var(--bleu) 48%, var(--beige-2) 50%);
    background-size: 207% 100%;
    background-position: right bottom;
    transition: all .3s ease;
}

.btn:hover{
    background-position: left bottom;
    color:white;
}

.info-tarifs{
    width:100%;
    max-width:900px;
    padding:20px;
    color:var(--bleu);
    font-style:italic;
    font-size:1.2em;
    text-align:center;
    margin:0 auto;
}

footer h2{
    margin-top:20px;
}

footer{
    padding:20px;
}

.message-send, .message-error{
	display:none;
	padding: 20px;
    text-align: center;
    max-width: 300px;
    margin: 10px auto;
}

.message-send{
    background: lightgreen;
}

.message-error{
	background:lightsalmon;
}

body.success-form .message-send{
	display:block;
}

form{
    width:100%;
    max-width:680px;
    margin:30px auto 0 auto;
}

.form-wrapper{
    display:flex;
}

.form-item{
    width:100%;
    overflow-x:hidden;
}

form label{
    display:none;
}

form input, form textarea{
    background:var(--bleu);
    border:0;
    border-bottom:2px solid white;
    margin:10px 0;
    width:100%;
    color:white;
}

#form-nom{
    width:90%;
}

input.btn{
    width:auto;
    padding:0px 45px;
    margin:10px auto 20px auto;
    background: linear-gradient(to right, white 48%, var(--beige-2) 50%);
    background-size: 207% 100%;
    background-position: right bottom;
    transition: all .15s ease-out;
}

input.btn:hover{
    color:var(--bleu);
    cursor:pointer;
}

form input{
    line-height:3;
}

form textarea{
    margin-top:20px;
}

form input:focus::placeholder, form textarea:focus::placeholder{
    color: transparent;
}

form input:focus-visible, form textarea:focus-visible{
    outline:0;
}

form input::placeholder, form textarea::placeholder{
    color:white;
    transition:0.15s;
}

.rs-wrapper {
    margin: 30px auto 60px auto;
}

.follow{
    color:white;
    font-size:1.5em;
    text-align:center;
}

.rs{
    text-align:center;
    margin-top:20px;
}

.rs a{
    color:transparent;
    position:relative;
    margin:0px 20px;
}

.fb::after{
    content:'';
    display:block;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transition:.2s;

    -webkit-mask-image:url('../img/facebook.svg');
    mask-image: url('../img/facebook.svg');

    background: white;
    width: 60px;
    height: 60px;

    position: absolute;
    left: 8px;
    top: 0;
}

.insta::after{
    content:'';
    display:block;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transition:.2s;

    -webkit-mask-image:url('../img/instagram.svg');
    mask-image: url('../img/instagram.svg');

    background: white;
    width: 60px;
    height: 60px;

    position: absolute;
    left: 7px;
    top: 0;
}

.insta:hover::after, .fb:hover::after{
    background:var(--beige-2);
}

.end-footer{
    color:white;
    display:flex;
    flex-direction: column;
    align-items:center;
    padding:30px;
}

.end-footer a:hover{
    color:var(--beige-2);
}

.ed-1{
    display:flex;
    flex-direction: column;
    align-items:center;
}

.end-footer a, .end-footer div{
    font-size:1.05em;
    text-align:center;
}

.end-footer div{
    padding:0 5px;
}

.ed-1, .end-footer a{
    margin-bottom:5px;
}

.end-footer a{
    color:white;
}

.photos-container img{
    width:100%;
    cursor:pointer;
    height:100%;
}

.slideshow-container img{
    max-height:100%;
    max-width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

/* R CSS */

.slideshow-modal{
    position: fixed;
    background-color: rgba(0, 0, 0, 1);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    transition: all 0.3s;
    align-items: center;
    pointer-events: none;
    display: none;
    flex-direction: column;
}

.slideshow-container{
    margin: auto;
    height:100%;
}

.prev, .next{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.prev{
    left: 0;
}

.next{
    right: 0;
    border-radius: 3px 0 0 3px;
}

@media (hover: hover) {
    .prev:hover, .next:hover{
        background-color: rgba(255,255,255,0.2);
    }
}

.slideshow-preview{
    position: relative;
    margin: 15px auto;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    display: none;
    height: 200px;
}

.preview{
    cursor: pointer;
    height: 90%;
    margin: 0 2px;
    display: none;
}

.active, .preview:hover{
    transition: 0.3s;
    filter: brightness(40%);
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade{
    from {opacity: .4}
    to {opacity: 1}
}

.slideshow-close-container {
    line-height: 50px;
    position: absolute;
    right: 40px;
    top: 40px;
    width: 40px;
    height: 40px;
}

@media screen and (min-width:1550px){
    .slideshow-container{
        max-width: none;
        height: 85%;
        margin: 20px auto 20px auto;
    }

    .slideshow-preview{
        display: block;
    }

    .slides{
        height: 100%;
    }

    .slideshow-container img{
        height: 100%;
        width: auto;

        max-height:800px;
        max-width:initial;
        position:relative;
    }

    .preview{
        display: inline-block;
    }
}

.close-container {
    color: #aaa;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    align-items: center;
    display: flex;
}

.close::before{
    transform: rotate(45deg);
}

.close::after{
    transform: rotate(-45deg);
}

.close::before, .close::after{
    position: absolute;
    content: '';
    height: 2px;
    width: inherit;
    background: white;
    left: 0;
    transition: all .2s ease-in;
    border-radius: 5px;
}

.close-container:hover .close{
    transform: rotate(90deg);
}

.close{
    width: inherit;
    transition: all 0.2s ease-out;
}

/* FIN R CSS */

.photos-container figure {
    background: black;
    position:relative;
    display:flex;
}
.photos-container figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

    position:relative;
}

.photos-container figure .plus{
    opacity:0;
    width:70px;
    height:70px;
    position:absolute;
    top:50%;
    transform:translate(-50%, -50%);
    left:50%;
    background-image:url('../img/plus.svg');
    background-size:cover;
    background-repeat: no-repeat;
    z-index:10;
    transition:.2s;
    cursor:pointer;
}

.tmp-travaux{
	text-align: center;
	color:#e50404;
}

.blank_space{
	height:48px;
}

.mentions-legales{
    flex-direction: column;
    padding:20px;
}

form .form-rgpd label{
    display:block
}

.form-rgpd{
    display: flex;
    margin: 25px 0;
}

.form-rgpd label{
    order:2;
    color:white;
}

.form-rgpd label a{
    color:var(--beige-2);
}

.form-rgpd label a:hover{
    color:var(--beige-2);
}

#form-rgpd{
    order: 1;
    width: 60px;
}

.page-interne .mentions-legales{
    padding-top:80px;
}

.grid-item {
    width: 320px;
    margin-bottom:8px;
    height: auto;
}

.photos-container{
    margin: 40px auto 40px auto;
}

.tel-mail{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
}

.tel-mail a{
    color: var(--beige-2);
    margin-bottom: 6px;
    display: block;
    font-size: 1.1rem;
    transition:.2s;
}

.tel-mail a:hover{
    color:white;
}

.formulaire-title{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.formulaire-title h3{
    font-size:1.7em;
    color:white;
    text-transform: uppercase;
    font-family: eskorte-latin;
    font-weight: 400;
}

/* La séance */

.la-seance{
    padding-top: 40px;
    margin-bottom: 40px;
}

.ls-container{
    display:flex;
    flex-direction: column;
}

.ls-container-2{
    display:flex;
    flex-direction: column;
}

.ls-titre{
    padding:30px;
    padding-bottom:40px;
    font-size:1.5em;
    color:var(--bleu);
    margin-top:20px;
    position:relative;
}

.lst-left::after, .lst-right::after{
    content:'';
    width:180px;
    height:2px;
    background:var(--bleu);
    position:absolute;
    left:30px;
    bottom:17px;
}

.ls-texte{
    padding:30px;
    color:var(--bleu);
}

.ls-photo{
    display:flex;
}

.ls-photo img{
    width: auto;
    max-height: 199px;
    display: block;
    margin: 0 auto;
}

.temoignages{
    margin-bottom:40px;
}

.temo-container{
    display:flex;
    justify-content: center;
    flex-wrap:wrap;
    margin-top:20px;
}

.temo-container img{
    max-height:650px;
    margin:20px 30px;
}

/* Scroll apparition js */

.scroll-apparition{
	opacity:0;
	transition: opacity 0.8s ease-in-out;
}

.scroll-apparition.scroll-active{
    opacity: 1;
}

.galerie-exterieur{
    margin-top:40px;
}