/* ===== Google Fonts ===== */

/* Pour le texte */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/* Titre principale */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Pacifico&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Pacifico&family=Salsa&display=swap');

/* ===== END Google Fonts ===== */

/* START header */

header{
    position: fixed;
    width:100%;
    top:0;
    z-index: 1;
}


/* END header */

/* START navbar */


nav ul li{
    padding:0.3rem;
    
}

/* END navbar */

/* START banner */

.banner{
    background-color: #c9f2e2;
    font-style: italic;
}

.banner p{
    max-width: 48rem;
    font-family:"Salsa", cursive;
    font-size: 1.2em;
    color: #72A29A;
}

.banner p{
    margin: auto;
    text-align: center;
}

.banner p strong{
    color: #324158;
}

#banner-1{
    background: linear-gradient(white, #c9f2e2 70% 100%);
    padding-top: 9rem;
}

#banner-2{
    padding: 2.5rem;
    background: linear-gradient(#c9f2e2 70%, #f7ebd7); 
}

#banner-3{
    padding: 2.5rem;
    background: linear-gradient(#f7ebd7, #c9f2e2 30%); 
}

/* END banner */

/* START home */


#home{
    background-image: url("../resources/images/background/bebe-1.webp");
}

#home .content{
    padding: 2rem;
    margin: auto;
    border: 0.12rem solid #62645f;
    border-radius: 15px 50px 30px;
}

/* END home */

/* START Section */

section {
    padding: 1rem;
    background-color: #f7ebd7;
    
}

section img{
    max-width: 100%;
}


.overlayed{
    min-height:100%;
    background-size: cover;
}

#about-me img{
    border-radius: 15px 50px 30px;
}

#testimonials{
    background-image: url("../resources/images/background/bebe-3.webp");
}

/* END Section */

/* START choose-me */

/* END choose-me */

/* START referral */

#referral ul {
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
}

#referral li {
    margin-left: 5%;
    display: inline-block;
    vertical-align: top;
}

#referral img{
    width: 6rem;
    height: 6rem;
    border-radius: 5rem;
    background-color: antiquewhite;
}

#referral img:hover{
	transform: scale(1.03);
}

/* END referral */

/* START services */


#services{
    background-image: url("../resources/images/background/bebe-et-nounours.webp");
    text-align: center;
}


#services .content, #tarifs .content{
    box-shadow: 8px 8px 12px #aaa;
    border-radius: 1.8rem;
    background: linear-gradient( #c9f2e2, white);
    padding: 1.5rem;
}


#services .content:hover, #tarifs .content:hover{
	transform: scale(1.03);
}

/* END services */

/* START tarifs */

#tarifs{
    
    font-family:"Nunito", sans-serif;
}

#tarifs ul{
    list-style:none;
    padding: 0px;
        font-family:"Nunito", sans-serif;
}

#tarifs h3, #tarifs h2{
    text-align: center;
}

.hidden{
    display:none;
}
/* END tarifs */

/* START testimonials */

#testimonials .content{
    box-shadow: 8px 8px 12px #aaa;
    border-radius: 1.8rem;
    background: linear-gradient( #c9f2e2, #f7ebd7);
    max-width: 40rem;
}


/* END testimonials */

/* START Contact */

#contact ul{
    list-style-type: none;
}

#contact .form-group{
    margin: 1.5rem;
}

#contact h3{
    font-size: 1.1rem;
}

#contact a, footer a{
    text-decoration: none;
    color:#72A29A;;
    font-weight: bold;
}

#social-bar li, #social-bar figure{
    display: inline;
}


#social-bar figure:hover img {
	transform: scale(1.3);
}


/* END Contact */

/* START footer */

footer{
    background: linear-gradient( #f7ebd7, white 40%);
}

footer>div{
    margin:auto;
}

footer .zoom-in figure img:hover{
	transform: scale(1.3);
}

footer .grid-column-2 p{
    margin:auto;
    font-size: 1.1rem;
}

/* END footer */

h1 {
    font-family: "Pacifico", cursive;
    color: #489588;
    font-style: italic;
}

h2 {
    font-family:"Salsa", cursive;
    font-size: 1.7em;
    color: #72A29A;
    
}

p{
    font-family:"Nunito", sans-serif;
}

p strong{
    color: #72A29A;
}

figure {
	margin: 0;
	padding: 0;
    z-index: 0;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.zoom-in figure img {
	transform: scale(1);
	transition: .3s ease-in-out;
}
.zoom-in figure:hover img {
	transform: scale(1.03);
}

.btn{
    border-radius: 50px 50px 50px 50px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.btn:hover {
	transform: scale(1.1);
}

#wendy{
    box-shadow: 8px 8px 12px #aaa;
}

.nok b, .ok{
    font-weight: bolder;
}

.nok b{
    color:Tomato;
}

.ok b{
    color:MediumSeaGreen; /* #72A29A; */
}

.nok{
    color:lightslategray;
}

.info{
    color:#0d6efd;
    font-weight: bolder;
}
/*

gilbertevandorpe@icloud.com
*/