html, body {
	font: 16px/21px 'Archivo', Helvetica, Arial, sans-serif;
	color: #000000;
}

body {
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

.static_content p { padding-top: 0px; margin-top: 0px; }
.static_content ul { list-style: disc inside none; }

.sc_strict p { padding: 0px; margin: 0px; }

.div_link { cursor: pointer; }

.icon_link, .icon_link:visited { text-decoration: none; }
.icon_link:hover { text-decoration: none; }

a, a:visited	{ text-decoration: none; }
a:hover				{ color: var(--global-color-brun1); }
i.fas { vertical-align: middle; }

.inlinebloc									{ text-align: left; }
.inlinebloc > .item					{ display: inline-block; vertical-align: middle; }
.inlinebloc > .item.center	{ text-align: center; }
.inlinebloc > .item.left		{ text-align: left; }
.inlinebloc > .item.right 	{ text-align: right; }
.inlinebloc > .item:not(:last-child) { padding-right: 10px; }

.tablebloc								{ display: table;	}
.tablebloc.full						{ width: 100%; }
.tablebloc > .item				{ display: table-cell; text-align: center; vertical-align: middle; }
.tablebloc > .item.half		{ width: 50%; }
.tablebloc > .item.top		{ vertical-align: top; }
.tablebloc > .item.bottom	{ vertical-align: bottom; }
.tablebloc > .item.left		{ text-align: left; }
.tablebloc > .item.right	{ text-align: right; }

.iBloc					{ display: flex; align-items: center; }
.iBloc > .item	{ width: 50%; }

.row .col.left { text-align: left; }
.row .col.center { text-align: center; }
.row .col.right { text-align: right; }

.text-left		{ text-align: left; }
.text-center	{ text-align: center; }
.text-right		{ text-align: right; }


.blur_filter_5 {
	-webkit-filter: blur(5px);
	        filter: blur(5px);
}

/* #Images
================================================== */
img.bordershadow1 {
	border: solid 1px #d1d1d1;
	-webkit-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, .5);
					box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, .5);
}

img.withborder {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	border: 1px solid #666666;
}

img.withborder_shadow {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	border: 1px solid #d1d1d1;

	-webkit-box-shadow: 0 30px 20px -20px rgba(0,0,0,.5);
	        box-shadow: 0 30px 20px -20px rgba(0,0,0,.5);
}


/* #Lazy loading
================================================== */
.hideme { opacity: 0; }
.hideme-slide, .hideme-slide2 { opacity: 0; bottom: -100% !important; }

.dontHide {
	-webkit-transition: all 2s ease-in-out 0.5s;
	        transition: all 2s ease-in-out 0.5s;
}

.dontHide.delay {
	-webkit-transition: all 1.5s ease-in-out 0.5s;
	        transition: all 1.5s ease-in-out 0.5s;
}

#entete,
.wrapper_entete img.menu_title,
.wrapper_entete img.logo_menu,
.wrapper_entete img.logo_menu_sticky,
.wrapper_entete h4, .wrapper_entete h4 a {
	-webkit-transition: all 0.5s ease-in-out 0s;
	        transition: all 0.5s ease-in-out 0s;
}


::selection {
	color: #ffffff;
	background: var(--global-color-brun1);
	text-shadow: none;
}


/* To Top */
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	overflow: hidden;
	border: none;
	z-index: 1000;

	bottom: .95em;
	right: .95em;

	width: 50px;
	height: 50px;

	color: rgba(89, 51, 26, 0.5);
}

#toTop:hover { color: var(--global-color-brun1); }
#toTop:active, #toTop:focus { outline: none; }
/* /To Top */


/* Gestion Temoins Icon */
#gestionTemoinsIcon {
	display: table;
	position: fixed;
	overflow: hidden;
	border: none;
	z-index: 1000;

	bottom: .95em;
	left: .95em;

	width: 48px;
	height: 48px;

	background-color: var(--global-color-brun1);
	-webkit-border-radius: 60px;
					border-radius: 60px;
	text-align: center;
}
#gestionTemoinsIcon:hover { background-color: var(--global-color-brun1-hover); }
#gestionTemoinsIcon_inner { display: table-cell; width: 100%; height: 100%; text-align: center; vertical-align: middle; }
#gestionTemoinsIcon img.gestion_temoins_img { width: 40px; height: auto; }
/* /Gestion Temoins Icon */


