@charset 'UTF-8';
@font-face {
  font-family: 'Ubuntu';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/Ubuntu.eot');
  src: url('../fonts/Ubuntu.eot?#iefix') format('embedded-opentype'), url('../fonts/Ubuntu.woff2') format('woff2'), url('../fonts/Ubuntu.woff') format('woff'), url('../fonts/Ubuntu.ttf') format('truetype'), url('../fonts/Ubuntu.svg#Capriola-Regular') format('svg');
}

@font-face {
  font-family: 'Ubuntu-Bold';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/Ubuntu-Bold.eot');
  src: url('../fonts/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Ubuntu-Bold.woff2') format('woff2'), url('../fonts/Ubuntu-Bold.woff') format('woff'), url('../fonts/Ubuntu-Bold.ttf') format('truetype'), url('../fonts/Ubuntu-Bold.svg#Capriola-Regular') format('svg');
}

@font-face {
  font-family: 'Capriola';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/Capriola-Regular.eot');
  src: url('../fonts/Capriola-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Capriola-Regular.woff2') format('woff2'), url('../fonts/Capriola-Regular.woff') format('woff'), url('../fonts/Capriola-Regular.ttf') format('truetype'), url('../fonts/Capriola-Regular.svg#Capriola-Regular') format('svg');
}


/**
* COLORS :;
*  - Fond Rose : #FF6666;
*  - Rouge :#E2001A;
*/

* {
  outline: none;
}


/* Corrections */

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
}

body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: #202020;
  background-color: #fff;
}

b,
strong {
  font-family: 'Ubuntu-Bold', sans-serif;
  font-weight: normal;
}

ol,
ul {
  padding: 0;
}

img,
object,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

p {
  line-height: 1.4;
}

h4 {
  font-family: 'Capriola', sans-serif;
  font-weight: normal;
}

.title {
  font-family: 'Capriola', sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  color: #606060;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-r-0 {
  margin-right: 0;
  padding-right: 0;
}

.m-l-0 {
  margin-left: 0;
  padding-left: 0;
}

.title:after {
  display: inline-table;
  width: 72px;
  height: 5px;
  margin-left: 25px;
  content: '';
  vertical-align: middle;
  background: url(../img/h1-after.png) no-repeat;
}

.u-teaser {
  position: relative;
}

.u-wrap-link span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#block-system-main {
  margin-bottom: 50px;
}

h2, h2.h2 {
  line-height: 1.5;
  font-size: 22px;
}

h3, h3.h3, .Article-Item-Body h2, .Article-Item-Body h2.h2 {
  line-height: 1.5;
  font-size: 16px;
  color: #f66;
}

.Article-Item-Body h2, .Article-Item-Body h2.h2 { font-weight: bold; }

h4, h4.h4 {
  line-height: 1.5;
  font-size: 16px;
  color: #f66;
}

/* BURGER */

/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/
.hamburger {padding: 15px 15px;display: inline-block;cursor: pointer;transition-property: opacity, filter;transition-duration: .15s;transition-timing-function: linear;font: inherit;color: inherit;text-transform: none;background-color: transparent;border: 0;margin: 0;overflow: visible}
.hamburger:hover {opacity: .7}
.hamburger.is-active:hover {opacity: .7}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {background-color: #000}
.hamburger-box {width: 40px;height: 24px;display: inline-block;position: relative}
.hamburger-inner {display: block;top: 50%;margin-top: -2px}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {width: 40px;height: 4px;background-color: #000;border-radius: 4px;position: absolute;transition-property: transform;transition-duration: .15s;transition-timing-function: ease}
.hamburger-inner::after, .hamburger-inner::before {content: "";display: block}
.hamburger-inner::before {top: -10px}
.hamburger-inner::after {bottom: -10px}
.hamburger--squeeze .hamburger-inner {transition-duration: 75ms;transition-timing-function: cubic-bezier(.55, .055, .675, .19)}
.hamburger--squeeze .hamburger-inner::before {transition: top 75ms .12s ease, opacity 75ms ease}
.hamburger--squeeze .hamburger-inner::after {transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19)}
.hamburger--squeeze.is-active .hamburger-inner {transform: rotate(45deg);transition-delay: .12s;transition-timing-function: cubic-bezier(.215, .61, .355, 1)}
.hamburger--squeeze.is-active .hamburger-inner::before {top: 0;opacity: 0;transition: top 75ms ease, opacity 75ms .12s ease}
.hamburger--squeeze.is-active .hamburger-inner::after {bottom: 0;transform: rotate(-90deg);transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1)}

/****
* PAGINATION
*****/

.pager_container {
  clear: both;
  width: 100%;
}

.pager_container ul.pagination li {
  color: #fff;
  background-color: #f66;
}

.pager_container .pagination > li > a,
.pager_container .pagination > li > span {
  color: #fff;
  border: 1px solid #f66;
  background-color: #f66;
}

.pager_container.pagination > .active > a,
.pager_container .pagination > .active > span,
.pager_container .pagination > .active > a:hover,
.pager_container .pagination > .active > span:hover,
.pager_container .pagination > .active > a:focus,
.pager_container .pagination > .active > span:focus {
  color: #f66;
  border: 1px solid #f66;
  background-color: #fac7c6;
}

/* MESSAGES */

div#messages-box {
  /*margin: 75px auto 50px auto;*/
  font-size: 15px;
  display: none;
  margin: 0;
}

body[data-role="administrator"] div#messages-box, body[data-role="webmaster_ffd"] div#messages-box, body[data-role="redacteur"] div#messages-box, body[data-role="webmaster_af"] div#messages-box {
  display: block;
}

div#messages-box pre {
  border: 1px solid #000;
  background-color: #444;
  font-size: 11px;
  margin: 10px 0;
  color: #eee;
}

div#messages-box a { color: inherit; }

.messages {
  padding: 15px 20px 15px 35px; /* LTR */
  word-wrap: break-word;
  border: 1px solid;
  border-width: 1px 1px 1px 0; /* LTR */
  border-radius: 2px;
  background: no-repeat 10px 17px; /* LTR */
  overflow-wrap: break-word;
}
[dir="rtl"] .messages {
  padding-right: 35px;
  padding-left: 20px;
  text-align: right;
  border-width: 1px 0 1px 1px;
  background-position: right 10px top 17px;
}
.messages + .messages {
  margin-top: 1.538em;
}
.messages__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.messages__item + .messages__item {
  margin-top: 0.769em;
}
/* See .color-success in Seven's colors.css */
.messages--status {
  color: #325e1c;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent; /* LTR */
  background-color: #f3faef;
  background-image: url(../../../../../misc/icons/73b355/check.svg);
  box-shadow: -8px 0 0 #77b259; /* LTR */
}
[dir="rtl"] .messages--status {
  margin-left: 0;
  border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
  box-shadow: 8px 0 0 #77b259;
}
/* See .color-warning in Seven's colors.css */
.messages--warning {
  color: #734c00;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent; /* LTR */
  background-color: #fdf8ed;
  background-image: url(../../../../../misc/icons/e29700/warning.svg);
  box-shadow: -8px 0 0 #e09600; /* LTR */
}
[dir="rtl"] .messages--warning {
  border-color: #f4daa6 transparent #f4daa6 #f4daa6;
  box-shadow: 8px 0 0 #e09600;
}
/* See .color-error in Seven's colors.css */
.messages--error {
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent; /* LTR */
  background-color: #fcf4f2;
  background-image: url(../../../../../misc/icons/e32700/error.svg);
  box-shadow: -8px 0 0 #e62600; /* LTR */
}
[dir="rtl"] .messages--error {
  border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
  box-shadow: 8px 0 0 #e62600;
}
.messages--error p.error {
  color: #a51b00;
}

/****
* HEADER
****/

header {
  margin-top: 0 !important;
}

@media screen and (min-width: 768px) {
  header#header { max-height: auto !important; }
  body header.navbar.container {
    max-width: 750px !important;
  }
  #menuheader {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  body header.navbar.container {
    max-width: 970px !important;
  }
}

@media screen and (min-width: 1200px) {
  body header.navbar.container {
    width: 1110px !important;
    max-width: 1110px !important;
    margin-bottom: 0;
    padding: 0;
  }
  .row {
    margin: 0;
  }
  #menuheader {
    display: none;
  }
}

.navbar-default {
  border: none;
  background-color: #fff;
}

.navbar-header {
  float: none;
}

.navbar-header h1 {
  margin: 0;
  padding: 0;
}

.navbar-header .row {
  margin-right: -15px;
  margin-left: -15px;
}

.navbar-header .navbar-toggle {
  float: left;
  margin-top: 30px;
  margin-right: 0;
  margin-left: 10px;
}

.navbar-header .region-navigation-header a {
  font-size: 14px;
  font-weight: 400;
  padding-right: 0;
  text-transform: uppercase;
  color: #595a61;
}

.navbar-header .region-navigation-header a:before {
  width: 22px;
  height: 24px;
  background: url(../img/espace-picto.png) no-repeat;
  background-size: 100%;
}


/*** Bloc menu top compte ***/

body.page-diabete #user-menu {
  position: absolute;
  top: 0;
  right: 0;
}

header #user-menu {
  float: none !important;
  text-align: right;
}

header #user-menu li {
  display: inline-block;
  float: none !important;
}

header #user-menu li a {
  font-size: 14px;
  font-weight: 400;
  padding-right: 0;
  padding-left: 25px;
  text-transform: uppercase;
  /*18px;*/
  color: #595a61;
}

header #user-menu li a:before {
  display: inline-block;
  margin-right: 10px;
  content: '';
  /*5px;*/
  vertical-align: text-bottom;
}

header #user-menu li:nth-of-type(1) a:before {
  width: 22px;
  height: 24px;
  background: url(../img/espace-picto.png) no-repeat;
  background-size: 100%;
}

header #user-menu li:nth-of-type(2) a:before {
  width: 24px;
  height: 26px;
  background: url(../img/formations-pro-picto.png) no-repeat;
  background-size: 100%;
}

header #user-menu li:nth-of-type(3) a:before {
  width: 28px;
  height: 22px;
  background: url(../img/espace-presse-picto.png) no-repeat;
  background-size: 100%;
}

.logo,
#block-bootstrap-ffd-gp-search,
#block-blocheaderjecontactlafederation {
  display: inline-block;
}


/**** Logo ****/

.logo {
  margin-top: 15px;
}

.logo img {
  width: 250px;
}

@media screen and (max-width: 768px) {
  .navbar .logo {
    padding-right: 0;
    padding-left: 10px;
  }
  .logo img {
    width: 110px;
  }
  a#logo {
    width: 97px;
  }
  button.hamburger {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 48;
  }
  .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
    background-color: #fff;
  }
  div#mobilemenu.mobile_open {
    background-color: #f66;
    position: absolute;
    min-height: 100%;
    display: block;
    z-index: 40;
  }

  div#mobilemenu div.menutitle {
    text-transform: uppercase;
    position: absolute;
    font-size: 30px;
    color: #fff;
    left: 50px;
    top: 27px;
  }

  div#search_row.search_mobile_close { display: none; }
  div#search_row.search_mobile_open {
    position: absolute;
    display: block;
    z-index: 47;
    width: 100%;
    top: -18px;
  }

  div#mobilemenu.mobile_open ul#main-menu { margin-top: 85px; }

  section.mobilepictos { float: right; }

  section.mobilepictos a.my_spaces_link {
    background-image: url(../img/espace-picto.png) !important;
    background-position: top center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    margin: 10px 10px 0 10px;
    float: left !important;
    padding-top: 35px;
    font-size: 12px;
    color: #000;
    height: 50px;
  }

  section.mobilepictos a.give_link {
    background-image: url(../img/donne-picto.png) !important;
    background-position: top center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    margin: 10px 10px 0 10px;
    float: left !important;
    padding-top: 35px;
    font-size: 12px;
    color: #000;
    height: 50px;
  }
}


/*** Bloc Contact fédération ***/

#block-blocheaderjecontactlafederation {
  position: absolute;
  top: 60px;
  left: 290px;
}

#block-blocheaderjecontactlafederation p {
  font-size: 14px;
  font-weight: 400;
  width: 105px;
  text-transform: uppercase;
  color: #595a61;
}

#block-blocheaderjecontactlafederation li {
  display: inline-block;
  margin-right: 7px;
}

#block-blocheaderjecontactlafederation li a {
  display: inline-block;
  padding: 8px 12px;
  text-align: center;
  color: #fff;
  border-radius: 26px;
  background-color: #e3051a;
}

#block-blocheaderjecontactlafederation i.fa {
  font-size: 15px;
  padding: 6px;
  color: #fff;
  border-radius: 50%;
  background-color: #de0103;
}

#block-blocheaderjecontactlafederation i.fa.fa-phone {
  padding: 6px 8px;
}

#block-blocheaderjecontactlafederation i.fa.fa-map-marker {
  padding: 6px 9px;
}


/**** Bloc de recherche ****/

#block-bootstrap-ffd-gp-search {
  display: none;
  float: none;
}

#block-bootstrap-ffd-gp-search {
  margin-top: 20px;
}

#block-bootstrap-ffd-gp-search .form-control {
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}

#block-bootstrap-ffd-gp-search .btn-primary {
  color: #b4b3b3;
  border-color: #ccc;
  border-left: #fff;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  background-color: #fff;
}


/*#block-bootstrap-ffd-gp-search .form-type-search input {
padding: 17px 15px;
border: 1px solid #8c96a7;
border-radius: 28px;
}
#block-bootstrap-ffd-gp-search .js-form-item, #search-block input.form-search {
min-width: 500px;
max-width: 100%;
}
#block-bootstrap-ffd-gp-search .form-submit {
background: url(images/search-icon.png) no-repeat;
width: 35px;
height: 35px;
vertical-align: middle;
border: none;
position: absolute;
right: 38px;
top: 9px;
}*/


/**** Menu principale ****/

a.buttonen {
  font-size: 14px;
  margin-top: 0;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 3px;
  background-color: #f66;
  position: absolute;
  right: 135px;
  top: -30px;
  display: inline-block;
  padding: 10px 15px;
}

header #main-menu {
  height: 120px;
  border-bottom: 1px solid #e2001a;
}

header #main-menu {
  height: 100%;
  margin-left: 20px;
  padding-top: 30px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

header #main-menu > li {
  position: inherit;
  width: 16.6667%;
  height: 100%;
  text-align: center;
}

header #main-menu > li > a {
  background: transparent;
}

nav#block-bootstrap-ffd-gp-main-menu > li > a::first-line {
  font-size: 24px;
}

header #main-menu > li > a {
  font-family: 'Capriola', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #373737;
}

header #main-menu > li > a > span.caret {
  display: none;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border: none;
  background-color: transparent;
}

header #main-menu > li ul {
  width: 80%;
  margin-top: 20px;
  padding: 20px;
  padding-right: 30%;
  background-color: #ff6668;
}

header #main-menu > li div.dropdown-menu:before {
  position: absolute;
  top: -37px;
  left: 11%;
  display: block;
  width: 55px;
  height: 38px;
  content: '';
  background: url(../img/submenu-arrow.png) no-repeat;
}

header #main-menu > li:nth-of-type(2) div.dropdown-menu:before {
  left: 30%;
}

header #main-menu > li:nth-of-type(3) div.dropdown-menu:before {
  left: 50%;
}

header #main-menu > li:nth-of-type(4) div.dropdown-menu:before {
  left: 70%;
}

header #main-menu div.dropdown-menu {
  width: 100%;
  margin-top: 24px;
  padding-right: 5px;
  background-color: #ff6668;
}


/*
header #main-menu > li ul:after {
content: '';
display: inline-block;
background: url(../img/dropmenu-ill-1.jpg) no-repeat;
width: 342px;
height: 213px;
}
header #main-menu > li ul li:last-of-type:after {
content: '';
display: block;
}*/

.dropup,
.dropdown {
  position: initial;
}

header #main-menu > li ul li a {
  font-size: 16px;
  color: #fff;
}

header #main-menu > li ul li a:hover,
header #main-menu > li ul li a:focus {
  text-decoration: underline;
  background-color: transparent;
}

header .navbar-collapse #main-menu {
  height: 120px;
  border-bottom: 1px solid #e2001a;
}

header .navbar-collapse #main-menu {
  height: auto;
  margin-left: 20px;
  padding-top: 30px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

header .navbar-collapse #main-menu > li {
  position: inherit;
  width: 16.6667%;
  height: 100%;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  header .navbar-collapse #main-menu > li {
    height: 60px;
  }
}

header .navbar-collapse #main-menu > li > a {
  padding: 10px 10px;
  background: transparent;
}

@media screen and (min-width: 768px) {
  header #main-menu > li:last-of-type {
    position: absolute;
    z-index: 15;
    right: 0;
    width: 135px;
    height: 185px;
    margin-top: -61px;
    background: url(../img/don-menu-bkgd.png) no-repeat;
    background-position: bottom center;
    background-size: 100%;
    -ms-flex-item-align: center;
    align-self: center;
  }

  header .navbar-collapse #main-menu > li:last-of-type {
    position: absolute;
    z-index: 15;
    right: 0;
    width: 135px;
    height: 175px;
    margin-top: -61px;
    background: url(../img/don-menu-bkgd.png) no-repeat;
    background-position: bottom center;
    background-size: 100%;
    -ms-flex-item-align: center;
    align-self: center;
  }

  header .navbar-collapse #main-menu > li:last-of-type > a {
    font-size: 18px;
    margin-top: 60px;
    color: #fff;
  }

  header #main-menu > li:last-of-type > a {
    margin-top: 60px;
    color: #fff;
  }
}

