/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
.transition {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.cover {
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */

  background-size: cover;
  /* version standardisée */

}
.border {
  content: " ";
  width: 23px;
  display: block;
  height: 3px;
  position: absolute;
}
.border-center {
  content: " ";
  width: 23px;
  display: block;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -11.5px;
}
.merri {
  font-family: 'Merriweather', Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin: 0;
  font-weight: normal;
}
form,
p,
ul,
li,
fieldset,
input {
  margin: 0;
  padding: 0;
  line-height: 1;
}
ul li {
  list-style: none;
}
section {
  padding: 50px 0;
}
a:active,
a:hover {
  outline: 0;
}
/* COMMON
---------------------------------------------*/
body {
  font-size: 14px;
  font-family: 'Poppins', Arial, sans-serif;
  color: #3a3a3a;
  font-weight: 400;
  background-color: #e8e8e8 !important;
  padding-top: 420px;
}
body.home {
  padding-top: 0;
}
body.parent-pageid-72,
body.page-template-listing-evenements-php,
body.page-template-agenda {
  padding-top: 230px;
}
.content-wrapper {
  width: 990px;
  margin: 0 auto;
}
section {
  padding: 30px 0;
}
section.bgwhite {
  background-color: #fff;
}
section.bgpink {
  background-color: #db4a6b;
}
section.bgred {
  background-color: #ee6d62;
  color: #fff;
}
section a {
  text-decoration: none;
  color: #3a3a3a;
}
input:focus {
  outline: none !important;
}

.only-mobile{
	display: none;
}
.only-desktop{
	display: block;
}
/* HEADER
---------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
#header a {
  text-decoration: none;
}
#header .content-header {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  height: 125px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-left: 125px;
  z-index: 6;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#header.nav-sticky .content-header {
  height: 90px;
  padding-left: 90px;
}
#header .content-header:before,
#header .content-header:after {
  content: " ";
  display: table;
}
#header .content-header:after {
  clear: both;
}
#header .content-header #logo {
  position: absolute;
  left: 0;
  top: 0;
}
#header .content-header #logo a {
  display: block;
}
#header .content-header #logo a img {
  display: block;
  height: 125px;
  width: 125px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#header.nav-sticky .content-header #logo a img {
  height: 90px;
  width: 90px;
}
#header .content-header .top {
  background-color: #f0f2f2;
  position: relative;
  text-align: center;
  padding: 15px 20px;
  min-height: 15px;
}
#header .content-header .top .lang {
  position: absolute;
  left: 20px;
  top: 15px;
}
#header .content-header .top .lang ul li {
  display: inline-block;
  margin-left: 15px;
}
#header .content-header .top .lang ul li:first-child {
  margin-left: 0;
}
#header .content-header .top .lang ul li a:hover {
  color: #258197;
}
#header .content-header .top a {
  color: #3b3b3b;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-size: 12px;
}
#header .content-header .top a:hover {
  color: #cc4c3c;
}
#header .content-header .top .sub-nav {
  text-align: center;
}
#header .content-header .top .sub-nav li {
  display: inline-block;
  border-left: 1px solid #cc4c3c;
  margin-left: 4px;
  padding-left: 6px;
}
#header .content-header .top .sub-nav li:first-child {
  border-left: 0;
}
#breadcrumbs {
  position: absolute;
  top: 125px;
  width: 1200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  margin-left: -600px;
  padding: 10px 10px 5px 10px;
  background: url(img/bg-black.png) center bottom;
}
#breadcrumbs ul:before,
#breadcrumbs ul:after {
  content: " ";
  display: table;
}
#breadcrumbs ul:after {
  clear: both;
}
#breadcrumbs ul li {
  float: left;
  text-transform: uppercase;
  padding-left: 25px;
  margin-left: 8px;
  margin-bottom: 5px;
  font-size: 11px;
  background: url(img/arr-red.png) center left no-repeat;
}
#breadcrumbs ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}
#breadcrumbs ul li a {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}
#breadcrumbs ul li a:hover {
  text-decoration: underline;
}
#breadcrumbs ul li span {
  color: #fff;
  font-weight: 300;
}
.top #search {
  position: absolute;
  right: 10px;
  top: 84px;
  width: 200px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#header.nav-sticky .top #search {
  top: 54px;
}
.top #search .content-search {
  position: relative;
  text-align: right;
  padding-top: 5px;
}
.top #search span {
  padding: 21px 0 0 21px;
  width: 0;
  height: 0;
  overflow: hidden;
  background: url("img/loupe2.png") no-repeat scroll right center;
  display: inline-block;
  cursor: pointer;
}
.top #search form {
  display: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #f0f2f2;
  position: absolute;
  right: -6px;
  top: 43px;
  height: 33px;
}
.top #search form input[type="text"] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px;
  color: #6c6c6c;
  font-weight: 500;
  padding: 10px 60px 10px 25px;
  border: 0;
  background-color: transparent;
}
.top #search form input[type="submit"] {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.bt-don-nav {
	position: absolute;
	top:0;
	right: 0;
	font-size: 14px !important;
	padding: 0 10px;
	background-color: #d53c63;
	color: #fff !important;
	text-decoration: none;
	line-height: 45px;
	display: block !important;
	font-weight: 700;
}

.bt-don-nav:hover{
	color: #fff !important;
	background-color: #b61f45;
}

.bt-don-nav i.picto {
	clear: both;
  background: url(img/picto-don.png) no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: top;
	margin-top: 7px;
	margin-right: 5px;
}

#nav > ul {
	display: block;
	width: 100%;
	padding-left: 10px;
}
#nav > ul > li {
  display: block;
	float: left;
  text-align: center;
  font-size: 18px;
  /*padding-bottom: 20px;*/
}
#nav > ul > li:first-child a {
  border-left: 0;
}
#nav > ul > li.hover > a {
  color: #db3363;
  position: relative;
}
#nav > ul > li.hover > a:after {
  content: '';
  bottom: -8px;
  background: url(img/arrow-current.png) center bottom no-repeat;
  height: 8px;
  width: 18px;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  z-index: 10;
}
#nav > ul > li.current > a {
  color: #db3363;
  position: relative;
}/*
#nav > ul > li.current > a:after {
  content: '';
  bottom: -8px;
  background: url(img/arrow-current.png) center bottom no-repeat;
  height: 8px;
  width: 18px;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  z-index: 6;
}*/
#nav > ul > li > a {
  display: block;
  font-weight: 600;
  color: #3b3b3b;
  text-transform: uppercase;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  /*border-left: 1px solid #258197;*/
	padding: 47px 10px 15px;
	position: relative;
}
#header.nav-sticky #nav > ul > li > a {
	padding: 15px 10px 11px;
}
#nav > ul > li > a:hover {
  color: #db3363;
}
#nav > ul > li > a:before {
	content: '|';
	color: #258197;
	position: absolute;
	top: 46px;
	right: -3px;
	font-weight: 300;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#header.nav-sticky #nav > ul > li > a:before {
	top: 13px;
}
#nav > ul > li:last-child > a:before {
  display:none;
}

