/*Grâce à ces codes vous pouvez créer de nouvelles pages qui resteront responsive et les éléments du thème seront bien positionnés*/ /*BARRE NOIRE MENU*/ #WEheader-floatL, #WElogo { float: left; display: block !important; } #WEheader-floatR, #WEnav { float: right; display: block !important; } /*SLIDER couleur des points*/ .OESZ_image_number { background-color: #ce3030 !important; } .image_number_select { background-color: white !important; } /*Distance entre contenu et pied de page*/ .conteneur { margin-bottom: 90px; } /*Adapter pied de page au contenu*/ .OESZ_XBodyContent { height: auto !important; } @media screen and (max-width: 640px) { #WEheader-floatL, #WElogo { float: none; text-align: center; margin-left: auto; margin-right: auto; } #WElogo { padding-top: 20px; } #WEheader-floatR { margin-right: 5px; } #WEnav { margin: auto; float: none; max-width: 440px; } /*contenu*/ #XBody .colonnes { padding: 0px !important; margin: auto !important; display: block !important; } #XBody .c-deux { margin-top: 20px !important; margin-bottom: 30px !important; } #WEnav { margin-bottom: 20px; } .bouton-media { padding: 5px 0 5px 0 !important; background-image: none !important; } /*colonne droite*/ .droite, .gauche { max-width: 95% !important; } /*FIN MEDIA*/ } @media screen and (max-width: 960px) { .OERelLine { text-align: center !important; } .gauche { margin-bottom: 20px !important; border: none !important; } /*PAGE CONTACT*/ .infos { width: 90% !important; padding: 0px 0px 20px 0px !important; margin-bottom: 20px; border-bottom: solid 1px #CE3030; max-width: 90% !important; } .infos-texte { text-align: center !important; } /*FIN*/ }