/*@import url(reset.css); en rem par VM le 15/11/17*/
/*@import url('https://fonts.googleapis.com/css?family=Overlock:400,700|Lato|Bree+Serif');*/
input[type="text"],button{-webkit-appearance:none;--webkit-appearance:none;--moz-appearance:none;border-radius:0}
body {
  font-family: Overlock,"Helvetica Neue",Helvetica,Arial,sans-serif;
  
}
a:hover,a:visited,a:active, a{text-decoration:none;}
footer li, footer ul, .menuInternCommon li, .menuInternCommon ul, .switch-lng li, .switch-lng ul {
  list-style: none;
}

.align-right{
	text-align:right;
}

.background-base img{
	max-width:100%;
	height:auto;
}

.background-base .body p{
	margin-bottom:10px;
}

.title-list{
	display:none;
}

.buttton-choice {
	margin-bottom:20px;
	height:31px;
  border-bottom: 1px solid #55a9c7;
  margin-left: 0px;
  padding-left: 0px;
	text-align:center;
}

.buttton-choice li{
	list-style-type:none;
	display:inline-block;
	padding: 5px 25px;
	background-color:#416271;
	color:white;
	margin-right:20px;
	cursor:pointer;
}

.buttton-choice li.selected,
.buttton-choice li:hover{
	padding: 5px 25px;
	background-color:#55a9c7;
}

footer .bottom {
  font-size: 12.5px;
  text-align: center;
  background-color: #133D53;
/*  height: 50px;*/
  line-height: 35px;
  color: white;
}

.background-base{
/*	background-image:url('/fileadmin/image_site/background.gif');*/
	background:url('/fileadmin/image_site/background.gif') no-repeat fixed;
/*	background-size:contain;*/
	background-size:cover;
	background-repeat:no-repeat;
	min-height:600px;
	padding-bottom:50px;
}

a.header__logo{
	display:block;
}

.header__logo:hover{
	text-decoration:none;
}

.header__logo img{
	width:auto;
	height:auto;
	float:left;
  margin-right: 10px;
}
footer .header__logo img{
	width: 50%;
	float: none;
}

.header__logo .text{
	font-size:16px;
	color:black;
	text-transform:uppercase;
/*	text-align:center;*/
  line-height: 16px;
  padding-top: 22px;
  letter-spacing: 7px;
  white-space: nowrap;
/*  width: 390px; /*mis en rem par VM le 7/11/18*/
}

@media not all and (max-width : 768px) {
  .header__logo .text{
     width: 430px;
  }
}

.header__logo .text .letter{
	font-size:25px;
}

.header__logo .text .small{
	font-size:14px;
}

.header__logo .text .baseline{
/*  letter-spacing: 4px;*/
	font-size:14px;
	color:silver;
  margin-top: 8px;
  display: block;
/*  text-transform: initial;*/
}

.page-common{
	background-color:#fff6e1;
	min-height:600px;
}

/* Main Menu */

.nav-main ol, .nav-main ul{
	margin-bottom:0px;
}

.nav-main li{
	list-style-type:none;
}

.top-menu{
	background-color:#123d54;
  height: 48px; /*la spécifier évite un resize en mode mobile*/
}

.top-menu .home{
	float:left;
}

.top-menu .first-level li{
	display:inline-block;
	padding:0px 5px;    
	background: url(../images/separator.gif) no-repeat right center;
  background-size: 2px;
}

.top-menu .first-level li:last-child{
	background: none;
}

.top-menu .first-level li a{
    line-height: 44px;
	display:block;
	font-size:16px;
	color:white;
	padding-left:10px;
	padding-right:10px;
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
	text-transform:uppercase;
}

.header.mm-slideout{
	z-index:inherit;
  height: 128px; /* pour éviter le flicked du menu quand il devient sticky */
}

.PageMaiEvent div{
	color:white;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  height: 98px;
  padding: 0 0px;
	border-left:1px solid #468eab;
}

.PageMaiEvent div:first-child{
	border-left:none;
}

.PageMaiEvent div a{
  background: #f2ad37;
  font-size: 16px;
  color: #fff;
	font-family: Overlock,"Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
	display:block;
	padding:30px 25px;
}

.PageMaiEvent div:first-child a{
	padding:20px 25px;
}

.PageMaiEvent div a:hover{
  background: #ffffff;
  color: #f2ad37;
}