nav#block-bootstrap-ffd-gp-main-menu > li > a::first-line {
  font-size: 24px;
}

header .navbar-collapse #main-menu > li > a {
  font-family: 'Capriola', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #373737;
}

header .navbar-collapse #main-menu > li > a > span.caret {
  display: none;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border: none;
  background-color: transparent;
}

header .navbar-collapse #main-menu > li ul {
  float: left;
  width: 60%;
  margin-top: 0;
  padding: 20px;
}

header .navbar-collapse #main-menu > li div.dropdown-menu:before {
  position: absolute;
  top: -36px;
  left: 8.5%;
  display: block;
  width: 55px;
  height: 38px;
  content: '';
  background: url(../img/submenu-arrow.png) no-repeat;
}

header .navbar-collapse #main-menu > li div.dropdown-menu ul li {
  padding: 5px;
}

header .navbar-collapse #main-menu > li:nth-of-type(2) div.dropdown-menu:before {
  left: 24.5%;
}

header .navbar-collapse #main-menu > li:nth-of-type(3) div.dropdown-menu:before {
  left: 40.5%;
}

header .navbar-collapse #main-menu > li:nth-of-type(4) div.dropdown-menu:before {
  left: 56%;
}


/*
header #main-menu > li ul:after {
content: '';
display: inline-block;
background: url(../img/dropmenu-ill-1.jpg) no-repeat;
width: 342px;
height: 213px;
}
header #main-menu > li ul li:last-of-type:after {
content: '';
display: block;
}*/

header .navbar-collapse #main-menu > li ul li.menu_optional_ffd_infos {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  padding: 20px;
}

header .navbar-collapse #main-menu > li ul li.menu_optional_ffd_infos div.optional_ffd_infos {
  line-height: 100%;
  width: 100%;
  height: 100%;
  background: #fff;
}

.dropup,
.dropdown {
  position: initial;
}

header .navbar-collapse #main-menu > li ul li a {
  font-size: 16px;
  color: #fff;
}

header .navbar-collapse #main-menu > li ul li a:hover,
header #main-menu > li ul li a:focus {
  text-decoration: underline;
  background-color: transparent;
}


/**** Navbar collapse en responsive ****/

.cadre-avant a {
  color: white !important;
}

@media screen and (max-width: 768px) {
  .optional_ffd_infos {
    display: none;
  }
  header .navbar-collapse #main-menu > li div.dropdown-menu {
    width: 100%;
    margin-top: 5px;
    padding: 5px;
  }
  header .navbar-collapse #main-menu > li div.dropdown-menu ul {
    float: none;
    width: 100%;
    margin-top: -10px;
    padding: 0 0 0 20px;
    border-top: 2px solid white;
    -webkit-columns: 1;
    columns: 1;
  }
  header .navbar-collapse #main-menu > li.last {
    display: none;
  }
  header .navbar-collapse #main-menu > li {
    width: 100%;
  }
  header .navbar-collapse #main-menu > li:nth-child(6) {
    display: block;
  }
  header .navbar-collapse #block-search-form .input-group {
    position: relative;
    display: block;
  }
  header .navbar-collapse #block-search-form .input-group .input-group-btn {
    position: absolute;
    top: 2px;
    right: 0;
  }
  header .navbar-collapse #block-blocheaderjecontactlafederation {
    display: none;
  }
  header .navbar-collapse {
    position: absolute;
    z-index: 45;
    top: 70px;
    overflow: hidden;
    width: 100%;
    background-color: #f66;
  }
  header .navbar-collapse #main-menu {
    margin: 0;
    padding-top: 10px;
  }
  header .navbar-collapse #main-menu li {
    display: block;
    width: 100%;
    text-align: left;
  }
  header .navbar-collapse #main-menu > li {
    border-bottom: 3px solid #fff;
  }
  header .navbar-collapse #main-menu li a {
    color: #fff;
  }
  header .navbar-collapse #main-menu li a:after {
    font-family: 'FontAwesome';
    margin-left: 10px;
    content: '\f0d7';
  }
  header .navbar-collapse #main-menu li.open a:after {
    content: '\f0d8';
  }
  header .navbar-collapse #main-menu > li ul li a:after {
    content: '' !important;
  }
  header .navbar-collapse #main-menu > li.last {
    display: none;
  }
  header .navbar-collapse #main-menu li ul.dropdown-menu li {
    display: block;
  }
  header .navbar-collapse #user-menu {
    display: none;
  }
  header .navbar-collapse #block-search-form {
    position: relative;
    top: 0;
    right: 0;
    margin: 20px 0 0 0;
    border-radius: 20px;
    background-color: #fff;
  }
}


/*---------------------------*/


/*==    CONTENU PRINCIPAL     */


/*---------------------------*/

.main-container {
  margin-top: 40px;
}

.main-container a {
  text-decoration: underline;
  color: #f66;
}

.page-header {
  margin-bottom: 40px;
  border: none;
}

.breadcrumb {
  background-color: transparent;
  padding: 0 15px 30px;
  line-height: 30px;
  text-align: left;
}

.breadcrumb > li { font-size: 15px; }

.breadcrumb > li + li:before {
  content: '>';
}

.breadcrumb > li > a {
  text-decoration: none;
  color: #777;
}

.breadcrumb > li > a:hover {
  color: #e2001a;
}

#block-headercustomblock {
  text-align: right;
}

.facebook-block-header:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  margin-right: 5px;
  padding: 5px 10px;
  content: '\f09a';
  color: #fff;
  border-radius: 17px;
  background-color: #f66;
}

.twitter-block-header:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  margin-right: 5px;
  padding: 5px 6px;
  content: '\f099';
  color: #fff;
  border-radius: 17px;
  background-color: #f66;
}

.mail-block-header:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  margin-right: 5px;
  padding: 5px 6px;
  content: '\f003';
  color: #fff;
  border-radius: 17px;
  background-color: #f66;
}

.print-block-header:before {
  font-family: 'FontAwesome';
  font-size: 30px;
  margin-left: 5px;
  content: '\f02f';
  vertical-align: sub;
  color: #f66;
}

.pdf-block-header:before {
  font-family: 'FontAwesome';
  font-size: 30px;
  margin-left: 5px;
  content: '\f1c1';
  vertical-align: sub;
  color: #f66;
}

.youtube-block-footer:before {
  font-family: 'FontAwesome';
  font-size: 40px;
  content: '\f167';
}

.instagram-block-footer:before {
  font-family: 'FontAwesome';
  font-size: 32px;
  content: '\f16d';
}

.in-block-footer:before {
  font-family: 'FontAwesome';
  font-size: 32px;
  content: '\f0e1';
}

.google-block-footer:before {
  font-family: 'FontAwesome';
  font-size: 32px;
  content: '\f0d5';
}

.viadeo-block-footer:before {
  font-family: 'FontAwesome';
  font-size: 32px;
  content: '\f27d';
}

.daylimotion-block-footer:before {
  font-size: 32px;
  content: 'd';
}

.TitlePrefix {
  font-family: 'Capriola', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #a8a8a8;
}

h1 {
  font-family: 'Capriola', sans-serif;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 50px;
  text-transform: uppercase;
  /*56px;*/
  color: #606060;
}

h1:after {
  display: inline-table;
  width: 72px;
  height: 5px;
  margin-left: 25px;
  content: '';
  vertical-align: middle;
  background: url(../img/h1-after.png) no-repeat;
}

h2.prefix-actu {
  font-family: 'Capriola', sans-serif;
  font-size: 20px;
  margin-top: 10px;
  text-transform: uppercase;
  color: #a8a8a8;
}

a.btn {
  margin-left: 10%;
}

a.btn,
a.btn:hover,
a.btn:focus {
  font-weight: 500;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 0;
  background-color: #f66;
}

a.btn:after {
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 10px;
  content: '\f054';
}

.chapeau {
  font-weight: 500;
  margin-bottom: 30px;
  color: #f66;
}


/**** Pages Espace presse ****/

.BPage-Container {
  padding-bottom: 30px;
  border-bottom: 4px solid #f66;
}

.PressReleaseTeaser-Container {
  padding: 50px 0 30px;
}

.PressReleaseTeaser-Container h2 {
  font-family: 'Capriola', sans-serif;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: uppercase;
  /*56px;*/
  color: #606060;
}

.PressReleaseTeaser-Container h2:after {
  display: inline-table;
  width: 72px;
  height: 5px;
  margin-left: 25px;
  content: '';
  vertical-align: middle;
  background: url(../img/h1-after.png) no-repeat;
}

.PressRelease-Item {
  padding: 15px 0;
  border-bottom: 1px solid #f26647;
}

.PressRelease-Item:last-of-type {
  margin-bottom: 30px;
  border-bottom: none;
}

.PressRelease-Item h3 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}

.PressRelease-Item h3 a {
  text-decoration: none;
  color: #f66;
}

.PressRelease-Item .Date-Container {
  font-weight: 500;
  display: inline-block;
  margin: 5px 0;
  padding: 5px;
  color: #fff;
  background-color: #f66;
}

@media screen and (max-width: 450px) {
  .PressReleaseTeaser-Container h2 {
    font-size: 26px;
  }
}

.node-type-press_releases ul {
  list-style: initial;
  padding-left: 14px;
}


/**** Sidebar Espace Presse ****/

aside h2.block-title {
  background-color: #f66;
  margin-bottom: 15px;
  text-align: center;
  padding: 25px 5px;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}

.blue_menu aside h2.block-title {
  background-color: #64c1d9;
}

aside ul.menu { margin: 0; }

aside .menu-block-wrapper li {
  position: relative;
}

aside .menu-block-wrapper li a {
  font-weight: 400;
  margin-bottom: 15px;
  padding: 20px 15px;
  text-align: center;
  text-decoration: none;
  color: #373737;
  background-color: #bbb;
  /*text-transform: capitalize;*/
}

aside .menu-block-wrapper li a:hover,
aside .menu-block-wrapper li a:focus,
aside .menu-block-wrapper li.active a {
  background-color: #ff9797;
}

.blue_menu aside .menu-block-wrapper li a:hover,
.blue_menu aside .menu-block-wrapper li a:focus,
.blue_menu aside .menu-block-wrapper li.active a {
  background-color: #95d9ea;
}

aside .menu-block-wrapper li.active:after {
  background-color: #f66;
  position: absolute;
  height: 100%;
  content: '';
  width: 7px;
  padding: 0;
  right: 0;
  top: 0;
}

.blue_menu aside .menu-block-wrapper li:hover:after,
.blue_menu aside .menu-block-wrapper li:focus:after,
.blue_menu aside .menu-block-wrapper li.active:after {
  background-color: #64c1d9;
}


/**** Pagination ****/

.pagination {
  text-align: right;
  /*width: 100%;*/
}

.pagination > li > a,
.pagination > li > span {
  margin-left: 5px;
  color: #fff;
}


/* Pagination jaune */

.pagination-yellow .pagination > li > a,
.pagination-yellow .pagination > li > span {
  border: 1px solid #fcb438;
  background-color: #fcb438;
}

.pagination-yellow .pagination > li > a:hover,
.pagination-yellow .pagination > li > span:hover,
.pagination-yellow .pagination > li > a:focus,
.pagination-yellow .pagination > li > span:focus {
  color: #fff;
  border-color: #fcb438;
  background-color: #fdd99b;
}

.pagination-yellow .pagination > .active > a,
.pagination-yellow .pagination > .active > span,
.pagination-yellow .pagination > .active > a:hover,
.pagination-yellow .pagination > .active > span:hover,
.pagination-yellow .pagination > .active > a:focus,
.pagination-yellow .pagination > .active > span:focus {
  border-color: #fcb438;
  background-color: #fdd99b;
}


/* Pagination verte */

.pagination-green .pagination > li > a,
.pagination-green .pagination > li > span {
  border: 1px solid #90c470;
  background-color: #90c470;
}

.pagination-green .pagination > li > a:hover,
.pagination-green .pagination > li > span:hover,
.pagination-green .pagination > li > a:focus,
.pagination-green .pagination > li > span:focus {
  color: #fff;
  border-color: #90c470;
  background-color: #c9dfbb;
}

.pagination-green .pagination > .active > a,
.pagination-green .pagination > .active > span,
.pagination-green .pagination > .active > a:hover,
.pagination-green .pagination > .active > span:hover,
.pagination-green .pagination > .active > a:focus,
.pagination-green .pagination > .active > span:focus {
  border-color: #90c470;
  background-color: #c9dfbb;
}


/* Pagination saumon */

.pagination-salmon .pagination > li > a,
.pagination-salmon .pagination > li > span {
  border: 1px solid #f66;
  background-color: #f66;
}

.pagination-salmon .pagination > li > a:hover,
.pagination-salmon .pagination > li > span:hover,
.pagination-salmon .pagination > li > a:focus,
.pagination-salmon .pagination > li > span:focus {
  color: #fff;
  border-color: #f66;
  background-color: #fbc7c7;
}

.pagination-salmon .pagination > .active > a,
.pagination-salmon .pagination > .active > span,
.pagination-salmon .pagination > .active > a:hover,
.pagination-salmon .pagination > .active > span:hover,
.pagination-salmon .pagination > .active > a:focus,
.pagination-salmon .pagination > .active > span:focus {
  border-color: #f66;
  background-color: #fbc7c7;
}


/* PAgination blue */

.pagination-blue .pagination > li > a,
.pagination-blue .pagination > li > span {
  border: 1px solid #64c1d9;
  background-color: #64c1d9;
}

.pagination-blue .pagination > li > a:hover,
.pagination-blue .pagination > li > span:hover,
.pagination-blue .pagination > li > a:focus,
.pagination-blue .pagination > li > span:focus {
  color: #fff;
  border-color: #64c1d9;
  background-color: #95d9ea;
}

.pagination-blue pagination > .active > a,
.pagination-blue .pagination > .active > span,
.pagination-blue .pagination > .active > a:hover,
.pagination-blue .pagination > .active > span:hover,
.pagination-blue .pagination > .active > a:focus,
.pagination-blue .pagination > .active > span:focus {
  border-color: #64c1d9;
  background-color: #95d9ea;
}


/**** Pre-footer ****/

.cross-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cross-information .region-cross-information {
  width: 100%;
  padding: 45px 8%;
  background-color: #fdd288;
}

.cross-information-second .region-cross-information-second.quiz-region {
  width: 100%;
  padding: 45px 8%;
  background-color: #f78f8f;
}

.cross-information h2 {
  font-family: 'Capriola', sans-serif;
  font-size: 24px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #606060;
}

.cross-information h2:before {
  display: inline-block;
  margin-right: 10px;
  content: '► ';
}

.cross-information .PressFolders-Item,
.region-cross-information .Article-Container {
  position: relative;
  margin-bottom: 25px;
  padding: 0 25px;
  vertical-align: top;
  -webkit-box-flex: 1;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}

.cross-information .PressFolders-Item img {
  margin: 0 auto;
}

.cross-information .PressFolders-Item h3 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}

.cross-information .PressFolderWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.region-cross-information .article_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.region-cross-information .Article-Container h3,
.region-cross-information .Article-Container a {
  font-size: 14px;
  margin-top: 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #606060;
}

.cross-information .PressFolders-Item a.btn {
  position: absolute;
  bottom: 0;
  left: 55px;
  margin-left: 0;
  padding: 5px 10px;
  color: #606060;
  background-color: #fff;
}

.cross-information .PressFolders-Item a.btn:after {
  font-family: 'FontAwesome';
  content: '\f045';
}

@media screen and (max-width: 450px) {
  .cross-information {
    padding: 0;
  }
}

aside .ffd-module-image-container {
  margin-top: 15px;
  margin-bottom: 30px;
}


/**** Page témoignages ****/

body.page-node-346 h1 {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

body.page-node-346 h2 {
  font-family: 'ubuntu', sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  color: #999;
}

.region-content .TestimoniesList-Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-right: -30px;
  margin-left: -30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.region-content .TestimoniesList-Container .Testimony-Item {
  /*    -webkit-box-flex: 1;
-ms-flex: 1 1 33%;
flex: 1 1 33%; */
  min-width: 320px;
  height: 400px;
}

.region-content .TestimoniesList-Container .Testimony-Item {
  display: block;
  padding: 0 30px 50px;
  text-decoration: none;
  color: #373737;
}

.region-content .TestimoniesList-Container .Testimony-Item .content {
  position: relative;
  height: 100%;
  padding: 18px 5% 50px;
}

.region-content .TestimoniesList-Container .Testimony-Item .content img {
  display: block;
  margin: 0 auto 20px;
}

.region-content .TestimoniesList-Container .Testimony-Item:nth-of-type(odd) .content {
  background-color: #fcb438;
}

.region-content .TestimoniesList-Container .Testimony-Item:nth-of-type(even) .content {
  background-color: #fdca73;
}

.region-content .TestimoniesList-Container .Testimony-Item h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
}

.region-content .TestimoniesList-Container .Testimony-Item a {
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  display: block;
  margin-top: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #373737;
}

.region-content .TestimoniesList-Container .Testimony-Item a:before {
  font-family: 'FontAwesome';
  margin-right: 10px;
  content: '\f054';
}

.region-content .TestimoniesList-Container div.text-right:last-of-type {
  width: 100%;
}

