/* CSS pour toutes les pages */
html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    /* body d'une taille de 100% */
}

body {
    min-height: 100%;
    width: 1042px;
    padding: 0 10px;
    margin: 0 auto;
}

/* body d'une longueur de 1042px*/

nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    /* enlever les underlines automatiques de base*/
    text-align: center;
}

nav li {
    display: inline-block;
    width: 161px;
    padding: 30px 10px 5px 10px;
    height: 60px;
    margin: 0px;
}

nav li .menu {
    color: #fff;
    font-size: 22px;
    text-shadow: 2px 2px 4px #000;
}

nav {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
}

nav li {
    display: inline;
}

ul {
    text-align: center;
}

.menu {
    font-size: 40px;
    margin: 5px 5px 5px 5px;
    padding: 3px 10px 3px 10px;
    color: #fff;
    border: 2px solid #876340;
}

.menu:link {
    text-decoration: none;
    background-color: #E5AA70;
    box-shadow: 6px 6px 6px #000;
    /* ombres*/
}

.menu:hover {
    color: #fff;
    text-decoration: underline #876340;
    /* decoration quand la souris passe sur le lien */
}

.clear {
    clear: both;
    float: none;
}

/* CSS pour page HOME */
.globalhome {

    width: 100%;
    margin: auto;
    padding: 25px;
    background-image: url(img/fondhome1.jpg);
    /* img de fond*/
    background-repeat: no-repeat;
    /* pas de répétition de l'image*/
    height: 600px;
}

.headerhome {
    width: 100%;
}

#logo {
    text-align: center;
    /* logo centré */
    padding: 100px 5px 5px 30px;
}

/* CSS pour la page PRESENTATION */

.globalpres {

    width: 100%;
    margin: auto;
    padding: 25px;
    border: solid 2px #ccc;
    background-image: url(img/fonds.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.introduction {
    width: 950px;
    height: 250px;
    padding: 30px 5px 10px 10px;
    border: 1px solid #000;
    margin: 20px 10px 50px 35px;
    box-shadow: 5px 5px 5px #ccc;
    font-size: 20px;
    text-align: center;
}

.imgpres {
    float: left;
    width: 240px;
    padding: 20px;
}

.text-pres {
    text-align: center;
    margin: 20px 20px 0px 20px;
    padding: 30px;
}

.present {
    width: 970px;
    margin: 0 auto;
    display: flex;
}

.column {
    margin: 10px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    border: 1px solid #000;
    height: 400px;
    text-align: center;
}

.cv {
    width: 760px;
    height: 60px;
    border: 1px solid #000;
    margin: 20px 20px 20px 120px;
    font-size: 20px;
    text-align: center;
}

.buttoncv {
    color: #000;
    height: 30px;
    font-size: 20px;

}

.buttoncv:link {
    /* ce qui se passe quand la souris n'est pas desus*/
    background-color: #ccc;
    text-decoration: none;
}

.buttoncv:hover {
    /* ce qui se passe quand le souris passe sur le lien*/
    color: #000;
    text-decoration-color: fuchsia;
    text-decoration: underline;
}

.fondpres {
    float: left;
}

/* CSS de la page CREATION */

.globalcrea {

    width: 100%;
    margin: auto;
    padding: 25px;
    border: solid #ccc 2px;
    height: 720px;
    background-image: url(img/fondcrea.jpg);
    background-repeat: no-repeat;
}

.work {
    font-size: 17px;
    padding: 5px 20px 5px 20px;
    margin: 10px 20px 10px 20px;
    text-shadow: 2px 2px 4px #ccc;
}

.works {
    display: flex;
    flex-direction: row;
}

.imgworks {
    margin: 2px 5px 2px 10px;
}


/* CSS pour la page SERVICES */

.globalservices {

    width: 100%;
    margin: auto;
    padding: 25px;
    border: solid 2px #ccc;
    background-image: url(img/fonds.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

section {
    text-align: center;
}

.servicebloc {
    display: inline-block;
    background-color: #fff;
    width: 880px;
    font-size: 20px;
    padding: 5px 5px 5px 5px;
    margin: 20px 20px 30px 60px;
}

.servicetxt {
    padding: 50px 5px 5px 5px;
    text-align: center;
    height: 285px;
    background-color: #D6D6D6;
}

.imgservice {
    float: right;
}

.imgservice1 {
    float: left;
}

footer {
    font-size: 25px;
    text-align: center;
    margin: 30px 20px 30px 20px;
    padding: 5px 2px 2px 2px;
}

/* CSS pour la page CONTACT */

.globalcontact {

    width: 100%;
    margin: auto;
    padding: 25px;
    background-image: url(img/fondcont.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* img de fond fixée*/
}

.note {
    text-align: center;
    margin: 30px 15px 40px 15px;
}




.contact {
    text-align: center;
}

.here {
    font-size: 20px;
    margin: 50px 0px 5px 0px;
}

#contact-form {
    width: 466px;
    margin: 0 auto;
    padding: 1em;
    border: 1px solid #CCC;
    border-radius: 1em;
    box-shadow: 5px 5px 5px #ccc;
    background-color: #AAA;
}

#contactform label {
    display: block;
    height: 23px;
}

textarea {
    height: 85px;

}

input,
textarea {

    width: 404px;
    padding: 10px 5px;
    border: 1px solid #fff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
}

input {
    margin: 20px 5px 10px 5px;
}

.button-form {
    width: 100px;
    margin: 20px 10px 0 0;
    height: 30px;
    padding: 4px 0 6px;
    border: 2px solid #454444;
    /* bordure solide */
    background: #6B6B6B;
    color: #fff;
    line-height: 1;
    text-align: center;
    text-shadow: 0 1px 1px #555;
    font-size: 11px;
}

.required {
    color: #e25d33;
    font-size: 1.2em;
}


.button-form:hover {
    background: #454444;

}

.map {
    margin: 60px 5px 20px 5px;
    font-size: 20px;
}

.linkedin {
    font-size: 20px;
}