.top-menu .first-level li a:hover,
.top-menu .first-level li.active a{
	text-decoration:none;
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.top-menu .first-level li.first-0 a{
	border-top:4px solid #f2ad37;
}

.top-menu .first-level li.first-1 a{
	border-top:4px solid #55a9c7;
}

.top-menu .first-level li.first-2 a{
	border-top:4px solid #b12221;
}

.top-menu .first-level li.first-0 a:hover,
.top-menu .first-level li.first-0.active a{
	background:#f2ad37;
}

.top-menu .first-level li.first-1 a:hover,
.top-menu .first-level li.first-1.active a{
	background:#55a9c7;
}

.top-menu .first-level li.first-2 a:hover,
.top-menu .first-level li.first-2.active a{
	background:#b12221;
}

.subMenuZone {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  transition-property: height;
  transition-duration: 0.5s;
}

/* Main Menu  Second level*/
.subMenuZone  div ul li.li_second{
	display:block;
	float:left;
	text-align:center;
/*	min-height:98px;*/
	border-right: 1px solid #468eab;
}


.subMenuZone  div ul li.li_second.first{
	border-left: none;
}

.subMenuZone  div ul li.li_second.last{
	border-right: none;
}

.subMenuZone  div ul li.li_second a{
	font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  height: 54px;
  vertical-align: middle;
  display: table-cell;
  padding: 0 10px;
	width:100%;
}

.subMenuZone  div ul li.li_second a:hover{
	background-color:white;
}

.subMenuZone  div.second-0{
	background:#f2ad37;
}

.subMenuZone  div.second-0 a{
	background:#f2ad37;
	color:white;
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.subMenuZone  div.second-0 a:hover,
.subMenuZone  div.second-0 li.active a{
	background:white;
	color:#f2ad37;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.subMenuZone  div.second-1{
	background:#55a9c7;
}

.subMenuZone  div.second-2{
	background:#b12221;
}

.subMenuZone  div.second-1 a{
	background:#55a9c7;
	color:white;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.subMenuZone  div.second-1 a:hover,
.subMenuZone  div.second-1 li.active a{
	background:white;
	color:#55a9c7;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.subMenuZone  div.second-2 a{
	background:#b12221;
	color:white;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.subMenuZone  div.second-2 a:hover,
.subMenuZone  div.second-2 .active a{
	background:white;
	color:#b12221;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

/* Main Menu  Third level*/
.subMenuZone  div.third-level{
	background-color:white;
	padding-top:15px;
	padding-bottom:15px;
	display:none;
}

.subMenuZone div.second-level div.third-level ul.container li{
	float: left;
	padding-top:5px;
	padding-bottom:5px;
	border-right: 1px solid #468eab;
}

.subMenuZone div.second-level div.third-level ul.container li:last-child{
	border-right: none;
}


.subMenuZone div.second-level div.third-level ul.container li a{
	padding-left:15px;
	padding-right:15px;
	background:none;
	color: #333;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.subMenuZone div.second-level div.third-level ul.container li a:hover{
	text-decoration:underline;
}

.contactUs{
	float:right;
}

.faireUnDon{
	float:right;
}

.second-level {
	display:none;
}

/* FIN Main Menu */
/* top Header */
.topHeader{
	height:80px;
}

.topHeader .col-sm-7.nopadding {
/*  height: -webkit-fill-available;*/
  top: 24px;
  display: flex;
  justify-content: flex-end;
}

.switch-lng {
  font-size: 1em;
  font-style: italic;
  color: #FFF;
  width: 80px;
  margin: auto 0 auto 5px;
  font-size: 14px;
}

.switch-lng .curr-lng {
  cursor: pointer;
  padding: 6px;
  border: none;
  background: #55aac8 url(../images/bg-switch-lng.png) no-repeat 90% center;
}

.switch-lng ul {
  z-index: 2;
  display: none;
  width: 80px;
  position: absolute;
  padding-left: 0px;
}
/*
@media (min-width: 768px) {
  .switch-lng ul {
    top: 59px;
  }
}
*/
/*.switch-lng li:first-child {
  border: none;
}*/

.switch-lng li {
  padding: 9px;
  border-top: solid 1px #d3d3d3;
  background: #FFF;
}

.phone {
  margin: auto 0 auto 10px;
}
@media (max-width: 768px) {
  .topHeader .phone {
    display: none;
  }
}

header .phone span {
  display: none;
  position: relative;
  width: 130px;
  right: 98px;
  line-height: 30px;
  text-align: right;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #666;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  background: black;
  font-family: Overlock,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
}

header .phone:hover span {
  display: block;
}

/* FIN top Header */

/* DEBUT Menu Intern */
.menuInternCommon{
	background-color:#416271;
  padding: 40px;
}

.menuInternCommon ul{
	margin:0px;
	padding:0px;
}

.menuInternCommon ul.level-0 ul li div.active.submenu{
	background-image:url('../images/sub_picto_down.png');
	background-repeat:no-repeat;
	background-position:center;
  width: 20px;
  height: 20px;
	float:left;
	margin-right:5px;
	cursor:pointer;
}


.menuInternCommon ul.level-0 ul li div.submenu{
	background-image:url('../images/sub_picto.png');
	background-repeat:no-repeat;
	background-position:center;
  width: 20px;
  height: 20px;
	float:left;
	margin-right:5px;
	cursor:pointer;
}

.menuInternCommon .level-0 a.normal{
	margin-left:30px;
	display:inline-block;
}

.menuInternCommon .level-0 ul li a.normal{
	margin-left:25px;
	display:inline-block;
}

.menuInternCommon ul.level-0 ul li div.submenu.waiting,
.menuInternCommon ul.level-0 ul li div .active.submenu.waiting
{
	background-image:url('../images/loader_mini_pic.gif');
}

.menuInternCommon ul.level-0 li div.active.submenu{
	background-image:url('../images/picto_down.png');
	background-repeat:no-repeat;
	background-position:center;
	width:25px;
	height:25px;
	float:left;
	margin-right:5px;
	cursor:pointer;
}

.menuInternCommon ul.level-0 li div.submenu{
	background-image:url('../images/picto.png');
	background-repeat:no-repeat;
	background-position:center;
	width:25px;
	height:25px;
	float:left;
	margin-right:5px;
	cursor:pointer;
}

.menuInternCommon ul.level-0 li div.submenu.waiting,
.menuInternCommon ul.level-0 li div .active.submenu.waiting
{
	background-image:url('../images/loader_mini_pic.gif');
}

.menuInternCommon  ul ul li.before-active{
	background-image:url('../images/back_sub_menu.png');
	background-repeat:repeat-y;
	background-position:3px top;
}

.menuInternCommon  ul.level-0 li.active.before-active{
	background:none;
}

.menuInternCommon  ul li.active.before-active{
	background-image:url('../images/back_sub_menu.png');
	background-repeat:no-repeat;
	background-position:3px top;
}


.menuInternCommon .level-0 ul li{
	padding:0px;
	padding-left:20px;
	min-height:24px;
}

/* FIN Menu Intern */

.headerHome h2{    
	color: #fff;
    font-size: 22px;
    font-family: 'Bree Serif',serif;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #2a2b2b;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.headerCommon .section{    
	display:block;
	color: #fff;
  font-size: 40px;
  font-family: 'Bree Serif',serif;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
  margin-bottom: 7px;
  margin-top: 10px;
}

.headerHome h1{    
	color: #fff;
  font-size: 40px;
  font-family: 'Bree Serif',serif;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.headerHome p{    
	color: #fff;
  font-size: 16px;
  float: left;
  width: 450px;
  padding: 0;
	padding-right:25px;
	line-height:15px;
}

.headerHome, .headerCommon{
    background: #333\9;
    background: rgba(0,0,0,0.5);
}

.headerCommon{
	padding-left:25px;
}

.headerZone {
	margin-top:100px;
	margin-bottom:100px;
}

.page-common .headerZone {
	margin-bottom:0px;
}

.highlight_zone{
    padding: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.nopadding{
	padding:0px;
}

.col-left-zone {
	background: rgba(0,0,0,0.8);
}

.col-right-zone {
	background:white;
}

/* ajouté le 21/11/18 pour centrer la newsletter */
@media (min-width: 768px) {
  .col-sm-7.col-right-zone {
    transform: translate(34%);
  }
}

.bloc_high {
	height:209px;
  padding-right: 5px;
  padding-left: 5px;
	margin-bottom:10px;
}


.bloc_high .category{
	display:inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  font-family: Overlock,"Helvetica Neue",Helvetica,Arial,sans-serif;
  /* text-transform: uppercase; */
  padding: 5px 5px;
	text-transform:uppercase;
	border-left:6px solid blue;
  background: rgba(0,0,0,0.6);
}

.bloc_high h3{
	font-family: 'Bree Serif',sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
	margin:0px;
}

.bloc_high p{
  color: #fff;
  font-family: 'Lato',sans-serif;
  font-size: 15px;
  line-height: normal;
  height: 132px;
	margin:0px;
}

.content_bloc_high{
	width:100%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-size: auto 100%;
  background-color: white;
  background-position: center center;
	overflow:hidden;
	position:relative;
	display:block;
}

.content_bloc_high.minut_marie{
	background-color:white;
	background-size:contain;
	background-position:center center;
}

.content_bloc_high .hover{
  background: rgba(0,0,0,0.6);
	width:100%;
	padding:15px;
	padding-bottom:0px;
	padding-top:10px;
/*	bottom:-132px; mis en rem pour test */
	position:absolute;
/*	min-height:169px;*/
	-webkit-transition-property: top, bottom;
	-webkit-transition-duration: 0.5s;
}

.content_bloc_high.normal .hover{
	margin-bottom:20px;
}

.content_bloc_high.normal:hover .hover{
	bottom:0px;
}

.header_hover{
	margin-bottom:10px;
}

.clear{
	clear:both;
}

.menuInternCommon .level-0 a{
	color: #fff;
    font-size: 18px; /* auparavant 22, mais on ne peut pas mettre moins que 18 sinon les menus se décalent ! */
    display: flex;
}

.menuInternCommon .level-0 a:hover{
	color: #feb000;
	text-decoration:none;
}

.menuInternCommon .level-0 a.active{
	color: #feb000;
}

.menuInternCommon .level-1 a{
	color: #fff;
  font-size: 18px; /*14*/
}

.mainContent{
	color: black;
  font-size: 16px;
	background-color:white;
}

.mainContent .body{
	clear:both;
    padding: 20px 80px;
}

.mainContent .body ul li{
	list-style-type: circle;
}

.mainContent .body ol li{
	list-style-type: decimal;
}

.mainContent blockquote{
	border:none;
	background: #d7e9ef;
    line-height: 16px;
    vertical-align: text-top;
    padding: 10px 0px 10px 0px;
    font-size: 16px;
    color: #578aa6;
    font-weight: bold;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:20px !important;
}

.csc-frame-frame2{
	background-color: #F5FFAA;
    padding: 2px 4px 2px 4px;
    border: 1px solid #333333;
}

.csc-frame-frame1{
	background-color: #EDEBF1;
    padding: 2px 4px 2px 4px;
    border: 1px solid #333333;
}

.background-base .body blockquote p{
	margin:0px;
}

.align-center{
	text-align:center;
}

.align-left{
	text-align:left;
}

.align-justify{
	text-align:justify;
}

.indent{
	padding-left:20px;
}

.detail{
	color:#186900;
}

.important{
	color:#8A0020;
}

.name-of-person{
	color:#10007B;
}

.navigation{
	background-color:#e0eff5;
	text-align:right;
}

.navigation span{
	display:inline-block;
	height:36px;
	background-size:auto 100%;
	background-image:url('../images/fond_next_prev.png');
	width:100px;
	line-height:36px;
	text-align:left;
	color:white;
}

.navigation span a{
	color:white;
}

.navigation span.inactive{
	color:#e8e8e8;
}

.navigation .precedent{
	background-position:center left;
	padding-left:25px;
}

.navigation .suivant{
	background-position:center right;
	padding-left:15px;
}

h1.intern{
	margin:0px;
  padding: 20px 80px;
	border-bottom:1px solid #a6a6a5;
}


.share-tool{
	margin:0px;
    padding: 10px 80px;
	padding-right:0px;
	color:#55aac8;
	height:60px;
	line-height:60px;
	font-size:16px;
}

.share-tool span{
    float: left;
    line-height: 31px;
}

.share-mail{
	background-image:url('../images/share_by_mail.png');
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position:right bottom;
	padding-right:30px;
    height: 25px;
	margin-left:20px;
}

.print-icon{
	background-image:url('../images/print_button.png');
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position:right bottom;
	padding-right:30px;
    height: 25px;
	margin-left:20px;
}

.social-block{
  float: left;
	margin-top:5px;
	margin-left:10px;
}

.social-block .twitter{
	margin-left:5px;
}

#iframe_alteia{
	height:310px !important;
	max-width:458px !important;
}

.newsletterZone{
	background-image:url('../images/back_newsletter.jpg');
	background-size:cover;
	color:white;
	margin:15px 0px;
}

#address_mail{
	background-color:white;
	border:none;
	padding:10px;
	margin: 10px 0px;
	margin-top:20px;
	outline:none;
	color:black;
}

#button_newsletter{
	background-color:#ffba00;
	border:1px solid #ffba00;
	border:none;
	padding:10px;
	margin: 10px 0px;
	margin-bottom:20px;
	outline:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
	text-transform:uppercase;
}

#button_newsletter:hover{
	background-color:#ffffff;
	color:#ffba00;
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.rootline{float:left;clear:both;position:relative;padding:0px;z-index:111; margin-left:0px;width:100%;}
.rootline ul{margin-left:0px;padding:0px; width: 100%;height:41px;margin-bottom:0px;}
.rootline ul li{
/*  max-width:20%;*/
  margin-right:-3px;
  position:relative;
  float:left;
  background-image:url("../images/picto-nav.png");
  background-repeat:no-repeat;
  height:41px;float:left;line-height:41px;margin-left:-21px;
  list-style: none;
}

.rootline ul li.home{margin-left:0px;background:none;}
.rootline ul li a{padding-right:20px;font-style:italic;padding-left:21px;text-transform:uppercase;display:block;position:relative;display:block;height:41px;margin:0px;color:#fff;text-decoration:none;font-size:14px; padding-left: 22px;}

.rootline ul li a.home-icon{
  background: url("../images/picto-home.png") repeat scroll 0 0 transparent;
  float: left;
  width: 59px;
  text-indent: -9999px;
  padding: 0px;
  margin-left: 0px;
  margin-right:0px;
}

.rootline ul li.nav1{background-position:right -4px}
.rootline ul li.nav2{background-position:right -54px}
.rootline ul li.nav3{background-position:right -101px}
.rootline ul li.nav4{background-position:right -101px}
.rootline ul li.nav5{background-position:right -149px}
.rootline ul li.nav6{background-position:right -196px}

footer ul{
	padding:0px;
	margin:0px;
	margin-top:5px;
	margin-bottom:15px;
}

footer ul li{
	padding:0px;
	margin:0px;
	text-transform:uppercase;
}

footer ul li a{
	color:#555453;
	text-decoration:none;
	font-size:17px;
  line-height: normal;
}

footer ul li#my-id-137474 a{
	color:#b12221;
}

footer ul li#my-id-18326 a{
	color:#55a9c7;
}

footer ul li#my-id-18440 a{
	color:#f2ad37;
}

footer ul li a:hover{
	color:#000000;
	text-decoration:none;
}

footer ul li ul li{
	text-transform:none;
}

.share-link {
  margin: auto 5px auto 5px;
}

.share-link ul{
/*  margin-right: 0;*/
/*	padding-left:15px;*/
/*	height:38px;*/
/*  display: inline-block;*/
}

.share-link ul li:last-child {
  margin-right: 0;
}

footer .share-link {
 	float:none;
  margin: auto;
}

.share-link ul li{
  display: block;
  margin-right: 5px;
  float: left;
}

media
.header .fa-instagram {
}

.icon-yt,
.icon-twt,
.icon-fb{
	background-size:50% auto;
	background-repeat:no-repeat;
	background-position:center center;
	height:38px;
	width:38px;
	display:block;
	background-color:#ededed;
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}


.icon-yt:hover,
.icon-twt:hover,
.icon-fb:hover{
	background-color:#55aac8;
}

.icon-yt{
	background-image:url('../images/yt-icon-header.png');
}

.icon-twt{
	background-image:url('../images/twt-icon-header.png');
	
}

.icon-fb{
	background-size:auto 50%;
	background-image:url('../images/fb-icon-header.png');
}

footer ul li#my-id-18440 ul li a,
footer ul li#my-id-18326 ul li a,
footer ul li#my-id-137474 ul li a,
footer ul li ul li a{
	color:black; /*#9d9999;*/
	text-transform:none;
	font-size:15px;
}

footer ul li#my-id-18440 a:hover,
footer ul li#my-id-18326 a:hover,
footer ul li#my-id-137474 a:hover,
footer ul li ul li a:hover{
	color:#000000;
	text-decoration:none;
}

#logo {
  margin: auto;
  font-family: GriffosCapsFont;
  text-transform: uppercase;
/*  min-width: 332px;*/
}

.logo-footer{
	width:50%;
	height:auto;
	display:block;
	margin: 25px auto;
}

.footerRight{
	text-align:center;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

footer .link-in-touch{
	display:inline-block;
  margin: 10px auto 10px auto;
}

header .link-in-touch{
	display:block;
	float:right;
}

.faire_undon, .contact_us, .contact_us-mail {
	color:white;
	height:48px;
	line-height:48px;
	padding:0px 10px 0px 11px;
	display:block;
	float:left;
	font-size:16px;
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

@media (min-width: 768px) AND (max-width: 910px) {
  .faire_undon, .contact_us, .contact_us-mail {
    float:none;
  }
}

.faire_undon:hover, .contact_us:hover  .contact_us-mail:hover {
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
	text-decoration:none;
}

.contact_us{
	background-color:#ffba00;
	border:1px solid #ffba00;
  width: 165px;
}

.contact_us:hover{
	color:#ffba00;
	background-color:#ffffff;
}

.contact_us-mail{
	background-color:#1babda;
	border:1px solid #1babda;
}

.contact_us-mail:hover{
	color:#1babda;
	background-color:#ffffff;
}

.faire_undon:before{
  background-size: 0%;
  transition-property: background-size;
  transition-duration: 0.5s;
}

.faire_undon{
	background-color:#e03434;
  border: 1px solid #e03434;
  background-image: url(/fileadmin/templates/MDN_H/images/don-blanc.png);
  background-repeat: no-repeat;
  background-position: 93%;
  background-size: 15%;
  padding-right: 35px;
  transition-property: background-size;
  transition-duration: 0.5s;
}

.faire_undon:hover{
	color:#e03434;
	background-color:#ffffff;
  background-image: url(/fileadmin/templates/MDN_H/images/don-rouge.png);
}

header .faire_undon,
header .contact_us{
	border:none;
}

.body header {
  font-style: italic;
}

footer{
	background-image: url('../images/background-top.jpg');
	background-repeat: no-repeat;
	background-size: 100% 5px;
	padding-top: 1px;	
}

.home_truc .homeIconMenu{
	float:left;
}

.home_truc .homeIconMenu{
	height:48px;
	width:48px;
	display:block;
	background-image: url('../images/home-icon-menu.png');
	background-size: 50% auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-color:#2a5165;
	float:left;
}

.home_truc .homeIconMenu:hover{
	background-color:#2a4858;
}

.btn-video{
	background-image: url('../images/icons.png');
  background-repeat: no-repeat; 
  background-position: 10px 8px;
  padding: 0 30px 0 48px;
	background-color: #fb0;
	border: 0;
  cursor: pointer;
  font-family: Overlock,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #fff !important;
  height: 47px;
  line-height: 47px;
  text-align: center;
  float:right;
}

.btn-video:hover{
	background-color: #e6a800;
}

.list-article{
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 20px;
}

.list-article .date{
	font-size: 13px;
}

.list-article .thematic{
	background: #b22222;    
	font-size: 13px;
  font-weight: bold;
  color: #fff;
  font-family: Overlock,"Helvetica Neue",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  padding: 0 2px;
}

.text-align-right{
	text-align:right;
}

.text-align-right a{
  color: #064260;
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
}

.list-article .text-article{
	height:200px;
}

.list-article .title,
.list-article .title a{
	font-weight: bold;
  text-decoration: none;
  font-size: 1.1em;
  color: #333;
}

.list-article .image-article{
	height:200px;
	background-size:cover;
	background-repeat:no-repeat
}

#newsSlisShow .slide-content{
	background:white;
    width: 100% !important;
	margin:0px;
	padding:0px;
}

#newsSlisShow .slide-content{
	padding:0px;
}

#newsSlisShow{
    width: 100% !important;
    position: relative;
	background:white;
}
#newsSlisShow .pagination{position:absolute;bottom:0;right:0;z-index:1000;margin:0px;}
#newsSlisShow .pagination ul{margin:0px;}
#newsSlisShow .pagination li{background:#ccc;margin:0 .06em;float:left;width:32px;height:32px;line-height:32px}
#newsSlisShow .pagination li a{font-size:14px;font-weight:normal;line-height:32px;display: block; color: #fff; text-align: center; text-decoration: none;}
#newsSlisShow .pagination li.activeSlide a{color:#000;background:#fff}
#newsSlisShow .pagination li:hover,#newsSlisShow .pagination span:hover{background-color:#333}
#newsSlisShow .prev{float:left;background-image:url("../images/icons.png");background-position:-2px -157px;background-repeat:no-repeat;height:32px;line-height:32px;display:block;width:32px;background-color:#ccc;text-decoration:none}
#newsSlisShow .next{float:left;background-image:url("../images/icons.png");background-position:2px -78px;background-repeat:no-repeat;height:32px;line-height:32px;display:block;width:32px;background-color:#ccc;text-decoration:none}
#newsSlisShow .prev a,#newsSlisShow .next a{text-decoration:none;display:block}
#newsSlisShow li,#newsSlisShow .next,#newsSlisShow .prev{float:left;margin-left:0px;background-color:rgba(0,0,0,0.5)}
#newsSlisShow li.activeSlide{background:#9f9d9e}
#newsSlisShow li.activeSlide a{color:#000}
#newsSlisShow ul{float:left;padding-left:0px}
.tx-powermail .powermail_label{
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    font-family: Overlock,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-style: italic;
}
.tx-powermail .powermail_legend, .tx-powermail h3{display:none;}
.tx-powermail .powermail_fieldwrap_type_input {width:50%;float:left;padding:0px;margin:10px 0px;margin-bottom:20px;}
.tx-powermail .powermail_fieldwrap_type_input input[type="text"] {width:100%;height: 33px;}
.tx-powermail .powermail_fieldwrap_nom   {clear:both;}
.tx-powermail .powermail_fieldwrap_nom,.tx-powermail .powermail_fieldwrap_e_mail {width:45%;margin-right:5%;}
.tx-powermail .powermail_fieldwrap_sujet   {clear:both;margin:10px 0px;margin-bottom:20px;}
.tx-powermail .radio {
    float: left;
    font-size: 16px;
    color: #333;
    margin: 0px;
    margin-right: 20px;
    font-family: Overlock,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: italic;
}
.tx-powermail .powermail_fieldwrap_marker  {
	font-size: 16px;
    color: #333;
    font-weight: normal;
    font-family: 'Bree Serif',serif;
}

