/*---Google Fonts-----------------*/


/*@import url(https://fonts.googleapis.com/css?family=Noto+Sans|Roboto:400,500|Lato:400,700,900);*/

@import url(http://fonts.googleapis.com/css?family=Lato:400,600,700|Open+Sans:400,700,600|Roboto+Condensed);

/*--------------------------------*/


/* RÉINITIALISATION */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
small {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*-----------------*/


/*FONTS INITIAUX*/

header,
nav {
    font-family: 'Roboto Condensed', sans-serif;
}

main h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.5em;
}

aside {
    padding: 1.5em;
}

main h2,
aside h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

main p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
    margin-bottom: 0.5em;
}

a:link,
a:visited {
    font-family: 'Open Sans', sans-serif;
    color: grey;
}

a:hover,
a:active {
    color: black;
}


/*PAGE COMPLÈTE*/

html,
body {
    height: 100%;
    background-color: #f5f5f5;
}

#conteneur {
    width: 1440px;
    padding: 0 auto;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 1);
}

#conteneur main {
    float: left;
    width: 66.666%;
}

#conteneur aside {
    float: left;
    width: 33.333%;
}


/*HEADER*/

header {
    background-color: rgb(0, 82, 174);
}

header h1 {
    display: none;
}

.logo {
    margin-left: 0.3em;
    margin-bottom: 0.5em;
    height: 8em;
}

.logoHome {
    height: 12em;
    padding-bottom: 1em;
}

.langSelect li a {
    text-decoration: none;
    border-radius: 5px;
}


/*NAVIGATION HEADER*/

nav.navPrincipale ul {
    text-align: center;
}

nav.navPrincipale ul li {
    display: inline-block;
    text-align: center;
    width: 16%;
    height: 2em;
    padding: 0 2em;
}

nav.navPrincipale ul li a {
    font-size: 1.3em;
}

nav.navPrincipale ul li a:link,
nav.navPrincipale ul li a:visited {
    color: #fff;
    text-decoration: none;
}

nav.navPrincipale ul li a:hover,
nav.navPrincipale ul li a:active {
    color: rgb(239, 52, 60);
    text-decoration: underline;
}

nav.navMeta ul {
    text-align: right;
}

nav.navMeta ul li {
    display: inline-block;
    text-align: center;
    padding: 0 0.4em;
}

nav.navMeta ul li a:link,
nav.navMeta ul li a:visited {
    color: lightgrey;
    font-size: 0.9em;
    text-decoration: none;
}

nav.navMeta ul li a:hover,
nav.navMeta ul li a:active {
    color: #fff;
    text-decoration: underline;
}


/*FOOTER*/

footer {
    clear: both;
    background-color: rgb(0, 82, 174);
}

.pageIndex footer {
    background-color: transparent;
}

nav.rappelNav ul li a {
    font-size: 1.3em;
}

nav.rappelNav ul li a:link,
nav.rappelNav ul li a:visited {
    color: #fff;
    text-decoration: none;
}

nav.rappelNav ul li a:hover,
nav.rappelNav ul li a:active {
    color: rgb(239, 52, 60);
    text-decoration: underline;
}

footer small {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 0.75em;
    color: #fff;
    padding-top: 1em;
    margin-left: 0.1em;
}

small.copy {
    color: #000;
    padding-top: 3em;
}


/*NAVIGATION FOOTER*/

nav.rappelNav {
    padding-top: 1em;
}

nav.rappelNav ul li {
    display: inline;
    padding-left: 1.5em;
}

nav.rappelNav ul li a {
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    margin-left: 0.3em;
}


/*RÉSEAUX SOCIAUX FOOTER*/

ul.sousNav {
    padding-left: 1em;
}

ul.sousNav li {
    display: inline;
}

ul.sousNav li a {
    display: inline-block;
    margin-left: 0.3em;
    width: 64px;
    height: 64px;
    background: url('../images/logosociaux.png') 0 0 no-repeat;
    font-size: 0;
}

ul.sousNav li:nth-child(2) a {
    background-position: -64px 0;
}

ul.sousNav li:nth-child(3) a {
    background-position: -128px 0;
}

a.rs-link {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    margin: 2em;
    text-align: center;
}


/*CONTENU PRINCIPAL*/

main {
    padding: 0.5em;
    float: left;
}

img.prod {
    max-height: 35em;
}

