/* GENERAL */
* {
    margin:0;
    padding: 0;
    text-align: center;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr;
  grid-template-rows: 180px flex 180px;
}


img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


h1,h2,h3,h4 {
    color: #444; /* #15b5b0;*/
}
h1 {
    font-family: "Crete Round", serif;
    font-size:45px;
}

h2 {
    font-size:55px; 
    font-weight: bold;
    font-family: 'Cormorant Garamond',cursive;
    font-style: italic;
}

h3 {
    font-size:30px;    
}

h4 {
    font-size:24px;
}

p {
    line-height:20px;
    color:#777;
}

a {
    text-decoration: none;
    color:#15b5b0;
}

small {
    font-size: 13px;
    font-style: italic;
}

.wrapper0 {
    width: 80%;
    margin:0 auto;
    padding: 0 10px;
}

.wrapper1 {
    width: 80%;
    margin:auto;
    padding: 0 10px;
}

.orange {
    color:#f9c141;
    font-family: caveat, serif;
    font-size:60px;
}

.blanc {
    background-color: rgba(255,255,255,0.75);
    width:100%;
    padding-bottom: 20px;
}

.gris {
    background-color: rgba(255,255,255,0.75);

}

.clear {
    clear:both;
}

/* HEADER */
#entete {
    grid-column: 1;
    grid-row: 1;
    height: 180px;
    width: 100%;
    position:fixed;
    background: rgba(255,255,255,0.95);
}

#entete h1 {
    float: left;
    margin-top:20px;
    font-family: muli, serif;
    color: #15b5b0;
}

#entete nav {
    float:right;
    margin-top:60px;
}

#entete nav ul {
    list-style: none;
}

#entete nav ul li {
    display:inline-block;
    float: left;
}

#entete nav ul li a {
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 20px;
}

.entetecadre {
    margin:auto;
    padding: 30px 30px;
    text-align: center;
    background: url("img/zebrures1920x1080.png") center no-repeat;    
}

.entetecadre h1 {
    margin: 0 auto 1px auto;
}

.entetecadre h2 {
    font-weight: bold;
    margin: 0 auto 1px auto; 
    font-family: 'Cormorant Garamond',cursive;
    font-style: italic;
    color:#15b5b0;
}

.enteteblanc {
    background-color: rgb(255, 255, 255);
    width:100%;
    height:100%;
    padding-bottom: 120px;
    border-radius: 30px;
}




/* MAIN-IMAGE */
#link-main-image {
    grid-column: 1;
    grid-row: 2;
}

#main-image {
    grid-column: 1;
    grid-row: 3;
   /* height: 420px;
    width: 100%;
    margin: 0 auto;*/
    background: url("img/zebrures1920x1080.png") center no-repeat;
    margin-bottom: 20px;
}

#main-image h2 {
    font-weight: bold;
    text-align: center;
    padding: 100px 20px 40px 20px;    
    margin: 0 auto 1px auto; 
    font-family: 'Cormorant Garamond',cursive;
    font-style: italic;
}

.overlay1 {
    background-color: rgba(255,255,255,0.95);
    height:260px;
    padding: 20px;
    border-radius: 3px;
    text-align: center;
}


.button-1 {
    display: block;
    width: 120px;
    height: 50px;
    background-color: #f9c141;
    color:white;
    font-size: 20px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
}

.button-1:hover {
    background-color: #02b8dd;
}

/* connaitre */
#link-connaitre {
    grid-column: 1 / 5;
    grid-row: 4;
    margin:0 auto;
}

#connaitre {
    grid-column: 1 / 5;
    grid-row: 5;
   /* width:300px 0;*/
}

#connaitre ul {
    margin:80px 0;
}

#connaitre ul li {
    width:300px;
    float:left;
    padding-top: 140px;
    text-align: center;
    margin-right: 10px;
}

#connaitre h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

#connaitre p {
    margin-bottom: 20px;
}

#step-1 {
    background: url('img/connaitre-icon-1.png') no-repeat top center;
}

#step-2 {
    background: url('img/connaitre-icon-2.png') no-repeat top center;    
}

#step-3 {
    background: url('img/connaitre-icon-3.png') no-repeat top center;
}

/* services */
#link-services {
    grid-column: 1 / 5;
    grid-row: 6;
}

#services {
    grid-column: 1 / 5;
    grid-row: 7;
    background-color: #efefef;
   /* padding:60px 0;*/
}