.region-content .TestimoniesList-Container div.text-right:last-of-type .pagination {
  width: auto;
  margin-right: 30px;
}


/**** Page single témoignage ***/

.TestimoniesShare-Container {
  margin: 35px 0 25px;
  padding: 40px;
  text-align: center;
  background-color: #fcb438;
}

.TestimoniesShare-Container h3 {
  font-family: 'Capriola';
  font-size: 18px;
  text-transform: uppercase;
  color: #565656;
}

.TestimoniesShare-Container a {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  margin-top: 40px;
  padding: 25px;
  text-decoration: none;
  text-transform: uppercase;
  color: #565656;
  background-color: #fff;
}

.TestimoniesShare-Container a:after {
  font-family: 'FontAwesome';
  margin-left: 10px;
  content: '\f054';
}


/**** Bloc autres témoignages ****/

.cross-information .Testimony-Item {
  padding: 25px 0;
  border-bottom: 2px solid #fcb438;
}

.cross-information .Testimony-Item:last-of-type {
  border-bottom: none;
}

.cross-information .Testimony-Item h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.cross-information .Testimony-Item a {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin-top: 30px;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #fcb438;
}

.cross-information .Testimony-Item a:after {
  font-family: 'FontAwesome';
  margin-left: 10px;
  content: '\f054';
}


/**** Prefooter ****/

.pre-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 45px 8%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pre-footer h2 {
  font-family: 'Capriola', sans-serif;
  font-size: 24px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #606060;
}

.pre-footer h2:before {
  display: inline-block;
  margin-right: 10px;
  content: '► ';
}

.pre-footer.pre-footer-salmon {
  background-color: #fdd288;
}


/**** Page actu ****/

.region-content .NewsList-Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.region-content .NewsList-Container .Article-Container {
  margin-top: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 325px;
  flex: 0 1 325px;
}

.region-content .NewsList-Container .Article-Container a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #373737;
}

.region-content .NewsList-Container .Article-Container a .content {
  height: 100%;
  padding: 18px 5%;
}

.region-content .NewsList-Container .Article-Container:nth-of-type(odd) .content {
  background-color: #90c470;
}

.region-content .NewsList-Container .Article-Container:nth-of-type(even) .content {
  background-color: #c9dfbb;
}

.region-content .NewsList-Container.RechercheActu .Article-Container:nth-of-type(odd) .content {
  background-color: #64c1d9;
}

.region-content .NewsList-Container.RechercheActu .Article-Container:nth-of-type(even) .content {
  background-color: #95d9ea;
}

.region-content .NewsList-Container .Article-Container a h2 {
  font-size: 17px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
}

.region-content .NewsList-Container .Article-Container p.article_date {
  margin-top: 15px;
  margin-bottom: 15px;
}

.region-content .NewsList-Container .Article-Container p.article_date span {
  font-weight: 500;
  padding: 5px 10px 5px 10px;
  text-align: center;
  background: white;
}

.region-content .ArticleFlexContainer .Article-Container p.article_date {
  display: inline;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px 10px 5px 10px;
}

.region-content .ArticleFlexContainer .Article-Container p.article_date span {
  font-weight: 500;
  text-align: center;
  color: white;
}

.region-content h4 {
  text-align: left;
  color: #606060;
}

.region-content h4:before {
  font-family: 'FontAwesome';
  margin-right: 5px;
  content: '';
}

.region-content ul#article_doc_list {
  list-style: none;
  text-align: left;
}

.region-content ul#article_doc_list li a {
  color: #606060;
}

.region-content ul#article_doc_list li:before {
  font-family: 'FontAwesome';
  margin-right: 10px;
  content: '\f1c1';
  color: #f66;
}


/**** Sidebar bouton retour ****/

aside a.buttonback {
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 30px;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

aside a.buttonback:before {
  font-family: 'FontAwesome';
  margin-right: 5px;
  content: '\f053';
}

.buttonback-green {
  background-color: #90c470;
}

aside a.buttonback-blue {
  background-color: #64c1d9;
}

aside a.buttonback-yellow {
  background-color: #fcb438;
}


/**** Sidebar Actu ****/

#block-blocretourtouteactu {
  margin-bottom: 50px;
}

#block-blocretourtouteactu a {
  font-size: 15px;
  font-weight: 500;
  display: block;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  background-color: #90c470;
}

#block-blocretourtouteactu a:before {
  font-family: 'FontAwesome';
  margin-right: 5px;
  content: '\f053';
}


/******
* PAGE RECHERCHE ET INNOVATION
*******/

.region-content .ResearchProject-Container .Article-Container {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 230px;
  flex: 0 1 230px;
}

.ResearchArticles-Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ResearchArticles-Container h2 {
  color: #373737;
}

.region-content .ResearchProject-Container .Article-Container:nth-of-type(odd) .content {
  background-color: #64c1d9;
}

.region-content .ResearchProject-Container .Article-Container:nth-of-type(even) .content {
  background-color: #95d9ea;
}

.ResearchArticles-Container a {
  text-decoration: none;
  color: #373737;
}

.ResearchArticles-Container .ResearchArticles-Recent-Container {
  margin-bottom: 20px;
  padding: 23px;
  background-color: #64c1d9;
}

.ResearchArticles-Container .ResearchArticles-Recent-Container h2 {
  font-size: 25px;
  font-weight: 500;
}

.ResearchArticles-Container .ResearchArticles-Recent-Container h2 + span {
  font-size: 26px;
  font-weight: 500;
  display: inline-table;
  margin-bottom: 25px;
  padding: 12px;
  border-radius: 5px;
  background-color: #fff;
}

.ResearchArticles-Container .ResearchArticles-Recent-Container p span.date {
  padding: 5px 10px;
  background-color: #fff;
}

.ResearchArticles-Container .ResearchArticles-Recent-Container p {
  font-size: 21px;
}

.ResearchArticles-Container .ResearchArticles-Others-Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ResearchArticles-Container .ResearchArticles-Others-Container .ResearchArticles-Following-Container article {
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 15px;
  background-color: #95d9ea;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ResearchArticles-Container .ResearchArticles-Others-Container .ResearchArticles-Following-Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 67%;
  flex: 0 1 67%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ResearchArticles-Container .ResearchArticles-Others-Container > article:last-of-type {
  margin-bottom: 0;
  margin-left: 4%;
}

.ResearchArticles-Container .ResearchArticles-Others-Container > article:nth-of-type(odd) {
  background-color: #64c1d9;
}

.SupportBloc-Container {
  display: block;
  float: left;
  width: 31%;
  margin-bottom: 1%;
  padding: 12px;
  background-color: #f66;
}

.SupportBloc-Container h2 {
  font-size: 25px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: white;
}

.SupportBloc-Container p {
  font-size: 17px;
  padding: 10px;
  text-align: center;
  color: white;
}

.SupportBloc-Container a {
  font-size: 20px;
  font-weight: 500;
  display: block;
  width: 50%;
  margin: auto;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #f66;
  border: 1px solid #f66;
  background: white;
}

.SupportBloc-Container a:hover {
  color: white;
  border: 1px solid white;
  background: #f66;
}

a#all_actu_a {
  font-size: 20px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border: 1px solid #64c1d9;
  background: #64c1d9;
}

a#all_actu_a:hover {
  color: #64c1d9;
  background: white;
}

div.ResearchWithDons {
  margin-top: 30px;
}

div.ResearchWithDons h3 {
  font-family: 'Capriola', sans-serif;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  margin-top: 30px;
  text-transform: uppercase;
  color: #606060;
}

div.ResearchWithDons a {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border: 1px solid #64c1d9;
  background: #64c1d9;
}

div.ResearchWithDons a:hover {
  color: #64c1d9;
  background: white;
}

div.SupportContainer {
  margin-bottom: 20px;
  padding: 40px;
  background: #ff9797;
}

div.SupportContainer h2 {
  font-family: 'Capriola', sans-serif;
  font-size: 20px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #606060;
}

div.SupportContainer h2 i {
  font-size: 30px;
  margin-right: 15px;
}

div.SupportContainer .SupportLink {
  width: 350px;
  margin: auto;
}

div.SupportContainer .SupportLink a {
  font-weight: 500;
  display: inline-block;
  width: 170px;
  margin: auto;
  text-decoration: none;
  border: 1px solid #e2001a;
  background: #e2001a;
}

div.SupportContainer .SupportLink a:hover {
  color: #e2001a;
  background: white;
}

div.SupportContainer .SupportLink a:first-child {
  margin-right: 10px;
}


/*** Formulaires ***/

.node-type-webform .main-container .row {
  margin: 0 0 50px;
  padding: 50px 0;
  background-color: #fcdca5;
}

.node-type-webform .main-container > div > section {
  padding: 30px;
}

.node-type-webform .main-container form {
  width: 100%;
  margin: 0 auto;
}

.node-type-webform .webform-component-markup {
  font-size: 19px;
  margin-bottom: 40px;
  color: #8c8c8c;
}

.node-type-webform form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.node-type-webform form .form-control {
  font-size: 16px;
  color: #575757;
  border: none;
  border-bottom: 4px solid #b9b9b9;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.node-type-webform form .form-group.form-type-textfield.complete:after,
.node-type-webform form .form-group.form-type-webform-email.coplete:after,
.node-type-webform form .form-group.form-type-webform-number.complete:after {
  position: absolute;
  right: 0;
  bottom: 10px;
  display: inline-block;
  width: 25px;
  height: 27px;
  content: '';
  background: url(../img/input-validate.png) no-repeat;
}

.node-type-webform form .form-control:focus {
  font-weight: 500;
  border-bottom: 4px solid #f66;
}

.node-type-webform form .control-label {
  font-weight: normal;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #575757;
}

.node-type-webform form .form-type-radio {
  display: inline-block;
}

.node-type-webform form .form-type-radio label {
  margin-right: 30px;
  margin-bottom: 0;
  text-transform: initial;
}

.node-type-webform form .form-select {
  color: #fff;
  border: none;
  background-color: #ff9797;
}

.node-type-webform form .form-select option {
  font-weight: 300;
  color: #7b7b7b;
  border-bottom: 1px solid #fff;
  background-color: #ffbcbc;
}

.node-type-webform form textarea.form-control {
  border: none;
  background-color: #f1f1f1;
}

.node-type-webform form .form-item-submitted-newsletter > .control-label {
  text-transform: initial;
  color: #f66;
}

.node-type-webform form .form-item-submitted-newsletter-1 .control-label {
  text-transform: initial;
  color: #353535;
}

.node-type-webform form .webform-component--recaptcha {
  margin-left: 0;
}

.node-type-webform form .rc-anchor-light {
  color: #000;
  border: 1px solid #000;
  background: #f9f9f9;
}

.node-type-webform form button:not(.close) {
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 35px;
  padding: 20px 15px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 0;
  background-color: #f66;
}

.node-type-webform form .form-managed-file button {
  font-size: 16px;
  display: block;
  width: auto;
  padding: 10px;
}

.node-type-webform form .form-managed-file .form-control {
  border: none;
}

.node-type-webform form button:hover,
.node-type-webform form button:focus,
.node-type-webform form button:active {
  color: #fff;
  background-color: #f66;
}

.node-type-webform form .form-actions p {
  font-size: 13.5px;
  font-style: italic;
  color: #939393;
}

input[type='file']::-webkit-file-upload-button {
  margin-left: -18px;
  vertical-align: top;
  text-decoration: underline;
  color: #f66;
  border: none;
  background-color: white;
}


/*---------------------------*/


/*==    HOME                 */


/*---------------------------*/

.container-home #main-wrapper {
  margin-top: 0;
}

.swiper-slide a {
  z-index: 30;
  display: block;
  width: 100%;
  height: 100%;
}

.Slider-Text-Container {
  font-size: 36px;
  font-weight: normal;
  line-height: 100%;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 300px;
  height: auto;
  margin-left: 70px;
  padding: 0 15px;
  color: #fff;
  background-color: rgba(19, 19, 19, .5);
  /* contexte sur le parent */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  /* direction d'affichage verticale */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* alignement vertical */
}

.Slider-Text-Container p {
  font-size: 25px;
  text-align: center;
}

.Slider-Text-Container p:first-line {
  font-weight: 700;
}

.Slider-Text-Container p:before,
.Slider-Text-Container p:after {
  display: block;
  width: 50%;
  height: 6px;
  margin: 0 auto;
  content: '';
  background-color: #fff;
}

.Slider-Text-Container p:before {
  margin-bottom: 24px;
}

.Slider-Text-Container p:after {
  margin-top: 24px;
}

#ffd-module-home-newsletter-form {
  font-size: 1.9375em;
  /*width: 1280px;*/
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  /* 31px / 16px */
  text-align: center;
  color: #fff;
  background-color: #f66;
}

#ffd-module-home-newsletter-form div.form-item {
  display: inline;
}

#ffd-module-home-newsletter-form label,
#ffd-module-home-newsletter-form input,
#ffd-module-home-newsletter-form button {
  display: inline-block;
  vertical-align: middle;
}

#ffd-module-home-newsletter-form input[type=email] {
  width: 250px;
  margin: 0 20px;
}

#ffd-module-home-newsletter-form label {
  font-family: 'Capriola', sans-serif;
}

#main-wrapper .bandeau-newsletter p {
  margin-top: 15px;
}

#main-wrapper .bandeau-newsletter input {
  padding: 15px 10px 5px;
}

#main-wrapper .bandeau-newsletter input[type=submit] {
  font-family: 'Dosis', sans-serif;
  font-size: 29px;
  margin-top: 0;
  padding: 0 15px;
  text-transform: uppercase;
  color: #413d3d;
}


/*---------------------------*/


/*==    FOOTER               */


/*---------------------------*/

.footer {
  max-width: 1040px;
  margin-top: 0;
  padding: 0;
  border: none;
}

.footer:last-of-type {
  padding-bottom: 30px;
}

.footer span.caret {
  display: none;
}

.footer_share {
  max-width: 1040px;
  margin-top: 60px;
  /*padding: 25px 3%;*/
  margin-bottom: 0;
  padding: 10px 2%;
  color: #fff;
  background-color: #f66;
}

#block-footercustomblock {
  margin-bottom: 0;
  padding: 10px 0 10px 0;
}

#block-footercustomblock a,
#block-footercustomblock a:hover {
  text-decoration: none;
  color: white;
}

.twitterx {
  width: 22px;
  margin-bottom: 7px;
}

.facebook-block-footer:before {
  font-family: 'FontAwesome';
  font-size: 25px;
  content: '\f09a';
}

/*.twitter-block-footer:before {*/
/*	font-family: 'FontAwesome';*/
/*	font-size: 25px;*/
/*	content: '\e61b';*/
/*}*/

.youtube-block-footer:before {
  font-family: 'FontAwesome';
  font-size: 25px;
  content: '\f167';
}

.instagram-block-footer:before {
  font-family: 'FontAwesome';
  font-size: 25px;
  content: '\f16d';
}

.in-block-footer:before {
  font-family: 'FontAwesome';
  font-size: 25px;
  content: '\f0e1';
}

.google-block-footer:before {
  font-family: 'FontAwesome';
  font-size: 25px;
  content: '\f0d5';
}

.viadeo-block-footer:before {
  font-family: 'FontAwesome';
  font-size: 25px;
  content: '\f27d';
}

.daylimotion-block-footer:before {
  font-size: 25px;
  content: 'd';
}

#block-footercustomblock .plus-block-footer {
  font-size: 30px;
  font-weight: 500;
  position: relative;
  width: auto;
  height: auto;
  padding: 0 9px 2px;
  text-align: center;
  color: #f66;
  border-radius: 50%;
  background-color: #fff !important;
}

#block-footercustomblock .facebook-block-footer,
#block-footercustomblock .twitter-block-footer,
#block-footercustomblock .youtube-block-footer,
#block-footercustomblock .plus-block-footer {
  margin-right: 13px;
  background: none;
}

#block-footercustomblock .instagram-block-footer,
#block-footercustomblock .in-block-footer,
#block-footercustomblock .google-block-footer,
#block-footercustomblock .viadeo-block-footer,
#block-footercustomblock .daylimotion-block-footer {
  margin-right: 15px;
  background: none;
}

#block-newsletterblocfooter {
  font-size: 16px;
}
#ffd-module-home-newsletter-form .open-newsletter {
  font-size: 15px;
  float: none;
  vertical-align: bottom;
  margin-left: 15px;
}
.open-newsletter {
  background-color: #fff;
  color: #333;
  padding: 10px 30px;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  margin-top: 10px;
  float: right;
}
#ffd-module-home-newsletter-form form.inscription-newsletter {
  width: 90%;
  float: unset;
  margin: 10px auto;
  text-align: initial;
}
@media screen and (max-width: 768px) {
  #ffd-module-home-newsletter-form form.inscription-newsletter label {
    font-size: 12px;
  }
}
#ffd-module-home-newsletter-form form.inscription-newsletter #email {
  margin-left: 0;
}
#ffd-module-home-newsletter-form form.inscription-newsletter input[type="radio"] {
  vertical-align: baseline;
}
#ffd-module-home-newsletter-form form.inscription-newsletter .radio-item {
  padding: 0;
}
form#submit_newletter label {
  font-weight:normal;
  display: initial;
}
form.inscription-newsletter {
  width: 100%;
  display: none;
  background: #fff;
  color: #333;
  padding: 15px;
  float: inline-end;
  margin-top: 10px;
  border-radius: 4px;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
form.inscription-newsletter .radio-group {
  margin: 10px 0;
}
form.inscription-newsletter .radio-group .radio-item {
  padding: 5px 0;
}
form.inscription-newsletter input[type="radio"] {
  width: 17px;
  height: 17px;
  vertical-align: text-bottom;
  border-radius: 16px;
  margin: 0 6px 0 0;
}
form.inscription-newsletter input[type="email"] {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  width: 100%;
  margin-right: 5px;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
form.inscription-newsletter label {
  font-weight: normal;
  font-size: 14px;
  color: #333;
  text-transform: none;
  vertical-align: unset ;
}
form.inscription-newsletter button[type=submit][disabled] {
  background-color: lightgray;
}
form.inscription-newsletter button[type=submit] {
  font-size: 14px;
  padding: 10px 30px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  background-color: #f66;
  margin-top: 15px;
  border-radius: 4px;
}

form.inscription-newsletter .submit-wrapper {
  display: flex;
  justify-content: flex-end;
}

footer {
  min-height: 0;
  padding: 50px 1%;
  color: #565656;
}

#block-menu-menu-footer {
  min-height: 200px;
  padding: 35px 1%;
  border-right: 2px solid #f7abab;
  background-color: #f0f0f0;
}

#block-menu-menu-footer h2 {
  display: none;
}