/* #Entete
================================================== */
#entete { width: 100%; position: relative; z-index: 700; }

.wrapper_entete {
	text-align: center;

	background-color: #ffffff;
	color: #000000;
	padding: 0.5rem 0;
}

.wrapper_entete .main_tbl { width: 100%; }

.wrapper_entete .sub_tbl_left .item:not(:last-child) { padding-right: 1rem; }
.wrapper_entete .sub_tbl_right .item:not(:last-child) { padding-right: 1rem; }

.wrapper_entete img.logo_menu { width: auto; height: 50px; visibility: visible; opacity: 1; }

.wrapper_entete .mmenu_container { display: none; }
.wrapper_entete .mmenu_trigger_container { display: none; }
.wrapper_entete .menu_title { color: var(--global-color-red1); font-size: 0.875rem; font-weight: 600; line-height: 1; text-transform: uppercase; }

.wrapper_entete .sub_tbl_right { display: inline-block; }
.wrapper_entete a.changeLanguage, .wrapper_entete a.changeLanguage:visited { font-weight: 600; }

.wrapper_entete a.phone, .wrapper_entete a.phone:visited { font-weight: 600; }

/* Sticky menu code */
.sticky-wrapper.is-sticky .wrapper_entete {
	background-color: rgba(255, 255, 255, .75);

	-webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,.4);
	        box-shadow: 0 6px 10px 0 rgba(0,0,0,.4);
}
/* /Sticky menu code */


/* #Bas de page
================================================== */
.wrapper_basdepage {
	text-align: center;
	background-color: #ffffff;
	padding: 2rem 0;
}