.centre {
    width: 66.66666666666%;
    margin: auto;
    padding: 1em;
}

img.preview {
    height: 3em;
}

ul.logoMarques li {
    display: inline;
}

ul.logoMarques li img {
    width: 20%;
}


/*ASIDE*/

aside h2,
aside h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

aside section {
    padding: 0.5em;
}

aside h3 {
    display: none;
}


/*MENU HAMBURGER*/

#btn-menu {
    display: none;
}


/*PAGE ACCUEIL SELECTION DE LANGUE*/

#backImage {
    background-image: url(../images/home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.pageIndex {
    width: 1440px;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 15%;
    background-color: rgba(255, 255, 255, 0.75);
}

.pageIndex main {
    width: 100%;
    margin: 0 auto;
}

.homepage ul {
    text-align: center;
}

.homepage ul li {
    display: inline;
    text-align: center;
}

.homepage ul li a {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 1.2em;
    margin: 0.5em;
    padding: 0.5em;
}

.homepage ul li a:link,
.homepage ul li a:visited {
    background-color: rgb(0, 82, 174);
    color: #fff;
}

.homepage ul li a:hover,
.homepage ul li a:active {
    background-color: gray;
    color: #000;
    text-decoration: none;
    box-shadow: 1px 1px 10px #000;
}


/*PAGE PRODUITS*/

section {
    padding-bottom: 1em;
}

section ul {
    list-style: none;
}

section ul li a:link,
section ul li a:visited {
    text-decoration: none;
}

section ul li a:hover,
section ul li a:active {
    text-decoration: underline;
}

p em {
    font-weight: bold;
}


/*PAGE CONTACT*/

textarea {
    width: 50%;
    height: 5em;
    font-family: 'Open Sans', sans-serif;
}

label {
    font-family: 'Open Sans', sans-serif;
}

.decompte {
    color: green;
}

.limite {
    color: orange;
}

.limiteFin,
.erreur,
em.obligatoire {
    color: red;
}

.erreur {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.exemple {
    color: lightgrey;
    font-family: 'Lato', sans-serif;
    font-style: italic;
}

.confirmation {
    color: green;
    font-family: 'Open Sans', sans-serif;
}


/*ADRESSE*/

address {
    font-family: 'Open Sans', sans-serif;
}

strong {
    font-weight: bold;
}

address ul li {
    list-style: none;
    padding-left: 1.9em;
}

address ul li:first-child {
    padding-left: 0;
}


/*REQUÊTES MÉDIA*/

@media (max-width: 1460px) {
    #conteneur,
    .pageIndex {
        width: 90%
    }
    footer #conteneur {
        width: 100%;
    }
}

@media (max-width: 1280px) {
    #conteneur main,
    #conteneur aside {
        clear: both;
        width: 100%;
    }
    main h1,
    main h2,
    main p {
        text-align: left;
    }
}

@media (max-width: 800px) {
    #conteneur,
    .pageIndex {
        width: 100%;
    }
    .logo,
    .logoHome {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 75%;
        height: auto;
    }
    nav.navPrincipale ul li,
    nav.rappelNav ul li {
        display: block;
        width: 100%;
    }
    nav.rappelNav ul li,
    ul.sousNav {
        padding-left: 0;
    }
    nav.navMeta ul {
        padding: 0.5em;
    }
    ul.prod {
        width: 95%;
    }
    .js header h1 {
        padding-right: 84px;
        font-size: 2em;
    }
    .js #menu {
        overflow: hidden;
        max-height: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    #btn-menu {
        display: block;
        background: #002e5d;
        padding: 15px 15px 15px 40px;
        font-size: 1.5em;
        color: #FFF;
        font-weight: bold;
    }
    .js #btn-menu {
        color: #fff;
        padding: 0.5em;
        text-align: center;
        text-decoration: none;
        background-position: center center;
    }
    .js #btn-menu span {
        text-align: center;
        text-decoration: none;
    }
    .js .menu-actif #menu {
        max-height: 30em;
    }
    footer {
        text-align: center;
    }
}

@media (max-width: 365px) {
    aside {
        display: none;
    }
    textarea {
        width: 90%;
    }
    ul.logoMarques li img {
        width: 45%;
    }
    img.prod {
        max-width: 100%;
    }
    .centre {
        width: auto;
        max-width: 365px;
        margin: 0;
        padding: 0;
    }
}