#block-menu-menu-footer > ul > li {
  font-family: 'Capriola', sans-serif;
  font-size: 13px;
  /*24px;*/
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}

#block-menu-menu-footer > ul > li:nth-of-type(1) {
  width: 38%;
}

#block-menu-menu-footer > ul > li:nth-of-type(2) {
  width: 60%;
}

#block-menu-menu-footer ul > li a {
  color: #565656;
}

#block-menu-menu-footer > ul > li > a {
  margin-bottom: 5px;
  padding: 0;
}

#block-menu-menu-footer .dropdown-menu {
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  display: block;
  float: none;
  min-width: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 0;
}

#block-menu-menu-footer .dropdown-menu a {
  padding: 0;
}

#block-menu-menu-footer .dropdown-menu a:hover {
  text-decoration: underline;
}
.region-footer {
  display: inline-flex;
  width: 100%;
}
#block-equilibreblocfooter {
  background: #fff url(../img/footer-abo-bkgd.png) no-repeat;
  background-size: cover;
}

#block-equilibreblocfooter p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  /*26px;*/
}

#block-equilibreblocfooter p:first-of-type {
  margin-top: 10px;
  text-transform: uppercase;
}

.region-footer-second input[type=submit] {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  /*40px;*/
  padding: 15px 5%;
  border: none;
}

#block-blocmentionslegale {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 12px;
  padding: 30px 2%;
  text-align: center;
  /*14px;*/
  color: #565656;
}

#block-blocmentionslegale li {
  display: inline-block;
  padding: 10px 20px;
}

#block-equilibreblocfooter {
  font-size: 24px;
  padding: 16px 1%;
  color: #565656;
}

#block-equilibreblocfooter img {
  max-width: 95%;
}

#block-equilibreblocfooter input[type=submit] {
  font-size: 14px;
  margin-top: 20px;
  padding: 10px 15%;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 3px;
  background-color: #f66;
}

#block-equilibreblocfooter input[type=submit]:hover {
  color: #f66;
  background-color: #fff;
}

.region-footer-mobile {
  margin-top: 40px;
  padding: 15px;
  background: #f78f8f;
}

.region-footer-mobile section:first-child {
  border-bottom: 2px solid #f66;
}

.region-footer-mobile h4 {
  text-transform: uppercase;
  color: #565656;
}

.region-footer-mobile a {
  font-size: 1em;
  color: #565656;
}

.region-footer-mobile ul {
  list-style: none;
}

.region-footer-mobile section#block-block-18 a {
  color: #565656;
}

.region-footer-mobile section#block-block-18 a:before {
  font-size: 35px;
  margin-right: 15px;
  color: white;
}

.region-footer-mobile input#footer-mobile-inscription-newsletter-email {
  width: 80%;
}

.region-footer-mobile form#footer-mobile-inscription-newsletter input[type='submit'] {
  float: right;
  width: 17%;
  margin-top: 2px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border: none;
  background: #f66;
}


/*---------------------------*/
/*==    PAGES PARTENAIRES    */
/*---------------------------*/

#partenaires-grid {
  background-color: #f66;
  border: 5px solid #f66;
}

#partenaires-grid .grid-item {
  /*overflow: hidden;*/
  padding: 10px;
  opacity: 0;
}

#partenaires-grid .grid-item img {
  height: 100%;
  width: 100%;
}

#partenaires-grid .grid-item > div {
  background: rgba(255, 194, 194, 0.95);
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  position: absolute;
  text-align: center;
  display: none;
  left: 10px;
  top: 10px;
}

#partenaires-grid .grid-item > div > div {
  vertical-align: middle;
  display: table-cell;
}

#partenaires-grid .grid-item:hover > div {
  display: table;
}

#partenaires-grid .grid-item div h3 {
  font-weight: 700;
  font-size: 15px;
  margin: 10px;
}

#partenaires-grid .grid-item div p {
  font-size: 12px;
  padding: 0;
  display: block;
  text-align: left;
}

#partenaires-grid .grid-item div a {
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  background: #fff;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 14px;
  color: #f66;
}

#partenaires-grid .grid-item div.tooltip {
  position: absolute;
  top: calc(100% - 10px);
  left: 10px;
  opacity: 1;
  height: auto;
  width: calc(100% - 20px);
  padding: 10px;
  background: #f9dede;
  border: 1px solid #f66;
  border-top: 0;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.3);
  max-height: 0px;
  transition: max-height 0.25s;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #202020;
}

#partenaires-grid .grid-item div.tooltip p {
  margin: 0;
}

#partenaires-grid .grid-item div.tooltip p a {
  text-decoration: underline;
  background: none;
  display: inline;
  color: #202020;
  padding: 0;
  border: 0;
}

#partenaires-grid .grid-item:hover div.tooltip {
  max-height: 200px;
}

/*---------------------------*/
/*==    BLOCK DONS           */
/*---------------------------*/

#block-blockdonnationcustom {
  background-color: #f66;
  position: absolute;
  min-width: 530px;
  display: none;
  padding: 30px;
  z-index: 10;
  top: 91px;
  right: 0;
}

body.front #block-blockdonnationcustom {
  position: absolute;
  z-index: 10;
  top: 90px;
  right: 0;
  display: none;
  min-width: 530px;
  padding: 15px 30px 30px;
  background-color: #f66;
}

#block-blockdonnationcustom .montant-donnation {
  font-size: 25px;
  display: block;
  padding: 0 0 30px;
  color: #fff;
}

#block-blockdonnationcustom span {
  display: block;
  clear: both;
}

#block-blockdonnationcustom hr {
  position: absolute;
  top: 66px;
  right: 10%;
  width: 60%;
  margin-top: 0;
}

#block-blockdonnationcustom input[type=button] {
  font-size: 20px;
  font-weight: 500;
  float: left;
  margin-right: 18px;
  cursor: pointer;
  color: #f66;
  border: 0;
  border-radius: 3px;
  background-color: #fff;
}

#block-blockdonnationcustom input[type=text] {
  font-size: 16px;
  float: left;
  width: 150px;
  padding: 4px;
  border: 0;
  border-radius: 3px;
  background-color: #fff;
}

#block-blockdonnationcustom .calcul {
  font-size: 14px;
  padding: 30px 0;
  color: #fff;
}

#block-blockdonnationcustom .buttons {
  text-align: center;
}

#block-blockdonnationcustom .buttons > button[type=submit] {
  font-size: 20px;
  padding: 10px 30px;
  color: #fff;
  border: 0;
  border-radius: 5px;
  background-color: #e2001a;
}

#block-blockdonnationcustom .buttons > button[type=submit]:first-child {
  margin-right: 15px;
}


/*---------------------------*/


/*==    BLOCK RECHERCHE      */


/*---------------------------*/

#block-search-form {
  position: absolute;
  top: 57px;
  right: 50px;
  width: auto;
  height: 36px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 20px;
}

#block-search-form .btn-primary {
  color: #999;
  border: 0;
  background-color: transparent;
}

#block-search-form input[type=text] {
  min-width: 350px;
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 991px) {
  .navbar #block-search-form {
    margin-right: -50px;
  }
  #block-search-form input[type=text] {
    min-width: 240px;
  }
}

div.form-item-categories {
  display: none;
}


/*---------------------------------*/
/*==    TOUTES LES RECETTES : PAGE */
/*---------------------------------*/


/*--------------------------*/
/*==    PAGE RECETTE        */
/*--------------------------*/

.Recipe-author-text > * {
  display: inline;
}

.Recipe-backToList {
  margin-bottom: 15px;
}

a.Recipe-backToList-btn {
  margin-left: 0;
}

.Recipe-picture {
  padding-left: 0;
}

.Recipe-picture p.credit_photo {
  font-size: 16px;
  font-style: italic;
  color: #777;
}


/**** Page recettes ****/


/*.region-content .view-recette .view-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -30px;
margin-left: -30px;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
-ms-grid-row-align: stretch;
align-items: stretch;
}
.region-content .view-recette .view-content .views-row {
-webkit-box-flex: 0;
-ms-flex: 0 1 33%;
flex: 0 1 33%;
}
.view-recette .view-content article {
padding: 0 30px 50px;
height: 100%;
}
.view-recette .view-content article .content {
padding: 18px 5%;
height: 100%;
}
.view-recette .view-content .views-row:nth-of-type(odd) .content {
background-color: #ff6666;
}
.view-recette .view-content .views-row:nth-of-type(even) .content {
background-color: #f78f8f;
}
.view-recette .label_actu {
margin-top: 10px;
margin-bottom: 20px;
font-weight: 700;
font-size: 20px;
}
.view-actualite .pager-nav {
text-align: right;
}
.view-actualite .pagination > li > a, .view-actualite .pagination > li > span {
margin-left: 5px;
color: #fff;
background-color: #ff6666;
border: 1px solid #ff6666;
}
.view-actualite .pagination > li > a:hover, .view-actualite .pagination > li > span:hover, .view-actualite .pagination > li > a:focus, .view-actualite .pagination > li > span:focus {
color: #fff;
background-color: #fbc7c7;
border-color: #ff6666;
}
.view-actualite .pagination > .active > a, .view-actualite .pagination > .active > span, .view-actualite .pagination > .active > a:hover, .view-actualite .pagination > .active > span:hover, .view-actualite .pagination > .active > a:focus, .view-actualite .pagination > .active > span:focus {
background-color: #fbc7c7;
border-color: #ff6666;
}*/

body.node-type-recettes #block-system-main {
  margin-bottom: 0;
}

.Recipe-author {
  font-family: 'Capriola', sans-serif;
  margin-top: -30px;
  margin-bottom: 30px;
  color: #606060;
}

.Recipe-author a {
  font-weight: normal;
  text-decoration: underline;
  color: #606060;
}

.Recipe-text {
  font-size: 22px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 25px;
  color: #f66;
}

.Recipe-nutritionalInfo {
  font-weight: 500;
  margin-left: 100px;
  color: #494949;
}

.RecipePage-equivalence {
  margin-top: 30px;
  color: #494949;
}

.RecipePage-equivalence strong {
  font-weight: 700;
}

.Recipe-nutritionalInfo > div:nth-of-type(1) {
  font-weight: 700;
}

.Recipe-nutritionalInfo > div:nth-of-type(-n+2) {
  display: block;
}

.Recipe-nutritionalInfo-row:nth-of-type(n+2) div {
  display: inline-block;
}

.Recipe-nutritionalInfo-row:nth-of-type(n+2) div:nth-of-type(n+2):before {
  display: inline-table;
  margin-right: 5px;
  margin-left: 5px;
  content: '|';
}

.Recipe-nutritionalInfo:before {
  font-family: 'FontAwesome';
  font-size: 50px;
  float: left;
  margin-right: 30px;
  margin-left: -100px;
  padding: 1px 21px;
  content: '\f129';
  color: #494949;
  border: 5px solid #494949;
  border-radius: 50%;
}

.RecipePage-quickInfo {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 15px 0;
  color: #f66;
  border-top: 4px solid #f66;
}

.RecipePage-quickInfo div {
  display: inline-block;
  margin-right: 10px;
}

.RecipePage-quickInfo div:before {
  margin-right: 10px;
}

.RecipePage-quickInfo div:nth-last-of-type(n+2):after {
  display: inline-table;
  margin-left: 10px;
  content: '|';
}

.Recipe-cookTime:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '';
  vertical-align: text-bottom;
  background: url(../img/picto-tmp-prepa.png) no-repeat;
}

.Recipe-people:before {
  display: inline-block;
  width: 12px;
  height: 16px;
  content: '';
  vertical-align: text-bottom;
  background: url(../img/picto-nb-pers.png) no-repeat;
}

.Recipe-bakeTime:before {
  display: inline-block;
  width: 21px;
  height: 16px;
  content: '';
  vertical-align: text-bottom;
  background: url(../img/picto-tmp-cuisson.png) no-repeat;
}

.Recipe-stillTime:before {
  display: inline-block;
  width: 13px;
  height: 16px;
  content: '';
  vertical-align: text-bottom;
  background: url(../img/picto-tmp-repos.png) no-repeat;
}

.Recette-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.Recette-step-num {
  min-width: 70px;
}

.Recette-step-num span {
  font-family: 'Capriola';
  font-size: 30px;
  line-height: 35px;
  display: inline-block;
  width: 42px;
  height: 42px;
  padding: 0;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #f66;
}

.Recette-step-text {
  padding: 15px;
  border-left: 4px solid #f78f8f;
}

.field-name-field-bloc-ingredients .field-label {
  font-family: 'Capriola';
  font-size: 34px;
  text-transform: uppercase;
  color: #f66;
}

.field-name-field-bloc-ingredients .field-collection-view {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.Recipe-ingredients {
  padding-left: 0;
}

.field-name-field-bloc-ingredients h2 {
  font-size: 24px;
  text-transform: uppercase;
}

.Recipe-ingredient-text {
  font-size: 20px;
}

.Recipe-ingredient-text ul {
  list-style: none;
}

.field-name-field-bloc-ingredients .Recipe-ingredient-text li {
  list-style-position: inside;
}


/**** Sidebar Recette ****/


/*form#views-exposed-form-recette-page-1 label, form#views-exposed-form-recette-page-1 .form-inline .form-control,  form#views-exposed-form-recette-page-1 .form-inline .form-group {
display: block;
}
form#views-exposed-form-recette-page-1 label {
padding: 25px 5px;
text-align: center;
font-size: 24px;
text-transform: uppercase;
font-weight: 500;
color: #fff;
background-color: #ff6666;
}
form#views-exposed-form-recette-page-1 select {
width: 100%;
overflow: auto;
border-radius: 0;
border: none;
background-color: #e6e6e6;
font-size: 16px;
color: #fff;
text-transform: uppercase;
text-align: center;
}
form#views-exposed-form-recette-page-1 select option {
color: #fff;
padding: 15px 5px;
}
form#views-exposed-form-recette-page-1 #edit-actions {
background-color: #e6e6e6;
}
form#views-exposed-form-recette-page-1 #edit-actions button {
background-color: #ff6666;
width: 90%;
text-transform: uppercase;
color: #fff;
border: none;
border-radius: 0;
margin: 10px 5%;
font-weight: 700;
}
#block-blocretourmenu .field--item {
width: 100%;
background-color: #e6e6e6;
font-size: 16px;
color: #fff;
text-transform: uppercase;
text-align: center;
}
#block-blocretourmenu .field--item a {
padding: 10px 5px 30px;
display: block;
}
#block-blocretourtouterecettes {
display: inline-block;
}
#block-blocretourtouterecettes a {
display: block;
padding: 10px;
text-transform: uppercase;
font-weight: 500;
font-size: 15px;
color: #fff;
background-color: #ff6666;
}
#block-blocretourtouterecettes a:before {
content: '\f053';
font-family: 'FontAwesome';
margin-right: 5px;
}*/


/*------------------------------*/


/*==    PAGE LISTE MENUS        */


/*------------------------------*/

.MenuPage .Menu-location {
  font-family: 'Capriola';
  font-size: 21px;
  text-transform: uppercase;
  color: #a8a8a8;
}

.Menu-author {
  font-family: 'Capriola', sans-serif;
  margin-top: -30px;
  margin-bottom: 30px;
  color: #606060;
}

.Menu-author a {
  font-weight: normal;
  text-decoration: underline;
  color: #606060;
}

.Menu-text {
  font-size: 22px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 25px;
  color: #f66;
}


/*.cross-information, .region-cross-information .block-ffd-module {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}*/

.Menu-recipes {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 45px 8%;
  background-color: #fdd288;
}

.Menu-recipes h2 {
  font-family: 'Capriola', sans-serif;
  font-size: 24px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #606060;
}

.Menu-recipes h2:before {
  display: inline-block;
  margin-right: 10px;
  content: '► ';
}


/*.cross-information .PressFolders-Item, .region-cross-information .Article-Container {
position: relative;
padding: 0 25px;
margin-bottom: 40px;
vertical-align: top;
-webkit-box-flex: 1;
-ms-flex: 0 1 246px;
flex: 0 1 246px;
}*/

.cross-information .PressFolders-Item img {
  margin: 0 auto;
}

.Menu-recipe a,
.MenuTeaser-recipes a {
  text-decoration: none;
  color: #606060;
}

.Menu-recipe .RecettePicture-title {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  min-height: 50px;
  text-transform: uppercase;
  color: #606060;
}

.region-cross-information .Article-Container h3,
.region-cross-information .Article-Container a {
  font-size: 14px;
  margin-top: 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #606060;
}

.cross-information .PressFolders-Item a.btn {
  position: absolute;
  bottom: 0;
  left: inherit;
  margin: auto;
  margin-left: 0;
  padding: 5px 10px;
  color: #606060;
  background-color: #fff;
}

.cross-information .PressFolders-Item a.btn:after {
  font-family: 'FontAwesome';
  content: '\f045';
}

#cookie_ask {
  position: fixed;
  z-index: 150;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding-bottom: 20px;
  background: #fcb438;
}

