<style type="text/css">
/*<![CDATA[*/
.body { overflow-x: hidden;  overflow-y: auto; }
.jtpl-main {overflow-x:hidden;} 

.test {display:none;}

 

 

/* Pleine largeur et fond de couleur*/

#cc-m-7817534156 {width: 92vw;  left: 50%;  transform: translateX(-50%);  position: relative;  padding: 5% 5% 5% 5%!important;  background-color: #d3e6dd;}


/*Fond de couleur ou image  à 100% mais pas le contenu*/
#cc-m-6610449218 {margin: -5px -100%; padding: 2.5em 100% !important; background: #eff8ff; color: #333!important; box-sizing: border-box;} 

/* Pleine largeur et fond de couleur*/
@media (min-width: 400px) {#cc-m-79... { background:#7b3f28; color: white; width: 96vw; left: calc(-50vw + 50%); position: relative; padding:40px !important; } }
@media (max-width: 400px) {#cc-m-7988146215 { background:#7b3f28; color: white; width: 100%; left: calc(-50vw + 50%); position: relative; padding:18px !important; } } 

 

/* pleine largeur fond image */
@media (min-width: 400px) { #cc-m-14049428130 { background-image: url('https://image.jimcdn.com/app/cms/image/transf/dimension=origxorig:format=jpg/path/sd1ec856f2ec8eefb/image/i8e7a4d7deb92adb5/version/1512941108/image.jpg');  width: 100vw; left: calc(-50vw + 50%); position: relative; padding-top: 9em !important; padding-bottom: 9em !important; }    }
 @media (max-width: 400px) { #cc-m-14049428130 { background-image: url('https://image.jimcdn.com/app/cms/image/transf/dimension=origxorig:format=jpg/path/sd1ec856f2ec8eefb/image/i8e7a4d7deb92adb5/version/1512941108/image.jpg'); width: 100%; left: calc(-50vw + 50%); position: relative; padding:18px !important; }   } 

/*** responsive iframe video carre 100% ***/
.video1 {  position: relative; padding-bottom: 80%; /* 16:9 */ padding-top: 25px; height: 0;}
.video1 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*** responsive iframe video 16/9  ***/

.video2 { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0;}
.video2 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;} 

/* effets  */

img[alt="effet6"] {border: 0px solid #222729 !important;  border-radius: 0px;   width: 100%;   height: 154px;   object-fit: cover;}
img[alt="effet1"]:hover {filter: brightness(1.2);-webkit-filter: brightness(1.2);-moz-filter: brightness(1.2);-o-filter: brightness(1.2);-ms-filter: brightness(1.2);}

img[alt="effet3"] {transition: all .2s ease-in-out;  -webkit-transition: all .2s ease-in-out;  -moz-transition: all .2s ease-in-out;  -o-transition: all .2s ease-in-out;   -ms-transition: all .2s ease-in-out;}
img[alt="effet3"]:hover {transform: scale(1.05);  -webkit-transform: scale(1.05);  -moz-transform: scale(1.05);   -o-transform: scale(1.05);      } 
img[alt="effet5"] {transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;}
img[alt="effet5"]:hover {border-radius: 200px;   }    

 

 

 

 

 

/* Titre du texte alt sous les images des galeries */
.titre-galerie { font-weight: bold; }

 

/*]]>*/
</style>

 

 

 <script type="text/javascript">
//<![CDATA[
    /* Ajout du texte alt sous les images des galeries */
    document.addEventListener('DOMContentLoaded', function() {
        var galleryItems = document.querySelectorAll('.cc-m-gallery-stack-item');
        for (var i = 0, length = galleryItems.length; i < length; i++) {
            var galleryItem = galleryItems[i],
                img = galleryItem.querySelector('img');
            
            if (img.getAttribute('alt')) {
                altText = document.createElement('p');
                altText.classList.add('j-module', 'n', 'j-text', 'titre-galerie');
                altText.textContent = img.getAttribute('alt');
                galleryItem.appendChild(altText);
            }
        }
    });
//]]>
</script>