.tx-powermail .powermail_fieldwrap_marker_01    {    
	font-size: 13px;
    color: #666;
    text-transform: none;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 30px;
    border-bottom: solid 1px #d3d3d3;
    margin-bottom: 20px;
}

.tx-powermail select{width:100%;height: 33px;}
.tx-powermail textarea{width:100%;}
.tx-powermail input[type="submit"] {
	border: 0;
    border-top: 1px solid #ccc;
    padding: 0 40px;
    font-family: Overlock,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #fff !important;
    height: 47px;
    line-height: 47px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
	background: #064260;
    border-top-color: #064260;
	float: right;
	border-radius: 0px;
}
.powermail_field_error_container {
	clear:both;
}


.mainContent .body .parsley-errors-list{
	margin:0px;
	padding:0px;
}

.mainContent .body .parsley-errors-list li{
	list-style-type:none;
	color:red;
	font-size:13px;
	font-style:italic;
	margin:0px;
	padding:0px;
}

.tx-powermail select,.tx-powermail textarea,.tx-powermail input[type="text"] {
	background: none repeat scroll 0 0 #e5e5e5;
    border: 1px solid #ccc;
    color: #666;
    font-family: Overlock,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 33px;
    margin: 0;
    padding: 0;
    text-indent: 10px;
    width: 100%;
}