#cookie_ask p {
  font-size: 15px;
  text-align: center;
  color: white;
}

#cookie_ask .row {
  margin-top: 20px;
}

#cookie_ask button,
#cookie_ask a {
  font-family: 'Ubuntu';
  margin-left: 0;
  padding: 8px 17px;
  text-transform: uppercase;
  color: white;
  border: 1px solid white;
  border-radius: 0;
  background-color: transparent;
}

#cookie_ask a:after {
  display: none;
  margin: 0;
}

#cookie_ask a:hover {
  color: #fcb438;
  background-color: white;
}

#cookie_ask button.accept_cookie {
  color: black;
  background-color: white;
}

#cookie_ask button.accept_cookie:hover {
  color: white;
  background-color: #fcb438;
}


/**
*
* Recherche
*
**/

form.search-form div.form-wrapper {
  clear: both;
  width: 100%;
}

form.search-form div.form-wrapper input {
  float: left;
  width: 65%;
  height: 40px;
  margin-right: 5%;
  border-radius: 25pt;
}

form.search-form button {
  text-transform: uppercase;
  color: white;
  border: 1px solid #f66;
  border-radius: 0;
  background: #f66;
}

form.search-form button:hover {
  color: #f66;
  border-color: #f66;
  background: white;
}

form.search-form div.form-wrapper button {
  float: left;
  width: 30%;
  height: 40px;
}

form.search-form label {
  font-size: 12px;
  text-transform: uppercase;
  color: #f66;
}

form.search-form div.form-checkboxes label {
  font-size: 15px;
  text-transform: none;
  color: black;
}

form.search-form fieldset.search-advanced {
  clear: both;
  width: 100%;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

form.search-form fieldset.search-advanced legend {
  font-family: 'Ubuntu';
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  background: none;
}

form.search-form fieldset.search-advanced legend a {
  text-decoration: none;
}

form.search-form fieldset.search-advanced legend a:before {
  font-family: FontAwesome;
  float: left;
  width: 30px;
  content: '\f0da';
}

form.search-form fieldset.search-advanced legend a[aria-expanded='true']:before {
  content: '\f0d7';
}

form.search-form fieldset.search-advanced select {
  color: white;
  background: #f66;
}

form.search-form fieldset.search-advanced button {
  margin-top: 20px;
}

hr.search {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top-color: #f66;
}

ul.search-results {
  list-style: none;
}

li.search-result h3 {
  margin-top: 5px;
  margin-bototm: 5px;
}

li.search-result h3 a {
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
}

li.search-result p.search-info {
  margin-top: 15px;
  margin-bottom: 15px;
}

li.search-result p.search-info span {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  color: white;
  background: #f66;
}


/**
*
* Abonnements
*
**/

body.page-node-757 {
  font-family: 'Ubuntu';
  color: #606060;
}

body.page-node-757 h1.page-header {
  width: 80%;
  margin: auto;
}

div.Abonnements-Container {
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
}

div.AbonnementsCollection p {
  padding: 10px 20px;
}

div.AbonnementsCollection .Abonnements-Article-Container.mobile p {
  padding: 0;
}

div.AbonnementsCollection .Abonnements-Article-Container.mobile img.thumb {
  margin-top: 15px;
}

div.AbonnementsCollection div.Abonnements-Article-Container {
  margin-bottom: 10px;
  padding: 15px;
  background: #fdd288;
}

div.AbonnementsCollection div.Abonnements-Article-Container div.AbonnementTitle h3 {
  font-size: 22px;
  text-transform: uppercase;
  color: #000;
}

div.AbonnementsCollection div.Abonnements-Article-Container.mobile div.AbonnementTitle h3 {
  margin-top: 5px;
}

div.AbonnementsCollection div.Abonnements-Article-Container div.AbonnementPrice-Container {
  font-size: 30px;
  font-weight: 500;
  padding: 5px;
  text-align: center;
  color: white;
  background: #f66;
}

div.AbonnementsCollection div.Abonnements-Article-Container.mobile div.AbonnementPrice-Container {
  color: #f66;
  background: transparent;
}

div.AbonnementsCollection div.Abonnements-Article-Container div.AbonnementDescriptionPrice-Container {
  width: 100%;
  padding: 15px;
  background: white;
}

div.AbonnementsCollection div.Abonnements-Article-Container.mobile div.AbonnementDescriptionPrice-Container {
  padding: 0;
  background: transparent;
}

div.AbonnementsCollection div.Abonnements-Article-Container div.AbonnementDescriptionPrice-Container p {
  width: 90%;
  margin: auto;
  text-align: center;
}

div.AbonnementsCollection div.Abonnements-Article-Container.mobile div.AbonnementDescriptionPrice-Container p {
  width: 100%;
  color: #000;
}

div.AbonnementsCollection div.Abonnements-Article-Container div.AbonnementDescriptionPrice-Container a {
  display: block;
  width: 90%;
  margin: auto;
  margin-top: 10px;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  border: 1px solid #f66;
  border-radius: 0;
  background: #f66;
}

div.AbonnementsCollection div.Abonnements-Article-Container div.AbonnementDescriptionPrice-Container a:hover {
  color: #f66;
  background-color: white;
}

div.last_numbers {
  width: 80%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 30px;
}

div.NumeroCollection p {
  text-align: center;
}

div.num-infos {
  background: #ff9393;
  font-weight: 500;
  position: absolute;
  margin-left: -74px;
  margin-top: 20px;
  padding: 15px;
  color: white;
  left: 50%;
}

div.num-infos:before {
  position: absolute;
  top: -20px;
  left: 10%;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-right: 15px solid transparent;
  border-bottom: 20px solid rgba(255, 102, 102, .7);
  border-left: 15px solid transparent;
}

div.num-infos[data-index="1"]:before, div.num-infos[data-index="5"]:before {
  left: 36%;
}

div.num-infos[data-index="2"]:before, div.num-infos[data-index="6"]:before {
  left: 61%;
}

div.num-infos[data-index="3"]:before, div.num-infos[data-index="7"]:before {
  left: 86%;
}

div.num-infos.goLeft {
  margin-left: -526px;
}

div.num-infos.goLeft:before {
  left: 85%;
}

div.num-infos.goCenter {
  margin-left: -263px;
}

div.num-infos.goCenter:before {
  left: 45%;
}

div.num-infos h4 {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #ff0039;
}

div.num-infos h4.subtitle {
  font-size: 15px;
  color: #333;
}

div.num-infos p {
  font-size: 12px;
  margin-top: 10px;
  text-align: left;
  color: #444;
}

div.num-infos p.teaser {
  margin-top: 15px;
  padding: 10px;
  text-align: center;
  color: white;
  background: #f66;
}

div.num-infos p b {
  font-size: 13px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  div.num-infos {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
  div.num-infos i.fa-times {
    font-size: 30px;
    position: absolute;
    top: -22px;
    right: 5px;
    color: #f66;
  }
  div.num-infos:before {
    left: 40%;
  }
  div.num-infos.left:before {
    right: auto;
    left: 20%;
  }
  div.num-infos.right:before {
    right: 20%;
    left: auto;
  }
}

#GMAP {
  height: 600px;
}

#GMAP_manif {
  height: 600px;
}

#GMAP_manif h1 {
  margin-bottom: 10px;
  font-size: 16px;
}

#GMAP .gm-style #content {
  min-height: 120px;
}

#GMAP .gm-style .permanence {
  width: 80%;
}


/**
*
* Page contact
*
**/

#gmap_prefix {
  margin-bottom: 40px;
}

#marker_search_wrapper {
  padding: 40px;
  background: #eee;
}

#marker_search_wrapper button {
  font-size: 14px;
  margin-top: 15px;
  padding: 7px;
  text-transform: uppercase;
  color: #f66;
  border: none;
  background-color: #fff;
}

#marker_search_wrapper button:hover {
  color: #fff;
  background: #f66;
}

#marker_search_wrapper label {
  font-size: 18px;
  font-weight: normal;
  width: 100%;
  padding-left: 15px;
  text-transform: uppercase;
  color: #f66;
}

#marker_search_wrapper #marker_input_search {
  padding: 10px 0;
  border-bottom: 2px solid #f66;
}

#marker_search_wrapper #marker_input_search input {
  width: 90%;
  border: none;
  background: none;
}

#marker_search_wrapper #marker_input_search i {
  font-size: 20px;
  width: 8%;
  text-align: right;
  color: #b4b4b4;
}

#gmap_wrapper {
  margin-top: 50px;
}

#gmap_wrapper #gmap_markers {
  -webkit-overflow-scrolling: touch;
  max-height: 600px;
  background: #bbb;
  overflow-y: auto;
  padding: 10px;
  height: auto;
}

#gmap_wrapper #gmap_markers h4 {
  text-align: center;
  text-transform: uppercase;
  color: white;
}

#gmap_wrapper #gmap_markers li {
  border-bottom: 1px solid #ccc;
  position: relative;
  font-size: 15px;
  cursor: pointer;
  color: #f6f6f6;
  display: none;
  padding: 10px;
}

#gmap_wrapper #gmap_markers li:last-child { border-bottom: 0; }

#gmap_wrapper #gmap_markers li.visible {
  display: block;
}

#gmap_wrapper #gmap_markers li.visible.active {
  background: #f66;
}

#gmap_wrapper #gmap_markers li:hover {
  background-color: #aaa;
}

#gmap_wrapper #gmap_markers li.active:after {
  background-color: #ed1c24;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  right: -5px;
  width: 5px;
  top: 0;
}

#gmap_wrapper #gmap_markers li span.marker_title {
  display: inline-block;
  width: 100%;
}

#gmap_wrapper #content h1 {
  font-size: 16px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #GMAP {
    margin-top: 40px;
  }
}

.export_link {
  margin-right: 75px;
  font-size: 20px;
  margin-top: 2px;
}

.export_link a {
  margin-right: 5px;
}

.export_link button {
  color: #f66;
  border: none;
  background: none;
}

/** Pages Errors */

body.page-error ul {
  margin-bottom: 20px;
  margin-left: 15px;
  list-style: none;
}

body.page-error .main-container h4 {
  color: #aaa;
}


/** Maintenance */

body.maintenance .cadre {
  float: none;
  margin: 50px auto 0;
  padding: 50px;
  border: 1px solid #faa;
}

body.maintenance .cadre h1 {
  font-size: 43px;
  margin-top: 30px;
}

body.maintenance .cadre .content {
  font-size: 18px;
  margin: 50px 0;
  padding: 0 40px;
  color: #666;
}

body.maintenance .cadre a {
  color: #faa;
}

.cover_wrapper {
  width: 100%;
  margin-bottom: 30px;
  max-width: 742px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

div#lire_aussi_wrapper {
  text-align: center;
  position: sticky;
  top: 175px;
}

div#lire_aussi_wrapper p {
  letter-spacing: 0.4px;
  line-height: 20px;
  text-align: left;
  font-size: 14px;
}

@media screen and (max-width: 450px) {
  div#lire_aussi_wrapper {
    position: relative;
  }
}

div#lire_aussi_wrapper h4 {
  text-align: center;
  color: #606060;
  padding: 10px;
}

div#lire_aussi_wrapper a.internal_link {
  text-decoration: none;
  background: #e2001a;
  margin: 0 0 15px 0;
  display: block;
  padding: 10px;
  color: #fff;
  width: 100%;
}

div#lire_aussi_wrapper a.image_card {
  text-decoration: none;
  width: 100%;
  display: block;
}
div#lire_aussi_wrapper a.image_card img {
  max-width: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
  margin: 0 auto;
}

div#lire_aussi_wrapper a:last-child {
  border-top: 1px solid white;
}

body.node-type-article .ArticleFlexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.node-type-article .ArticleFlexContainer .Article-Container {
  -webkit-box-flex: 0;
  margin-left: 15px;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  max-width: 75%;
}

body.node-type-article .Lire_aussiContainer {
  margin-left: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%;
}

div.chapo {
  font-family: 'Ubuntu', sans-serif;
  line-height: 1.4;
  padding: 10px 0;
  color: #f66;
}

ul.lettre_filter {
  display: block;
  width: 100%;
}

ul.lettre_filter li {
  border: 1px solid #fff;
  display: inline-block;
  background: #fba6a6;
  text-align: center;
  line-height: 38px;
  color: white;
  height: 39px;
  width: 39px;
  margin: 5px;
}

ul.lettre_filter li:hover { border: 1px solid #f66; }

ul.lettre_filter li.empty {
  background: #ffe6e5;
  cursor: not-allowed;
}

ul.lettre_filter li.active {
  background: #f66;
}

ul.lettre_filter li a {
  text-decoration: none;
  display: block;
  color: inherit;
  width: 100%;
}

ul.dico { }

ul.dico li {
  border-bottom: 1px solid #fac7c6;
  padding: 10px;
}

ul.dico li:last-child { border-bottom: 0; }

ul.dico li p {
  font-size: 14px;
}

ul.dico li.highlight {
  border-right: 1px solid #fac7c6;
  border-left: 1px solid #fac7c6;
  background-color: #fff8f8;
}

@media screen and (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: #e2001a;
  }
  #block-ffd-module-ffd-module-ad {
    display: none;
  }
  .node-type-testimonies .thumb {
    margin: auto;
  }
  .TitleTestimony-Container {
    text-align: center;
  }
  .Testimony-Item .TestimonyBody-content h3 {
    color: #666;
  }
  ol.breadcrumb {
    display: none;
  }
  aside a.buttonback {
    padding: 20px;
    white-space: nowrap;
  }
  a.Recipe-backToList-btn {
    display: block;
    padding: 20px;
    text-align: left;
  }
  a.Recipe-backToList-btn:before {
    font-family: 'FontAwesome';
    margin-right: 5px;
    content: '\f053';
  }
  .Recipe-ingredients {
    padding-left: 15px;
  }
  .block-menu-block h2.block-title,
  .block-menu-block ul.menu li a {
    margin-bottom: 0;
  }
  .block-menu-block ul.menu li a {
    border-bottom: 1px solid #f66;
    background: #ffefef;
  }
  .block-menu-block ul.menu li:last-child a {
    border-bottom: none;
  }
  .block-menu-block ul.menu li.active a {
    font-weight: 500;
  }
  ul.pagination li {
    display: none;
  }
  ul.pagination li.active,
  ul.pagination li.next,
  ul.pagination li.prev {
    display: inline;
  }
  .block-menu-block .menu-block-wrapper {
    display: none;
  }
  .block-menu-block .menu-block-6 {
    display: block;
  }
  .block-menu-block .menu-block-6 ul.menu li a {
    border-bottom: none;
    background: none;
  }
  .block-menu-block h2.block-title:after,
  .Recettes-filter label[for='edit-field-type-de-plats-tid']:after {
    font-family: 'FontAwesome';
    position: absolute;
    right: 25px;
    margin-left: 10px;
    padding: 3px;
    content: '\f078';
    color: #f66;
    border-radius: 50%;
    background-color: white;
  }
  h1.page-header {
    margin-top: 20px;
  }
  .Recettes-filter-widget,
  .Recettes-filter-menus {
    display: none;
  }
  .page-node-21 .cross-information .region-cross-information {
    display: none;
  }
  .Recipe-title {
    margin-top: 20px;
  }
  .RecipeShare {
    margin-top: 20px;
  }
  .RecipeShare .export_link {
    margin-right: 0;
  }
  .RecipeShare .export_link p span {
    float: left;
    margin-top: 9px;
    margin-right: 20px;
    margin-left: 10px;
    text-transform: uppercase;
    color: #f66;
  }
  .RecipeShare .export_link a,
  .RecipeShare .export_link button {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    padding: 0;
    color: white;
    border-radius: 50%;
    background-color: #f66;
  }
  .RecipeShare .export_link a i {
    margin-top: 10px;
  }
  .page-node-3 .webform-component--description {
    display: none;
  }
  .form-item-submitted-civilite {
    width: 100%;
  }
  .node-type-webform .main-container > div > section {
    padding: 0;
  }
  .done_text_wrapper {
    margin: 10px;
    padding: 10px;
    color: #666;
    background: white;
  }
  .done_text_wrapper h1 {
    padding-left: 0;
  }
  .node-type-webform .main-container .row {
    padding: 0;
  }
  .page-node-1 .webform-component--title p {
    font-size: 12px;
  }
  .node-type-webform article,
  .node-type-webform h1 {
    margin: 0;
    padding: 10px;
    background: white;
  }
  .rc-anchor-normal {
    width: 280px;
  }
  #rc-imageselect,
  .g-recaptcha {
    -webkit-transform: scale(.77);
    transform: scale(.77);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}


/* CSS Home Page */

body.front .main-container {
  margin-top: 0;
}