::-webkit-input-placeholder {
  line-height: normal;
}
.richlayer {
  position: absolute;
  width: 1200px;
  background-color: #f0f2f2;
  margin-left: -600px;
  left: 50%;
  top: 125px;
  z-index: 5;
  display: none;
}
#header.nav-sticky .richlayer {
  top: 90px;
}
.richlayer .triples-nav {
  padding: 45px 90px;
}
.richlayer .triples-nav:before,
.richlayer .triples-nav:after {
  content: " ";
  display: table;
}
.richlayer .triples-nav:after {
  clear: both;
}
.richlayer .triples-nav .col {
  width: 33.3%;
  float: left;
  text-align: left;
  padding-right: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.richlayer .triples-nav .col ul.menu > li {
  text-align: left;
  margin-top: 15px;
}
.richlayer .triples-nav .col ul.menu > li:first-child {
  margin-top: 0;
}
.richlayer .triples-nav .col ul.menu > li a {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: #3b3b3b !important;
}
.richlayer .triples-nav .col ul.menu > li a:hover {
  color: #db3363 !important;
}
.richlayer .triples-nav .col ul.sub-menu li,
.richlayer .triples-nav .col ul.dl-submenu li {
  margin-top: 7px !important;
  display: block !important;
}
.richlayer .triples-nav .col ul.sub-menu li:first-child,
.richlayer .triples-nav .col ul.dl-submenu li:first-child {
  margin-top: 0;
}
.richlayer .triples-nav .col ul.sub-menu li a,
.richlayer .triples-nav .col ul.dl-submenu li a {
  color: #535353 !important;
  text-transform: none;
  padding-left: 7px;
  font-weight: 300;
  border-left: 1px solid #db3363 !important;
  display: inline-block;
}
.richlayer .triples-nav .col ul.sub-menu li a:hover,
.richlayer .triples-nav .col ul.dl-submenu li a:hover {
  color: #db3363 !important;
}
.richlayer .triples-nav .col ul.sub-menu li ul,
.richlayer .triples-nav .col ul.dl-submenu li ul {
  padding-left: 30px;
}
.richlayer .triples-nav .col ul.sub-menu li ul a,
.richlayer .triples-nav .col ul.dl-submenu li ul a {
  border-color: #258197;
}
/* DEBUT MENU MOBILE */
#dl-menu > .dl-menu {
  z-index: 9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#dl-menu > .dl-menu > li > a {
  text-transform: uppercase;
}
#dl-menu #search {
  height: 52px;
  background-color: #fff;
  position: relative;
  padding-left: 70px;
  padding-right: 50px;
}
#dl-menu #search input[type="text"] {
  width: 100%;
  height: 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  color: #3b3b3b;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
}
#dl-menu #search input[type="submit"] {
  padding: 29px 0 0 29px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 12px;
  background: url("img/loupe.png") no-repeat scroll right center;
  border: 0;
}
#dl-menu li {
  border-top: 2px solid #fff;
}
#dl-menu li:first-child {
  border-top: 0;
}
#dl-menu li a {
  font-size: 14px;
  padding: 20px 30px;
  background-color: #f3f5f5;
  color: #3b3b3b !important;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#dl-menu .sub-nav-mobile {
  display: block !important;
  padding: 25px 20px 15px 20px;
  background-color: #3b3b3b;
}
#dl-menu .sub-nav-mobile .title-mob {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  margin-bottom: 25px;
  text-transform: uppercase;
  display: block;
}
#dl-menu .sub-nav-mobile .sub-nav {
  display: block !important;
  background-color: #3b3b3b;
  top: auto !important;
}
#dl-menu .sub-nav-mobile .sub-nav .rmm-back {
  display: none !important;
}
#dl-menu .sub-nav-mobile .sub-nav a {
  margin-right: 30px;
  color: #bababa !important;
  font-size: 12px;
  display: inline-block;
  border-left: 2px solid #cc4c3c;
  padding: 0 0 0 8px !important;
  background-color: transparent !important;
}
.dl-back a {
  padding-left: 70px !important;
  padding-top: 20px !important;
  background: url("img/arr-left-nav.png") 25px center no-repeat #f3f5f5 !important;
  color: #cc4c3c !important;
  font-weight: bold !important;
  text-transform: uppercase;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dl-menuwrapper li > a:not(:only-child) {
  background: url("img/arr-right-nav.png") center right no-repeat #f3f5f5;
}
.dl-menuwrapper li > a {
  background-color: #f3f5f5;
}
.dl-trigger {
  display: block;
  background: url("img/burger.png") right center no-repeat;
  right: auto !important;
  top: 0;
  z-index: 99999;
  left: auto;
  text-indent: -9999em;
  float: right;
}
/*
.dl-menuwrapper .dl-menu{
	position: relative;
}*/
.dl-trigger.dl-active {
  background: url("img/close-nav.png") left top no-repeat;
  right: auto;
  left: 0;
  cursor: pointer;
  top: 0;
  border: 0;
  position: absolute;
  height: 52px;
  width: 52px;
  margin-left: 0;
  z-index: 999;
}
.dl-menuopen .last {
  display: block !important;
}
.dl-menuopen .last li {
  display: block !important;
}
.dl-menuopen + .sticky-right {
  display: block;
}
.parent-closed {
  z-index: 10;
}
.parent-closed .sticky-right {
  display: block !important;
}
.parent-closed .sticky-right .rmm-back {
  display: none !important;
}
.right-header {
  z-index: 8;
}
body #menu-mobile2 {
  position: absolute;
  display: none;
  float: none;
  max-width: auto;
  z-index: 9999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 25px;
  top: 30px;
	overflow: hidden;
}
body #menu-mobile2.dl-open {
  right: auto;
  top: 0;
  left: 0;
  width: 100%;
	overflow: visible;
}
body #menu-mobile2.dl-open .sticky-right {
  display: block;
}
body #menu-mobile2.dl-open .dl-trigger {
  float: none;
}
/* FIN DEBUT MENU MOBILE */
.title {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.subtitle {
  font-family: 'Merriweather', Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 20px;
  font-style: italic;
  position: relative;
}
.subtitle:before {
  content: " ";
  width: 23px;
  display: block;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -11.5px;
  background-color: #cc4c3c;
  top: 0;
}
.more,
.btn-claire,
.btn-couleur,
.btn_bg_violet,
.btn_bg_pink,
.btn_bg_red,
.btn_bg_blue,
.btn_bg_orange,
.btn_bg_violet,
.btn_bg_green,
.btn_bg_gray,
.btn_violet,
.btn_pink,
.btn_red,
.btn_blue,
.btn_orange,
.btn_violet,
.btn_green,
.btn_gray {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 33px 10px 20px;
  display: inline-block;
  background: #ffffff url(img/arr-blue-bottom.png) center right no-repeat;
  text-decoration: none !important;
  color: #3b3b3b;
  font-style: normal;
  line-height: 1;
}
.more:hover,
.btn-claire:hover,
.btn-couleur:hover,
.btn_bg_violet:hover,
.btn_bg_pink:hover,
.btn_bg_red:hover,
.btn_bg_blue:hover,
.btn_bg_orange:hover,
.btn_bg_violet:hover,
.btn_bg_green:hover,
.btn_bg_gray:hover,
.btn_violet:hover,
.btn_pink:hover,
.btn_red:hover,
.btn_blue:hover,
.btn_orange:hover,
.btn_violet:hover,
.btn_green:hover,
.btn_gray:hover {
  text-decoration: underline !important;
}
.more span,
.btn-claire span,
.btn-couleur span,
.btn_bg_violet span,
.btn_bg_pink span,
.btn_bg_red span,
.btn_bg_blue span,
.btn_bg_orange span,
.btn_bg_violet span,
.btn_bg_green span,
.btn_bg_gray span,
.btn_violet span,
.btn_pink span,
.btn_red span,
.btn_blue span,
.btn_orange span,
.btn_violet span,
.btn_green span,
.btn_gray span {
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
}
.btn-claire {
  background: #ffffff url(img/arr-pink.png) center right no-repeat;
}
.btn_violet,
.btn_pink,
.btn_red,
.btn_blue,
.btn_orange,
.btn_violet,
.btn_green,
.btn_gray,
.btn-claire {
  background-color: #f0f2f2;
}
.btn_pink {
  background-color: #f0f2f2;
}
.page404 #wrapper h1 {
  font-size: 28px;
}
.page404 #wrapper .link {
  padding-left: 0;
}
.page404 #wrapper .link li {
  margin-top: 15px;
  padding-left: 20px;
  background: url("img/arr-orange2.png") no-repeat scroll left center;
}
.page404 #wrapper .link li:first-child {
  margin-top: 0;
}
.page404 #wrapper .link li:before {
  content: '';
}
.page404 #wrapper .link li a {
  color: #ad6200;
  font-weight: 500;
  text-decoration: underline;
}
#popin {
  max-width: 800px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#popin #wrapper {
  padding-top: 0;
}
#popin #wrapper .wysywig {
  padding: 0;
}
#wrapper {
  background-color: #fff;
  padding-top: 50px;
}
#wrapper h1 {
  text-align: center;
  font-size: 35px;
  padding-bottom: 28px;
  margin-bottom: 10px;
  position: relative;
}
#wrapper h1:before {
  content: " ";
  width: 23px;
  display: block;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -11.5px;
  background-color: #db3363;
  bottom: 0;
}
#wrapper h1 span {
  display: block;
  font-weight: 300;
  font-family: 'Merriweather', Arial, sans-serif;
  font-style: italic;
  font-size: 18px;
  margin-top: 5px;
}
#wrapper .center.other {
  padding: 40px 0;
  background-color: #f0f2f2;
}
#wrapper > .intro {
  font-size: 17px;
  margin-bottom: 30px;
  font-size: 20px;
  font-style: italic;
  line-height: 1.2;
  font-family: 'Merriweather', Arial, sans-serif;
  text-align: center;
  width: 680px;
  margin: 50px auto 30px auto;
}
#wrapper .wysywig {
  padding: 0 135px 80px;
  font-size: 16px;
  line-height: 1.4;
}
#wrapper .wysywig .wp-caption {
  position: relative;
}
#wrapper .wysywig .wp-caption img {
  display: block;
}
#wrapper .wysywig .wp-caption .wp-caption-text {
  margin-bottom: 0;
}
#wrapper .wysywig img {
  max-width: 100%;
  height: auto;
}
#wrapper .wysywig iframe {
  border: 0 !important;
}
#wrapper .wysywig .date {
  text-align: center;
  margin-bottom: 25px;
}
#wrapper .wysywig .date span {
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
}
#wrapper .wysywig .date span.fin {
  padding-left: 20px;
  margin-left: 7px;
  background: url("img/arr-red.png") no-repeat scroll left center;
}
#wrapper .wysywig .social {
  text-align: center;
  margin-bottom: 25px;
  padding-top: 15px;
}
#wrapper .wysywig .social li {
  display: inline-block;
  margin-left: 2px;
  padding-left: 0;
  margin-left: 0;
}
#wrapper .wysywig .social li:first-child {
  margin-left: 0;
}
#wrapper .wysywig .social li.twitter a {
  background-position: -33px top;
}
#wrapper .wysywig .social li.mail a {
  background-position: -67px top;
}
#wrapper .wysywig .social li a {
  padding: 29px 0 0 28px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  background: #ffffff url(img/social-wysywig.png) left top no-repeat;
}
#wrapper .wysywig a {
  color: #db3363;
  text-decoration: underline;
  font-weight: 500;
}
#wrapper .wysywig a:hover {
  text-decoration: none;
}
#wrapper .wysywig p {
  margin-bottom: 20px;
  line-height: 1.4;
}
#wrapper .wysywig p strong {
  font-weight: 500;
}
#wrapper .wysywig p.intro {
  font-size: 20px;
  font-style: italic;
  line-height: 1.2;
  font-family: 'Merriweather', Arial, sans-serif;
  text-align: center;
}
#wrapper .wysywig h2 {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 18px !important;
  margin-top: 45px !important;
  font-weight: 700;
  position: relative;
  margin-bottom: 18px !important;
}
#wrapper .wysywig h2:before {
  content: " ";
  width: 23px;
  display: block;
  height: 3px;
  position: absolute;
  background-color: #db3363;
  top: auto;
  bottom: 0;
}
#wrapper .wysywig h3 {
  padding-bottom: 5px !important;
  margin-bottom: 15px !important;
  font-weight: 600;
  font-size: 18px;
}
#wrapper .wysywig .block-gris {
  padding: 20px 30px;
  background-color: #f0f2f2;
  margin-bottom: 30px;
}
#wrapper .wysywig .block-gris p {
  margin-bottom: 0;
  font-size: 15px;
}
#wrapper .wysywig .block-gris p:first-child {
  margin-top: 0;
}
#wrapper .wysywig > ol li,
#wrapper .wysywig > ul li,
#wrapper .wysywig p {
  line-height: 1.4;
}
#wrapper .wysywig > ol {
  padding-left: 37px;
  margin-bottom: 20px;
  line-height: 1.4;
}
#wrapper .wysywig > ol li {
  line-height: 1.4;
  margin-top: -3px;
}
#wrapper .wysywig > ol li:first-child {
  margin-top: 0;
}
#wrapper .wysywig > table {
  width: 100% !important;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