.mm-menu.mm-shadow-page:after{
	box-shadow:none;
}

.mm-menu.mm-offcanvas.mm-current{
	z-index:100;
}
	
.icon_menu_burger{
	background-image:url('../images/icon_menu_burger.png');
	background-repeat:no-repeat;
	background-size:80% auto;
	background-position:center;
	float:left;
	height:48px;
	width:48px;
	margin-left:10px;
	display:none;
    cursor:pointer
}

.liste_lettre{
   border-bottom:1px solid #416271;
    padding:15px;
}

.liste_lettre span{
    scolor:white;
    font-weight:bold;
    font-size:17px;
    padding:0 2px;
    cursor:pointer
}

.liste_lettre span:hover,
.liste_lettre span.active{
    color: #feb000;
}

.glossary_block{
    padding:15px;
    background-color: #e0eff5;
    display:none;
    margin-bottom:40px;
}

.glossary_block.active{
    display:block;
}

.body .navigation {
    margin-top:20px;
}

.prev_word{
    display: block;
    min-height: 30px;
    background-size: auto 100%;
    background-color:#416271;
    min-width: 100px;
    max-width:45%;
    color:white;
    text-align:center;
    padding: 10px 0px;
}

.next_word{
    float:right;
    display: block;
    min-height: 30px;
    background-size: auto 100%;
    background-color:#416271;
    min-width: 100px;
    max-width:45%;
    background-position: center right;
    color:white;
    text-align:center;
    padding: 10px 0px;
}