body.front .main-container span.highlighted-section {
  font: normal 22px 'Capriola', sans-serif;
  display: inline-block;
  width: 100%;
  margin: 15px 0 0;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}

@media screen and (min-width: 1200px) {
  body.front .home-content {
    width: 1040px;
    margin: 0 auto;
  }
}

body.front header #main-menu {
  border: 0;
}

body.front span.highlighted-section:before,
body.front span.highlighted-section:after {
  display: inline-block;
  width: 35px;
  height: 3px;
  margin: 0 15px;
  margin-bottom: 5px;
  content: '';
  vertical-align: middle;
  background-color: #ed1c24;
}

body.front .main-container h2 {
  font: normal 19px 'Capriola', sans-serif;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #606060;
}

body.front i.fa.fa-caret-down.arrow-down {
  font-size: 40px;
  margin: 30px 0;
  padding: 5px 14px;
  cursor: pointer;
  color: #f66;
  border: 5px solid #f66;
  border-radius: 50%;
}


/* Blocs Home */

body.front div.BlocHome-Container-Desktop,
body.front div.BlocHome-Container {
  clear: both;
  width: 100%;
  height: 410px;
  margin-bottom: 40px;
  background-color: #ececec;
}

body.front div.BlocHome-Container-Mobile {
  display: none;
  clear: both;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  background-color: #ececec;
}

body.front div.BlocHome-Container > .BlocHome-Left-Container,
body.front div.BlocHome-Container > .BlocHome-Right-Container {
  float: left;
  height: inherit;
}

body.front div.BlocHome-Container-Mobile > .BlocHome-Right-Container {
  float: none;
}

body.front div.BlocHome-Container-Mobile > .BlocHome-Left-Container {
  float: none;
}

body.front div.BlocHome-Container .BlocHome-Picto-Container img {
  margin-top: 120px;
}

body.front div.BlocHome-Container .BlocHome-Picto-Container h3 {
  font: normal 22px/25px 'Capriola', sans-serif;
  text-transform: uppercase;
  color: #fff;
}

body.front div.BlocHome-Container-Mobile h3 {
  font: normal 24px/20px 'Capriola', sans-serif;
  line-height: 1.2;
  position: relative;
  z-index: 35;
  display: inline-block;
  max-width: 80%;
  margin-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
  text-transform: uppercase;
  color: #fff;
}


/*body.front div.BlocHome-Container-Mobile h3:after {
content: '';
display: block;
background: url(../img/home-h3-mobile-bkgd.png) no-repeat;
width: 345px;
height: 54px;
position: absolute;
top: -14px;
right: 0;
}*/

body.front div.BlocHome-Container .BlocHome-Picto-Container h3 > span {
  font: normal 16px 'ubuntu', sans-serif;
  text-transform: none;
}

body.front div.BlocHome-Container .BlocHome-Image-Container {
  position: relative;
  width: 100%;
  height: inherit;
  margin: 0;
}

body.front div.BlocHome-Container .BlocHome-Image-Container img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.front div.BlocHome-Container-Mobile .BlocHome-Image-Container img {
  position: inherit;
  /*max-width: 80%;*/
}

body.front div.BlocHome-Container .BlocHome-Image-Container .BlocHome-Text-Container {
  font: bold 16px 'ubuntu', sans-serif;
  position: absolute;
  z-index: 2;
  bottom: 25px;
  left: 30px;
  width: 58%;
  padding: 10px 20px;
  background-color: #fff;
}

body.front div.BlocHome-Container-Mobile .BlocHome-Image-Container .BlocHome-Text-Container {
  font: bold 16px 'ubuntu', sans-serif;
  position: absolute;
  z-index: 2;
  right: 7%;
  bottom: 20px;
  left: 5%;
  width: auto;
  padding: 20px;
  background-color: #fff;
}

body.front div.BlocHome-Container-Mobile .BlocHome-Text-Container {
  font: bold 16px 'ubuntu', sans-serif;
  position: absolute;
  z-index: 2;
  right: 5px;
  bottom: 25px;
  width: 70%;
  padding: 20px;
  background-color: #fff;
}

body.front div.BlocHome-Container-Mobile .BlocHome-Text-Container span {
  font-weight: 400;
  font-style: italic;
  display: block;
  text-align: right;
}

body.front div.BlocHome-Container-Mobile .BlocHome-Text-Container span:before {
  display: inline-block;
  width: 30px;
  height: 3px;
  margin-right: 7px;
  content: '';
  vertical-align: middle;
  background-color: #373737;
}

body.front div.BlocHome-Container .BlocHomeLinks {
  position: relative;
  z-index: 30;
  display: none;
}

body.front div.BlocHome-Container .BlocHome-Article-Container {
  height: 100%;
  margin: 0;
  padding: 0;
}

body.front div.BlocHome-Container .BlocHome-Article-Container .BlocHome-Article-Text {
  height: 100%;
}


/* Bloc Témoignages */

body.front div.BlocHome-Container.TestimonyBlocHome {
  margin-top: 40px;
}

body.front div.BlocHome-Container-Mobile.TestimonyBlocHome {
  padding: 25px 7%;
  padding-bottom: 100px;
  background-color: #fcb438;
}

body.front div.BlocHome-Container.TestimonyBlocHome > .BlocHome-Left-Container {
  width: 40%;
  text-align: center;
  background-color: #fcb438;
}

body.front div.BlocHome-Container-Desktop.TestimonyBlocHome > .BlocHome-Right-Container {
  width: 60%;
  margin: 0;
  background-color: transparent;
}

body.front div.BlocHome-Container-Mobile.TestimonyBlocHome > .BlocHome-Right-Container {
  width: 100%;
  margin: 0;
  background-color: transparent;
}

body.front div.BlocHome-Container-Mobile > .BlocHome-Right-Container:before {
  position: absolute;
  top: 29px;
  right: 7%;
  display: block;
  width: 420px;
  height: 53px;
  content: '';
  background: url(../img/home-h3-mobile-bkgd.png) no-repeat;
}

body.front div.BlocHome-Container-Mobile.TestimonyBlocHome h3 {
  background-color: #fcb438;
}

body.front div.BlocHome-Container.TestimonyBlocHome .BlocHome-Image-Container .BlocHome-Text-Container span {
  font-weight: 400;
  font-style: italic;
  display: block;
  text-align: right;
}

body.front div.BlocHome-Container.TestimonyBlocHome .BlocHome-Image-Container .BlocHome-Text-Container span:before {
  display: inline-block;
  width: 30px;
  height: 3px;
  margin-right: 7px;
  content: '';
  vertical-align: middle;
  background-color: #373737;
}

body.front div.BlocHome-Container-Desktop.TestimonyBlocHome .BlocHome-Image-Container:hover .BlocHomeLinks {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 15px;
  padding-left: 45px;
  background-size: cover;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}

body.front div.BlocHome-Container-Desktop.TestimonyBlocHome .BlocHome-Image-Container:hover .BlocHome-Text-Container {
  display: none;
}

.BlocHome-Container.TestimonyBlocHome .BlocHomeLinks {
  background: transparent url(../img/home/background-TestimonyBlocHome.png) no-repeat;
  background-position-x: 100%;
  background-size: cover;
}

.BlocHome-Container.TestimonyBlocHome .BlocHomeLinks a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -ms-flex-item-align: center;
  align-self: center;
}

.BlocHome-Container.TestimonyBlocHome .BlocHomeLinks a:before {
  display: inline-table;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  content: '';
  vertical-align: middle;
}

.BlocHome-Container.TestimonyBlocHome .BlocHomeLinks a:first-of-type:before {
  width: 50px;
  height: 50px;
  background: url(../img/home/testimony-picto-first.png) no-repeat;
  background-size: 50px;
}

.BlocHome-Container.TestimonyBlocHome .BlocHomeLinks a:nth-of-type(2):before {
  width: 50px;
  height: 50px;
  background: url(../img/home/testimony-picto-second.png) no-repeat;
  background-size: 50px;
}

.BlocHome-Container.TestimonyBlocHome .BlocHomeLinks a:hover,
.BlocHome-Container.CookingBlocHome .BlocHomeLinks a:hover {
  letter-spacing: .1em;
}

.BlocHome-Container.TestimonyBlocHome .BlocHomeLinks a:hover:before,
.BlocHome-Container.CookingBlocHome .BlocHomeLinks a:hover:before {
  margin-right: 20px;
}


/* Bloc Recettes */

body.front div.BlocHome-Container-Mobile.CookingBlocHome {
  padding: 25px 7%;
  padding-bottom: 100px;
  background-color: #f66;
}

body.front div.BlocHome-Container-Desktop.CookingBlocHome > .BlocHome-Left-Container {
  width: 60%;
  margin: 0;
  background-color: transparent;
}

body.front div.BlocHome-Container-Mobile.CookingBlocHome > .BlocHome-Left-Container {
  width: 100%;
  margin: 0;
  background-color: transparent;
}

body.front div.BlocHome-Container-Mobile > .BlocHome-Left-Container:before {
  position: absolute;
  top: 29px;
  right: 7%;
  display: block;
  width: 420px;
  height: 53px;
  content: '';
  background: url(../img/home-h3-mobile-bkgd.png) no-repeat;
}

body.front div.BlocHome-Container-Mobile.CookingBlocHome h3 {
  background-color: #f66;
}

body.front div.BlocHome-Container.CookingBlocHome > .BlocHome-Left-Container h4 {
  font-size: 16px;
  text-transform: uppercase;
}

body.front div.BlocHome-Container.CookingBlocHome > .BlocHome-Left-Container h4:before {
  display: inline-block;
  width: 15px;
  height: 3px;
  margin-right: 7px;
  content: '';
  vertical-align: middle;
  background-color: #373737;
}

body.front div.BlocHome-Container.CookingBlocHome > .BlocHome-Left-Container p {
  font-weight: 300;
}

body.front div.BlocHome-Container.CookingBlocHome > .BlocHome-Right-Container {
  width: 40%;
  text-align: center;
  background-color: #f66;
}

body.front div.BlocHome-Container.CookingBlocHome .BlocHome-Image-Container:hover .BlocHomeLinks {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 15px;
  padding-left: 45px;
  background-size: cover;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}

body.front div.BlocHome-Container-Desktop.CookingBlocHome .BlocHome-Image-Container:hover .BlocHome-Text-Container {
  display: none;
}

.BlocHome-Container.CookingBlocHome .BlocHomeLinks {
  background: transparent url(../img/home/background-CookingBlocHome.png) no-repeat;
  background-position-x: 100%;
  background-size: cover;
}

.BlocHome-Container.CookingBlocHome .BlocHomeLinks a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -ms-flex-item-align: center;
  align-self: center;
}

.BlocHome-Container.CookingBlocHome .BlocHomeLinks a:before {
  display: inline-table;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  content: '';
  vertical-align: middle;
}

.BlocHome-Container.CookingBlocHome .BlocHomeLinks a:first-of-type:before {
  width: 50px;
  height: 50px;
  background: url(../img/home/cooking-picto-first.png) no-repeat;
  background-size: 50px;
}

.BlocHome-Container.CookingBlocHome .BlocHomeLinks a:nth-of-type(2):before {
  width: 50px;
  height: 50px;
  background: url(../img/home/cooking-picto-second.png) no-repeat;
  background-size: 50px;
}


/* Bloc Recherche & innovation */

body.front div.BlocHome-Container-Mobile.ResearchBlocHome {
  padding: 25px 7%;
  background-color: #64c1d9;
}

body.front div.BlocHome-Container.ResearchBlocHome > div {
  padding: 3%;
}

body.front div.BlocHome-Container.ResearchBlocHome .BlocHome-Picto-Container img {
  margin-top: 85px;
}

body.front div.BlocHome-Container-Desktop.ResearchBlocHome > .BlocHome-Left-Container {
  width: 40%;
  text-align: center;
  background-color: #64c1d9;
}

body.front div.BlocHome-Container-Mobile.ResearchBlocHome > .BlocHome-Left-Container {
  width: 100%;
  text-align: center;
  background-color: #64c1d9;
}

