html {
    font-size: 62.5%;
}

body {
    margin: 0;
    font-family: 'Lato', 'sans-serif';
    background: url(../ressources/mer.jpg); 
    background-size: cover;
    background-attachment: fixed;
    background-color: #f7f7f7;
}


/* Navigation */

#navigation {
    position: fixed;
    z-index: 40;
    width: 100%;
    background-color: #f0Ead6;
    text-align: center;
    height: 10rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 55% 70%, 50% 90%, 45% 70%, 0% 70%);
    transition: all 0.8s ease-in-out;
    /* anim GS */
    opacity: 0;
}

#navigation a {
    width: 100%;
    text-decoration: none;
    font-size: 2.8rem;
    padding: 1rem 5rem;
    line-height: 6.5rem;
    font-family: 'Kaushan Script';
    margin: auto;
    color: #373737;
}

#navigation a:active {
    font-size: 4rem;
}

.icon {
    display: none;
}


/* Header accueil */

header {

    height: 100vh;
    width: 100%;
    background: url("../ressources/goutte_do.jpg");
    background-size: cover;
    background-position: center;
}

h1 {
    text-align: center;
    margin: auto;
    color: #360b0b;
    position: relative;
    top: 12rem;
    font-family: 'Kaushan Script';
    font-size: 11rem;
    /* Anim GS */
    opacity: 0.4;
    padding: auto;
}

header h2 {
    text-align: center;
    margin: 0;
    color: #f7f7f7;
    position: relative;
    top: 28rem;
    font-family: 'Abril Fatface';
    font-size: 5rem;
    letter-spacing: 0.9rem;
    /* Anim GS */
    opacity: 0;
}
header h3 {
    text-align: center;
    margin: 0;
    color: #f7f7f7;
    position: relative;
    top: 35rem;
    font-family: 'Abril Fatface';
    font-size: 5rem;
    letter-spacing: 0.2rem;
    /* Anim GS */
    opacity: 0;
}
header #arrow {
    color: black;
    height: 8rem;
    width: 8rem;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    line-height: 8rem;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    /* permet de faire une animation sur les ciseaux */
    background: white;
    box-shadow: 0 0 0 0 #fff;
    animation: pulse 1.3s infinite;
    /* Anim GS */
    opacity: 0;
}
.flotte {
    float:left;
    }
header img {
    
    border-radius: 50%;
    margin-top: 20rem;
    /* text-align: left; */
}

/* permet de faire une animation sur les ciseaux */

@keyframes pulse {
    to {
        box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.01);
    }
}

/* Vignette*/


/* .vignette {
    padding-top : 15rem;
    padding-bottom : 5rem;
    padding-left: 20rem;
    margin-bottom: 10rem;
    margin-top: 15rem;
    width: 100%;
	display: inline-block;

} */
.cards {
    width: 480px;
    height:670px;
    margin: 15rem auto 5rem !important; 
    /* margin-top: 15rem;
    margin-bottom: 15rem; */
    /* margin-left: 15rem; */
    /* margin-right: 15rem; */
	display: inline-block;
	background: #fff;
	padding-top: 2rem;
	padding-bottom: 5rem;
    padding-left: 3rem;
    padding-right: 3rem;
	font-family: 'Salsa' sans-serif, !important;
	border: 3px #243f78 solid;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.50), 0 3px 6px rgba(0, 0, 0, 0.90);
}
.cards:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 40px 30px rgba(0, 0, 0, 0.22);
    transition: 0.8s;
    border-radius: 40px;
}

.cards span {
    text-transform: uppercase;
    font-family: 'Salsa' sans-serif;
    display: block;
    text-align: center;
    font-size: 16px;
    color: black;
    text-align: center;
}

.cards .info {
    font-size: 16px;
    font-family: 'Salsa' sans-serif;
    text-transform: uppercase;
    text-align: justify;
}