.prev_word:hover,
.next_word:hover,
.prev_word:focus,
.next_word:focus{
    color:#feb000;
}



.loader{
	background-image:url('../images/loader.gif');
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto 80%;
	width:100%;
	height:80px;
}

.titre-liste{
	font-size: 20px;
    border-bottom: 4px solid black;
    padding-bottom: 10px;
}

.list_result {
    border-bottom: 1px solid #c3c3c3;
}

.mainContent .body .pagination_recherche{
	text-align:left;
	margin-top:10px;
  margin-left: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.mainContent .body .pagination_recherche li{
	list-style-type:none;
	display:inline-block;
  padding: 0 5px;
  font-weight: bold;
}

.mainContent .body .pagination_recherche li.active a{
	color:red;
}


form#tx_indexedsearch input{
  border: 1px ridge #55aac8;
  height: 32px;
  padding: 8px;
/*  vertical-align: middle;*/
}

.search_box{
  margin: auto 5px auto 5px;
}

#tx_indexedsearch {
  margin-bottom: 0;
}

.link_glossaire{
	color:#416271;
	border-bottom:1px dashed #416271;
}

.link_glossaire:hover{
	color:#337ab7;
	border-bottom:1px dashed #337ab7;
}



/******************************
   MENU INTERNE
 */

