
/* ---------------------------------------
	Responsive design code
-----------------------------------------*/

@media screen and (min-width: 1024px) {

.hidemobile5 {
	display: none !important;
}

#moduleprsentation {
	display: inherit;
}
#modulestop {
	display: inherit;
}
#modules11 {
	display: inherit;
}
#footer {
	display: inherit;
}


}

@media screen and (max-width: 1024px) {

img {
	max-width: 100% !important;
        height: auto !important;
}

.container {
	width: 950px !important;
}

.hidemobile4 {
	display: none !important;
}

#moduleprsentation {
	display: inherit;
}
#modulestop {
	display: inherit;
}
#modules11 {
	display: inherit;
}
#footer {
	display: inherit;
}


}

@media screen and (max-width: 950px) {

.container {
	width: 758px !important;
}

.hidemobile3 {
	display: none !important;
}

#moduleprsentation {
	display: inherit;
}
#modulestop {
	display: inherit;
}
#modules11 {
	display: inherit;
}
#footer {
	display: inherit;
}


}

@media screen and (max-width: 758px) {

.container {
	width: 524px !important;
}

.hidemobile2 {
	display: none !important;
}

#moduleprsentation {
	height: auto !important;
}
#moduleprsentation .logobloc {
	float :none !important;
	width: auto !important;
}
#modulestop {
	display: inherit;
}
#modules11 .flexiblemodule {
	width: 100% !important;
float: none;
}
#modules11 .flexiblemodule > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#footer {
	height: auto !important;
}
#footer .logobloc {
	float :none !important;
	width: auto !important;
}


}

@media screen and (max-width: 524px) {

.container {
	width: 292px !important;
}

.hidemobile1 {
	display: none !important;
}

#moduleprsentation {
	display: inherit;
}
#modulestop {
	display: inherit;
}
#modules11 .flexiblemodule {
	width: 100% !important;
float: none;
}
#modules11 .flexiblemodule > div.inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#footer {
	height: auto !important;
}
#footer .logobloc {
	float :none !important;
	width: auto !important;
}


}
