html, body, header {
    height: 100%;
}

/* Header nav */


header {
    background: url(media/fit.jpg) no-repeat center;
    background-size: cover;
    /* height: 100%; */
}

.nav {
    background-color: rgba(0, 0, 0, 0.83);
    height: 120px;
}

.logo {
    height: 66px;
    width: 134px;
}

.menu {
    color: rgb(215, 51, 81);
    font-size: 2em;
    font-weight: bold;
}

.menu a {
    color: rgb(215, 51, 81);
    text-decoration: none;
    padding: 0px 8px 0px 8px;
    display: flex;
    align-items: center;
}

.menu a:focus {
    border: solid rgb(215, 51, 81) 5px;
    height: 50px;
}

.welcome {
    color: white;
    font-size: 5em;
    text-align: center;
    text-shadow: 5px 5px 5px rgb(68, 68, 68);
}

/* section séparateurs */

.separator {
    background-color: white;
    width: 85%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.favorite {
    color: #d73351;
    text-align: right;
}

.font {
    font-size: 4em;
    font-weight: bold;
    text-shadow: 5px 5px 5px #7b7b7b;

}

.fontalt {
    font-size: 3em;
    font-weight: bold;
    text-shadow: 5px 5px 5px #7b7b7b;

}

.energy {
    font-size: 0.4em;
    font-weight: bold;

}

.rectangle {
    background-color: #d73351;
    color: white;
    text-align: left;
}

/* section produit */

.order {
    background: url(media/fit3.jpg) no-repeat center;
    background-size: cover;
  }

.vk {
    color: #d73351;
    font-size: 6em;
    font-weight: bold;
    text-shadow: 5px 5px 5px #7b7b7b;
    text-align: center;
}

.lg-text {
    color: white;
    font-size: 2.3em;
    font-weight: bold;
    text-align: center;
}

.sm-text {
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

.ordering {
    color: white;
    font-size: 2.3em;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 40px 10px 40px;
    border-color: white;
  
}


/* Présentation */

.weight {
    background: url(media/fit4.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
}

.yellow {
    background-color: rgba(220, 205, 43, 0.6);
    display: inline-block;
    width: 60%;
    height: 40%;
    padding: 5px;
}

.yellow p:nth-child(1) {
    font-size: 3em;
}

.yellow p {
    margin: 0;
    font-size: 1.5em;
    font-weight: bold;
}

.yellow p:nth-child(4) {
    margin-bottom: 10px;
}

/* Formulaire */

.formulaire .container {
    width: 60%;
    height: 100%;
}

.formulaire textarea {
    height:210px;
    padding-left: 5px;
}

.formulaire {
    background: linear-gradient(rgba(88,86,92,0.72),rgba(88,86,92,0.72)), url(media/fit5.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
}

.contact {
    font-size: 2.8em;
    color: white;
}

.input {
    color: white;
}

.input label {
    font-size: 1.3em;
    font-weight: bold;
}

.input input, .input textarea, .input button {
    background-color: rgba(0, 0, 0, 0);
    border: solid white 3px;
    color: white;
    width: 100%;
}

.input input {
    height: 45px;
    padding-left:5px;
}

.input button {
    height: 50px;
    width: 250px;
    font-size: 1.3em;
}

/* Footer */

.follow {
    font-size: 2.8em;
}

.copyright {
    background-color: rgb(55, 55, 56);
    color: white;
    font-size: 1.2em;
    height: 70px;
    font-weight: bold;
}

.social .col-12 {
    padding: 70px 0px 70px 0px;
}


@media (min-width: 1200px) { 

 }

@media (min-width: 992px) and (max-width: 1199px) { 
    .font {
        font-size: 3em;    
    }
    
    .energy {
        font-size: 0.4em;
    }

    .fontalt {
        font-size: 2.4em;
    
    }
 }

@media (min-width: 768px) and (max-width: 991px) { 

    .social .col-12 img {
        transform: scale(1.8, 1.8);
    }

    .welcome {
        padding: 0 20% 0 20%;
    }

    .formulaire .container {
        width: 75%;
    }

    .font {
        font-size: 2.5em;    
    }
    
    .energy {
        font-size: 0.4em;    
    }

    .fontalt {
        font-size: 1.8em;
    
    }

 }

@media (min-width: 576px) and (max-width: 767px) { 

    .social .col-12 img {
        transform: scale(1.6, 1.6);
    }

    .welcome {
        padding: 0 20% 0 20%;
    }

    .formulaire .container {
        width: 75%;
    }

    .font {
        font-size: 1.8em;
        text-shadow: 3px 3px 3px #7b7b7b;
    }
    
    .energy {
        font-size: 0.4em;    
    }

    .fontalt {
        font-size: 1.2em;
        text-shadow: 3px 3px 3px #7b7b7b;
    }

 }

@media (max-width: 575px) { 


    .logo {
        transform: scale(0.5, 0.5);
    }
    .menu {
        font-size: 1.2em;
    }

    .nav .col-5 {
        padding: 0;
    }

    .social .col-12 img {
        transform: scale(1.3, 1.3);
    }

    .social .col-12 {
        padding: 40px 0px 40px 0px;
    }

    .social .row {
        padding: 20px 0px 20px 0px;
    }

    .follow {
        font-size: 2em;
        padding-top: 40px;
    }

    .nav {
        height: 70px;
    }

    .welcome {
        padding: 0 15% 0 15%;
        font-size: 4em;
    }

    .formulaire .container {
        width: 90%;
    }

    .input textarea {
        height: 120px;
    }

    .contact {
        font-size: 2em;
        color: white;
    }

    .input button {
        height: 40px;
        width: 150px;
        font-size: 0.8em;
    }

    .bar1 {
        transform: scale(0.7, 0.7);
    }

    .ordering {
        font-size: 1.5em;
    }

    .vk {
        font-size: 4em;
    }
    
    .lg-text {
        font-size: 1.8em;
    }
    
    .sm-text {
        font-size: 1em;
    }

    .font {
        font-size: 1.1em;
        text-shadow: 2px 2px 2px #7b7b7b;
    }
    
    .energy {
        font-size: 0.4em;    
    }

    .fontalt {
        font-size: 0.8em;
        text-shadow: 2px 2px 2px #7b7b7b;
    }

 }


