body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
body {
	margin: 0;
	padding: 0 0 40px 0;
	background: #fff;
	font-family: Roboto,sans-serif;
	font-size: 112.5%;
	color: #333;
	letter-spacing: 0.8px;
	line-height: 1.4em;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.pg-bg {background: #f2f2f2;}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

div, span, p, img, object, embed {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

strong, .bold {font-weight: 500;}

hr {
	margin: 20px 0;
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(51, 51, 51, 0), rgba(51, 51, 51, 0.75), rgba(51, 51, 51, 0));
}

.size9 {font-size: 0.9em;}
.size11 {font-size: 1.1em;}
.size12 {font-size: 1.2em;}
.size13 {font-size: 1.3em;}
.size14 {font-size: 1.4em;}

ul {list-style: none; padding: 0; margin: 0;}
li {padding: 0; margin: 0;}

.clear {height:.1px;font-size:.1px;line-height:.1px;clear:both}

.bleu {color: #4499d3;}
.violet {color: #B8289E;}
.vert {color: #7ACD95;}

/* STRUCTURE */

#container {
	width: 920px;
	margin: 0 auto;
}

#container img {max-width: 100%;}

.ce_text {max-width: 640px; margin: 0 auto; text-align: justify;}

.ce_text a,
.so-sanct-bio a,
.so-sanct-liens a {color: #4499d3;}

.ce_text a:hover,
.so-sanct-bio a:hover,
.so-sanct-liens a:hover {opacity: 0.4;}

.ce_text ul,
.so-sanct-bio ul {list-style: none; padding: 0; margin: 0;}
.ce_text li,
.so-sanct-bio li {padding-left: 1rem; text-indent: -1rem;}
.ce_text li::before,
.so-sanct-bio li::before {content: "›\00a0\00a0";}

.ce_text {line-height: 1.5em !important;}

.btn-voir {
	margin: 0 auto;
	text-align: center;
}

.btn-voir a {
	display: inline-block;
	padding: 5px 15px;
	background: #4499d3;
	color: #fff;
	font-weight: 500;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 0.85em;
	letter-spacing: 1.2px;
}

/* FOOTER */

footer {margin: 0 auto; margin-top: 40px;}
footer div {text-align: center; font-size: 0.8em; line-height: 1.4;}
footer hr {
	margin: 0 0 10px 0 !important;
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(51, 51, 51, 0), rgba(51, 51, 51, 0.3), rgba(51, 51, 51, 0));
}

footer img {max-width: 16px; max-height: 16px; vertical-align: middle; padding-left: 5px;}

/* HEADER */

#header {
	background: #4499d3 !important;
	margin-bottom: 40px;
}

#header .inside {text-align: center;}

#logo {
	width: 920px;
	margin: 0 auto;
	padding-bottom: 10px;
}

#logo img {max-height: 140px;}

#htitre {padding: 5px 0 5px 0;}
#htitre img {max-width: 420px;}

#hstitre {
	padding: 0 0 30px 0;
	font-size: 1.15em;
	letter-spacing: 1.2px;
	color: #fff;
}

/* MENU */

#mobile-btn {display: none; visibility: hidden;} 
nav#mobile-menu {display: none; visibility: hidden;}

#menu {
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding: 5px 0;
	margin-bottom: 15px;
}

#menu .inside {
	width: 920px;
	margin: 0 auto;
}

#menu nav {z-index: 9999 !important;}

#menu nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}	

#menu nav ul li {
	display: inline-block;
	text-align: left;
}

#menu nav a {
	display: block;
	padding: 0 7px;	
	text-decoration: none;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.95em;
}

#menu ul.submenu a {line-height: 30px !important; text-transform: none !important;}
#menu ul.submenu a:hover {background: rgba(255,255,255,0.3); opacity: 1;}

#menu nav ul ul {
	display: none;
	position: absolute; 
	top: 40px;	
	border: 1px solid rgba(255,255,255,0.5);
	padding: 5px;
	background: #4499d3;
	text-align: left;
}	

#menu nav ul li:hover > ul {
	display:inherit;
}	

#menu nav ul ul li {
	width: auto;
	float: none;
	display: list-item;
	position: relative;
}

