@media (max-width: 1920px) {

body {
	padding: 0;
	margin: 0;
	font-family: 'Oxygen', sans-serif;
	color:#FFFFFF;
}

#conteneur {
	width:100%;
	height: auto;
	background-color:#0e1339;
	border-top: 6px solid #00aeeb;
	background-image: url(../images/contenu_bg.jpg);
    background-position: center center;
    background-size: cover;
}

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

#header {
	width: 100%;
	height: auto;
	background-color:#0e1339;
}

#header-contenu {
	width:80%;
	height: auto;
	margin: auto;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

#banner-accueil {
	width: 100%;
	height: 140px;
	background-image: url(../images/bg_accueil.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	border-top: 6px solid #00aeeb;
}

#banner-chauffage {
	width: 100%;
	height: 140px;
	background-image: url(../images/bg_chauffage.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	border-top: 6px solid #00aeeb;
}

#banner-ventilation {
	width: 100%;
	height: 140px;
	background-image: url(../images/bg_ventilation.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	border-top: 6px solid #00aeeb;
}

#banner-climatisation {
	width: 100%;
	height: 140px;
	background-image: url(../images/bg_climatisation.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	border-top: 6px solid #00aeeb;
}

#banner-pourquoi {
	width: 100%;
	height: 140px;
	background-image: url(../images/bg_pourquoi.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	border-top: 6px solid #00aeeb;
}

#banner-apropos {
	width: 100%;
	height: 140px;
	background-image: url(../images/bg_apropos.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	border-top: 6px solid #00aeeb;
}

#banner-contact {
	width: 100%;
	height: 140px;
	background-image: url(../images/bg_nousjoindre.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	border-top: 6px solid #00aeeb;
}

#appel {
	width: 100%;
	height: auto;
	background-color:#0e1339;
}

#appel-contenu {
	width: 80%;
	height: auto;
	margin: auto;
	padding: 20px 0px 20px 0px;
	text-align: center;
}


#footer {
	width: 100%;
	height: auto;
	background-color:#0e1339;
	border-top: 6px solid #00aeeb;
	background-image: url(../images/footer_bg.jpg);
    background-repeat: repeat;
}

#footer-contenu {
	width: 80%;
	height: auto;
	margin: auto;
	padding: 20px 0px 20px 0px;
	color: #FFFFFF;
	font-size: 13px;
}

.logoaccueil {
	padding-left:50px;
	padding-right: 50px; 
 }


/*** TEXTE ***/
.light{
	font-weight:300;
}

.normal{
	font-weight:400;
}

.bold{
	font-weight:700;
}

.code{
	font-size:14px;
}

.imgAdresse{
	margin-bottom:-6px;
	margin-right:7px;
}

.iconeCrochet{
	margin-bottom:0px;
	margin-right:7px;
}

.iconePouce{
	float:left;
	margin-right:20px;
	margin-top:22px;
}

.lineAjust{
	line-height:200%;
}

.lineAjust2{
	line-height:200%;
}

.lineAjust3{
	line-height:180%;
}

.titreContenu{
	font-size:28px;
	margin-bottom:20px;
	font-weight:300;
	line-height:130%;
}

.textContenu{
	margin:20px 0;
	font-size:14px;
	font-weight:300;
	line-height:150%;
}

/******/

/*** TEXTE ***/

input.champs{
	font-size:14px;
	height:33px;
	width:100%;
	padding:0 12px;
	margin:13px 25px 0 0;
	float:left;
	border: 2px solid #0760a9;
}


#message{
	font-size:14px;
	width:100%;
	border: 2px solid #0760a9;
	height:135px;
	padding:10px 12px;
	margin:13px 0px;
	resize:none;
}

#btnEnvoyer{
	width:165px;
	height:40px;
	border:none;
	background-image:url('../images/envoyer_avion.png');
	background-repeat:no-repeat;
	background-color:transparent;
	margin:13px 0px;
}


/******/


* {
        -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;
    }
}