#slideMenuIntern{
    display: none;
    border: 0;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 18px;
    width: 100%;
    padding: 15px;
    text-align: left;
    color: white;
    position: relative;
    height: auto;
    top: inherit;
    margin: 0;
}

#slideMenuIntern .hamburger-box {
    top: 5px;
}

#slideMenuIntern .hamburger-inner,
#slideMenuIntern .hamburger-inner:after,
#slideMenuIntern .hamburger-inner:before {
    width: 35px;
    height: 3px;
    background-color: #fff;
}

.ce-gallery {
  padding-bottom: 20px; /* ajouté par vm le 15/11/18 pour ajouter de l'espace sous les images sur MDN */
  font-style: italic;
  font-size: 80%;
}
.csc-textpic-image {
  font-style: italic;
  font-size: 80%;
}
figcaption.csc-textpic-caption {
  margin-bottom: 20px;
}


.top-menu.fixed{
  transition-property: margin-top,margin-right;
  transition-duration: .5s,.1s;
  transition-delay: 0;
  transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
  -moz-transition-property: margin-top,margin-right;
  -moz-transition-duration: .5s,.1s;
  -moz-transition-delay: 0;
  -moz-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
  -o-transition-property: margin-top,margin-right;
  -o-transition-duration: .5s,.1s;
  -o-transition-delay: 0;
  -o-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
  -ms-transition-property: margin-top,margin-right;
  -ms-transition-duration: .5s,.1s;
  -ms-transition-delay: 0;
  -ms-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
  -webkit-transition-property: margin-top,margin-right;
  -webkit-transition-duration: .5s,.1s;
  -webkit-transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
 
  position: fixed;
  top:0;
  z-index:1000;
  width: 100%;
}

