/*Partie de la page*/

body {
    font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
    height: 100%;
    color: rgb(98, 98, 98);
    font-size: 1em;
    letter-spacing: 0.5px;
}

header {
    margin: 10%;
    color: rgb(98, 98, 98);
}

#entrepriseTitre {
    text-align: center;
    font-size: 2.8em;
    color: rgb(98, 98, 98);
    margin-top: 60px;
    letter-spacing: 6px;
}

#description {
    margin-right: 10%;
    margin-left: 10%;
    padding-bottom: 100px;
}

section {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(240, 240, 240);
    padding-top: 50px;
    padding-bottom: 100px;
}

article {
    display: flex;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: white;
    color: rgb(98, 98, 98);
    Padding-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 20px;
    box-shadow: 5px 5px 5px rgb(230, 230, 230);
}

footer {
    background-color: rgb(77, 144, 254);
    color: white;
}

p {
    line-height: 25px;
}

h1 {
    text-align: center;
    font-weight: normal;
    font-size: 2.8em;
    Letter-spacing: 6px;
    margin-bottom: 60px;
}

h2 {
    text-align: left;
    font-weight: normal;
    font-size: 1.8em;
    color: rgb(77, 144, 265);
    letter-spacing: 2px;
}

strong {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

#italique {
    font-size: 1.4em;
    font-style: oblique;
    color: rgb(265, 150, 0);
}


/* menu */

li a {
    float: left;
    display: block;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    letter-spacing: 1.5px;
}

li a:hover {
    color: rgb(265, 150, 0);
    height: 11px;
}

ul {
    height: 32px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: white;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgb(155, 160, 168);
    font-size: 0.9em;
    box-shadow: 0px 3px 0px rgb(265, 150, 0);
    z-index: 10;
}


/* parallax */

#logo {
    width: 280px;
    margin-top: 200px;
    margin-left: 40%;
}

.parallax {
    background-image: url("image/fonds1.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 800px;
}


/* rubrique */

.rubrique {
    flex: 2;
    margin-left: 2%;
    margin-right: 3%;
    margin-top: 10px;
}

.photo {
    flex: 1;
    height: 100%;
    width: 100%;
}

#modelismeTitre {
    color: white;
	border-radius: 10px;
	background-color : rgb(77, 144, 254);
    width: 120px;
    padding: 4px 0px 4px 0px;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 1.3em;
    }

#modelismePhoto {
    max-height: 100%;
    min-height: 190px;
    max-width: 100%;
    min-width: 253px;
    box-shadow: 1px 1px 2px rgb(240, 240, 240);
	border-radius: 10px;
}

#lectraPhoto {
    padding-top: 20px;
    width: 40px;
}

#methodeTitre {
    width: 120px;
    color: white;
	border-radius: 10px;
	background-color : rgb(265, 150, 0);
    padding: 4px 0px 4px 0px;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 1.3em;
    }

#methodePhoto {
    max-height: 100%;
    min-height: 190px;
    max-width: 100%;
    min-width: 253px;
    box-shadow: 1px 1px 2px rgb(240, 240, 240);
	border-radius: 10px;
}

#divaPhoto {
    padding-top: 20px;
    width: 140px;
}

#qualiteTitre {
    color: white;
	border-radius: 10px;
	background-color : rgb(77, 144, 254);
    width: 120px;
    padding: 4px 0px 4px 0px;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 1.3em;
   }

#qualitePhoto {
    max-height: 100%;
    min-height: 190px;
    max-width: 100%;
    min-width: 253px;
    box-shadow: 1px 1px 2px rgb(240, 240, 240);
	border-radius: 10px;
}

#sgsPhoto {
    padding-top: 20px;
    width: 70px;
}

#coupeTitre {
    color: white;
	border-radius: 10px;
	background-color : rgb(265, 150, 0);
    width: 120px;
    padding: 4px 0px 4px 0px;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 1.3em;
    }

#coupePhoto {
    max-height: 100%;
    min-height: 190px;
    max-width: 100%;
    min-width: 253px;
    box-shadow: 1px 1px 2px rgb(240, 240, 240);
	border-radius: 10px;
}

#diaminoPhoto {
    padding-top: 20px;
    width: 160px;
}

#confectionTitre {
    color: white;
	border-radius: 10px;
	background-color : rgb(77, 144, 254);
    width: 120px;
    padding: 4px 0px 4px 0px;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 1.3em;
    }

#confectionPhoto {
    max-height: 100%;
    min-height: 190px;
    max-width: 100%;
    min-width: 253px;
    box-shadow: 1px 1px 2px rgb(240, 240, 240);
	border-radius: 10px;
}


/* pied de page */

#linkedin1 {
    padding-top: 4px;
    padding-left: 20px;
}

#titreContact {
    color: rgb(98, 98, 98);
}

#coordonnees {
    padding-top: 80px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    margin-right: 20%;
    margin-left: 30%;
    text-align: left;
}

#carte {
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

#iconeLocalisation {
    width: 20px;
    float: left;
    margin-right: 8px;
}

#iconeTelephone {
    width: 25px;
    float: left;
    margin-right: 8px;
}

#iconeMail {
    width: 25px;
    float: left;
    margin-right: 8px;
}

#mail {
    color: white;
}

#pied {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}


/* version mobile */

@media (max-width:850px) {
    body {
        width: auto;
        margin: 0;
        padding: 0;
    }
    ul {
        display: none;
    }
    .parallax {
        background: none;
        height: 500px;
    }
    #logo {
        display: block;
        margin-top: 100px;
        margin-left: auto;
        margin-right: auto;
    }
    article {
        display: flex;
        flex-direction: column;
        margin-left: 2%;
        margin-right: 2%;
    }
    #modelismePhoto {
        height: 50%;
        min-height: 150px;
        width: 50%;
        min-width: 200px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #methodePhoto {
        height: 50%;
        min-height: 150px;
        width: 50%;
        min-width: 200px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #qualitePhoto {
        height: 50%;
        min-height: 150px;
        width: 50%;
        min-width: 200px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #coupePhoto {
        height: 50%;
        min-height: 150px;
        width: 50%;
        min-width: 200px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #confectionPhoto {
        height: 50%;
        min-height: 150px;
        width: 50%;
        min-width: 200px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #coordonnees {
        margin-left: 10%;
    }
}