.wrapper_basdepage hr { border: solid #000000; border-width: 1px 0 0; clear: both; margin: 0; height: 0; }

.wrapper_basdepage,
.wrapper_basdepage a, .wrapper_basdepage a:visited { color: #000000; font-weight: 600; line-height: 100%; letter-spacing: -.5px; }
.wrapper_basdepage a:hover {	color: var(--global-color-brun1); }

.wrapper_basdepage .logo_bottom { max-width: 20rem; }

.wrapper_basdepage .btn_informer { font-size: 1.5rem; padding: 0.750rem 1.5rem; }

.wrapper_basdepage .copyright,
.wrapper_basdepage .copyright a, .wrapper_basdepage .copyright a:visited { font-weight: 400; }

/* POPUPS */
.popup_overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 699;
	background-color: rgba(0,0,0,0.1);
	display: none;
}

.inlinePopup {
	position: absolute;
	z-index: 700;

	width: 90%;
	max-width: 600px;
	/* max-height: 600px; */

	display: none;
}

.inlinePopup .popup_hide { display: inline-block; padding: 0.125rem 0.375rem; background-color: #ff0000; }
.inlinePopup .popup_hide i.fas { font-size: 2rem; color: #ffffff; }
.inlinePopup .popup_hide:hover { background-color: #000000; }

.inlinePopup .pContent {
	background-color: #ffffff ;
	border: 10px solid var(--global-color-brun1);

	-webkit-box-shadow: 0px 6px 10px 2px rgba(0,0,0,0.75);
					box-shadow: 0px 6px 10px 2px rgba(0,0,0,0.75);

	color: #000000;
}

.inlinePopup hr.sep1 { border: solid #000000; border-width: 2px 0 0; clear: both; margin: 1rem 0px; height: 0; }
.inlinePopup hr.sep2 { border: solid #dddddd; border-width: 1px 0 0; clear: both; margin: 0.625rem 0px; height: 0; }
/* /POPUPS */


/* OVERLAY ON IMAGES */
.oImage { position: relative; display: inline-block; }
.oImage img { vertical-align: top; } /* Default is baseline, this fixes a common alignment issue */
.oImage .overlay { display: none; }
.oImage:hover .overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;

	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
.oImage .overlay .caption {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.oImage .overlay .caption i.fas {
	font-size: 40px;
	color: rgba(255, 255, 255, .8);
}


.pagebanner {
	display: table;
	width: 100%;
	height: 100vh;
	text-align: center;
	position: relative;
	z-index: 9;

	background-color: #000000;
}

.pagebanner.height_60		{ height: 60vh; }
.pagebanner.height_75		{ height: 75vh; }
.pagebanner.height_100	{ height: calc(100vh - 80px); }

.pagebanner .pagebanner_inner {
	display: table-cell;
	float: none;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.pagebanner .arrow {
	position: absolute;
	bottom: 80px;
	left: 50%;
	margin-left: -30px;
	width: 80px;
	height: 90px;
}

.pagebanner .arrow img { height: 80px; }

.pagebanner h1,
.pagebanner h1 a, .pagebanner h1 a:visited {
	color: #000000;
	font-size: 8rem;
	font-weight: 1000;
	letter-spacing: -6.0px;
}

.pagebanner_noimg h1,
.pagebanner_noimg h1 a, .pagebanner_noimg h1 a:visited {
	color: #000000;
	font-size: 6rem;
	font-weight: 1000;
	letter-spacing: -6.0px;
}

.pagebanner .sectionTitle {
	display: inline-block;
	padding: 0.5rem 2.5rem;

	background-color: var(--global-color-brun1);
	-webkit-border-radius: 50px;
					border-radius: 50px;
}

.pagebanner .sectionTitle h1 { font-family: 'Archivo Narrow', sans-serif; font-weight: 700; font-style: italic; }


.wrapper_contenu {
	text-align: center;
	background-color: #ffffff;
	padding: 2rem 0;
}


.index .pagebanner .pagebanner_inner .texte_contenu_1 { font-style: italic; }
.index .pagebanner .pagebanner_inner .texte_contenu_1 h1 { margin-bottom: 1rem; }
.index .pagebanner .pagebanner_inner .texte_contenu_1 h2 { margin-bottom: 1rem; }
.index .pagebanner .pagebanner_inner img.logo { max-width: 24rem; }


/* PAGES DE CONTENU */
.content .static_content p:last-child { margin-bottom: 0; }

.content .static_content h3 { color: black; font-weight: 300; font-size: 2rem; line-height: 100%; margin-bottom: 1rem; }
.content .static_content h3 b { font-weight: 600; }

.content table.tbl_contenu { width: 100%; }
.content table.tbl_contenu:not(:last-child) { margin-bottom: 1rem; }
.content table.tbl_contenu td { vertical-align: middle; }
.content table.tbl_contenu tr td:first-child { padding-right: 2rem; }
.content table.tbl_contenu tr td:last-child { padding-left: 2rem; }
.content table.tbl_contenu.tbl_img_left tr td:first-child { text-align: left; }
.content table.tbl_contenu.tbl_img_left tr td:last-child { padding-top: 1rem; width: 60%; }
.content table.tbl_contenu.tbl_img_right tr td:first-child { padding-top: 1rem; width: 60%; }
.content table.tbl_contenu.tbl_img_right tr td:last-child { text-align: right; }

.content .wrapper_contenu .texte_contenu { font-size: 1.125rem; }
/* /PAGES DE CONTENU */


/* COL DROITE */
.col_droite { text-align: center; }
.col_droite .logo_col_droite { max-width: 12rem; }

.col_droite,
.col_droite a, .col_droite a:visited { line-height: 120%; }
/* /COL DROITE */


/* ARTICLES RECENTS */
.articles_recents .searchEmpty h2 {
	font-size: 1.250rem;
	font-weight: 400;
}

.articles_recents .listeArticles h2,
.articles_recents .listeArticles h2 a, .articles_recents .listeArticles h2 a:visited {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 120%;
}
.articles_recents .listeArticles h2 a, .articles_recents .listeArticles h2 a:visited { text-decoration: none; }

.articles_recents .listeArticles h3,
.articles_recents .listeArticles h3 a, .articles_recents .listeArticles h3 a:visited {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 120%;
}
.articles_recents .listeArticles h3 a, .articles_recents .listeArticles h3 a:visited { text-decoration: none; }
/* ARTICLES RECENTS */


/* ARTICLE */
.article .pagebanner_noimg h1,
.pagebanner_noimg h1 a, .pagebanner_noimg h1 a:visited {
	font-size: 3rem;
	letter-spacing: -3.0px;
}

.article .art_img {
	float: left;
	text-align: center;
	margin: 0px 1.5rem 1.5rem 0px;
	max-width: 25rem;

	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}

.article .art_img h5 { font-size: 1rem; font-weight: 400; margin-top: 1.5rem; font-style: italic; letter-spacing: -.5px; }

.article .art_img a, .article .art_img a:visited {
	color: #777777;
	font-size: 1.5rem;
}
.article .art_img a:hover { color: #555555; }

.article .infosArticle ul {
	list-style-type: none;
	padding: 0;
	display: table;
	margin-left: 0.5rem;
}

.article .infosArticle ul li {
	list-style-type: none;
	margin-left: 2.5rem;
}

.article .infosArticle ul li::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f111";
	color: var(--global-color-red1);
	font-size: 0.875rem;
	font-weight: 900;

	display: inline-block;
	vertical-align: bottom;
	margin-left: -2rem;
	padding-right: 1rem;
}

.article .infosArticle h1.article_title,
.article .infosArticle h1.article_title a, .article .infosArticle h1.article_title a:visited {
	font-size: 2rem;
	font-weight: 700;
}

.article .infosArticle h3.date {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: -.5px;
	font-style: italic;
}

.article .infosArticle h3.author,
.article .infosArticle h3.author a, .article .infosArticle h3.author a:visited {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: -.5px;
}

.article .infosArticle h4.article_shortresume,
.article .infosArticle h4.article_shortresume a, .article .infosArticle h4.article_shortresume a:visited {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 400;
	font-style: italic;
	letter-spacing: -.5px;
}

.article .infosArticle h3.resume,
.article .infosArticle h3.resume a, .article .infosArticle h3.resume a:visited {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	font-style: italic;
	letter-spacing: -.5px;
}

.article .infosArticle h4.article_shortresume p,
.article .infosArticle h3.resume p { margin: 0; }

.article .infosArticle h3.texte,
.article .infosArticle h3.texte a, .article .infosArticle h3.texte a:visited {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 140%;
	text-decoration: none;
	text-align: justify;
	letter-spacing: -.5px;
}

.article .infosArticle blockquote {
	background-color: var(--global-color-gray1);
	border-left: 10px solid var(--global-color-brun1);
	padding: 1rem 2rem;
	display: table;
	margin-bottom: 1rem;
}

.article .infosArticle .artTools i.fas { color: #000000; font-size: 1.625rem; }

.article .infosArticle .sectionTitle { text-align: left; }

.article .infosArticle .sectionTitle h3,
.article .infosArticle .sectionTitle h3 a,
.article .infosArticle .sectionTitle h3 a:visited { letter-spacing: -.5px; font-size: 1.875rem; }

.article .infosArticle .article_links h4,
.article .infosArticle .article_relatedsections h4,
.article .infosArticle .article_links h4 a,
.article .infosArticle .article_relatedsections h4 a,
.article .infosArticle .article_links h4 a:visited,
.article .infosArticle .article_relatedsections h4 a:visited { color: ##ffffff; font-size: 1.250rem; }

.article .infosArticle .article_links h4 a:hover,
.article .infosArticle .article_relatedsections h4 a:hover { color: var(--global-color-hoverondark); }


.article .comments .commentsBlock_trigger i.fas { font-size: 3rem; color: #555555; }
.article .comments .commentsBlock_trigger h3 { font-size: 1.5rem; }

.article .comments .commentsBlock_trigger:hover i.fas,
.article .comments .commentsBlock_trigger:hover h3 { color: var(--global-color-hoverondark); }

.article .comments .comments_table { width: 100%; font-weight: 600; }
.article .comments .comments_table tr td:not(:first-child) { padding-left: 10px; }

.article .comments .form_fs input[type="text"],
.article .comments .form_fs textarea { margin-bottom: 6px; padding: 4px; }

.article .comments .cBlock { margin-bottom: 10px; border: 1px solid transparent; }
.article .comments .cBlock:hover { border: 1px solid #666666; }
.article .comments .cBlock .cBlock_header { background-color: #e1e1e1; padding: 0.875rem; }
.article .comments .cBlock .cBlock_header i.fas { float: right; font-size: 1.5rem; color: #888888; }
.article .comments .cBlock .cBlock_header h4 { font-size: 1.250rem; color: #888888; display: inline-block; }

.article .comments .cBlock .cBlock_details { background-color: #f1f1f1; padding: 0.875rem; }
.article .comments .cBlock .cBlock_details h4,
.article .comments .cBlock .cBlock_details h4 a, .comments .cBlock .cBlock_details h4 a:visited { font-size: 1rem; font-weight: 300; letter-spacing: -.5px; }
/* ARTICLE */


/* SOCIAL */
.wrapper_infolettre {
	background-color: #aaaaaa;
}

.wrapper_infolettre .texte,
.wrapper_infolettre .texte a, .wrapper_infolettre .texte a:visited {
	font-size: 1rem;
	font-weight: 600;
	font-style: normal;
}

.wrapper_infolettre .form_fs input[type="text"] {
	-webkit-border-radius: 8px;
					border-radius: 8px;
}

.wrapper_infolettre .titre {
	font-size: 1.750rem;
	font-weight: 600;
	letter-spacing: 0px;
}

.wrapper_infolettre .soustitre {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0px;
}

.wrapper_infolettre .conditions {
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0px;
}

#infolettreConditionsPopup,
#infolettreConditionsPopup a, #infolettreConditionsPopup a:visited {
	color: #000000;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0px;
}
#infolettreConditionsPopup a:hover { color: #b70005; }


.wrapper_popup_infolettre {
	background-color: #252525;
}

.wrapper_popup_infolettre .titre {
	font-size: 1.5rem;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 0px;
}
/* /SOCIAL */


.alignmentLtoC { text-align: left; }
.alignmentRtoC { text-align: right; }

.contenu_padding					{ padding: 10px; }
.contenu_padding_sides		{ padding: 0px 10px; }
.ipad-afficher						{ display: none; }
.ipad-portrait-afficher 	{ display: none; }
.ipad-paysage-afficher		{ display: none; }
.mobile-show							{ display: none; }
.mobile-portrait-afficher { display: none; }
.mobile-paysage-afficher	{ display: none; }


@media only screen and (min-width: 1008px) and (max-width: 1030px) {
  .ipad-cacher						{ display: none; }
	.ipad-afficher					{ display: block; }
  .ipad-paysage-cacher		{ display: none; }
	.ipad-paysage-afficher	{ display: block; }
}


/* #Base 1008 Grid */
@media only screen and (min-width: 1008px) and (max-width: 1259px) {

	html, body { font-size: 14px; line-height: 18px; }

	.contenu_padding				{ padding: 8px; }
	.contenu_padding_sides	{ padding: 0px 8px; }

}


/* #Base  756 Grid */
@media only screen and (min-width: 756px) and (max-width: 1007px) {

	html, body { font-size: 13px; line-height: 17px; }

  .ipad-cacher						{ display: none; }
	.ipad-afficher					{ display: block; }
  .ipad-portrait-cacher		{ display: none; }
	.ipad-portrait-afficher { display: block; }

	.contenu_padding				{ padding: 6px; }
	.contenu_padding_sides	{ padding: 0px 6px; }

	.sectionTitle h2 { font-size: 28px; }

	.pagebanner h1,
	.pagebanner h1 a, .pagebanner h1 a:visited { font-size: 6rem; letter-spacing: -6.0px; }

}


/* #All Mobile */
@media only screen and (max-width: 755px) {

  .mobile-hide			{ display: none; }
	.mobile-show			{ display: block; }

	.alignmentLtoC, .alignmentRtoC { text-align: center; }

	.contenu_padding_sides		{ padding: 0px 20px; }

	h1, h1 a, h1 a:visited { font-size: 1.625rem; }
	h2, h2 a, h2 a:visited { font-size: 1.250rem; }
	h3, h3 a, h3 a:visited { font-size: 1.125rem; }

	.iBloc.textLeft		{ flex-direction: column-reverse; }
	.iBloc.textRight	{ flex-direction: column; }
	.iBloc > .item		{ width: 100%; }
	.iBloc.textLeft > .item:first-child	{ padding-top: 2rem; }
	.iBloc.textRight > .item:nth-child(2)	{ padding-top: 2rem; }

	#entete	{ position: static; top: 0px; display: block; padding: 1rem 0; }
	.wrapper_entete { height: auto; }
	.wrapper_entete img.logo_menu { max-width: 15rem; height: auto; }

	.wrapper_entete .main_tbl { width: calc(100% - 3rem); margin-left: 3rem; }

	.wrapper_entete .sub_tbl_right .item { display: block; width: 100%; }
	.wrapper_entete .sub_tbl_right .item:first-child { margin-bottom: 0.5rem; }

	.wrapper_entete .mmenu_trigger_container {
		display: inline-block;
		position: fixed;
		top: 0.750rem;
		left: 1rem;
		z-index: 10;
	}

	.wrapper_basdepage .tablebloc { display: block; }
	.wrapper_basdepage .tablebloc .item,
	.wrapper_basdepage .tablebloc .item.left,
	.wrapper_basdepage .tablebloc .item:first-child,
	.wrapper_basdepage .tablebloc .item:last-child { display: block; width: 100%; padding: 0; border: 0; text-align: center; }
	.wrapper_basdepage .tablebloc .item:not(:last-child) { margin-bottom: 1rem; }

	.col_droite img.logo_bottom { max-width: 60vw; }

	/* Texte sur l'entete en mobile */
	.pagebanner h1,
	.pagebanner h1 a, .pagebanner h1 a:visited { font-size: 3rem; letter-spacing: -3.0px; }

	/* Texte sur l'entete en mobile - pas de banniere */
	.pagebanner_noimg h1,
	.pagebanner_noimg h1 a, .pagebanner_noimg h1 a:visited { font-size: 3rem; letter-spacing: -3.0px; }


	.content .wrapper_contenu { padding-bottom: 0.5rem; }

	.content .static_content h3 { font-size: 1.5rem; }

	.content table.tbl_contenu { position: relative; }
	.content table.tbl_contenu tr td:first-child { padding-right: 0; }
	.content table.tbl_contenu tr td:last-child { padding-left: 0; }
	.content table.tbl_contenu.tbl_img_left tr td:last-child { width: 100%; }
	.content table.tbl_contenu.tbl_img_right tr td:first-child { width: 100%; }

  .content table.tbl_contenu.tbl_img_left tr td:first-child { float: left; width: 9rem; height: auto; padding: 0 1rem 1rem 0; }
	.content table.tbl_contenu.tbl_img_right tr td:last-child { float: right; width: 9rem; height: auto; padding: 0 0 1rem 1rem; }

}


/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 755px) {
	html, body { font-size: 13px; line-height: 17px; }

  .mobile-paysage-cacher		{ display: none; }
	.mobile-paysage-afficher	{ display: block; }
}


/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 479px) {
	html, body { font-size: 12px; line-height: 16px; }

  .mobile-portrait-cacher		{ display: none; }
	.mobile-portrait-afficher { display: block; }

	.sectionTitle h2 { font-size: 28px; }
	.sectionTitle h3 { font-size: 20px; }
}


@media print {
	.no-print, .no-print * { display: none !important; }
}


@media only screen and (min-width: 2580px) {

	.swiper-container { max-width: 2560px; }

}