#menu nav ul ul ul li {
	position: relative;
	top: -60px; 
	left: 230px;
}	

#menu li > a:after { content:  ' ▼'; }
#menu li > a:only-child:after { content: ''; }

#menu li.menu-social img {max-width: 20px; max-height: 20px; vertical-align: middle;}

/* ACCUEIL */

.accueil-bloc-L,
.accueil-bloc-R {
	display: inline-block;
	padding-bottom: 30px;
}

.accueil-bloc-L {padding-right: 20px;}

.accueil-img {
	display: block;
	padding-bottom: 15px;
}

.accueil-titre {
	text-align: center;
	font-size: 1.5em;
	font-weight: 500;
}

.accueil-hr {
	margin-bottom: 40px;
	background-image: linear-gradient(to right, rgba(51, 51, 51, 0.05), rgba(51, 51, 51, 0.25), rgba(51, 51, 51, 0.05));
}

/* SANCTUAIRES | LISTE */

#sanctuaires-container {padding-left: 20px;}

#sanctuaires-btns {
	display: block;
	padding-bottom: 20px;
	margin: 0 auto;
	text-align: center;
	max-width: 820px;
}

#iso-filters button,
#iso-sorts button {
	display :inline-block;
	color: #333;
	font-family: Roboto,sans-serif;
	font-size: 0.75em;
	letter-spacing: 1px;
	font-weight: 500;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: none;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 5px;
}

#iso-filters button {background: #fff;}
#iso-sorts button {background: #fff;}
#iso-filters button:hover {background: #fff;}
#iso-sorts button:hover {background: #fff;}

#iso-filters button:active,
#iso-filters button.is-checked
 {
	background: #4499d3 !important;
	color: #fff !important;
	border: none;
}

#iso-sorts button:active,
#iso-sorts button.is-checked {
	background: #4499d3 !important;
	color: #fff !important;
	border: none;
}

#iso-filters {padding-bottom: 5px;}

#sanctuaires-grid {display: block;}

.grid {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

#sanctuaires-grid .element-item {
	width: 400px;
	margin: 0 15px 15px 0;
	padding: 15px;
	background: #fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.03);
}

.so-sancts-img img {
	display: block; 
	padding-bottom: 20px;
	max-width: 100%;
	height: auto;
}

.so-sancts-nom {
	font-family: 'Roboto Slab',serif;
	font-size: 1.2em;
	padding-bottom: 5px;
}

.so-sancts-dates {font-size: 0.85em; padding-bottom: 10px;}
.so-sancts-replace:before {content: '~';}

.so-sancts-conf {font-size: 0.85em;}

.so-sancts-pays {
	font-size: 0.9em; 
	background: transparent url(../../files/sagesses/layout/icns/location.png) top left no-repeat;
	padding-left: 24px;
	background-size: 14px;
	min-height: 22px;
}

/* SANCTUAIRES | DETAILS */

.so-sanct-R {
	float: right;
	width: 380px;
	margin: 0 0 0 40px;
}

.so-sanct-titre {
	font-family: 'Roboto Slab',serif;
	font-size: 1.7em;
	line-height: 1.2em;
	padding: 20px 0 30px 0;
	color: #B8289E;
}

.so-sanct-conf {padding-bottom: 20px; font-weight: 500;}

.so-sanct-bio {
	text-align: justify;
	padding-bottom: 40px;
	line-height: 1.5em !important;
}

.so-sanct-vignette {margin-bottom: 25px;}

.so-sanct-vignette img {
	display: block;
	max-width: 500px !important;
}

.so-sanct-boxi {
	font-family: 'Roboto Slab',serif;
	font-size: 0.9em;
	color: #fff;
	margin-bottom: 20px;
}

.so-sanct-boxi div {
	padding: 20px; 
	background: rgba(68,153,211,0.7);
	border-radius: 5px;
}

.so-sanct-map {
	font-family: 'Roboto Slab',serif;
	font-size: 0.9em;
	margin-bottom: 20px;
}

