/*Propriété générales de la page */
@font-face{
    font-family: "Open Sans";
    font-weight: normal;
    font-style: normal;
}
*{
    box-sizing: border-box;
}
html{
    font-size: 62.5%;
}
main{
    width: 80%;
    margin: 0 auto;
}
body{
    font-family: "Open Sans";
    font-size: 1.4rem;
    line-height: 20px;
    color:  #707b7c;
    background: white;
}

/*Propriété de la nav du header*/
header nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
header nav a{
    font-size: 1.6rem;
    font-family: "Candal";
    color: #1e3e4b;
    text-decoration: none;
}
header nav a:hover{
  color: #fb8a9b;
}
header nav a .fas {
  display: block;
  text-align: center;
  color: #fb8a9b;
  font-size: 1.5em;
}
header nav a:hover .fas{
  color: #203e4d;
}
header img{
    width: 100px;
}
.bounce:hover{
    animation-name: bounce;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@keyframes bounce{
  0%, 100%, 20%, 50%, 80%{
    -webkit-transform: translateY(0);
    -ms-transform:     translateY(0);
    transform:         translateY(0);
}
40%{
    -webkit-transform: translateY(-30px);
    -ms-transform:     translateY(-30px);
    transform:         translateY(-30px);
}
60%{
    -webkit-transform: translateY(-15px);
    -ms-transform:     translateY(-15px);
    transform:         translateY(-15px);
}
}

/*Propriété de la bande promo du header*/
#cover{
    background-position: cover;
    background-image: url("../img/background.jpg");
    color: white;
    font-family: "Candal";
    font-size: 1rem;
    height: 400px;
    text-align: center;
    padding-top: 100px;
    
}
#cover .flex{
    display: flex;
    align-self: center;
}
#cover p{
    margin: 0 auto;
    color: white;
    font-size: 1.6rem;
    width: 80%;
}
h1{
    font-size: 3rem;
    margin-bottom: 40px;
}

/*Propriété de la barre de recherche*/
input{
    width: 100%;
    background-color: #FB8A9B;
    font-family: "Open Sans";
    font-size: 1.8rem;
    padding: 15px;
    color: white;
    margin-bottom: 20px;
}
/*Propriété des titres et paragraphes du main*/
main h2{
    font-family: "Candal";
    font-size: 1.8rem;
    color: #1e3e4b;
    text-align: center;
    border-left: 1px dashed #1e3e4b;
    border-right: 1px dashed #1e3e4b;
    border-top: 1px dashed #1e3e4b;
    padding-top: 20px;
}
main h3{
    font-family: "Candal";
    font-size: 1.6rem;
    color: #FB8A9B;
    line-height: 50px;
    text-align: center;
}
main article{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex{
    display: flex;
    justify-content: space-between;
}
.flex .fas{
   display: block;
   text-align: center;
   margin-bottom: 10px;
}
section{
    padding: 50px;
}
article{
    padding: 20px;
}

/*Page Serveur Mutualisé, Serveur Dédié et Solution Cloud*/

#serveur p{
    margin-top: 50px;
}
#go{
    margin-bottom: -50px;
    margin-top: -50px;
}
#go h3{
    font-family: "Candal";
    font-size: 1.6rem;
    color: white;
    background-color: #1e3e4b;
    text-align: center;
}
#go p{
    font-family: "Open Sans";
    font-size: 1.5rem;
    color: #7f8c8d;
    line-height: 25px;
}
#go ul li{
    font-family: "Open Sans";
    font-size: 1.4rem;
    color: #7f8c8d;
    line-height: 25px;
    text-align: left;
}
#go article{
    border: 1px dashed #1e3e4b;
    text-align: center;
    width: 100%;
    margin: 15px;
}
#go a{
    display: block;
    font-family: "Open Sans";
    font-size: 1.2rem;
    text-decoration: none;
    color: white;
    background-color: #FB8A9B;
    width: 100%;
    padding: 10px;
}
#go .prix{
    font-family: "Candal";
    font-size: 1.2rem;
    color:  #515a5a;
    text-align: center;
}
#go:hover article{
     opacity: 0.65;
}
#go article:hover{
     opacity: 1;
}
/*Page Contact*/

#contact .contact{
    display: block;
    font-family: "Open Sans";
    font-size: 1.4rem;
    color:  #515a5a;
    text-align: center;
    line-height: 20px;
    width: 25%;
}
#contact .adresse{
    text-align: center;
}
#contact h3 .fa{
    display: block;
    text-align: center;
    font-size: 30px;
    color: #FB8A9B;
    border-bottom: 1px dotted #FB8A9B;
    padding: 25px;
}

span{
    color: #FB8A9B;
}
iframe{
    width: 100%;
    margin-bottom: -55px;
}
/*Propriété du footer*/
#licence{
    background-color: #1e3e4b;
    font-family: "Open Sans";
    text-align: center;
    font-size: 1rem;
    padding-top:10px;
    color:  #b3b6b7 ;
    margin-top: 50px;
}
#licence a{
    text-align: center;
    color: white;
    text-decoration: none;
}

footer nav{
    font-size: 1.3rem;
    display:flex;
    font-family: "Candal";
    justify-content:space-around;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer img{
    width: 50px;
}


/*Version tablette*/
@media screen and (max-width: 960px){

header nav{
    align-items: center;
    flex-direction: column;
    line-height: 30px;
}
.flex{
    flex-direction: column;
    align-items: center;
}
#contact .contact{
    width: 100%;
    align-items: center;
    flex-direction: column;
}
footer nav{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer nav a {
    line-height:4rem;
}
}