body.front div.BlocHome-Container.ResearchBlocHome > .BlocHome-Left-Container a {
  font-size: 14px;
  font-weight: 400;
  display: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

body.front div.BlocHome-Container.ResearchBlocHome > .BlocHome-Left-Container a:before {
  display: inline-table;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  padding-top: 20px;
  content: '';
  vertical-align: middle;
  background: url(../img/home/cooking-picto-second.png) no-repeat;
  background-size: 20px;
}

body.front div.BlocHome-Container.ResearchBlocHome > .BlocHome-Left-Container a:before:hover {
  margin-right: 25px;
}

body.front div.BlocHome-Container.ResearchBlocHome > .BlocHome-Left-Container a:hover {
  letter-spacing: 0;
}

body.front div.BlocHome-Container-Mobile.ResearchBlocHome h3 {
  background-color: #64c1d9;
}

body.front div.BlocHome-Container.ResearchBlocHome > .BlocHome-Left-Container:hover a {
  display: block;
}

body.front div.BlocHome-Container-Desktop.ResearchBlocHome > .BlocHome-Right-Container {
  width: 60%;
  margin: 0;
  background-color: #b9e3ee;
}

body.front div.BlocHome-Container-Mobile.ResearchBlocHome > .BlocHome-Right-Container {
  width: 100%;
  background-color: #64c1d9;
}

.BlocHome-Container-Desktop.ResearchBlocHome .BlocHome-Article-Item {
  position: relative;
  height: 50%;
}

.BlocHome-Container-Desktop.ResearchBlocHome .BlocHome-Article-Item:first-of-type {
  border-bottom: 3px solid #6cd1ea;
}

.BlocHome-Container-Mobile.ResearchBlocHome .BlocHome-Article-Item:first-of-type {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 3px solid #fff;
}

.BlocHome-Container-Desktop.ResearchBlocHome .BlocHome-Article-Item img {
  position: absolute;
  top: 40%;
  width: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.BlocHome-Container-Mobile.ResearchBlocHome .BlocHome-Article-Item img {
  float: none;
  width: 100%;
  margin-bottom: 5px;
  padding: 0;
}

.BlocHome-Container-Desktop.ResearchBlocHome .BlocHome-Article-Item .BlocHome-Article-Text {
  position: absolute;
  top: 50%;
  margin-left: 30%;
  padding-top: 3%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.BlocHome-Container.ResearchBlocHome .BlocHome-Article-Item .BlocHome-Article-Text h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.BlocHome-Container-Desktop.ResearchBlocHome .BlocHome-Article-Item:hover .BlocHome-Article-Text h4,
.BlocHome-Container-Desktop.ResearchBlocHome .BlocHome-Article-Item:hover .BlocHome-Article-Text p {
  color: #fff;
}

.BlocHome-Container:hover .BlocHome-Article-Item {
  position: relative;
}

.BlocHome-Container.ResearchBlocHome .BlocHome-Article-Item:hover .BlocHomeLinks {
  position: absolute;
  top: 40%;
  left: 15px;
  display: block;
  width: 140px;
  height: 105px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(100, 193, 217, .6);
}

.BlocHome-Container.ResearchBlocHome .BlocHome-Article-Item .BlocHomeLinks a {
  line-height: 100px;
  display: block;
  width: 140px;
  height: 105px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.BlocHome-Container.ResearchBlocHome .BlocHome-Article-Item .BlocHomeLinks a:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: auto;
  content: '';
  vertical-align: middle;
  background: url(../img/home/cooking-picto-second.png) no-repeat;
  background-size: 30px;
}

.BlocHome-Container.ResearchBlocHome .BlocHome-Article-Item .BlocHomeLinks a:hover:before {
  width: 35px;
  height: 35px;
  background-size: 35px;
}


/* Bloc Actualités */

body.front div.BlocHome-Container-Mobile.NewsDiabeteBlocHome {
  padding: 25px 7%;
  background-color: #90c470;
}

body.front div.BlocHome-Container-Mobile.NewsDiabeteBlocHome h3 {
  background-color: #90c470;
}

body.front div.BlocHome-Container.NewsDiabeteBlocHome {
  height: auto;
  margin-bottom: 50px;
  background-color: #90c470;
}

body.front div.BlocHome-Container.NewsDiabeteBlocHome:after {
  display: block;
  clear: both;
  content: '';
}

body.front div.BlocHome-Container.NewsDiabeteBlocHome > div {
  padding: 3%;
}

body.front div.BlocHome-Container.NewsDiabeteBlocHome .BlocHome-Picto-Container img {
  margin-top: 100px;
}

body.front div.BlocHome-Container.NewsDiabeteBlocHome > .BlocHome-Right-Container {
  width: 40%;
  margin-top: 20px;
  text-align: center;
  background-color: #90c470;
}

body.front div.BlocHome-Container-Desktop.NewsDiabeteBlocHome > .BlocHome-Left-Container {
  width: 60%;
  margin: 0;
  background-color: #c9dfbb;
}

body.front div.BlocHome-Container-Mobile.NewsDiabeteBlocHome > .BlocHome-Left-Container {
  width: 100%;
  margin: 0;
  background-color: transparent;
}

.BlocHome-Container.NewsDiabeteBlocHome .BlockHome-Article-Row {
  display: block;
}

.BlocHome-Container.NewsDiabeteBlocHome .BlockHome-Article-Row:after {
  display: block;
  clear: both;
  content: '';
}

.BlocHome-Container.NewsDiabeteBlocHome .BlockHome-Article-Row:first-of-type {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 3px solid #92c771;
}

.BlocHome-Container-Desktop.NewsDiabeteBlocHome .BlocHome-Article-Item {
  position: relative;
  float: left;
  width: 50%;
}

.BlocHome-Container-Mobile.NewsDiabeteBlocHome .BlocHome-Article-Item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 3px solid #fff;
}

.BlocHome-Container-Desktop.NewsDiabeteBlocHome .BlocHome-Article-Item:first-of-type {
  padding-right: 15px;
}

.BlocHome-Container-Desktop.NewsDiabeteBlocHome .BlocHome-Article-Item:nth-of-type(2) {
  padding-left: 15px;
}

.BlocHome-Container-Desktop.NewsDiabeteBlocHome .BlocHome-Article-Item img {
  float: none;
  width: auto;
  max-width: 60%;
  padding: 0;
}

.BlocHome-Container-Mobile.NewsDiabeteBlocHome .BlocHome-Article-Item img {
  float: none;
  width: 100%;
  margin-bottom: 5px;
  padding: 0;
}

.BlocHome-Container.NewsDiabeteBlocHome .BlocHome-Article-Item .BlocHome-Article-Text .date {
  font-size: 18px;
  font-weight: 700;
  display: inline-table;
  margin-top: 5px;
  margin-bottom: -20px;
  padding: 3px 5px;
  border-radius: 5px;
}

.BlocHome-Container-Desktop.NewsDiabeteBlocHome .BlocHome-Article-Item .BlocHome-Article-Text .date {
  font-size: 14px;
  color: #fff;
  background-color: #90c470;
}

.BlocHome-Container-Mobile.NewsDiabeteBlocHome .BlocHome-Article-Item .BlocHome-Article-Text .date {
  color: #90c470;
  background-color: #fff;
}

.BlocHome-Container.NewsDiabeteBlocHome .BlocHome-Article-Item .BlocHome-Article-Text h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.BlocHome-Container.NewsDiabeteBlocHome .BlocHome-Article-Item .BlocHome-Article-Text p {
  font-size: 12px;
}

.BlocHome-Container-Desktop.NewsDiabeteBlocHome .BlocHome-Article-Item:hover .BlocHome-Article-Text h4,
.BlocHome-Container-Desktop.NewsDiabeteBlocHome .BlocHome-Article-Item:hover .BlocHome-Article-Text p {
  color: #fff;
}

.BlocHome-Container:hover .BlocHome-Article-Item {
  position: relative;
}

.BlocHome-Container.NewsDiabeteBlocHome .BlocHome-Article-Item:hover .BlocHome-Article-Text .BlocHomeLinks {
  position: absolute;
  top: 0;
  display: block;
  width: 160px;
  height: 121px;
  background-color: rgba(144, 196, 112, .6);
}

.BlocHome-Container.NewsDiabeteBlocHome .BlocHome-Article-Item .BlocHome-Article-Text .BlocHomeLinks a {
  line-height: 140px;
  display: block;
  width: 175px;
  height: 125px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.BlocHome-Container.NewsDiabeteBlocHome .BlocHome-Article-Item .BlocHome-Article-Text .BlocHomeLinks a:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  content: '';
  vertical-align: middle;
  background: url(../img/home/cooking-picto-second.png) no-repeat;
  background-size: 30px;
}

.BlocHome-Container.NewsDiabeteBlocHome .BlocHome-Article-Item .BlocHome-Article-Text .BlocHomeLinks a:hover:before {
  width: 35px;
  height: 35px;
  content: '';
  background: url(../img/home/cooking-picto-second.png) no-repeat;
  background-size: 35px;
}

body.front div.BlocHome-Container.NewsDiabeteBlocHome > .BlocHome-Right-Container a {
  font-weight: 400;
  display: none;
  content: '';
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

body.front div.BlocHome-Container.NewsDiabeteBlocHome > .BlocHome-Right-Container a:before {
  display: inline-table;
  width: 34px;
  height: 34px;
  margin-right: 5px;
  content: '';
  vertical-align: middle;
  background: url(../img/home/cooking-picto-second.png) no-repeat;
  background-size: 34px;
}

body.front div.BlocHome-Container.NewsDiabeteBlocHome > .BlocHome-Right-Container:hover a {
  display: block;
}


/**** Bloc Evènements ****/

.EventBlocHome-Container {
  position: relative;
  max-width: 1040px;
  height: 360px;
  margin: 40px auto 0;
  background-position: center;
  background-size: cover;
}

.EventBlocHome-Container img {
  width: 100%;
}

.EventBlocHome-Container .Highlighted-Container {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 50%;
  margin-left: -25%;
  padding: 20px 3%;
  text-align: center;
  color: #202020;
  border: 7px solid #f66;
  background-color: rgba(255, 255, 255, .7);
}

.EventBlocHome-Container .Highlighted-Container .Date-Container {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #555;
}

.EventBlocHome-Container .Highlighted-Container h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0;
  text-transform: uppercase;
  color: #555;
}

.EventBlocHome-Container .Highlighted-Container p {
  font-size: 14px;
  color: #373737;
}

.EventBlocHome-Container .Main-Container {
  font-weight: 500;
  position: absolute;
  top: 170px;
  left: 50%;
  width: 50%;
  margin-left: -25%;
  padding: 30px 5%;
  text-align: center;
  color: #fff;
}

.EventBlocHome-Container .Main-Container p {
  font-size: 14px;
}

.EventBlocHome-Container .Main-Container a {
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
  padding: 15px 5%;
  text-decoration: none;
  text-transform: uppercase;
  color: #373737;
  background-color: #fff;
}

.EventBlocHome-Container .Main-Container a:hover {
  cursor: pointer;
  background-color: #f66;
}


/** POPIN / PREHOME **/

#homecache {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: .75;
  background-color: #000;
}

#homepopin {
  position: fixed;
  z-index: 100;
  top: 150px;
  left: 50%;
  display: none;
  width: 60%;
  max-width: 850px;
  height: auto;
  min-height: 475px;
  margin-left: -25%;
  background-color: #fff;
}

#homepopin header {
  display: none;
}

#homepopin i.fa-times {
  font-size: 20px;
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 5px;
  color: inherit;
}

#homepopin .newsletter {
  text-align: center;
  color: #fff;
}

#homepopin .newsletter i.fa.fa-envelope-o {
  font-size: 100px;
  margin-top: 30px;
  color: inherit;
}

#homepopin .newsletter h3 {
  font-size: 35px;
  color: inherit;
}

#homepopin .newsletter p {
  padding: 10px 0;
  color: inherit;
}

#homepopin .newsletter input[type=text] {
  min-width: 400px;
  padding: 10px 5px;
  color: #000;
  border: 0;
}

#homepopin .newsletter button {
  font-size: 25px;
  font-weight: 500;
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px;
  padding: 10px 30px;
  text-transform: uppercase;
  color: white;
  border: medium none;
  border-radius: 10px;
  background: #ea2527 none repeat scroll 0 0;
}

@media (max-width: 780px) {
  #homepopin {
    left: 5%;
    width: 90%;
  }
}

@media (max-width: 450px) {
  #homepopin {
    top: 50px;
    width: 86%;
    margin: 0;
  }
  #homepopin .newsletter i.fa.fa-envelope-o {
    font-size: 50px;
  }
  #homepopin .newsletter input[type=text] {
    width: 90%;
    min-width: 150px;
  }
  #homepopin .newsletter h3 {
    font-size: 1.5em;
    padding: 10px;
  }
  #homepopin .newsletter p {
    padding: 10px;
  }
  #homepopin .newsletter button {
    font-size: 16px;
  }
}


/** SLIDER **/

.swiper-container {
  height: auto;
}

.swiper-container img {
  width: 100%;
  min-height: inherit;
}

body.site-ffd .swiper-button-prev,
body.site-ffd .swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23ff6666\'%2F%3E%3C%2Fsvg%3E');
}

body.site-ffd .swiper-button-next,
body.site-ffd .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23ff6666\'%2F%3E%3C%2Fsvg%3E');
}

@media screen and (max-width: 450px) {
  .swiper-container {
    height: 250px;
  }
  .swiper-slide {
    overflow: hidden;
  }
  .swiper-container img {
    width: auto;
    max-width: none;
    height: 100%;
    margin-left: -33%;
  }
}

@media screen and (min-width: 1200px) {
  .swiper-container {
    /*width: 1280px;*/
    max-height: 410px;
  }
  .swiper-slide img {
    width: 100%;
  }
}


/** RESPONSIVE **/

@media (min-width: 768px) {
  .main-container {
    width: 750px;
  }
  .main-container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .main-container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .main-container {
    width: 1100px;
  }
}

@media screen and (min-width: 1200px) {
  body.front .main-container {
    width: 1280px;
  }
}

@media (max-width: 990px) {
  .EventBlocHome-Container .Highlighted-Container {
    top: 50px;
    left: 25%;
    width: 75%;
    margin-left: -12.5%;
  }
  .EventBlocHome-Container .Main-Container {
    top: 230px;
    left: 25%;
    width: 75%;
    margin-left: -12.5%;
  }
  .EventBlocHome-Container .Main-Container p {
    display: none;
  }
  .EventBlocHome-Container .Main-Container a {
    margin-top: 0;
  }
  .swiper-container .swiper-button-prev {
    display: none;
  }
  .swiper-container .swiper-button-next {
    display: none;
  }
}

@media (max-width: 768px) {
  .BlocHome-Container-Desktop {
    display: none;
  }
  body.front div.BlocHome-Container-Mobile {
    position: relative;
    display: block;
  }
  .EventBlocHome-Container .Highlighted-Container {
    top: 15px;
    left: 10%;
    width: 90%;
    margin-left: -5%;
    border: 10px solid #f66;
  }
  .EventBlocHome-Container .Main-Container {
    top: 148px;
    left: 10%;
    width: 90%;
    margin-left: -5%;
  }
  body.front .main-container span.highlighted-section {
    font-size: 30px;
  }
  .EventBlocHome-Container .Highlighted-Container .Date-Container {
    font-size: 24px;
  }
  .EventBlocHome-Container .Highlighted-Container h4 {
    font-size: 18px;
  }
  .EventBlocHome-Container .Highlighted-Container p {
    font-size: 16px;
  }
  .EventBlocHome-Container .Main-Container a {
    font-size: 16px;
    margin-top: 0;
    padding: 15px 2%;
  }
}

@media (max-width: 500px) {
  body.front .main-container span.highlighted-section {
    font-size: 20px;
  }
  body.front .main-container h2 {
    font-size: 26px;
  }
  .EventBlocHome-Container {
    height: 270px;
  }
  .EventBlocHome-Container img {
    height: 100%;
  }
}

@media screen and (min-width: 769px) {
  .img-responsive,
  .thumbnail > img,
  .thumbnail a > img,
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    height: auto;
  }
  .Slider-Text-Container {
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .Slider-Text-Container {
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
}


/* FRONT */

body.front h1 {
  margin: 0;
  padding: 0;
}

body.front h1:after {
  width: auto;
  height: auto;
  background: tranparent;
}


/* PAGES */

body.node-type-article article ul {
  list-style: none;
}

body.node-type-article article ul > li {
  padding: 5px 0 5px 30px;
}

body.node-type-article article ul > li:before {
  font-family: 'fontAwesome';
  margin-right: 10px;
  content: '\f0da';
}

body.node-type-article article ul.contextual-links > li:before {
  display: none;
}

body.node-type-article article ul > li > a,
body.node-type-article article ol > li > a {
  color: inherit;
}

body.node-type-article article ol > li {
  margin: 0 0 0 45px;
  line-height: 1.4;
  padding: 0;
}

h2, .text-formatted h2 {
  font-size: 16px;
  font-weight: 600;
  color: #f66;
}

h3, .text-formatted h3 {
  font-size: 16px;
  font-weight: normal;
  color: #f66;
}

.text-introduction {
  font-family: 'Ubuntu', sans-serif;
  line-height: 1.4;
  padding: 10px 0;
  color: #f66;
}

.cadre-avant {
  padding: 15px;
  color: #fff;
  background-color: #f66;
  margin-bottom: 10px;
}

.cadre-avant h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}


/* PICTURES GALERY */

body.node-type-pictures-galery div.pictures_galery img {
  width: 100%;
  margin: 15px 0;
}


/* MEDIA EMBED */

.media_embed {
  width: 100%;
  text-align: center;
}

.media_embed iframe {
  display: inline-block;
}


/* REASSURANCE */

#reassurance .bloc {
  margin-top: 50px;
}

#reassurance .bloc_1 {
  margin-top: 0;
}

#reassurance .bloc_2 {
  max-width: 60%;
  margin: 80px auto 0;
}

#reassurance .bloc_3 {
  max-width: 60%;
  margin: 80px auto 0;
}

#reassurance .bloc_3 img {
  float: left;
  margin-right: 20px;
}

#reassurance .bloc_4 {
  margin: 80px auto 0;
  padding: 50px 10%;
  text-align: center;
  color: #444;
  background-color: #fec0c1;
}

#reassurance .bloc_4 span {
  font-size: 26px;
  line-height: 24px;
}

#reassurance .bloc_4 i.fa {
  margin-right: 5px;
}

#reassurance .bloc_4 .buttons {
  margin-top: 50px;
}

#reassurance .bloc_4 .buttons button {
  font-size: 22px;
  width: 230px;
  padding: 10px 30px;
  color: #fff;
  border: 0;
  background-color: #e2001a;
}

#reassurance .bloc_4 .buttons button:nth-of-type(1) {
  margin-right: 30px;
}

#reassurance h3 {
  font-family: 'Capriola', sans-serif;
  font-size: 30px;
  max-width: 100%;
  margin: 0 auto 50px;
  text-align: left;
  text-transform: uppercase;
  /*56px;*/
  color: #606060;
}

#reassurance h3:after {
  display: inline-table;
  width: 72px;
  height: 5px;
  margin-left: 25px;
  content: '';
  vertical-align: middle;
  background: url(../img/h1-after.png) no-repeat;
}

@media (min-width: 750px) {
  #reassurance .bloc_1 h3 {
    max-width: 55%;
  }
}


/* HEADER MOBILE */

@media screen and (max-width: 450px) {
  body {
    padding-top: 100px;
  }
  body.front {
    padding-top: 150px;
  }
  header#header {
    position: fixed;
    z-index: 45;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100px;
    margin: 0;
  }
  #reassurance h3 {
    padding: 0 15px;
  }
  #reassurance .cadre-avant .col-sm-4 {
    border: 0 !important;
  }
  #reassurance .bloc_3,
  #reassurance .bloc_2 {
    max-width: 90%;
  }
  #reassurance .bloc_4 .buttons button {
    margin: 0 0 10px 0 !important;
  }
}

section#block-menu-block-6 h2.block-title {
  display: none;
}

section#block-menu-block-6 ul.menu {
  text-align: center;
}

section#block-menu-block-6 ul.menu li {
  display: inline-block;
}

section#block-menu-block-6 ul.menu li a {
  font-size: 12px;
  color: black;
}

section#block-menu-block-6 ul.menu li a:hover {
  text-decoration: underline;
  color: black;
  background: none;
}

section#block-footercustomblock span {
  cursor: pointer;
}

#secondary-block-footer {
  display: none;
}

#block-newsletterblocfooter {
  padding-left: 0;
}

.rteindent1 {
  margin-left: 40px;
}

.rteindent2 {
  margin-left: 80px;
}

.rteindent3 {
  margin-left: 120px;
}

.rteindent4 {
  margin-left: 160px;
}

.rteleft {
  text-align: left;
}

.rteright {
  text-align: right;
}

.rtecenter {
  text-align: center;
}

.rtejustify {
  text-align: justify;
}

.ibimage_left {
  float: left;
}

.ibimage_right {
  float: right;
}


/* 2020 */

.contentinfo {
  background: green;
  padding: 15px;
  margin: 15px;
}

.turn-white { filter: brightness(0) invert(1); }

.Numero-Container-Article { margin-bottom: 20px; }

.Numero-Container-Article img { margin-bottom: 5px; }

div.void {
  background-image: url('../img/nocloud.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 76px;
  border: 4px solid #f99494;
  background-color: #f66;
  border-radius: 5px;
  margin: 100px auto;
  padding: 20px 50px;
  max-width: 800px;
  display: table;
}

div.void.notfound { background-image: url('../img/404.png'); }

div.void > div {
  vertical-align: middle;
  display: table-cell;
}

div.void h1 {
  color: #fff;
}

div.void hr { border-top-color: #f99494; }

div.void p {
  line-height: 22px;
  font-size: 15px;
  color: #eee;
}

div.void p a {
  text-decoration: underline;
  color: #eee;
}

div#recettes-grid article.recette-item {
  padding: 7px;
  opacity: 0;
}

div#recettes-grid article.recette-item div.imgcontainer { padding: 7px; }

div#recettes-grid article.recette-item div.img {
  overflow: hidden;
}

div#recettes-grid article.recette-item img {
  transition: transform 1s;
  display: block;
  width: 100%;
}

div#recettes-grid article.recette-item > a.content {
  text-decoration: none;
  text-align: center;
  display: block;
  color: #333;
}

div#recettes-grid article.recette-item:nth-child(2n) > a.content { background-color: #f78f8f; }
div#recettes-grid article.recette-item:nth-child(2n+1) > a.content { background-color: #f66; }