#services article {
    width: 460px;
    height: 270px;
    float:left;
    border-radius: 11px;
}

#services article:first-child {
    margin-right: 20px;
}

.overlay {
    background-color: rgba(255,255,255,0.95);
    height: 230px;
    width: 190px;
    padding:20px;
    border-radius: 10px 0 0 10px;
    text-align: center;
}

article h4 {
    text-align: center;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom:20px;
}

#services p {
  text-align: center; 
  margin-bottom:20px;
}

.button-2 {
    background-color: #f9c141;
    color:white;
    border-radius: 3px;
    padding: 6px 20px;
}

.button-2:hover {
    background-color:#02b8dd;
}

/* CONTACT */
#link-contact {
    grid-column: 1;
    grid-row: 3;
}

#contact {
    grid-column: 1;
    grid-row: 3;
   /* padding:60px 0;*/
    text-align:center;
}

#contact h3 {
    width: 400px;
    text-transform: uppercase;
    margin: 0 auto 20px auto; 
    border-bottom: 1px solid #02b8dd ;
    padding-bottom: 20px;
}

#contact p {
    margin: 20px auto; 
    border-top: 1px solid #15b5b0 ;
    padding-top: 20px;
}

form {
    margin: 60px 0 20px 0;
}

label {
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
    color:#777;
}
input[type="text"] {
    padding:10px;
    font-size:20px;
    margin-right: 20px;
    border: 2px solid #ddd;
    border-radius: 3px;
}

.button-3 {
    color:#fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    background-color: #02b8dd;
    border-style: none;
}

.button-3:hover {
    background-color: #15b5b0;
}

/* FOOTER */
footer {
    grid-column: 1;
    grid-row: 11;
   /* height:260px;*/
    background-color: #15b5b0;
}

footer h1 {
    color: white;
    text-align: center;
    padding-top: 20px;
}

.copyright {
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    color:#777;
}

footer a {
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
    color:#777;
}

/* pages rdv */

#link-rdv {
    grid-column: 1;
    grid-row: 2;
}

#rdv {
    grid-column: 1;
    grid-row: 2;
    padding-top:180px;
}

#rdv h2 {
    color: #15b5b0;
    font-size:35px;
    padding-bottom: 20px;
}

.button-rdvtel {
    display: block;
    width: 60%;
    height: 50px;
    background-color: #f9c141;
    color:white;
    font-size: 20px;
    margin:20px auto 0 auto;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
}

.button-rdvtel:hover {
    background-color: #15b5b0;
}

.rdvblanccourt {
    background-color: rgb(255, 255, 255);
    width:100%;
    height:100%;
    padding-bottom: 20px;
    border-radius: 30px;
    text-align:center;
}

/* pagevalidrdv */
.rdvcadre {
    margin:auto;
    padding: 30px 30px;
    text-align: center;
    background: url("img/zebrures1920x1080.png") center no-repeat;
    margin-bottom: 20px;
}

.rdvcadre h1 {
    padding: 100px 20px 40px 20px;
    margin: 0 auto 1px auto;
}

.rdvcadre h2 {
    font-weight: bold;
    padding: 100px 20px 40px 20px;
    margin: 0 auto 1px auto; 
    font-family: 'Cormorant Garamond',cursive;
    font-style: italic;
    color:#15b5b0;
}

.rdvblanc {
    background-color: rgb(255, 255, 255);
    width:100%;
    height:100%;
    padding-bottom: 200px;
    border-radius: 30px;
    text-align:center;
}
.logofan {
    color:#f9c141;
    font-family: caveat, serif;
    font-size:150px;
}
.logodata {
    font-family: muli, serif;
    color: #15b5b0;
    font-size:100px;
}

/* Page Mentions légales */
#mentions {
    grid-column: 1;
    grid-row: 2;
    padding-top:180px;
    text-align: left;
}

#mentions h2 {
    padding-top:20px;
}
#mentions ul {
    list-style:circle;
    text-align: left;
    display: block;
    padding-left: 40px;
    padding-top: 40px;
    font-size:20px;
    font-family: muli, serif;
}
#mentions ul li {
    color:#777;
    text-align: justify;
    padding-bottom: 10px;
}

#mentions p {
    text-align:justify;
    padding-left: 40px;
    padding-top: 40px;
    font-size:20px;
    font-family: muli, serif;
    line-height:27px;
}
