Modification du head "SITE ENTIER"

<style type="text/css">
/*<![CDATA[*/
.jtpl-logo { width: 400px; }
.jtpl-navigation .j-nav-level-1 li { width: 270px; text-align: left;}
/*]]>*/
</style>

Modification du head "SOUS-PAGES Accueil"


<style type="text/css">
/*<![CDATA[*/

/******************** Pleine largeur et fond de couleur******************* */

/*This syntax will process the included CSS code on the desktop version of your website */

        @media (min-width: 811px) {

                #cc-m-gallery-11273366277 { background:#384412; color: white; width: 100vw; left: calc(-50vw + 50%); position: relative; padding:0px !important; margin-top: -100px;}

        }

/*This syntax will process the included CSS code on the mobile version of your website */

        @media (max-width: 811px) {

                #cc-m-gallery-11273366277 { background:#384412; color: white; width: 100vw; left: calc(-50vw + 50%); position: relative; padding:0px !important; margin-top: -25px;}

        }





/*Texte libre*/
.jtpl-logo { width: 400px; }



/******************** fond gris *********************/
/***********Version ecran d'ordinateur ***************/
        @media (min-width: 400px) {
                #cc-matrix-3159469477 { background:#9b0000;  padding:20px; border-radius: 10px;}
                #cc-m-11275910677 { display: block; }

        }
/***********Version ecran de smartphone***************/
        @media (max-width: 400px) {
                #cc-matrix-3159469477 { background:#9b0000;  padding:10px ; border-radius: 10px; }
                #cc-m-11275910677 { display: none; }
                #cc-m-11275599877 { display: none; }

        }


/*]]>*/
</style>