.so-sanct-map-inside {
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.so-sanct-map-inside div {
	background: transparent url(../../files/sagesses/layout/icns/location.png) center left no-repeat;
	background-size: 16px;
	min-height: 26px;
	padding-left: 26px;
}

.so-sanct-phrases {
	padding-left: 58px;
	background: transparent url(../../files/sagesses/layout/icns/quote-violet.png) top left no-repeat;
	background-size: 40px;
	font-family: 'Roboto Slab',serif;
	font-size: 1.1em;
	line-height: 1.4em !important;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #B8289E;
	font-style: italic;
}

.so-sanct-biblio {
	font-size: 0.8em;
	margin-bottom: 20px;
	line-height: 1.6em !important;
}

.so-sanct-biblio-inside {
	padding: 15px;
	border-radius: 5px;
	background: rgba(184,40,158,0.05);
}

.so-sanct-biblio-inside div {
	font-family: 'Roboto Slab',serif;
	font-size: 1.1em;
	background: transparent url(../../files/sagesses/layout/icns/biblio.png) top left no-repeat;
	background-size: 24px;
	min-height: 20px;
	padding-left: 34px;
	padding-bottom: 15px;
}

.so-sanct-biblio p {padding-bottom: 5px;}

.so-sanct-liens {
	font-size: 0.9em;
	margin-bottom: 20px;
	line-height: 1.6em !important;
}

.so-sanct-liens-inside {
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.so-sanct-liens-inside div {
	font-family: 'Roboto Slab',serif;
	font-size: 1.1em;
	background: transparent url(../../files/sagesses/layout/icns/lien.png) top left no-repeat;
	background-size: 24px;
	min-height: 17px;
	padding-left: 34px;
	padding-bottom: 15px;
}

.so-sanct-liens p {padding-bottom: 5px;}

.so-sanct-boxe {
	font-family: 'Roboto Slab',serif;
	font-size: 0.95em;
	text-align: justify;
	margin-bottom: 40px;
	line-height: 1.5em !important;
}

.so-sanct-boxe-inside {
	max-width: 640px;
	margin: 0 auto;
	background: rgba(184,40,158,0.05);
	padding: 20px;
	border-radius: 5px;
}

.so-sanct-boxe-inside div {
	text-align: left;
	padding-bottom: 10px;
	font-family: Roboto,sans-serif;
	font-size: 1.3em;
	background: transparent url(../../files/sagesses/layout/icns/monde-violet.png) top left no-repeat;
	background-size: 56px;
	min-height: 56px;
	padding-left: 72px;
	padding-top: 10px;
	color: #B8289E;
}

.so-sanct-boxe-sign {margin-top: 20px; font-size: 0.95em;}

/* SANCTUAIRES | CARTE */

#so-carte-container {
	border: 1px solid #ddd;
	width: 99%;
	padding-top: 56.25%;
	position: relative;
	margin: 0 auto;
}

#so-carte {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.jvectormap-tip {
    border: none !important;
    border-radius: 4px !important;
    background: #4499d3 !important;
    color: #fff !important;
    font-family: Roboto,sans-serif !important;
    font-size: 0.85em !important;
    padding: 2px 8px !important;
    font-weight: 500;
}

#so-carte-display {
	width: 85%;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 9999;
	color: #fff;
	font-size: 0.9em;
}

.so-carte-liens span,
.so-carte-liens a {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 4px;
	color: #fff;
	margin-bottom: 4px;
	background-color: #B8289E;
}
.so-carte-liens a {font-weight: 500;}

