@media (max-width: 975px) {

    #content {
        min-height: auto;
    }
}

@media (max-width: 910px) {

/************** Connexion au compte *********************/

#connection {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgb(192, 57, 43);
    text-align: center;
    cursor: default;
    z-index: 9001;
    top: 0%;
    left: 0%;
    margin-left: 0px;
    margin-top:0px;
}

#forgot-password {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgb(192, 57, 43);
    text-align: center;
    cursor: default;
    z-index: 9001;
    top: 0%;
    left: 0%;
    margin-left: 0px;
    margin-top:0px;
}

#connection-erreur{
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgb(192, 57, 43);
    text-align: center;
    cursor: default;
    z-index: 9001;
    top: 0%;
    left: 0%;
    margin-left: 0px;
    margin-top:0px;
}

.strut {

    /* on permet à ces éléments de s'aligner verticalement */

    display:inline-block;
    vertical-align:middle;
    height:100%;

}
#connection-create-account-1 {
    width: 100%;
    z-index: 9001;
    height: 100%;
    margin-top:0px;
    margin-left: 0px;
    top: 0%;
    left: 0%;
    text-align:center;

}
#connection-create-account-2 {
    width: 100%;
    z-index: 9001;
    height: 100%;
    margin-top:0px;
    top: 0%;
    left: 0%;
    margin-left: 0px;
    text-align:center;


}
#connection-create-account-3 {
    width: 100%;
    height: 100%;
    margin-top:0px;
    top: 0%;
    left: 0%;
    margin-left: 0px;
    text-align:center;
}
.img-previous {
    position: absolute;
    right: 100%;
    margin-right: -25px;
    width: 20px;
    margin-top: 15px;
}
.img-cancel {
    position: absolute;
    left: 100%;
    margin-left: -34px;
    width: 20px;
    margin-top:19px;
}
.connection-middle {
    width:400px;
    height:400px;
    display:inline-block;
    vertical-align: middle;
    margin-top:0px;
}
@media (max-width: 443px) {

.connection-middle {
    width:90%;
}
.next-connection {
    text-align: left;
    float:right;
    margin-left: 0px;
}
.progress-bar {
    width:auto;
}

/*
.create-account {
    margin-top: 55px;
    float: left;
}
.forgot-password {
    margin-top: 55px;
    float: left;
}*/
}
/*********************************** Menu (pizzas, pates,...) ******************/




.carte-content{
    width: 90%;
    margin: auto;
}
/*********************************** Header ***********************************/ 
.nav-main{
    position: fixed;
    background-color: rgba(192, 57, 43, 1);
    width: 100%;
    top:60;
    bottom: 0;
    z-index:9000;
    visibility: hidden;
    opacity: 0;

    -webkit-transition: visibility 0s, opacity 0.4s;
    -moz-transition: visibility 0s, opacity 0.4s;
    -o-transition: visibility 0s, opacity 0.4s;
    transition: visibility 0s, opacity 0.4s;
}
  
a.nav:link, a.nav:visited{
    display: flex;
    height: 14.2%;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(182, 47, 33, 1);
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 0px;

    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

a.nav:hover{
    background-color: rgb(182, 47, 33);
}

a.nav-commander:link, a.nav-commander:visited{
    display: flex;
    height: 14.8%;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 0px 0px;
    margin-left: 0px;
    margin-right:0px;
    background-color: rgba(192, 57, 43, 0.99);
    border-bottom:1px solid rgba(182, 47, 33, 1);

    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

a.nav-commander:hover{
    color: rgb(236, 240, 241);
    background-color: rgb(182, 47, 33);
}

.header-logo{
    margin-left: 12px;
    margin-top: 15;
}

.logo{
    height:30;
}

.with-nav .nav-main{
    visibility: visible;
    opacity: 0.97;
}

.with-nav body{
    overflow: hidden;
}


/*********************************** Icon Burger ***********************************/ 
.nav-burger {
    text-align: right;
    float: right;
    width: 25px;
    height: 30px;
    top: 22px;
    right: 16px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: rgb(236, 240, 241);
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-burger span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-burger span:nth-child(2) {
    top: 7px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-burger span:nth-child(3) {
    top: 14px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.with-nav .nav-burger span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

.with-nav .nav-burger span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.with-nav .nav-burger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
    left: 8px;
}


/*********************************** Content ***********************************/ 
#avantages{
    padding-bottom: 60px;
}


}

}
@media (max-width: 500px) {
    .infos-avantages{
        margin-left: 0%;
        margin-right: 0%;

    }

}
@media (max-width: 495px) {
    .carte-content {
        width:100%;
    }
    .prix-carte {
        width: 220px;

}
    .pizza-carte {
        width: 220px;


}
.ligne-carte {
    width:100%;
    margin-left:0px;
}

.colonne-carte {
    width:47%;
}

#carte h3 {
    width: 38%;
    padding-left: 8px;
}
#carte h4{
    width:40%;
    margin-left:8px;
    margin-top: 5px;
}
.text-home{
    width: 100%;
}

.titre-texte-home {
    color: rgb(236, 240, 241);
    text-align: center;
    text-shadow: 2px 2px rgba(0,0,0, 0.30); 
    text-align:center;
}
.titre-texte-home-h1 {
    font-size: 40px;
    margin-bottom: 10px;
    padding-top: 65px;


}
.titre-texte-home-h2 {
    margin-bottom: 30px;
    font-size: 21px;


}

.titre-pate{
    margin-left:8px;
}
}
