body{
    background-repeat: no-repeat;
    background-image: linear-gradient(rgb(221, 152, 78),rgb(234, 182, 128)15%,rgb(255, 255, 255)30%,rgb(255, 255, 255)85%,rgb(196, 192, 205)87%, rgb(164, 160, 172)90%, rgb(141, 136, 151)92%,rgb(43, 39, 49)100%)
}

header{
    display: flex;
    flex-direction: row;
}
#titrePage{
    margin: 1%;
    width: 80%;
    max-height: 200px;
   /* border-radius: 15px;
    border:solid 5px;
    border-color: rgb(187, 116, 28);
    background-image: linear-gradient(to right,rgb(209, 169, 105), rgb(228, 207, 174), rgb(240, 221, 197),rgb(197, 223, 200) , rgb(147, 189, 153) , rgb(84, 95, 86));*/
}
#titrePage h1{
    font-size: 4em;
}


#nav{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    font-size: 1.2em;
    text-decoration: none;
}

#nav a{
 text-decoration: none;
 color: black;
}

#carreChelou{
    /*background-image: radial-gradient(red 5%, green 25%, blue 60%, rgb(72, 37, 144) 82%);*/
    margin: 1%;
    width: 20%;
    max-height: 200px;
    /*border-radius: 15px;
    border:solid 5px;
    border-color: rgb(28, 149, 108);*/
}

#carreChelou img{
    /* max-width: 20%; */
    width: 100%;
    height: 200px;
    border-radius: 15px;
}

#coteACote{
    display: flex;
    flex-direction: row;
}

#CarreConseil{
    /* margin: 1%; */
    padding: 1%;
    width: 20%;
    height: 80%;
    margin-bottom: 0%;
    background-image: linear-gradient(rgb(235, 207, 167)5%, rgb(218, 217, 230), rgb(154, 150, 179)85%);
    border-radius: 15px;
    /*border:solid 5px;
    border-color: rgb(126, 83, 201); */
}

#ConteneurMain{
    margin: 1%;
}

#formulaire{
    width: 80%;
    border-radius: 15px;
    border:solid 5px;
    border-color: rgb(28, 149, 108);
}

form{
    border:solid 5px;
    border-color: black;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


footer{
    text-align: center;
    color: aliceblue;
    /*border-radius: 15px;
    border:solid 5px;
   border-color: rgb(28, 149, 108);*/
}

#gallerie{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.divImg{
    display: flex;
    flex-direction: column;
}

.divImg img{
    max-width: 150px;
}


/* CARTE.HTML */
#map{
    width: 640px;
    height: 400px;
}
#ImageLocalisation{
    margin-top: 4%;
   /* position: absolute;
    display: block;
    z-index: 5;*/
}

#ConteneurCarte{
    padding-top: 7%;
    padding-left: 1%;

}

/*Formulaire*/
.hide{
    visibility: collapse;
}
#ConteneurForm{
    margin-top: 3%;
    margin-left: 4%;
    font-size: 1.5em;
}

/*Visite*/
#myChart {
    display: block;
    width:1000px;
    padding-top: 2%;
}

@media screen and (max-width: 600px){
    /*Index*/
    header{
        display: flex;
        flex-direction: column;
    }
    #titrePage h1{
        font-size: 2em;
    }
    #coteACote{
        display:flex;
        flex-direction: column-reverse;
    }
    #carreChelou,  #carreGaming, #CarreConseil, #formulaire{
        width: 100%;
    }
    #gallerie{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #ConteneurMain{
        margin-top: 25px;
        width: 100%;
    }
    /*cartes*/
    #map{
        width: 410px;
        height: 350px;
    }
    /*Formulaire*/
    #ConteneurForm{
        font-size: 1.5em;
        margin:3%;
    }

}