/* .vignette .facebook {
    padding-top: 30px;
    font-size: 16px;
    font-family: 'Salsa' sans-serif;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
} */
.cards img{
	min-width: auto;
    height: 110px;
    margin: auto;
    border-radius: 30px;
}



/* première section About avec 3 photos */

.section-about {
    margin: 50rem auto 15px auto;
    width: 100%;
    background-color: #f7f7f7;
    padding-top: 5rem;
    padding-bottom: 10rem;
    opacity: 0.7;
    
}

.centerH {
    text-align: center!important;
    margin-bottom: 8rem!important;
}

.titreAbout {
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    background-image: linear-gradient(to right, #373737, #C0b283);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: .2rem;
    padding-top: 5rem;
}

.row {
    max-width: 114rem;
    margin: 0 auto;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

.row [class^="col-"] {
    float: left;
}

.row [class^="col-"]:not(:last-child) {
    margin-right: 6rem;
}

.row .col-1-of-2 {
    width: calc((100% - 6rem) / 2);
}

.paragraphe {
    font-size: 2.2rem;
    text-align: justify;
}

.sousTitreSophro {
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.5rem!important;
    text-align: center;
}

.paragraphe:not(:last-child) {
    margin-bottom: 3rem;
}

.composition {
    position: relative;
}

.composition_photo {
    width: 55%;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    position: absolute;
    z-index: 10;
    transition: all .2s;
    outline-offset: 2rem;
}


/* placement des photos */

/* .composition_photo--1 {
    left: 0;
    top: -2rem;
} */
/* 
.composition_photo--2 {
    right: 0;
    top: 2rem;
} */

/* .composition_photo--3 {
    left: 20%;
    top: 10rem;
} */


/*  encadrement des photos au passage de la souris */
/* 
.composition_photo:hover {
    outline: 1.5rem solid #C0b283;
    transform: scale(1.05) translateY(-0.5rem);
    box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
    z-index: 30;
} */

/* .composition:hover .composition_photo:not(:hover) {
    transform: scale(0.95);
} */


/* Section Tarifs */

/* #tarifs {
    /* border-top: 1px dashed rgb(209, 174, 59); 
} */
/* première section About avec 3 photos */

.section-presentation {
    
    margin: 30rem auto 30px auto;
    width: 100%;
    background-color: #f7f7f7;
    padding-top: 5rem;
    padding-bottom: 10rem;
    opacity: 0.7;
    
}
/* ul {
    list-style: none;
} */
blockquote {
    color: #444;
}
.centerH {
    text-align: center!important;
    margin-bottom: 2rem!important;
}

.titrePresentation {
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    background-image: linear-gradient(to right, #373737, #C0b283);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: .2rem;
    padding-top: 4rem;
}

.row {
    max-width: 114rem;
    margin: 0 auto;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

.row [class^="col-"] {
    float: left;
}

.row [class^="col-"]:not(:last-child) {
    margin-right: 6rem;
}

.row .col-1-of-2 {
    width: calc((100% - 6rem) / 2);
}

.paragraphe {
    font-size: 2.2rem;
    text-align: justify;
}

.sousTitrePresentation {
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.5rem!important;
    text-align: center;
    border-left: #444, 1px;
}


.paragraphe:not(:last-child) {
    margin-bottom: 3rem;
}

.composition {
    position: relative;
}

.composition_photo {
    width: 55%;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    position: absolute;
    z-index: 10;
    transition: all .2s;
    outline-offset: 2rem;
}

/* Accompagnement */
.section-accompagnement {
    
    margin: 50rem auto 15px auto;
    width: 100%;
    background-color: #f7f7f7;
    padding-top: 5rem;
    padding-bottom: 10rem;
    opacity: 0.7;
    
}
.sousTitreAccompagnement {
    font-size: 2.1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.5rem!important;
    text-align: left;
    
}
.sousTitreEnumeration {
    font-size: 1.8rem;
    /* font-weight: 700; */
    text-transform: uppercase;
    margin-left: 2rem!important;
    text-align: left;
    text-decoration-line: none;
}

/* colonnes */
.column {
    /* padding: 70px auto 60px auto; */
    padding-top: 12rem;
    padding-bottom: 1rem;
    
}
fieldset {
    width: 100%;
    margin: 0px auto 15px auto;
    font-size: 15px;
    text-transform: italic;
    /* text-align: center; */
    padding: 25px auto 45px auto;
    background-color: #243f78;
    color: #000;
    text-transform: uppercase;     
    }

.containerTab {
    padding-top: 15px;
    text-align: justify;
    width: 65%;
    display: flex;
    align-items: left;
    margin:auto;
}

/* dégradé du titre */

/* #tarifs h2 {
    text-align: center;
    font-size: 5.5rem;
    background: #f7f7f7;
    dégradé du titre
    background-image: linear-gradient(to right, #000000, rgb(255, 239, 185));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin: 0;
    padding-top: 4rem;
} */

/* #containerFlex {
    background: #f7f7f7;
    width: 100%;
    height: 55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3rem;
} */

/* .flexCards {
    width: 30rem;
    height: 33rem;
    margin: 2rem;
    border: 1px dashed #373737;
    transition: all 0.2s ease-in;
} */

/* .flexCards:nth-child(1) {
    border: none;
    border: 1px dashed #373737;
} */
/* 
.flexCards:nth-child(2) {
    border: 1px dashed #373737;
    border: none;
} */
/* 
.flexCards:nth-child(3) {
    border: 1px dashed #373737;
} */

/* .head {
    width: 100%;
    height: 10rem;
    text-align: center;
    color: #373737;
    background: #F0Ead6;
} */

/* .head p {
    margin: 0;
    font-size: 3rem;
    line-height: 10rem;
    font-family: 'Abril Fatface';
} */

/* .contenu {
    margin: auto;
    text-align: center;
    font-size: 1.6rem;
    background: #f0Ead6;
    height: 6rem;
    line-height: 6rem;
} */

/* .prix {
    margin: 0;
    height: 11rem;
    background: #f0Ead6;
} */

/* .prix p {
    margin: 0 auto;
    font-size: 5rem;
    text-align: center;
    line-height: 11rem;
    font-family: 'Abril Fatface';
} */

/* .flexCards:nth-child(2) .head {
    background: #f0Ead6;
    color: #373737;
} */

/* .flexCards:nth-child(2) .contenu {
    background: #f0Ead6;
    color: #373737;
} */

/* .flexCards:nth-child(2) .prix {
    background: #f0Ead6;
    color: #373737;
} */


/* joue sur l'effet de grosseur au passage de la souris */

.flexCards:hover {
    transform: scale(1.15);
}


/* Section Phrases Slide */


/* img de fond */

#phrasesSlide {
    height: 50rem;
    width: 60%;
    /* border-top: 1px dashed rgb(209, 174, 59); */
    /* background: url(../ressources/goutte_do.jpg); */
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 10px;
    margin: auto;
}


/* Centre  */

.cadre {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80rem;
    height: 30rem;
    transform: translate(-50%, -50%);
    border-radius: 2px;
    /* background: rgba(163, 156, 156, 0.3); */
    color: rgb(16, 9, 121);
    padding-top: 10rem;
}


/* Centre verticalement */

.centre {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -2.25rem;
}

.carousel {
    position: relative;
    width: 60%;
    height: 4.5rem;
    text-align: center;
    line-height: 60px;
    margin: auto;
}

.carousel .changeHidden {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    height: 10rem;
    line-height: 13rem;
    width: 100rem;
    overflow: hidden;
}

.carousel .changeHidden .contenant {
    position: relative;
    animation: carousel 15s ease-in-out infinite;
}

.carousel .changeHidden .element {
    font-weight: 700;
    font-size: 6rem;
}

@keyframes carousel {
    0%,
    5% {
        transform: translateY(0);
    }
    25%,
    30% {
        transform: translateY(-13rem);
    }
    50%,
    55% {
        transform: translateY(-26rem);
    }
    70%,
    75% {
        transform: translateY(-39rem);
    }

    /* 70%, 
    75%{
        transform: translateY(-52rem);
    }     */
    100% {
        transform : translateY(-65rem);
    }
}


/* Section Équipe */

#equipe {
    margin: auto;
    height: auto;
    width: 100%;
    background: #a7cdf8;
    /* background: url(../ressources/mer.jpg);  */
    /* border-top: 1px dashed rgb(209, 174, 59); */
    opacity: 0.7;
    /* padding-bottom: 3rem; */
}

#equipe h3 {
    text-align: center;
    font-size: 4.5rem;
    background-image: linear-gradient(to right, #2e2b2b, #daaf24);
    /* Pour que Chrome puisse utiliser Background-clib */
    -webkit-background-clip: text;
    color: transparent;
    /* margin-bottom: 0; */
}

#equipe p {
    text-align: center;
    font-size: 1.8em;
    /* margin-bottom: 2rem; */
}

/* .containerFlexTeam {
    width: 100%;
    height: 60rem;
    Met les boxes les unes à côtés des autres 
    display: flex;
    align-items : center;
    justify-content : center;
} */
/* 
.team {
    height: 50rem;
    width: 40rem;
    background: #f7f7f7;
    margin: 5rem;
     overflow permets de zoomer
    overflow: hidden;
} */

/* .sousTxt {
    width: 100%;
    height: 20%;
    text-align: center;
    position: relative;
    z-index: 2;
    background: rgb(211, 203, 178);
} */

/* .sousTxt h4 {
    font-size: 2rem;
    margin: 0;
    padding-top: 2rem;
} */


/* Ce que prend les photos */

.teamPic {
    width: 100%;
    height: 80%;
    position: absolute;
    /* z-index permet de mettre la photo sous le text */
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

/* .pic1 {
    background: url("../ressources/barber1.jpg");
    background-position: 35% 15%;
} */


/* Zoom la photo de 20% */

/* .pic1:hover {
    transform: scale(1.2);
} */

/* .pic2 {
    background: url("../ressources/barber2.jpg");
    background-position: 50% 40%;
} */

/* .pic2:hover {
    transform: scale(1.2);
} */
/* 
.pic3 {
    background: url("../ressources/barber3.jpg");
    background-position: center;
} */

/* .pic3:hover {
    transform: scale(1.2);
} */


/* Section Contact */

#contact {
    height: 20rem;
    width: 100%;
    /* border-top: 1px dashed rgb(209, 174, 59); */
    border:none;
    color: #000;
    padding-top: -5rem;
    /* padding-bottom:50rem; */
    margin-bottom: 20rem;
    padding-bottom: 20rem;
}

/* #contact h2 {
    font-size: 2rem;
    text-align: right;
    margin-bottom: 15px;
} */

#contact h3 {
    text-align: center;
    font-size: 50px;

    /* background-image: linear-gradient(to right, #0e0c0c, #a58622);
    -webkit-background-clip: text; 
    color: transparent;*/
}

.flexMedias {
    display: flex;
    justify-content: center;
    padding-bottom: 10rem;
}

.medias {
    font-size: 10rem;
    margin-top: -2rem;
    margin-bottom: -2rem;
}

.medias a {
    text-decoration: none;
    color: black;
}
/* FOOTER */
.footer {
    padding-top: 1.3rem;
    padding-bottom: 11rem;
    font-family: 'Kaushan Script', sans-serif;
    font-size: 1.9rem;
    width: 100%;
    margin:auto;
    /* margin-bottom: 3rem; */
    text-align: center;
    /* margin-bottom: 5px; */
    /* padding: 5px auto 5px auto;
    margin: 5px auto 5px auto; */
    }