.so-carte-bg-violet {background-color: #B8289E !important;}
.so-carte-bg-vert {background-color: #7ACD95 !important;}

.carte-legende-container {max-width: 640px; margin: 0 auto; padding: 15px 0 30px 0;}
.carte-legende span {display: inline-block; vertical-align: middle; font-size: 0.9em;}
.carte-legende-rond {width: 16px; height: 16px; border-radius: 8px; margin-right: 10px;}

/* GALERIE SANCTUAIRES + ELEMENT CONTENU GALERIE */

.gallery {
	-webkit-column-break-inside: avoid;
	-webkit-backface-visibility: hidden;
	column-count : 3;
	column-gap : 10px;  
	line-height: 0;
	margin-bottom: 40px;
}

.gallery img {
	display: block;
	width: 100% !important;
	height: auto !important;
	padding-bottom: 10px;
}

/* BLOG | CATEGORIES */

.mod_newscategories {
	max-width: 820px;
	margin: 0 auto 30px auto;
	text-align: center;
}

.mod_newscategories ul {
	padding: 0;
	margin: 0;
	display: inline-block;
	list-style-type: none;
}

.mod_newscategories li {
	padding: 0;
	margin: 0;
	display: inline-block;
}

.mod_newscategories a {
	display :inline-block;
	color: #333;
	background: #fff;
	font-family: Roboto,sans-serif;
	font-size: 0.75em;
	letter-spacing: 1px;
	font-weight: 500;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 2px 10px;
	border: none;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 5px;
}

/* BLOG | LISTE */

.blog-liste-container {
	padding-left: 20px;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.blog-liste-el {
	width: 400px;
	margin: 0 15px 15px 0;
	padding: 15px;
	background: #fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.03);
}

.blog-liste-meta {
	font-size: 0.8em;
	font-weight: 500;
}

.blog-liste-img img {
	display: block; 
	padding-bottom: 15px;
	max-width: 100%;
	height: auto;
}

.blog-liste-titre {
	font-family: 'Roboto Slab',serif;
	font-weight: 400;
	font-size: 1.1em;
	padding-bottom: 15px;
}

.blog-liste-cats span {
	display: inline-block;
	padding: 2px 10px;
	background: #f2f2f2;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: 500;
	margin: 0 8px 8px 0;
	letter-spacing: 1px;
}

/* BLOG | ARTICLE */

.blog-article-meta {
	max-width: 640px;
	margin: 0 auto;
	font-size: 0.8em;
	font-weight: 500;
}

.blog-article-cats {
	max-width: 640px;
	margin: 0 auto;
	padding-bottom: 7px;
}

.blog-article-cats span {
	display: inline-block;
	padding: 2px 10px;
	background: #f2f2f2;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: 500;
	margin: 0 8px 8px 0;
	letter-spacing: 1px;
}

.blog-article-titre {
	max-width: 640px;
	margin: 0 auto;
	font-family: 'Roboto Slab',serif;
	font-size: 1.7em;
	line-height: 1.2em;
	padding: 0 0 20px 0;
	color: #B8289E;
}

.blog-article-bio {
	max-width: 600px;
	margin: 0 auto;
	font-size: 0.85em;
	line-height: 1.4em;
	background: #f2f2f2;
	text-align: justify;
	padding: 20px;
	margin-top: 30px;
}

.blog-article-bio-inside {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.blog-article-bio-img {
	display: inline-block; 
	width: 190px;
}
.blog-article-bio-texte {
	display: inline-block;
	width: 400px;
}

.blog-article-bio-titre {
	font-family: 'Roboto Slab', sans-serif;
	padding-bottom: 15px;
	font-size: 1.1em;
}

/* PAGINATION */

.pagination {padding-top: 20px; margin: 0 auto; text-align: center; font-size: 1.1em;}

.pagination ul {list-style: none; padding: 0; margin: 0;}
.pagination li {
	display: inline-block; 
	padding: 4px 8px;
	margin: 0 1px;
	border: 1px solid #ddd;
}
.pagination li.active {background-color: #ddd;}

/* À PROPOS */

.portrait-pg {max-width: 680px; margin: 0 auto 30px auto;}

.portrait-container {
	padding-left: 20px;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.portrait-el {
	width: 280px;
	margin: 0 15px 15px 0;
	padding: 15px;
	background: #fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.03);
}

.direction-pg .portrait-el {
	margin: 0 auto !important;
}

.portrait-img img {
	display: block; 
	padding-bottom: 20px;
	max-width: 100%;
	height: auto;
}

.portrait-titre {
	font-family: 'Roboto Slab',serif;
	font-weight: 500;
	font-size: 1.1em;
	padding-bottom: 10px;
}

.portrait-stitre {
	font-family: 'Roboto Slab',serif;
	font-size: 0.9em;
	padding-bottom: 10px;
}

.portrait-txt {
	font-size: 0.85em;
	padding-bottom: 20px;
	line-height: 1.5em !important;
}

.portrait-lien a {
	display: inline-block;
	background: #f2f2f2;
	font-size: 0.9em;
	padding: 3px 10px;
}

/* CONTACT */

.contact-liste {
	max-width: 640px;
	margin: 0 auto 25px auto;
}

.contact-liste div {display: flex;}

.contact-liste div p {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 1.1em;
}

.rondbleu {
	background: #4499d3;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	text-align: center;
	width: 1.6em;
	line-height: 1.6em;
	margin-right: 15px;
}

/* ELEMENT CONTENU CITATION */

.so-quote {
	max-width: 480px;
	margin: 40px auto 40px auto;
	padding-left: 58px;
	font-family: 'Roboto Slab',serif;
	font-size: 1.1em;
	line-height: 1.4em !important;
	font-style: italic;
}

.so-quote-violet {
	color: #B8289E;
	background: transparent url(../../files/sagesses/layout/icns/quote-violet.png) top left no-repeat;
	background-size: 40px;
}
.so-quote-bleu {
	color: #4499d3;
	background: transparent url(../../files/sagesses/layout/icns/quote-bleu.png) top left no-repeat;
	background-size: 40px;
}

/* ELEMENT CONTENU YOUTUBE */

.ce_youtube {
	width: 640px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.youtube-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.youtube-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 640px;
    height: 360px;
}

/* ELEMENT CONTENU TELECHARGEMENT */

.ce_download {max-width: 640px; margin: 0 auto; padding-bottom: 8px;}

.download-element {
	padding-left: 40px;
	background: transparent url(../../files/sagesses/layout/icns/download.png) top left no-repeat;
	background-size: 24px;
	min-height: 24px;
}

.download-element span {font-size: 0.8em;}

/* ELEMENT CONTENU PHOTO */

.so-photo {margin-bottom: 30px;}
.so-photo-v {max-width: 50% !important;}
.so-photo img {display: block; margin: 0 auto; padding-bottom: 10px;}
.so-photo div {max-width: 640px; margin: 0 auto; font-size: 0.85em; color: #999; text-align: center; line-height: 1.4;}

/* ELEMENT CONTENU PHOTO ET TEXTE */

.so-phototxt {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	max-width: 640px;
	margin: 0 auto 30px auto;
	text-align: justify;
}
.so-phototxt-img-L img,
.so-phototxt-img-R img {display: block;}

.so-phototxt-img-L {display: inline-block; width: 40%; margin-right: 6%;}
.so-phototxt-txt-R {display: inline-block; width: 54%;}

.so-phototxt-txt-L {display: inline-block; width: 54%; margin-right: 6%;}
.so-phototxt-img-R {display: inline-block; width: 40%;}

/* ELEMENT CONTENU VIDEO */

.so_locvideo {
	width: 100%;
	max-width: 640px;
	margin: 5px auto 30px auto;
}

/* ELEMENT CONTENU AUDIO */

.so_audio {
	border: 1px solid #ddd;
	max-width: 640px;
	margin: 0 auto 30px auto;
}

/* FANCYBOX */

.fancybox-caption {max-width: 50%; margin: 0 auto; font-size: 0.9em !important; font-weight: 500 !important;}

/* NEWSLETTER */

#mc_embed_signup {max-width: 640px; margin: 0 auto;}

.mc-field-group {margin-bottom: 10px;}
.mc-field-group input {padding: 5px 10px; min-width: 280px; outline: none; font-family: Roboto,sans-serif; font-size: 1em; color: #333;}
.mc-submit-group input {background-color: #4499d3; color: #fff; border: 0; padding: 10px 20px; letter-spacing: 1px; font-weight: 500; font-family: Roboto,sans-serif; cursor: pointer;}

/* VERSION MOBILE */

@media only screen and (min-device-width: 481px) {
	#header {min-width: 920px;}
}

@media only screen and (max-device-width: 480px) {
	
	body {-webkit-text-size-adjust: 100% !important; font-size: 100% !important;}
	img {max-width: 100% !important; height: auto !important;}
	
	/* STRUCTURE */
	
	#container {width: auto !important; padding: 0 20px !important;}
	
	.ce_text {
		max-width: none !important;
		margin: 0 !important;
		text-align: left !important;
	}
	
	/* HEADER */
	
	#logo {width: auto !important;}
	#logo img {
		max-height: none !important;
		max-width: 50% !important;
	}
	
	#htitre img {max-width: 80% !important;}
	#hstitre {max-width: 75% !important; font-size: 0.95em !important; margin: 0 auto;}
	
	/* MENU */
	
	#menu {display: none; visibility: hidden;}
	
	#mobile-btn {display: block; visibility: visible; padding: 15px 0 30px 0;} 
	nav#mobile-menu {display: block; visibility: visible;}
	
	#mobile-btn {
		padding-left: 20px;
		text-align: left !important;
		display: block !important;
		visibility: visible !important;
		color: #fff !important;
		border: none !important;
		vertical-align: middle !important;
	}
	span.mobile-icn, span.mobile-icn-txt {vertical-align: middle;}
	span.mobile-icn {margin-right: 5px; display: inline-block;}
	span.mobile-icn-txt {font-size: 1.2em;}
	span.mobile-icn span {
		display: block;
		width: 20px;
  		height: 3px;
  		background-color: #fff;
  		margin: 4px 0;
	}
	
	/* ACCUEIL */

	.accueil-bloc-L,
	.accueil-bloc-R {
		display: block !important;
	}
	
	.accueil-bloc-L {padding-right: 0 !important;}
	
	/* GALERIE SANCTUAIRES + ELEMENT CONTENU GALERIE */

	.gallery {column-count: 2 !important;}
	
	/* SANCTUAIRES | LISTE */
	
	#sanctuaires-container {padding-left: 0 !important;}	
	#sanctuaires-grid .element-item {width: auto !important; margin: 0 0 15px 0 !important;}
	
	/* SANCTUAIRES | DETAILS */

	.so-sanct-R {
		float: none !important;
		width: auto !important;
		margin: 0 !important;
	}
	
	.so-sanct-bio {text-align: left !important;}
	
	.so-sanct-vignette img {max-width: 100% !important;}
	
	.so-sanct-phrases {
		padding-left: 50px !important;
		background-size: 30px !important;
	}
	
	.so-sanct-boxe {text-align: left !important;}
	
	/* SANCTUAIRES | CARTE */
	
	#so-carte-container {padding-top: 75% !important;}
	#so-carte-display {width: auto !important; top: auto !important; bottom: 10px !important;}
	.so-carte-liens span {max-width: 75% !important;}
	.carte-legende-container {max-width: auto !important margin: 0 !important;}
	
	/* BLOG | LISTE */
	
	.blog-liste-container {padding-left: 0 !important;}
	.blog-liste-el {width: auto !important; margin: 0 0 15px 0 !important;}
	
	/* BLOG | ARTICLE */
	
	.blog-article-meta, .blog-article-cats, .blog-article-titre {
		max-width: none !important;
		margin: 0 !important;
	}
	
	.blog-article-bio-img {display: block !important; width: auto !important; margin-bottom: 20px;}
	.blog-article-bio-texte {display: block !important; width: auto !important;}
	
	/* PORTRAITS */
	
	.portrait-pg {max-width: none !important;}
	.portrait-container {padding-left: 0 !important;}
	.portrait-el {width: 280px !important; max-width: 100% !important; margin: 0 0 15px 0 !important;}
	
	/* FANCYBOX */

	.fancybox-caption {max-width: none !important;}
	
	/* ELEMENT CONTENU TELECHARGEMENT */
	
	.ce_download {
		max-width: none !important;
		margin: 0 !important;
	}
	
	/* ELEMENT YOUTUBE */
	
	.ce_youtube {width: auto !important;}
	.youtube-container iframe {width: 100% !important; height: 100% !important;}
	
	/* ELEMENT CONTENU PHOTO */
	
	.so-photo-v {max-width: 70% !important;}
	
	/* ELEMENT CONTENU PHOTO ET TEXTE */
	
	.so-phototxt {max-width: none !important;}
	.so-phototxt-img-L,
	.so-phototxt-txt-R,
	.so-phototxt-txt-L,
	.so-phototxt-img-R {display: block !important; width: auto !important; margin-right: 0 !important;}
	.so-phototxt-img-L,
	.so-phototxt-txt-L {margin-bottom: 30px;}	
	
	/* ELEMENT CONTENU CITATION */

	.so-quote {max-width: 100% !important;}
	
	/* NEWSLETTER */

	#mc_embed_signup {
		max-width: none !important;
		margin: 0 !important;
	}
}