div#recettes-grid article.recette-item h2 {
  font-family: Helvetica, sans-serif;
  padding: 0 10px;
  margin: 10px 0;
  color: #333;
}

div#recettes-grid article.recette-item p {
  font-family: Helvetica, sans-serif;
  padding: 0 10px 10px 10px;
  font-size: 13px;
}

div#recettes-grid article.recette-item > a.content:hover img { transform: scale(1.15) }

div#pager_recettes { padding-right: 37px; }

article.listing-menu-item {
  background-color: #fdd288;
  margin-bottom: 20px;
  position: relative;
}

article.listing-menu-item:hover { background-color: #ffdea5; }

article.listing-menu-item > a {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 10;
  left: 0;
  top: 0;
}

article.listing-menu-item header {
  background-color: #ffdea5;
}

article.listing-menu-item header h2 {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  line-height: 55px;
  padding: 0 5px;
  float: left;
  margin: 0;
}

article.listing-menu-item header span.author {
  text-align: right;
  display: inline-block;
  padding: 11px 5px;
  font-size: 14px;
  float: right;
  color: #333;
  margin: 0;
}

article.listing-menu-item div.illustration {
  position: relative;
  max-height: 174px;
  overflow: hidden;
  z-index: 2;
  padding: 0;
}

article.listing-menu-item div.illustration:after {
  box-shadow: 0 0 0 10px rgba(253, 210, 136, 0.7) inset;
  position: absolute;
  height: 100%;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
}

article.listing-menu-item div.illustration img {
  position: initial;
  display: block;
  z-index: 0;
}

article.listing-menu-item div.details > div.row > div {
  text-align: center;
  padding: 0;
}

article.listing-menu-item div.details h3 {
  position: relative;
  text-align: center;
  font-size: 14px;
  display: table;
  color: #333;
  height: 73px;
  width: 100%;
  margin: 0;
}

article.listing-menu-item div.details h3 > div {
  vertical-align: middle;
  display: table-cell;
  padding: 0 10px;
  height: 100%;
}

article.listing-menu-item div.details h3:after {
  background-image: url('../img/plus.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  display: block;
  height: 12px;
  width: 12px;
  right: -7px;
  content: "";
  top: 31px;
}

article.listing-menu-item div.details div.row > div:last-child h3:after { display: none; }

article.listing-menu-item div.details div.img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  height: 105px;
  width: 100%;
}

a#egdiabete {
  background-image: url('../img/egdiabete-1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  display: none !important;
  position: relative;
  margin-top: 11px;
  max-width: 100%;
  display: block;
  height: 110px;
  width: 165px;
  font-size: 0;
}

a#egdiabete:after {
  background-image: url('../img/egdiabete-2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  transition: opacity 0.2s;
  position: absolute;
  display: block;
  opacity: 0.01;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
}

a#egdiabete:hover:after { opacity: 1; }

header.headeren {
  background-image: url('/themes/ffd/img/header-en.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: 20px !important;
  background-size: auto 100%;
  padding: 0 !important;
  height: 141px;
}

header#header { padding-top: 20px; }

header#header a.toplink {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  vertical-align: middle;
  text-decoration: none;
  line-height: 20px;
  font-size: 14px;
  color: #373737;
  padding: 12px 2px;
}

header#header a.toplink:hover { background-color: #eee; }

header#header span.picto {
  padding: 1px 5px 3px 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin: -5px 3px 0 3px;
  vertical-align: middle;
}

header#header span.picto img {
  width: 18px;
}

header#header span.picto-red {
  background-color: #e2001a;
}

header#header span.picto-red img { width: 13px; }

div#mobilemenu {
  background-color: #fff;
  position: relative;
  max-width: 1110px;
}

div#mobilemenu.sticky {
  position: fixed;
  z-index: 40;
}

div#search { margin-top: 20px; }

div#search input.form-search {
  background-image: url('../img/search-icon.png');
  background-position: center right 16px;
  background-repeat: no-repeat;
  padding: 10px 60px 10px 20px;
  background-size: 20px 20px;
  border: 1px solid #ccc;
  border-radius: 30px;
  margin-left: auto;
  max-width: 450px;
  font-size: 14px;
  display: block;
  width: 100%;
}

div#search input.form-search:focus {
  border-color: #f66;
}

div#search div.form-actions { display: none; }

form#user-login-form {
  background-image: url('../img/secure-login.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 76px;
  border: 4px solid #f99494;
  background-color: #f66;
  border-radius: 5px;
  margin: 100px auto;
  padding: 20px 50px;
  width: 500px;
}

form#user-login-form label {
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-size: 15px;
  color: #fff;
}

form#user-login-form input[type="text"], form#user-login-form input[type="password"] {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fb8e8e;
  border-radius: 4px;
  text-align: center;
  padding: 6px 10px;
  display: block;
  margin: auto;
  color: #222;
  width: 200px;
}

form#user-login-form input[type="text"]:focus, form#user-login-form input[type="password"]:focus {
  border-color: rgba(255, 255, 255, 0.5);
}

form#user-login-form div.description {
  margin: 5px auto 20px auto;
  text-align: center;
  font-style: italic;
  font-size: 14px;
  color: #333;
  width: 300px;
}

form#user-login-form .form-submit {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #eee;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  padding: 10px 5px;
  font-size: 14px;
  display: block;
  margin: auto;
  width: 200px;
  color: #222;
}

form#user-login-form div.g-recaptcha > div { margin: auto; }

form.quickedit-field-form {
  background-color: #eee;
  font-size: 15px !important;
}
form.quickedit-field-form label, form.quickedit-field-form h1, form.quickedit-field-form h2, form.quickedit-field-form h3, form.quickedit-field-form h4, form.quickedit-field-form h5, form.quickedit-field-form h6 {
  font-size: 15px !important;
  font-weight: bold;
}

form.quickedit-field-form h4 {
  margin-bottom: 10px;
  display: block;
}

form.quickedit-field-form .tabledrag-toggle-weight-wrapper { display: none; }

form.quickedit-field-form a.tabledrag-handle .handle { width: 21px; }

form.quickedit-field-form .draggable td.field-multiple-drag { vertical-align: middle; }

form.quickedit-field-form .uneditable-input, form.quickedit-field-form input, form.quickedit-field-form select, form.quickedit-field-form textarea {
  border: 1px solid #888;
  margin-bottom: 10px;
  border-radius: 4px;
  max-width: 500px;
  padding: 5px;
}

form.quickedit-field-form .field-add-more-submit { margin: 15px 0 0 19px; }

form.quickedit-field-form .filter-wrapper { display: none; }

form.quickedit-field-form .field-suffix { display: none; }

form.quickedit-field-form div[data-drupal-selector="edit-actions"] { display: none; }

.articles_en_container { margin-bottom: 30px; }

.articles_en_container article {
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background: #eee;
  margin: 0 15px;
  padding: 20px;
  width: 220px;
}

.articles_en_container article h2 { color: #333; }

.articles_en_container .imagecontainer {
  overflow: hidden;
  display: block;
  height: 120px;
}

.form-template {
  background-color: #fcdca5;
  padding: 50px 0;
  color: #333;
  line-height: 28px;
  letter-spacing: 0.4px;
  position: relative;
  font-size: 17px;
}

.form-template form[data-loading="1"]:after {
  background-image: url('../img/loading.gif');
  background-color: rgba(255, 255, 255, 0.6);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  cursor: wait;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
}

.form-template h1 {
  padding: 0 20px 10px 20px;
  color: #555;
}

.form-template form {
  padding: 30px 0;
}

.form-template label.label {
  text-transform: uppercase;
  display: inline-block;
  font-weight: normal;
  font-size: 15px;
  color: #333;
}

.form-template .radio input[type="radio"], .form-template .radio-inline input[type="radio"], .form-template .checkbox input[type="checkbox"], .form-template .checkbox-inline input[type="checkbox"] {
  margin-top: 9px;
}

.form-template .radio-inline, .form-template .checkbox-inline { padding-left: 25px; }

.form-template label.label.require:after {
  margin: -4px 0 0 4px;
  color: #e2001a;
  content: "*";
  float: right;
}

.form-template textarea { min-height: 125px; }

.form-template .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(255, 102, 102, .6);
  border-color: #ddc2c2;
}

.form-template #g-recaptcha {
  margin-bottom: 20px;
  text-align: center;
  display: block;
  width: auto;
}

.form-template #g-recaptcha > div {
  border: 1px solid #fcdca5;
  margin: auto;
}

.form-template .form-control.has-error { border: 1px solid #e2001a; }
.form-template .label.has-error { color: #e2001a; }
.form-template #g-recaptcha.has-error > div { border: 1px solid #e2001a; }

div#errortext {
  text-align: center;
  font-size: 14px;
  color: #e2001a;
}

.form-template input[type="submit"] {
  background-color: #f66;
  text-transform: uppercase;
  padding: 20px 10px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  display: block;
  margin: 15px 0;
  width: 100%;
  border: 0;
}

.form-template div.form-valid {
  background-color: #95e195;
  text-align: justify;
  padding: 75px 20px;
}

.form-template div.form-valid div.title {
  margin-bottom: 25px;
  color: #444;
}
.form-template div.form-valid div.title::after, { display: none; }

.form-template div.form-valid ul {
  padding-left: 25px;
  list-style: disc;
}

.form-template div.form-valid ul li {
  padding-left: 5px;
  text-align: left;
}

#page-wrapper.search-page header#page-header,
#page-wrapper.search-page ol.breadcrumb,
#page-wrapper.search-page details#edit-advanced,
#page-wrapper.search-page a#edit-help-link,
#page-wrapper.search-page h2 { display: none; }

#page-wrapper.search-page div#edit-basic {
  display: inline-block;
  text-align: center;
  width: 100%;
}

#page-wrapper.search-page .container-inline div { display: inline-block; }

#page-wrapper.search-page div#edit-basic label { display: none; }

#page-wrapper.search-page form.search-form { margin-bottom: 40px; }

#page-wrapper.search-page form.search-form div.form-wrapper input#edit-keys {
  background-image: url('../img/search-icon.png');
  background-position: center right 16px;
  background-repeat: no-repeat;
  padding: 10px 60px 10px 20px;
  background-size: 20px 20px;
  border: 1px solid #ccc;
  border-radius: 30px;
  max-width: 500px;
  display: block;
  float: none;
  width: 100%;
  margin: 0;
}

#page-wrapper.search-page form.search-form div.form-wrapper input#edit-submit {
  background-color: #f66;
  display: inline-block;
  border-radius: 20px;
  margin: 0 0 0 15px;
  padding: 0 20px;
  color: #fff;
  width: auto;
  float: none;
  border: 0;
}

#page-wrapper.search-page div.search-result h3 {
  font-family: 'Capriola', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 0 20px 0;
  font-size: 16px;
}

#page-wrapper.search-page div.search-result a {
  text-decoration: none;
  display: block;
}

#page-wrapper.search-page div.search-result {
  transition: background-color 0.2s;
  border-bottom: 1px solid #f66;
  padding: 20px;
  margin: auto;
  width: 80%;
}

#page-wrapper.search-page div.search-result:hover {
  background-color: #eee;
}

#page-wrapper.search-page div.search-result:last-child { border-bottom: 0; }

#page-wrapper.search-page div.search-result p {
  letter-spacing: 0.3px;
  text-decoration: none;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}

#page-wrapper.search-page nav.pager a, #page-wrapper.search-page li.pager__item--ellipsis {
  background-color: #f66;
  border: 1px solid #f66;
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
  padding: 6px 12px;
  color: #fff;
  height: 33px;
}

#page-wrapper.search-page nav.pager {
  background-color: #fff;
  padding: 42px 0 0 0;
  margin: -2px 0 0 0;
}

#page-wrapper.search-page nav.pager li.is-active a {
  background-color: #fac7c6;
  color: #f66;
}

#page-wrapper.search-page .pager__items {
  text-align: right;
  margin: auto;
  width: 80%;
}

#page-wrapper.search-page li.pager__item--ellipsis {
  cursor: not-allowed;
}

#page-wrapper.search-page ol#breadcrumb-search { display: block; }

body.node-type-article h1.page-header {
  margin-bottom: 25px;
  padding-left: 15px;
}

a#logo {
  display: inline-block;
}

header .navbar-collapse #main-menu > li .optional_ffd_infos {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 250px;
  width: 300px;
  float: right;
}

header .navbar-collapse #main-menu > li .optional_ffd_infos > a {
  display: block;
  height: 100%;
  width: 100%;
}

section#quiz {
  background: #faa;
  padding: 50px;
}

section#quiz h1.page-header {
  color: #fff;
}

section#quiz ul.questions {
  list-style: none;
  display: block;
}

section#quiz ul.questions li {
  text-align: center;
  display: none;
}

section#quiz ul.questions li.active { display: block; }

section#quiz ul.questions li i { font-size: 13px; }

section#quiz ul.questions p {
  margin: 30px 0;
}

section#quiz ul.questions li label {
  font-weight: normal;
  cursor: pointer;
  display: block;
  margin: 15px 0;
}

section#quiz ul.questions li label input[type="radio"] {
  margin: 0 3px 0 0;
}

section#quiz ul.questions li button, a.quizlink {
  text-transform: uppercase;
  background-color: #fff;
  text-decoration: none;
  font-family: 'Ubuntu';
  text-align: center;
  font-weight: 500;
  border-radius: 0;
  padding: 6px 0;
  display: block;
  border: none;
  color: #f66;
  width: 100%;
}

section#quiz ul.questions li button:hover { background-color: #e6e6e6; }

section#quiz ul.questions li button.disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
  opacity: 0.5;
}

section#quiz div.resultat {
  max-width: 800px;
  margin: auto;
}

section#quiz div.resultat p {
  text-align: center;
  font-style: italic;
  font-size: 16px;
  display: block;
}

section#quiz div.resultat ul {
  list-style: none;
  display: block;
  margin: 0;
}

section#quiz div.resultat ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 75px;
  padding: 20px 0;
  font-size: 14px;
  display: block;
}

section#quiz div.resultat ul li:last-child { border-bottom: 0; }

section#quiz div.resultat ul li span.ok, section#quiz div.resultat ul li span.ko {
  margin: 2px 0 0 0;
  font-size: 26px;
  display: block;
}

section#quiz div.resultat ul li span.ok { color: #207718; }
section#quiz div.resultat ul li span.ko { color: #d51919; }

div#home-prehome {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  display: none;
  z-index: 100;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

div#home-prehome > div {
  display: table;
  height: 100%;
  margin: auto;
  width: auto;
}

div#home-prehome > div > div {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  height: 100%;
  width: 100%;
}

div#home-prehome > div > div a {
  display: inline-block;
  position: relative;
  font-size: 0;
}

div#home-prehome > div > div a img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  position: relative;
  max-width: 100%;
}

div#home-prehome > div > div > span.closeit {
  margin-bottom: 7px;
  cursor: pointer;
  float: right;
}

div#home-prehome > div > div > span.closeit i {
  font-size: 30px;
  color: #fff;
}

div#home-popin {
  text-align: right;
  position: fixed;
  display: none;
  z-index: 16;
  bottom: 0;
  right: 0;
}

div#home-popin span.closeit {
  margin: 0 7px 7px 0;
  cursor: pointer;
  float: right;
}

div#home-popin span.closeit i {
  font-size: 18px;
  color: #333;
}

div#home-popin a { display: inline-block; }

iframe.iframe {
  max-width: 100%;
  display: block;
}

div#ville_list {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 14px;
  top: 44px;
}

div#ville_list ul {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #ddd;
  background-color: #fff;
  max-width: 100%;
  width: 370px;
  padding: 0;
}

div#ville_list ul li {
  border-bottom: 1px solid #ddd;
  padding: 6px 4px 6px 15px;
  cursor: pointer;
  display: block;
  z-index: 15;
  width: 100%;
}

div#ville_list ul li i {
  font-size: 13px !important;
  color: #999 !important;
}

div#ville_list ul li:hover { background-color: #eee; }

div#ville_list ul li:last-child { border-bottom: 0; }

.sommaire_cliquable {
  border: 1px dashed #f66;
  margin: 15px 0 20px 0;
  padding: 15px 0;
}

ul.events_manif {
  background-color: #eee;
  padding: 0 8px;
}

ul.events_manif li {
  border-bottom: 1px solid #999;
  padding: 8px 0;
}

ul.events_manif li:last-child { border-bottom: 0; }

.row .messages.messages--status[role="contentinfo"] {
  margin-right: 15px;
  margin-left: 23px;
  margin-bottom: 25px;
}

div#infographie-container {
  text-align: center;
  margin: 25px auto;
}

div#infographie-container > div {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  font-size: 0;
}

div#infographie-container img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  max-width: 100%;
  display: block;
  height: auto;
  width: auto;
}

div#infographie-container div.zone {
  position: absolute;
}

div#infographie-container div.zone a {
  display: block;
  height: 100%;
  width: 100%;
  outline: 0;
}

/* Masquer header sur une page */
body[data-node="7164"] header#header,
body[data-node="7164"] ol.breadcrumb,
body[data-node="7164"] header#page-header { display: none !important; }
/* -- */
body[data-node="7156"] form#ffd-module-home-newsletter-form, body[data-node="7157"] form#ffd-module-home-newsletter-form { display: none !important; }

.newsletter-img {
  margin-bottom: 20px;
}

/* Petite modification sur page /abonnement-programme-slow-diabete */
body[data-node="7157"] h1:after {
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
    margin-top: 15px!important;
}

}

