@media screen and (min-width: 100px) and (max-width: 780px) {

body {
	min-width: 100%;
	margin: 0 auto;
		overflow-x: hidden;
	left: 0;
	top: 0;
	font-family: arial;
}
.contenue{
	
	margin: 0 auto;
	width: 100%;
	
	}
	
.contenuereal{
    position: relative;	
	margin: 0 auto;
	width: 100%;
	overflow: hidden;

}

.sectionthermo h2 {
    font-size: 4.2rem;
}

.sectionthermo h2 small {
    font-size: 0.5rem;
}

.hauteurimg {
    height: 300px;
}
.contenueser {
    width: 100%;
}


.imgservice {
    float: left;
    width: 90%;
    margin-top: 5%;
    top: 0;
}

.message {
    display: none;
}

.col-3-real {

    width: 100%;
}


    .messagepage2 p {
        text-align: justify;
        font-size: 15px;
        padding: 0 20px;
        line-height: 29px;
        margin-bottom: 0;
    }

.contenueservice {
    position: relative;
    width: 100%;
    margin: 0 auto;
}


.col-3 {
    width: 100%;
}


#topbar {
	display: none;
}



    #header {
        height: 75px;
        padding-top: 0;
        width: 100%;
        background-color: #0000;
        top: 0px;
        min-width: 100%;
    }


.col-4{
	
	width: 100%;

}

.textimg p {
    left: 5%;
    width: 67%;
    font-size: 18px;
}


.ligne {
    height: 50px;
    margin-top: 20px;
}

#header .menue {
 	display: none;
}


.inputcont {
    margin: 20px 1%;
    padding: 3% 2%;
    margin-left: 4%;
    width: 87%;
}

textarea {
    width: 87%;
    margin: 20px 1%;
    outline: none;
    margin-left: 4%;
    padding: 3% 2%;
    height: 150px;
}

    #header.floatable {
        height: 75px;
        padding-top: 0;
        width: 100%;
        position: absolute;
        background-color: #0000;
        top: 0px;
        min-width: 100%;
    }

    #header .logo {
        width: 192px;
        display: block;
        float: left;
        position: absolute;
        margin-top: 13px;
        margin-left: -110px;
        left: 50%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.zonetexterreur {
    left: 2%;
    width: 96%;
}


    #menubarre {
        cursor: pointer;
        right: 25px;
        left: 25px;
        margin-top: 9px;
        bottom: 25px;
        height: 58px;
        border-radius: 31px;
        background-color: black;
        position: fixed;
        display: block;
        padding-right: 5px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }



    #textmenue {
        text-align: center;
        text-transform: uppercase;
        font-size: 22px;
        margin-left: 30px;
        font-weight: bold;
        line-height: 57px;
        border-radius: 39px;
        color: #fff;
    }

    .col-demi {
        display: none;
    }

    #menubarre #barre1 {
        width: 25px;
        height: 2px;
        background-color: #fff;
        margin-top: 20px;
        position: absolute;
        left: 50%;
        margin-left: -65px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }


    #menubarre #barre2 {
        width: 25px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 50%;
        margin-left: -65px;
        margin-top: 26px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }


    #menubarre #barre3 {
        width: 25px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 50%;
        margin-left: -65px;
        margin-top: 33px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.horaire h2 {
    font-size: 24px;
    margin-top: 90px;
}

.contact h2 {
    font-size: 24px;
    margin-top: 90px;
}

    #menuemob {
        position: fixed;
        top: 0;
        z-index: 999;
        display: block;
        padding-bottom: 10px;
        background-color: #000000;
        top: auto;
        left: 25px;
        height: auto;
        border-radius: 39px 39px 0px 0px;
        right: 25px;
        bottom: 57px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }


    #textmenue span {
        display: block;
    }

    #navmob {
        top: 0;
        padding-left: 31px;
        text-align: left;
        border-bottom: #4a4a4a solid 1px;
        padding-bottom: 15px;
        display: block;
        position: relative;
        overflow: hidden;
    }

        #navmob li {
            text-align: left;
            list-style: none;
            float: left;
            width: 100%;
            overflow: hidden;
            margin-left: -20px;
            font: inherit;
        }


#navmob a.actif {
    color: #d36400;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


#navmob a:hover {
    color: #d36400;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.col-2 {
    width: 100%;
}


.plusserv p{
    text-align: justify;
    font-size: 15px;
    padding: 0 20px;
    line-height: 29px;
}


#aproposimg {
    z-index: 10;
    position: relative;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 300px;
}

.bgnoir h1 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 26vh;
    text-align: center;
    margin-left: 5%;
    transform: translateY(-50%);
    max-width: 90%;
}

.apropostext p {
    font-size: 15px;
    line-height: 26px;
}
.apropostext {
    margin-top: 0;
    width: 90%;
}


    #navmob a {
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        line-height: 30px;
        font-size: 20px;
        display: block;
        padding: 5px 20px 0 20px;
        height: 40px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
.contenu {
    width: 100%;
    position: absolute;
    margin-top: 50vh;
    transform: translateY(-50%);
    left: 0;
    margin-left: 0;
    text-align: center;
}

.contenu h1 {
    font-size: 24px;
}

.btn_type1 {
    font-size: 13px;
    padding: 15px 25px;
}

#header .logo img {
    height: 55px;
    margin-top: 3px;
    margin-left: 10px;
}

.messagepage1 p {
    text-align: justify;
    font-size: 15px;
    padding: 0 20px;
    line-height: 29px;
    margin-bottom: 0;
}

.expertise {
    margin-top: -35px;
}


#header.floatable .logo img {
    height: 55px;
    margin-top: 0px;
    margin-left: 10px;
}


.titre h2 {
    font-size: 30px;
}

.titre h2:after {
    height: 2px;
}


.contenutitrepage {
    margin-top:100px;
}  

#sliderpage {
	height: 200px;
      }

.contenutitrepage h1 {
    font-size: 25px;
}


.messagepage1 {
    margin-top: 80px;
}

.englobemessage {
    margin-bottom: 35px;
    padding-bottom: 54px;
}

.prendre-contact h2 {
    font-size: 15px;
    padding-top: 11px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    width: 100%;
    float: left;
    position: relative;
    max-width: 100%;
    line-height: 33px;
}

.col-md-6 {
    width: 100%;
    float: left;
}

.col-md-offset-2 {
    float: left;
    width: 100%;
}

#footercopy {
    padding-bottom: 180px;
}

.copyright {
    text-align: center;
    width: 100%;
}

.planelogo {
    float: inherit;
    left: 50%;
    position: relative;
    top: 6px;
    margin-left: -70px;
}

.prendre-contact p {
    float: right;
    font-family: 'Nunito',sans-serif;
    text-align: center;
    font-weight: 300;
    font-size: 2.5em;
    text-transform: uppercase;
    color: white;
    line-height: 11px;
    width: 100%;
}

.footer {
    display: none;
}
}