@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%;
	
	}
	
.contenueheader {
    margin: 0 auto;
    width: 100%;
}
	
	
	.logofix img {
    height: 65px;
    padding: 10px;
}
.header {
    height: 85px;
}


#slider h1 {
    min-width: 100%;
    max-width: 100%;
    position: relative;
    font-size: 33px;
}

.col-2 {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.col-3 {
    width: 100%;
    overflow: hidden;
    float: left;
}

.col-3-real {
    margin-top: 100px;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.col-4-real {
    margin-top: 100px;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.nav{

display: none;

}

#mobile-phone {
    color: #fff;
    font-size: 1.5em;
    float: right;
    margin-right: 5px;
    top: 0px;
    display: block;
    width: 39px;
    height: 75px;
    line-height: 50px;
    text-align: center;
}

.icon-phone {
    width: 40px;
    height: 29px;
    padding-top: 46px;
    float: right;
    line-height: normal;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/images/phone.png);
    background-size: 20px 20px;
    margin-top: 0;
}


#menubarre {
    cursor: pointer;
    float: right;
    padding-top: 20px;
    height: 50px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    width: 27px;
    -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 #barre1 {
    width: 25px;
    height: 2px;
    background-color: #fff;
    float: left;
    margin-top: 10px;
    -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;
    float: left;
    margin-top: 5px;
    -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;
    float: left;
    margin-top: 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;
}


#menuemob {
    position: fixed;
    top: 0;
    z-index: 1000000000;
    display: block;
    background-color: #060606;
    width: 100%;
    top: 85px;
    bottom: 0;
    -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;
}


.mobile {
    position: absolute;
    float: initial;
    left: -8%;
    top: 50%;
    display: block;
    width: 100%;
    transform: translateY(-50%);
}

.mobile li {
    width: 75%;
    left: 10%;
    cursor: pointer;
    position: relative;
    padding: 14px 3%;
    border-bottom: 1px solid #252525;
    text-transform: uppercase;
    text-align: left;
    font-size: 19px;
}

.mobile a li {
    color: #fff;
    text-decoration: none;
}

#footercopy {
    height: auto;
    padding-bottom: 13px;
    width: 100%;
    padding-top: 10px;
}

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

.planelogo {
    float: right;
    width: 100%;
    text-align: center;
}

.plusserv p {
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    line-height: 26px;
    padding: 0 15px;
    color: #fff;
}

.apropos p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 29px;
    padding: 30px 5% 0px 5%;
}

.titre {
    font-size: 25px;
    position: relative;
    padding-bottom: 10px;
    margin-top: 50px;
}

}