.menuDesktop {
  height: 47px;
}

.fas {
  font-family: fontawesome;
  font-size: 20px;
  background: #55aac8;
  line-height: 32px;
  height: 32px;
  width: 32px;
  border: none;
  color: white;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

footer .link-in-touch .fas {
  background: none;
  margin: 7px 0px;
}

.bouton-texte-actualite {
  text-decoration-line: none;
/*  color:rgb(255, 255, 255);*/
  overflow-wrap: break-word;
  text-size-adjust: 100%;
  border-radius: 50px;
  background-color: rgb(184, 8, 7);
  padding: 20px;
/*  margin: 20px 0;*/
  margin: 20px auto;
  text-transform:uppercase;
  max-width: 500px;
}

.bouton-texte-actualite-texte {
  color:rgb(255, 255, 255);
}

.image-gauche-texte-droite {
/*  display: table;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.image-gauche-texte-droite img {
  margin: 5px 0px 5px 0px;
/*  float: left;*/
/*  display: table-cell;*/
}
.texte-droite-image-gauche {
/*  vertical-align: middle;*/
/*  display: table-cell;*/
  min-width: 170px;
  flex: 1;
  margin: auto;
}

@media (min-width: 768px) {
  .logo-footer-noir {
    display: unset;
  }
  .logo-footer-blanc {
    display: none;
  }
}

@media (min-width: 768px) {
  .hide-on-desktop {
    display: none;
  }
}

@media (max-width: 767px) {
  .logo-footer-noir {
    display: none;
  }
  .logo-footer-blanc {
    display: unset;
  }
  .fas {background: none;}
  .switch-lng .curr-lng {padding: 12px;}  
  .hide-on-mobile {
    display: none;
  }
  
  .header__logo .text{
    letter-spacing: .9vw;
  }
  
  #logo {
    padding-right: 5px;
    padding-left: 5px;
  }

  /* modifications de 8/2019 pour header et footer mobile*/
  .switch-lng .curr-lng {
    background-color: transparent;
/*    background: url(../images/bg-switch-lng.png) no-repeat 90% center;*/
  }

  .switch-lng {
    margin: 3px 48px 0 0;
  }

  .faire_undon:first-child {
    font-size: 0px !important;
    background-position: center;
    background-size: 65%;
  }

  .container-fluid {
    padding-left: unset;
    padding-right: unset;
  }

  .topHeader .col-sm-7.nopadding {
    height: 48px;
    top: 13px;
/*    right: 46px;*/
    width: 228px;
  }
  
  .search_box input[type="text"] {
    display: none;
  }
  
  body>footer {
    background-color: #133D53;
  }

}

