/*importaion des polices */

/*police titre*/

@font-face {
    font-family: "Metropolis 1920";
    src: url('fonts/Metropolis 1920.otf') format('opentype');
        font-weight: normal;
    font-style: normal;
}

/* initialiser les marges de toutes les balises à 0 */
*{
    margin: 0;
    padding: 0;

    /* qui limite la taille du bloc à la taille de son conteneur parent
       le padding et la bordure n'augmentent plus sa largeur */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
}

body{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
}

h1{
    font-family: 'Metropolis 1920', cursive;
    color: #fff;
    font-size: 343.75%;
    font-weight: normal;
    text-align: center;
    margin: 0;
    padding: 0;
}


h2{
    font-family: 'Metropolis 1920', cursive;
    color: #fff;
    font-size: 220%;
    font-weight: normal;
    text-align: center;
    margin: 0;
    padding: 0;

}

h3{
    position: relative;
    font-family: 'Metropolis 1920';
    font-weight: normal;
    text-align: center;
    z-index: 1;

    font-size: 700%;
    margin-bottom: 40px;
    margin-top: 40px;
    color: #ffffff;

}

h4{
    font-family: 'Metropolis 1920', cursive;
    font-weight: normal;
    font-size: 80%;
}

p{
    font-family: 'Montserrat', sans-serif;
}



/* IMPORTANT : code pour des images fluides */
img{
    max-width: 100%;
    height: auto;
}

/*********************************************/
/* Section / Calques div                     */
/*********************************************/

#wrapper{
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-color: #2c5871;
}

.wrapper-container{
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

.center{ text-align: center;}

.clearfix {
    clear: both;
}

.visible {
    display: block;
}

/************************* divers ****************************/
/*.content{*/
/*width: 100%;*/
/*margin: 0 auto;*/
/*padding: 0 2em;*/
/*}*/




/*********************************************/
/*                 Slides                    */
/*********************************************/

/*************** accueil **************/
#accueil{
    background-color: #2c5871;
    color: #fff;
    height: auto;
    padding-top: 60px;
    padding-bottom: 150px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#accueil h1{
    font-size: 700%;
    margin-bottom: 40px;
    margin-top: 40px;
    color: #ffffff;
}

#accueil p{
    font-size: 150%;
}

/*************** section 1 **************/
#section1{
    background-color: #2c5871;
    color: #fff;
    height: auto;
    /*padding: 200px 0;*/
    width: 100%;
    min-height: 1000px; /* CHANGER 100%*/
    padding-top: 40px;
}

#section1 .map{
    text-align: center;
}

/*************** A propos **************/
#section2{
    background-color: #2c5871;
    color: #ffffff;
    height: auto;
    padding-top: 40px;
    padding-bottom:110px;
    width: 100%;
    margin: 0 auto;
}

#section2 p{
    font-size: 180%;
    color: #fff;
}

#section2 #picture {
    padding-top: 30px;
}

#section2 #picture p{
    float: left;
    width: 400px;
    margin-right: 2%;
    margin-bottom: 0;
}

#section2 #picture p img{margin: 0; text-align: center;}

#section2 #texte {
    padding-top: 80px;
}

/*************** Contact **************/
#contact{
    background-color: #ecf0f1; /* gris-blanc */
    color: #333;
    height: auto;
    padding: 250px 0 200px 0;
}

/************** fin contact **************/


/************************************/
/************** Footer ************* /
/************************************/
footer {
    width: 100%;
    background-color: #F7D14F;
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 110%;
    height: auto;
    padding: 20px 50px;
    outline: none;
}

footer #coordonnee {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

footer #coordonnee h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 130%;
    font-weight: bold;
    padding: 20px 0;
}

footer #coordonnee p {
    padding-bottom: 15px;
}

footer article, aside {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

footer article#logo {
    width: 25%;
    float: left;
}

footer article#equipe {
    width: 25%;
    
}

footer article#joindre {
    width: 25%;
    float: right;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}


#joindre> a  {
    margin-bottom: 60px;
}
footer article#joindre p{
    padding-bottom: 20px;
}

footer a {
    color: #fff;
    text-decoration: none;
    outline: none;
}


footer #copyright {
    text-align: center;
	font-size: 70%;
    color: #3369A6;
}


/************************* retour au haut de page ******************/
#scroll-up a{
    position: fixed;
    bottom: 5px;
    left: 1839px;
    height: 80px;
    width: 80px;
    cursor: pointer;
    background: url(../images/scroll.png) no-repeat;
    text-indent: -9999px;
    opacity: 0.6;
    z-index: 20;
    outline: none;
}

#scroll-up a:hover{
    opacity: 1;
}

.left {
    position: fixed;
    left:-5%;
    z-index: 15;
    top: -10%;
}

.left img {
    width:40%;
    height:100%;
}


.right{
    position: fixed;
    right:-15%;
    z-index: 15;
    top: -10%;
}

.right img {
    width:40%;
    height:100%;
}

.logo img{
    width: 30%;
    height: 30%;
    margin: 20px 0 80px 0;
}

.texte-intro {
    padding-left: 10%;
    padding-right: 10%;
}

.equipe {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
}

.Lucas {
    width: calc(100% / 3);
    text-align: center;
}


.Jaison {
    width: calc(100% / 3);
    text-align: center;
}

.Axel {
    width: calc(100% / 3);
    text-align: center;
}

.description {
    margin-top: 20px;
}