@media (max-width: 1920px) {

body {
	margin: 0;
	padding: 0;
}

#header {
	width: 100%;
	height: auto;
	background-image: url(../images/bg_header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
}

#ligne {
	width: 100%;
	height: 3px;
	background-color: #000;
}

#header-contenu {
	width: 80%;
	height: 250px;
	margin: auto;
	padding: 40px 0px 20px 0px;
}

#conteneur {
	width: 100%;
	height: auto;
}


#trucs {
	width: 100%;
	height: auto;
	background-color: #f6efa3;
}

#contenu {
	width: 80%;
	height: auto;
	margin: auto;
	padding: 20px 0px 20px 0px;
}

#contactez-nous {
	width: 100%;
	height: auto;
	background-image: url(../images/bg_contactez_nous.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#contactez-nous-contenu {
	width: 80%;
	height: auto;
	padding-top: 113px;
	margin: auto;
	text-align: center;
}

#contact {
	width: 100%;
	height: auto;
	background-color: #f6efa3;
}


#copyright {
	width: 100%;
	height: auto;
	background-color: #000000;
}

/* Style texte */

p {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}

h1 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1.3em;
	color: #168e06;
	font-weight: 700;
}

h2 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	font-weight: 700;
}

ul {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	line-height: 2em;
	color: #000000;
}

.copyright {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.copyright a {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

/****** form ****/
input, textarea {
	border:none;
	width:100%;
	padding:10px;
	margin:5px 0;
	-moz-box-shadow: inset 2px 2px 5px 0px #cfcfcf;
	-webkit-box-shadow: inset 2px 2px 5px 0px #cfcfcf;
	-o-box-shadow: inset 2px 2px 5px 0px #cfcfcf;
	box-shadow: inset 2px 2px 5px 0px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=5);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 10px;
	color:#000;
	font-size: 14px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.success_txt p {
	color:#000;
}

#errorDiv {
	font-size: 14px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	
}

* {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    
    /* passer body (et tous les éléments de largeur fixe) en largeur automatique */

    body {
        width: auto;
        margin: 0;
        padding: 0;
    }
    
    /* fixer une largeur maximale de 100% aux éléments potentiellement problématiques */

    img,
    table,
    td,
    blockquote,
    code,
    pre,
    textarea,
    input,
    iframe,
    object,
    embed,
    video {
        max-width: 100%;
    }
    
    /* conserver le ratio des images */

    img {
        height: auto;
    }
    
    /* gestion des mots longs */

    textarea,
    table,
    td,
    th,
    code,
    pre,
    samp {
        -webkit-hyphens: auto; /* césure propre */
        -moz-hyphens: auto;
        hyphens: auto;
        word-wrap: break-word; /* passage à la ligne forcé */
    }
    
    code,
    pre,
    samp {
        white-space: pre-wrap; /* passage à la ligne spécifique pour les éléments à châsse fixe */
    }
    
    /* Passer à une seule colonne (à appliquer aux éléments multi-colonnes) */

    element1,
    element2 {
        float: none;
        width: auto;
    }
    
    /* masquer les éléments superflus */

    .hide_mobile {
        display: none !important;
    }
}