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

body {
	min-width: 99%;
	margin: 0 auto;
		overflow-x: hidden;
	left: 0;
	top: 0;
	font-family: arial;
    border: 1px solid #fff;
}
.contenu {
    max-width: 100%;
}

.contenueheader {
    width: 100%;
    top: -1px;
}

.contenue {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

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


#menubarre {
    cursor: pointer;
    right: 0;
    overflow: hidden;
    margin-right: 30px;
    top: 9px;
    height: 60px;
    position: absolute;
    display: block;
    padding: 0 22px;
    width: 32px;
    -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: #000;
    float: left;
    margin-top: 20px;
    -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: #000;
    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: #000;
    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: 999;
    display: block;
    background-color: #f1f1f1;
    width: 100%;
    top: 60px;
    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;
}

.enfant, .enfant-l {
    position: relative;
    top: 0;
    padding: 3% 2%;
    text-align: center;
    left: 3%;
    width: 93%;
    color: #fff;
    background-color: #000;
    z-index: 100;
    transform: translateY(0%);
}

.col-3-text {
	display: none;
}

.imgdef {
    display: none;
}


.pdp-how__main {
    position: relative;
    left: 5%;
    top: 50%;
    text-align: left;
    width: 90%;
    text-align: center;
    max-width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pdp-how__figure {
    margin: 0 8%;
    padding: 0 20px;
    text-align: center;
    width: 85%;
}

#header .logobl {
    height: 85px;
    opacity: 1;
    display: block;
    padding-bottom: 10px;
    left: 10px;
    top: 7px;
    position: relative;
    -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;
}


#header .logobl {
    height: 70px;
    opacity: 1;
    display: block;
    padding-bottom: 10px;
    left: 10px;
    position: relative;
    -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;
}

#header .menue {
display: none;
}

.plusservcont {
    text-align: center;
    padding: 0;
}

.strateimages .lienimg {
    width: 48%;
}

.fusion-text {
    font-size: 25px;
    text-align: center;
    line-height: 37px;
    padding: 100px 0;
}

.col-3-serv {
    margin: 3%;
    width: 94%;
}

.descriptionser {
    /* margin: 100px 0; */
    padding: 109px 25px;
    font-size: 21px;
    line-height: 36px;
    background-color: #fbfbfb;
    color: #505050;
    text-align: justify;
}

.col-md-3 {
    flex: 0 0 95%;
    max-width: 95%;
}


.contimgserv, .contimgserv-l {
    position: relative;
    overflow: hidden;
    left: 3%;
    width: 93%;
    margin: 0;
}




}