@media (max-width: 880px) {
  header .share-link {display: none;}
}

@media (max-width: 928px) {
  header .share-link .fa-instagram {display: none;}
}

span.nospam:before {
  content: '@';
}

span.point:before {
  content: '.';
}

.tx-solr-submit {
  width: auto;
}

#tx-solr-frequent-searches ul {
  padding-right: 10px;
  padding-left: 0px;
}

.spglue {
  display: none;
}


.image_pleine_largeur {
  width: 100%;
  height: auto;
}

.gros-bouton {
/*  text-decoration-line: none; */
  /* color: rgb(255, 255, 255); */
  overflow-wrap: break-word;
  text-size-adjust: 100%;
  border-radius: 50px;
  background-color: rgb(184, 8, 7);
  padding: 15px;
  color: white;
  margin: 20px auto;
  display: block;
  text-transform: uppercase;
  max-width: 500px;
  text-align: center;
  font-weight: 700;
}

.gros-bouton:hover {
  color: white;
}

.ce-bodytext h2 {
  font-size: 20px !important;
  font-weight: 700;
  margin-bottom: 5px;
}
.ce-bodytext h3 {
  font-size: 19px !important;
  font-weight: 700;
  margin-bottom: 5px;
}
.ce-bodytext h4 {
  font-size: 18px !important;
  font-weight: 700;
  margin-bottom: 5px;
}
.ce-bodytext h5 {
  font-size: 17px !important;
  font-weight: 700;
  margin-bottom: 5px;
}
.ce-bodytext h6 {
  font-size: 16px !important;
  font-weight: 700;
  margin-bottom: 5px;
}