#wrapper .wysywig > table td {
  border: 1px solid #dedede;
  text-align: center;
  padding: 5px;
  border-collapse: collapse;
  color: #000000;
  border-spacing: collapse;
}
#wrapper .wysywig blockquote {
  margin: 0 0 20px 15px;
  font-style: italic;
  padding: 10px 0px 10px 30px;
  border-left: 1px solid #dedede;
}
#wrapper .wysywig blockquote p {
  margin-bottom: 0;
  line-height: 1.3;
}
#wrapper .wysywig > ul {
  padding-left: 25px;
  margin-bottom: 20px;
}
#wrapper .wysywig > ul li {
  padding-left: 11px;
  margin-top: 5px;
  position: relative;
}
#wrapper .wysywig > ul li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 17px;
  display: inline-block;
  color: #db3363;
}
#wrapper .wysywig > ul li:first-child {
  margin-top: 0;
}
#wrapper .wysywig .more {
  color: #fff;
  margin: 0 auto;
  background: #db3363 url("img/arr-white.png") no-repeat scroll right center;
}
#wrapper .wysywig .center {
  margin-top: 30px;
}
.citation {
  display: table;
  width: 100%;
  margin: 40px 0;
}
.citation img {
  display: table-cell;
  width: 170px;
  height: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.citation .content {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
  width: 100%;
}
.citation .content blockquote {
  font-size: 21px;
  line-height: 1.2;
  font-style: italic;
  font-family: 'Merriweather', Arial, sans-serif;
  margin: 0;
}
.citation .content .name {
  display: block;
  margin-top: 15px;
  padding-top: 18px;
  font-weight: 500;
  font-size: 15px;
  position: relative;
}
.citation .content .name:before {
  content: " ";
  width: 23px;
  display: block;
  height: 3px;
  position: absolute;
  background-color: #db3363;
  top: 0;
}
.blockquote .content-wrapper {
  background-color: #fff;
  padding: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blockquote .content-wrapper .citation {
  margin: 0;
}
.info-pratique {
  background-color: #3b3b3b;
  padding: 45px 135px;
  color: #fff;
}
.info-pratique h2 {
  text-transform: uppercase;
  font-size: 18px;
  padding-bottom: 18px;
  margin-bottom: 30px;
  font-weight: 600;
  position: relative;
}
.info-pratique h2:before {
  content: " ";
  width: 23px;
  display: block;
  height: 3px;
  position: absolute;
  background-color: #db3363;
  bottom: 0;
  left: 0;
}
.info-pratique h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
}
.info-pratique p {
  font-size: 15px;
  margin-bottom: 30px;
}
.info-pratique a {
  color: #f36d8b;
  text-decoration: underline;
}
.info-pratique a:hover {
  text-decoration: none;
}
.info-pratique .more {
  color: #fff !important;
  margin: 0 auto;
  background: #db3363 url("img/arr-white.png") no-repeat scroll right center;
}
.txt-couleur {
  font-weight: inherit;
}
/* COMMON
---------------------------------------------*/
#footer {
  background-color: #fff;
  padding: 30px 0;
}
#footer .content-footer {
  max-width: 1200px;
  margin: 0 auto;
}
#footer .content-footer:before,
#footer .content-footer:after {
  content: " ";
  display: table;
}
#footer .content-footer:after {
  clear: both;
}
#footer .content-footer .top:before,
#footer .content-footer .top:after {
  content: " ";
  display: table;
}
#footer .content-footer .top:after {
  clear: both;
}
#footer .content-footer .top .link-left {
  float: left;
}
#footer .content-footer .top .link-left a {
  margin-left: 10px;
}
#footer .content-footer .top .link-left a:hover {
  text-decoration: underline;
}
#footer .content-footer .top .link-left a:first-child {
  margin-left: 0;
}
#footer .content-footer .top .link-left a span {
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
}
#footer .content-footer .top .social {
  float: right;
  text-align: right;
}
#footer .content-footer .top .social li {
  display: inline-block;
}
#footer .content-footer .top .social li a {
  padding: 40px 0 0 40px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  background: url(img/social.png) left -5px no-repeat;
}
#footer .content-footer .top .social li.twitter a {
  background-position: 0 -5px;
}
#footer .content-footer .top .social li.twitter a:hover {
  background-position: 0 -61px;
}
#footer .content-footer .top .social li.facebook a {
  background-position: -49px -5px;
}
#footer .content-footer .top .social li.facebook a:hover {
  background-position: -49px -61px;
}
#footer .content-footer .top .social li.youtube a {
  background-position: -98px -5px;
}
#footer .content-footer .top .social li.youtube a:hover {
  background-position: -98px -61px;
}
#footer .content-footer .top .social li.pinterest a {
  background-position: -145px -5px;
}
#footer .content-footer .top .social li.pinterest a:hover {
  background-position: -145px -61px;
}
#footer .content-footer .top .social li.google a {
  background-position: -194px -5px;
}
#footer .content-footer .top .social li.google a:hover {
  background-position: -194px -61px;
}
#footer .content-footer .top .social li.mail a {
  background-position: -243px -5px;
}
#footer .content-footer .top .social li.mail a:hover {
  background-position: -243px -61px;
}
#footer .content-footer .bottom {
  padding-top: 30px;
  padding-bottom: 5px;
}
#footer .content-footer .bottom h4 {
  font-size: 15px;
  background: url(img/border-grey.jpg) left 10px repeat-x;
  margin-bottom: 20px;
}
#footer .content-footer .bottom h4 span {
  display: inline-block;
  padding-right: 10px;
  background-color: #fff;
}
#footer .content-footer .bottom img {
  display: block;
  max-width: 100%;
}
#footer .content-footer .bottom ul {
  text-align: center;
}
#footer .content-footer .bottom ul li {
  display: inline-block;
  margin: 0 0 30px 10px;
  vertical-align: middle;
}
#footer .content-footer .bottom ul li:first-child {
  margin-left: 0;
}
#footer-bottom {
  background-color: #f0f2f2;
}
#footer-bottom .content-bottom {
  padding: 15px 0 25px;
  width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer-bottom .content-bottom ul li {
  display: inline-block;
  text-transform: uppercase;
  border-left: 1px solid #db4a6b;
  margin-left: 5px;
}
#footer-bottom .content-bottom ul li:first-child {
  border-left: 0;
  margin-left: 0;
}
#footer-bottom .content-bottom ul li a {
  color: #3b3b3b;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 8px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#footer-bottom .content-bottom ul li a:hover {
  color: #cc4c3c;
}
#footer-bottom .content-bottom .left {
  float: left;
  text-align: left;
}
#footer-bottom .content-bottom .right {
  float: right;
  text-align: right;
}
/* COMMON
---------------------------------------------*/
.menu-mobile .sticky-right {
  left: 0;
  top: 52px;
}
.menu-mobile .sticky-right a {
  background-color: #4b4e56 !important;
}
#menu-mobile2 .sticky-right {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #4b4e56 !important;
  padding: 10px;
  z-index: 6;
  display: none;
}
#menu-mobile2 .sticky-right ul {
  background-color: #4b4e56 !important;
}
#menu-mobile2 .sticky-right ul:before,
#menu-mobile2 .sticky-right ul:after {
  content: " ";
  display: table;
}
#menu-mobile2 .sticky-right ul:after {
  clear: both;
}
#menu-mobile2 .sticky-right ul li {
  border-top: 0 !important;
  width: 50%;
  float: left;
}
#menu-mobile2 .sticky-right ul li a {
  color: #fff;
  padding: 5px 0;
  display: block;
  text-transform: uppercase;
}
#menu-mobile2 .sticky-right ul li a .picto {
  background: url(img/picto-agenda.png) center center no-repeat;
  background-position: center center !important;
  background-size: 30px 30px !important;
  -webkit-background-size: 30px 30px !important;
  -o-background-size: 30px 30px !important;
  padding: 30px 0 0 30px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
#menu-mobile2 .sticky-right ul li a .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 300;
}
#menu-mobile2 .sticky-right ul li.second a .picto {
  background-image: url("img/picto-billeterie.png");
}
#menu-mobile2 .sticky-right ul li.third a .picto {
  background-image: url("img/picto-info.png");
}
#menu-mobile2 .sticky-right ul li.fourth a .picto {
  background-image: url("img/picto-librairie.png");
}
#menu-mobile2 .sticky-right ul li.five a .picto {
  background-image: url("img/picto-newsletter.png");
}
#menu-mobile2 .sticky-right ul li.six a .picto {
  background-image: url("img/picto-don.png");
}
.sticky-right.right {
  background-color: #4b4e56 !important;
  z-index: 6;
  right: 0;
  top: 165px;
  z-index: 10;
  position: fixed;
  overflow: visible !important;
  text-align: right;
  /*
  width: 45px;
  */
  width: 195px;
}
.sticky-right.right .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 210px;
  padding: 10px ;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	background: url(/wp-content/themes/memorialdelashoah/css/img/bg-sticky.png) #4b4e56 repeat-x bottom left !important;
  z-index: 1;
}
  /*
  -webkit-transform: translate(0px, 0px) translateZ(0);
  -moz-transform: translate(0px, 0px) translateZ(0);
  -ms-transform: translate(0px, 0px) translateZ(0);
  -o-transform: translate(0px, 0px) translateZ(0);
  transform: translate(0px, 0px) translateZ(0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sticky-right.right .content-sticky:hover {
  position: relative;
}
.sticky-right.right .content-sticky:hover .text,
.sticky-right.right .content-sticky:hover .bg {
  -webkit-transform: translate(-150px, 0px) translateZ(0);
  -moz-transform: translate(-150px, 0px) translateZ(0);
  -ms-transform: translate(-150px, 0px) translateZ(0);
  -o-transform: translate(-150px, 0px) translateZ(0);
  transform: translate(-150px, 0px) translateZ(0);
}
*/
.sticky-right.right .content-sticky li {
  padding: 10px 0 ;
}
.sticky-right.right .content-sticky li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  display: block;
  white-space: nowrap;
}
.sticky-right.right .content-sticky li a:hover {
  color: #dd5b93;
}
.sticky-right.right .content-sticky li .text {
  display: inline-block;
  font-weight: 300;
  left: 0;
  line-height: 24px;
  padding: 5px 5px 5px 5px;
  position: absolute;
  text-transform: uppercase;
  background-color: #4b4e56;
  z-index: 1;
  vertical-align: middle;
  white-space: normal;
  width: 145px;
  -webkit-transform: translate(0px, 0px) translateZ(0);
  -moz-transform: translate(0px, 0px) translateZ(0);
  -ms-transform: translate(0px, 0px) translateZ(0);
  -o-transform: translate(0px, 0px) translateZ(0);
  transform: translate(0px, 0px) translateZ(0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sticky-right.right .content-sticky li .picto {
  padding: 35px 0 0 32px !important;
  width: 0 !important;
  height: 0 !important;
  display: block !important;
  overflow: hidden !important;
  background: url("img/picto-right.png") no-repeat;
  color: none;
  vertical-align: middle;
  display: inline-block !important;
  z-index: 5;
  position: relative;
  margin-right: 7px;
}
.sticky-right.right .content-sticky li.first .picto {
  background-position: left top;
}
.sticky-right.right .content-sticky li.first a:hover .picto {
  background-position: -46px top;
}
.sticky-right.right .content-sticky li.second .picto {
  background-position: left -43px;
  padding: 45px 0 0 38px !important;
}
.sticky-right.right .content-sticky li.second a:hover .picto {
  background-position: -46px -43px;
}
.sticky-right.right .content-sticky li.third .picto {
  background-position: left -100px;
}
.sticky-right.right .content-sticky li.third a:hover .picto {
  background-position: -46px -100px;
}
.sticky-right.right .content-sticky li.fourth .picto {
  background-position: left -150px;
}
.sticky-right.right .content-sticky li.fourth a:hover .picto {
  background-position: -46px -150px;
}
.sticky-right.right .content-sticky li.five .picto {
  background-position: left -204px;
}
.sticky-right.right .content-sticky li.five a:hover .picto {
  background-position: -46px -204px;
}
.sticky-right.right .content-sticky li.six .picto {
  background-position: left -250px;
	background-color: #d53c63;
}
.sticky-right.right .content-sticky li.six a:hover .picto {
  background-position: left -250px;
}
.sticky-right.right .content-sticky li.six .text {
	background-color: #d53c63;
}
.sticky-right.right .content-sticky li.six a:hover {
  color: #FFF;
}
#backtop {
  background: url("img/backup.png");
  bottom: 0;
  cursor: pointer;
  display: none;
  padding: 60px 60px 0 0;
  position: fixed;
  right: 0;
  z-index: 99;
  width: 0;
  height: 0;
}
.pink .more {
  background-image: url("img/arr-pink.png") !important;
}
.btn_violet,
.btn_pink,
.btn_red,
.btn_blue,
.btn_orange,
.btn_violet,
.btn_green,
.btn_gray {
  background-color: #f0f2f2;
  margin-left: 0;
  text-decoration: none !important;
}
.btn_violet:hover,
.btn_pink:hover,
.btn_red:hover,
.btn_blue:hover,
.btn_orange:hover,
.btn_violet:hover,
.btn_green:hover,
.btn_gray:hover {
  text-decoration: underline !important;
}
.btn_pink {
  background-image: url("img/arr-pink.png") !important;
  color: #db3363 !important;
}
.btn_violet {
  background-image: url("img/arr-violet.png") !important;
  color: #a25ea3 !important;
}
.btn_red {
  background-image: url("img/arr-red2.png") !important;
  color: #cc4c3c !important;
}
.btn_blue {
  background-image: url("img/arr-blue.png") !important;
  color: #258197 !important;
}
.btn_orange {
  background-image: url("img/arr-orange2.png") !important;
  color: #ad6200 !important;
}
.btn_violet {
  background-image: url("img/arr-violet.png") !important;
  color: #a25ea3 !important;
}
.btn_green {
  background-image: url("img/arr-green.png") !important;
  color: #218666 !important;
}
.btn_gray {
  background-image: url("img/arr-gray.png") !important;
  color: #ad6200 !important;
}
.btn-couleur,
.btn_bg_violet,
.btn_bg_pink,
.btn_bg_red,
.btn_bg_blue,
.btn_bg_orange,
.btn_bg_violet,
.btn_bg_green,
.btn_bg_gray {
  background-color: #f0f2f2;
  margin-left: 0;
  background-image: url("img/arr-white.png") !important;
  color: #fff !important;
  text-decoration: none !important;
}
.btn-couleur:hover,
.btn_bg_violet:hover,
.btn_bg_pink:hover,
.btn_bg_red:hover,
.btn_bg_blue:hover,
.btn_bg_orange:hover,
.btn_bg_violet:hover,
.btn_bg_green:hover,
.btn_bg_gray:hover {
  text-decoration: underline !important;
}
.btn-couleur {
  background-color: #db3363;
}
.btn_bg_pink {
  background-color: #db3363 !important;
}
.btn_bg_violet {
  background-color: #a25ea3 !important;
}
.btn_bg_red {
  background-color: #cc4c3c !important;
}
.btn_bg_blue {
  background-color: #258197 !important;
}
.btn_bg_orange {
  background-color: #ad6200 !important;
}
.btn_bg_violet {
  background-color: #a25ea3 !important;
}
.btn_bg_green {
  background-color: #218666 !important;
}
.btn_bg_gray {
  background-color: #ad6200 !important;
}
.blue #wrapper h1:before {
  background-color: #258197;
}
.blue #wrapper #pagination {
  background-color: #258197;
}
.blue #wrapper .search input[type="submit"] {
  background-image: url("img/loupe-blue.png");
}
.blue #wrapper #pagination {
  background-color: #258197;
}
.blue #wrapper .wysywig a {
  color: #258197;
}
.blue #wrapper .wysywig h2:before {
  background-color: #258197;
}
.blue #wrapper .wysywig .date span.fin {
  background-image: url("img/arr-blue.png");
}
.blue #wrapper .wysywig ul li:before {
  color: #258197;
}
.blue #wrapper .wysywig .more {
  background-color: #258197;
  color: #fff;
}
.blue #wrapper .double-cols .col h3:before {
  background-color: #258197;
}
.blue #wrapper .btn-claire {
  background-image: url("img/arr-blue.png") !important;
  color: #258197 !important;
}
.blue #wrapper .btn-couleur {
  background-color: #258197 !important;
}
.blue .txt-couleur {
  color: #258197 !important;
}
.blue .info-pratique h2:before {
  background-color: #27a2be;
}
.blue .info-pratique .more {
  background-color: #258197;
  color: #fff;
}
.blue .info-pratique .color {
  color: #27a2be;
}
.blue .info-pratique a {
  color: #27a2be;
}
.blue .citation .content .name:before {
  background-color: #258197;
}
.txt-couleur {
  font-weight: 300;
}
/* DECLINAISON COULEURS
---------------------------------------------*/
.pink #wrapper .btn-claire {
  background-image: url("img/arr-pink.png") !important;
  color: #db3363 !important;
}
.pink #wrapper .btn-couleur {
  background-color: #db3363 !important;
}
.pink .txt-couleur {
  color: #db3363 !important;
}
.pink .more {
  background-image: url("img/arr-white.png") !important;
}
.pink .info-pratique h2:before {
  background-color: #f36d8b;
}
.pink .info-pratique .color {
  color: #f36d8b;
}
.pink .info-pratique a {
  color: #f36d8b;
}
.orange #wrapper h1:before {
  background-color: #ad6200;
}
.orange #wrapper #pagination {
  background-color: #ad6200;
}
.orange #wrapper .search input[type="submit"] {
  background-image: url("img/loupe-orange.png");
}
.orange #wrapper #pagination {
  background-color: #ad6200;
}
.orange #wrapper .wysywig a {
  color: #ad6200;
}
.orange #wrapper .wysywig h2:before {
  background-color: #ad6200;
}
.orange #wrapper .wysywig .date span.fin {
  background-image: url("img/arr-orange2.png");
}
.orange #wrapper .wysywig ul li:before {
  color: #ad6200;
}
.orange #wrapper .wysywig .more {
  background-color: #ad6200;
  color: #fff;
}
.orange #wrapper .double-cols .col h3:before {
  background-color: #ad6200;
}
.orange #wrapper .btn-claire {
  background-image: url("img/arr-orange.png") !important;
  color: #ad6200 !important;
}
.orange #wrapper .btn-couleur {
  background-color: #ad6200 !important;
}
.orange .txt-couleur {
  color: #ad6200 !important;
}
.orange .info-pratique h2:before {
  background-color: #ad6200;
}
.orange .info-pratique .more {
  background-color: #ad6200;
  color: #fff;
}
.orange .info-pratique .color {
  color: #ad6200;
}
.orange .info-pratique a {
  color: #ad6200;
}
.orange .citation .content .name:before {
  background-color: #ad6200;
}
.orange .more {
  background-image: url("img/arr-orange2.png") !important;
}
.red #wrapper h1:before {
  background-color: #cc4c3c;
}
.red #wrapper #pagination {
  background-color: #cc4c3c;
}
.red #wrapper .search input[type="submit"] {
  background-image: url("img/loupe-red.png");
}
.red #wrapper #pagination {
  background-color: #cc4c3c;
}
.red #wrapper .wysywig a {
  color: #cc4c3c;
}
.red #wrapper .wysywig h2:before {
  background-color: #cc4c3c;
}
.red #wrapper .wysywig .date span.fin {
  background-image: url("img/arr-red.png");
}
.red #wrapper .wysywig ul li:before {
  color: #cc4c3c;
}
.red #wrapper .wysywig .more {
  background-color: #cc4c3c;
  color: #fff;
}
.red #wrapper .double-cols .col h3:before {
  background-color: #cc4c3c;
}
.red #wrapper .btn-claire {
  background-image: url("img/arr-red.png") !important;
  color: #cc4c3c !important;
}
.red #wrapper .btn-couleur {
  background-color: #cc4c3c !important;
}
.red .txt-couleur {
  color: #cc4c3c !important;
}
.red .info-pratique h2:before {
  background-color: #ee6d62;
}
.red .info-pratique .more {
  background-color: #cc4c3c;
  color: #fff;
}
.red .info-pratique .color {
  color: #ee6d62;
}
.red .info-pratique a {
  color: #ee6d62;
}
.red .citation .content .name:before {
  background-color: #cc4c3c;
}
.red .more {
  background-image: url("img/arr-red.png") !important;
}
.gray #wrapper h1:before {
  background-color: #ad6200;
}
.gray #wrapper #pagination {
  background-color: #ad6200;
}
.gray #wrapper .search input[type="submit"] {
  background-image: url("img/loupe-gray.png");
}
.gray #wrapper #pagination {
  background-color: #ad6200;
}
.gray #wrapper .wysywig a {
  color: #ad6200;
}
.gray #wrapper .wysywig h2:before {
  background-color: #ad6200;
}
.gray #wrapper .wysywig .date span.fin {
  background-image: url("img/arr-gray.png");
}
.gray #wrapper .wysywig ul li:before {
  color: #ad6200;
}
.gray #wrapper .wysywig .more {
  background-color: #ad6200;
  color: #fff;
}
.gray #wrapper .double-cols .col h3:before {
  background-color: #ad6200;
}
.gray #wrapper .btn-claire {
  background-image: url("img/arr-gray.png") !important;
  color: #ad6200 !important;
}
.gray #wrapper .btn-couleur {
  background-color: #ad6200 !important;
}
.gray .txt-couleur {
  color: #ad6200 !important;
}
.gray .info-pratique h2:before {
  background-color: #ecf0f1;
}
.gray .info-pratique .more {
  background-color: #ecf0f1;
  color: #ad6200;
}
.gray .info-pratique .color {
  color: #ecf0f1;
}
.gray .info-pratique a {
  color: #ecf0f1;
}
.gray .citation .content .name:before {
  background-color: #ad6200;
}
.gray .more {
  background-image: url("img/arr-gray.png") !important;
}
.violet #wrapper h1:before {
  background-color: #a25ea3;
}
.violet #wrapper #pagination {
  background-color: #a25ea3;
}
.violet #wrapper .search input[type="submit"] {
  background-image: url("img/loupe-violet.png");
}
.violet #wrapper #pagination {
  background-color: #a25ea3;
}
.violet #wrapper .wysywig a {
  color: #a25ea3;
}
.violet #wrapper .wysywig h2:before {
  background-color: #a25ea3;
}
.violet #wrapper .wysywig .date span.fin {
  background-image: url("img/arr-violet.png");
}
.violet #wrapper .wysywig ul li:before {
  color: #a25ea3;
}
.violet #wrapper .wysywig .more {
  background-color: #a25ea3;
  color: #fff;
}
.violet #wrapper .double-cols .col h3::before {
  background-color: #a25ea3;
}
.violet #wrapper .btn-claire {
  background-image: url("img/arr-violet.png") !important;
  color: #a25ea3 !important;
}
.violet #wrapper .btn-couleur {
  background-color: #a25ea3 !important;
}
.violet .txt-couleur {
  color: #a25ea3 !important;
}
.violet .info-pratique h2:before {
  background-color: #b69cb8;
}
.violet .info-pratique .more {
  background-color: #a25ea3;
  color: #fff;
}
.violet .info-pratique .color {
  color: #b69cb8;
}
.violet .info-pratique a {
  color: #b69cb8;
}
.violet .citation .content .name:before {
  background-color: #a25ea3;
}
.violet .more {
  background-image: url("img/arr-violet.png") !important;
}
.green #wrapper h1:before {
  background-color: #218666;
}
.green #wrapper #pagination {
  background-color: #218666;
}
.green #wrapper .search input[type="submit"] {
  background-image: url("img/loupe-green.png");
}
.green #wrapper #pagination {
  background-color: #218666;
}
.green #wrapper .wysywig a {
  color: #218666;
}
.green #wrapper .wysywig h2:before {
  background-color: #218666;
}
.green #wrapper .wysywig .date span.fin {
  background-image: url("img/arr-green.png");
}
.green #wrapper .wysywig ul li:before {
  color: #218666;
}
.green #wrapper .wysywig .more {
  background-color: #218666;
  color: #fff;
}
.green #wrapper .wysywig .btn-claire {
  background-image: url("img/arr-green.png") !important;
  color: #218666 !important;
}
.green #wrapper .wysywig .btn-couleur {
  background-color: #218666 !important;
}
.green #wrapper .double-cols .col h3:before {
  background-color: #48cb9b;
}
.green #wrapper .std-form input[type="submit"] {
  background-color: #48cb9b;
  color: #3b3b3b;
}
.green #wrapper .std-form .triples-block .chosen-single,
.green #wrapper .std-form .triples-block .search-field input {
  background-image: url("img/select-arrow-green.png");
}
.green #wrapper .std-form .chosen-container-multi .chosen-choices li.search-choice a {
  background-image: url("img/close-green.png");
}
.green #wrapper .more {
  background: url("img/arr-white.png") #48cb9b right center no-repeat !important;
  color: #533002 !important;
}
.green #wrapper .double-cols.color .col .content {
  background-color: #48cb9b;
}
.green #wrapper .reload span {
  color: #48cb9b;
}
.green .txt-couleur {
  color: #218666 !important;
}
.green .more {
  background-image: url("img/arr-green.png") !important;
}
.green .info-pratique h2:before {
  background-color: #48cb9b;
}
.green .info-pratique .more {
  background-color: #218666;
  color: #fff;
}
.green .info-pratique .color {
  color: #48cb9b;
}
.green .info-pratique a {
  color: #48cb9b;
}
.green .citation .content .name:before {
  background-color: #218666;
}
.red3 {
  /*
	.info-pratique{
		h2:before{background-color:#48cb9b}
		.more{background-color: #218666; color:#fff;}
		.color{color: #48cb9b}
		a{color:#48cb9b}
	}*/

}
.red3 #wrapper h1:before {
  background-color: #f06c5e;
}
.red3 #wrapper #pagination {
  background-color: #f06c5e;
}
.red3 #wrapper .search input[type="submit"] {
  background-image: url("img/loupe-red.png");
}
.red3 #wrapper #pagination {
  background-color: #f06c5e;
}
.red3 #wrapper .debut {
  padding-right: 5px;
}
.red3 #wrapper .wysywig a {
  color: #f06c5e;
}
.red3 #wrapper .wysywig h2:before {
  background-color: #f06c5e;
}
.red3 #wrapper .wysywig .date span.fin {
  background-image: url("img/arr-red.png");
}
.red3 #wrapper .wysywig ul li:before {
  color: #f06c5e;
}
.red3 #wrapper .wysywig .more {
  background-color: #f06c5e;
  color: #fff;
}
.red3 #wrapper .wysywig .btn-claire {
  background-image: url("img/arr-green.png") !important;
  color: #f06c5e !important;
}
.red3 #wrapper .wysywig .btn-couleur {
  background-color: #f06c5e !important;
}
.red3 #wrapper .double-cols .col h3:before {
  background-color: #f06c5e;
}
.red3 #wrapper .std-form input[type="submit"] {
  background-color: #f06c5e;
  color: #3b3b3b;
}
.red3 #wrapper .std-form .triples-block .chosen-single,
.red3 #wrapper .std-form .triples-block .search-field input {
  background-image: url("img/select-arrow-red.png");
}
.red3 #wrapper .std-form .chosen-container-multi .chosen-choices li.search-choice a {
  background-image: url("img/close-red.png");
}
.red3 #wrapper .more {
  background: url("img/arr-white.png") #f06c5e right center no-repeat !important;
  color: #533002 !important;
}
.red3 #wrapper .double-cols.color .col .content {
  background-color: #f06c5e;
}
.red3 #wrapper .reload span {
  color: #f06c5e;
}
.red3 .txt-couleur {
  color: #f06c5e !important;
}
.red3 .more {
  background-image: url("img/arr-red.png") !important;
}
.red3 .citation .content .name:before {
  background-color: #f06c5e;
}
.c_violet,
.c_red,
.c_pink,
.c_blue,
.c_green,
.c_gray {
  font-weight: 300;
}
.c_violet {
  color: #a25ea3 !important;
}
.c_red {
  color: #cc4c3c !important;
}
.c_pink {
  color: #db3363 !important;
}
.c_blue {
  color: #258197 !important;
}
.c_orange {
  color: #ad6200 !important;
}
.c_green {
  color: #218666 !important;
}
.c_gray {
  color: #ad6200 !important;
}
@media only screen and (max-width: 1210px) {
  body .timeline {
    width: 100%;
  }
  #nav ul li {
    font-size: 15px;
  }
  #breadcrumbs {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  #map {
    padding: 30px 40px;
  }
  #footer {
    padding-left: 40px;
    padding-right: 40px;
  }
  #footer .content-footer .top .link-left a {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }
  #footer .content-footer .top .link-left a:first-child {
    margin-top: 0;
  }
  #footer-bottom .content-bottom,
  #footer .content-bottom {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #footer .content-footer .top .social li a {
    background: url(img/picto-facebook-x2.png) center center no-repeat;
    background-position: center center !important;
    background-size: 40px 40px !important;
    -webkit-background-size: 40px 40px !important;
    -o-background-size: 40px 40px !important;
  }
  #footer .content-footer .top .social li.twitter a {
    background-image: url("img/picto-twitter-x2.png");
  }
  #footer .content-footer .top .social li.facebook a {
    background-image: url("img/picto-facebook-x2.png");
  }
  #footer .content-footer .top .social li.youtube a {
    background-image: url("img/picto-youtube-x2.png");
  }
  #footer .content-footer .top .social li.pinterest a {
    background-image: url("img/picto-pinterest-x2.png");
  }
  #footer .content-footer .top .social li.google a {
    background-image: url("img/picto-google-x2.png");
  }
  #footer .content-footer .top .social li.mail a {
    background-image: url("img/picto-mail-x2.png");
  }
}
