@charset "UTF-8";
a,
a *,
.last-article-content,
.last-article-content *,
.navbar-default .navbar-toggle .icon-bar,
input[type="submit"],
.retour-evenement-title h2,
.evenement-box-aside-mail button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.alignleft {
  float: left;
  margin: 0 15px 30px 0;
}

.aligncenter {
  display: block;
  margin: 0 auto 30px auto;
}

.alignright {
  float: right;
  margin: 0 0 30px 15px;
}

.alignnone {
  float: none;
  display: block;
  margin-bottom: 30px;
}

.size-full {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.wp-caption .size-full {
  margin-bottom: 0;
}

p .alignleft {
  float: left;
  margin: 5px 15px 30px 0;
}

p .aligncenter {
  display: block;
  margin: 5px auto 30px auto;
}

p .alignright {
  float: right;
  margin: 5px 0 30px 15px;
}

p .alignnone {
  float: none;
  display: block;
  margin: 5px 0 30px 0;
}

p .size-full {
  width: 100%;
  height: auto;
  margin: 5px 0 30px 0;
}

.pagination {
  text-align: center;
  width: 100%;
  margin: 50px 0 0;
}
.pagination span.page-numbers,
.pagination a.page-numbers {
  color: #333;
  background: white;
  padding: 5px 10px;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
  margin-right: 3px;
  display: inline-block;
  margin-top: 7px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .page-numbers.current,
.pagination a.page-numbers:hover,
.pagination a.page-numbers:focus,
.pagination a.page-numbers:active {
  color: white;
  background: #ce0a38;
  text-decoration: none;
}

/*.styled-select {
    height: 34px;
    overflow: hidden;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #f3f3f3;
    border: 1px solid #bfbfbf;
    position: relative;
}
.styled-select:after {
    content: '';
    display: block;
    background: none;
    width: 0;
    height: 0;

    border-top: 6px solid #333;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;

    z-index: 100;
    position: absolute;
    right: 15px;
    top: 14px;
}
.styled-select select {
   width: 110%;
   height: 34px;
   background: transparent;
   border: none;
   font-size: 14px;
}
.styled-input-text {
    width: 100%;
    height: 34px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #f3f3f3;
    border: 1px solid #bfbfbf;
    position: relative;
    padding: 5px;
}

.container-fluid {
    padding: 0;
}
.navbar-brand img {
    height: 100%;
    width: auto;
}*/
body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.archive .wrapper,
.strategie-categorie .wrapper,
.search .wrapper,
.single .wrapper,
.page .wrapper,
.page-template-template-presentation .wrapper,
.page-template-page-contact .wrapper,
.blog .wrapper ,
.error404 .wrapper {
  background: #f0f2f4;
  padding-top: 160px;
  padding-bottom: 50px;
}

.home .wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

header ul,
footer ul,
.mmm-breadcrumb ul,
.single__tags ul {
  list-style: none;
}

.mmm-breadcrumb {
  padding-top: 30px;
}

ul.sub-menu {
  display: none;
}

.mmm-title:before {
  content: "";
  display: block;
  margin: 0 auto 40px;
  height: 40px;
  width: 4px;
}

.mmm-title--blue:before {
  background: #275177;
}

.mmm-title--red:before {
  background: #ce0a38;
}

.mmm-title--yellow:before {
  background: #feb539;
}

.mmm-button a,
.mmm-button input[type="submit"],
.mmm-button button,
.menu__list:last-child a {
  color: white;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 2px;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.mmm-button a:hover,
.mmm-button input[type="submit"]:hover,
.mmm-button button:hover,
.menu__list:last-child a:hover .mmm-button a:focus,
.mmm-button input[type="submit"]:focus,
.mmm-button button:focus,
.menu__list:last-child a:focus {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.mmm-button--center {
  text-align: center;
}

.mmm-button--blue a,
.mmm-button--blue input[type="submit"],
.mmm-button--blue button {
  background: #275177;
}

.mmm-button--red a,
.mmm-button--red input[type="submit"],
.mmm-button--red button,
.menu__list:last-child a {
  background: #ce0a38;
}

.mmm-button--white a,
.mmm-button--white input[type="submit"],
.mmm-button--white button {
  background: white;
}

.mmm-button--white.mmm-button--blue a,
.mmm-button--white.mmm-button--blue input[type="submit"],
.mmm-button--white.mmm-button--blue button {
  color: #275177;
}

.mmm-button--white.mmm-button--red a,
.mmm-button--white.mmm-button--red input[type="submit"],
.mmm-button--white.mmm-button--red button {
  color: #ce0a38;
}

.mmm-light-text {
  font-size: 2rem;
  font-weight: 300;
  color: #232323;
  line-height: 3.5rem;
}

.mmm-ellipsis {
  overflow: hidden;
  position: relative;
  line-height: 3.5em;
  max-height: 7em;
  margin-right: -1em;
  padding-right: 1em;
}

.mmm-ellipsis:before {
  content: "\00a0\00a0[\00a0...\00a0]";
  position: absolute;
  right: 15px;
  bottom: 0;
  background: #f0f2f4;
  height: 3.5rem;
  font-size: 2rem;
  -webkit-box-shadow: -7px 3px 10px 0px #f0f2f4;
  -moz-box-shadow: -7px 3px 10px 0px #f0f2f4;
  box-shadow: -7px 3px 10px 0px #f0f2f4;
}

.mmm-ellipsis:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.archivepost__text--mmm-ellipsis {
  overflow: hidden;
  position: relative;
  max-height: 5.2em;
}

.archivepost__text--mmm-ellipsis:before {
  content: "\00a0\00a0[\00a0...\00a0]";
  position: absolute;
  right: 15px;
  bottom: 0;
  background: white;
  height: 3.5rem;
  font-size: 2rem;
  -webkit-box-shadow: -7px 3px 10px 0px #fff;
  -moz-box-shadow: -7px 3px 10px 0px #fff;
  box-shadow: -7px 3px 10px 0px #fff;
}

.archivepost__text--mmm-ellipsis:after {
  content: "";
  position: absolute;
  right: -5px;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.single__col--right .mmm-ellipsis:before,
.presentation__actus .actu__content .mmm-ellipsis:before {
  background: white;
  -webkit-box-shadow: -7px 3px 10px 0px white;
  -moz-box-shadow: -7px 3px 10px 0px white;
  box-shadow: -7px 3px 10px 0px white;
}

.mmm-breadcrumb li {
  display: inline-block;
  color: #9c9c9c;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding-top: 0;
  padding-bottom: 0;
  letter-spacing: 2px;
}

.mmm-breadcrumb li:after {
  content: "/";
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.mmm-breadcrumb ul li:last-child:after {
  content: none;
}

.mmm-breadcrumb li a {
  color: #9c9c9c;
}

.mmm-breadcrumb li a:hover,
.mmm-breadcrumb li a:focus {
  color: #232323;
}

.navbar {
  min-height: 130px;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
}

.admin-bar .navbar {
  top: 32px;
  z-index: 99998;
}

.home .navbar.navbar-default {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.navbar.navbar-default,
.navbar.navbar-default.menu-white {
  background: white;
}

.navbar-nav {
  margin: 0 -15px;
  position: absolute;
  right: 15px;
  bottom: -12px;
}

.navbar .dropdown-menu {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  right: auto;
  background: #676767;
}

.navbar > .container {
  position: relative;
}

.dropdown-menu > li > a {
  color: #fff;
}

.navbar-header {
  position: relative;
  z-index: 10000;
}

.navbar-default {
  border: none;
}

.navbar-default .navbar-brand {
  margin-left: 15px;
  padding: 0;
  height: auto;
  padding-top: 10px;
}

.navbar-default .navbar-brand img {
  height: 100%;
  width: auto;
  padding: 5px;
}

.navbar-default .navbar-collapse {
  border: none;
  position: relative;
}

.navbar-default .navbar-nav > li > a {
  padding-top: 30px;
  padding-bottom: 26px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  color: #333;
  background: none;
}

.navbar-default .navbar-toggle {
  background: none;
  border: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ce0a38;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background: none;
}

.navbar-default .navbar-toggle .icon-bar-first {
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  margin-top: 4px;
}

.navbar-default .navbar-toggle .icon-bar-second {
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
  margin-top: -2px;
}

.navbar-default .navbar-toggle .icon-bar-three {
  opacity: 0;
}

.navbar-default .navbar-toggle.collapsed .icon-bar-first {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
  margin-top: 0px;
}

.navbar-default .navbar-toggle.collapsed .icon-bar-second {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
  margin-top: 4px;
}

.navbar-default .navbar-toggle.collapsed .icon-bar-three {
  opacity: 1;
}

.navbar-nav > li.navbar-don a {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0;
}
.navbar-nav > li.navbar-don a span {
  display: inline-block;
  background: #ce0a38;
  color: white;
  text-transform: uppercase;
  padding: 5px 15px;
  font-weight: bold;
  border-radius: 0;
}
.navbar-nav > li.navbar-don a:hover span {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.upper-menu {
  position: absolute;
  right: 15px;
  top: 15px;
}
.upper-menu form {
  position: absolute;
  left: 0;
  z-index: 1000;
  width: 100%;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  padding: 0;
  display: none;
}
.upper-menu form svg:first-of-type {
  width: 40px;
  height: 32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.upper-menu form input[type="text"] {
  width: 100%;
  height: 32px;
  padding: 5px 50px 5px 50px;
}
.upper-menu form input[type="submit"] {
  width: 50px;
  height: 32px;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 0;
  background: none;
  z-index: 10;
}
.upper-menu form svg:last-of-type {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.upper-menu .upper-menu-search {
  float: left;
  margin-right: 15px;
}
.upper-menu .upper-menu-search svg {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.upper-menu .wpml-ls-legacy-dropdown {
  float: left;
  width: 11em;
  margin-right: 15px;
}
.upper-menu .upper-menu-social {
  float: left;
}
.upper-menu .upper-menu-social ul {
  list-style: none;
}
.upper-menu .upper-menu-social ul li:last-child {
  margin-right: 0;
}
.upper-menu .upper-menu-social ul li {
  display: inline-block;
  margin-right: 15px;
}
.upper-menu .upper-menu-social ul li a {
  position: relative;
  display: inline-block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.upper-menu .upper-menu-social ul li a span {
  position: absolute;
  color: #ffffff;
  background: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding: 0 15px;
  width: 100px;
}
.upper-menu .upper-menu-social ul li a span:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.upper-menu .upper-menu-social ul li a:hover span {
  visibility: visible;
  opacity: 0.8;
  top: 30px;
  left: -170%;
  z-index: 999;
}
.upper-menu .upper-menu-social ul li a img[src*="facebook"] + span {
  background: #275176;
}
.upper-menu .upper-menu-social ul li a img[src*="facebook"] + span:after {
  border-bottom-color: #275176;
}
.upper-menu .upper-menu-social ul li a img[src*="twitter"] + span {
  background: #4dc5f0;
}
.upper-menu .upper-menu-social ul li a img[src*="twitter"] + span:after {
  border-bottom-color: #4dc5f0;
}
.upper-menu .upper-menu-social ul li a img[src*="youtube"] + span {
  background: #e62117;
}
.upper-menu .upper-menu-social ul li a img[src*="youtube"] + span:after {
  border-bottom-color: #e62117;
}
.upper-menu .upper-menu-social ul li a img[src*="linkedin"] + span {
  background: #275176;
}
.upper-menu .upper-menu-social ul li a img[src*="linkedin"] + span:after {
  border-bottom-color: #275176;
}
.upper-menu .upper-menu-social ul li a img[src*="mail"] + span {
  background: #feb539;
}
.upper-menu .upper-menu-social ul li a img[src*="mail"] + span:after {
  border-bottom-color: #feb539;
}

header {
  background: white;
  height: 130px;
  position: relative;
  z-index: 1000;
}

.home header {
  background: rgba(255, 255, 255, 0.5);
}

.menu {
  position: absolute;
  bottom: 30px;
  right: 15px;
}

.menu__logo {
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
}

.menu__list {
  display: inline-block;
}

.menu__list a {
  color: #282828;
  font-size: 1.8rem;
  font-weight: 600;
  margin-right: 20px;
}

.banner {
  min-height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  margin-top: 0;
  padding-top: 200px;
  position: relative;
}
.banner .container{
  position: relative;
  z-index: 10;
}
.banner:after{
  display: block;
  content: "";
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
}

.banner__title {
  font-size: 0;
  margin-bottom: 60px;
}

.banner__belgium {
  color: #ce0a38;
  margin-bottom: 0 0 10px;
  font-size: 4rem;
  line-height: 4.5rem;
  font-weight: bold;
}

.banner__text {
  color: white;
  margin-bottom: 50px;
  font-size: 2rem;
  line-height: 4.5rem;
  font-weight: bold;
}

.banner__button a {
  margin-bottom: 60px;
  font-size: 1.8rem;
}

#homebandeau {
  background-color: #fff;
  padding: 3rem 0;
}
#homebandeau .left {
  background-color: #275177;
  padding: 8rem;
}
#homebandeau .left .title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 3rem;
}
#homebandeau .left .text {
  color: #fff;
  margin-bottom: 3rem;
}
#homebandeau .left .link {
  background-color: #fff;
  color: #23527c;
  padding: 1rem 3rem;
  font-weight: 800;
  border-radius: 4px;
  display: inline-block;
}
#homebandeau iframe{
  width: calc(100% + 30px);
  height: 100%;
  margin-left: -15px;
}
.row-eq-height {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.typologies {
  background: white;
  padding-bottom: 50px;
}

.typologie {
  min-height: 650px;
}

.typologies__title,
.reseau__title,
.soutenir__title {
  color: #275177;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 3.6rem;
  font-family: "Open Sans Condensed", sans-serif;
  letter-spacing: 3px;
  word-wrap: break-word;
}

.typologies__text,
.typologie__text {
  text-align: center;
  margin-bottom: 80px;
}

.typologies__action {
  background: #f0f2f4;
}

.typologies__action .typologie {
  min-height: 0;
}

.typologie__text--sup {
  min-height: 0;
}

.typologie:first-child .typologie__title a {
  color: #66c0b2;
}

.typologie .typologie__title a {
  color: #4dc5f1;
  font-weight: bold;
  font-family: "Open Sans Condensed", sans-serif;
}

.typologie:last-child .typologie__title a {
  color: #fd9758;
}

.typologie__image {
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
}

.typologie__title {
  text-align: center;
  margin-bottom: 40px;
}

.typologie__text {
  padding-left: 30px;
  padding-right: 30px;
}

.typologie__button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.delegations{
  position: relative;
  height: 515px;
}
.delegations .image{
  width: 60%;
  height: 100%;
  position: absolute;
}
.delegations .texte{
  padding: 55px;
}
.delegations .texte h2{
  font-family: "Open Sans Condensed", sans-serif;
  color: white;
  font-size: 4em;
  margin: 20px 0;
}
.delegations .texte p{
  color: white;
  font-size: 1.4em;
  margin: 0 0 40px;
}
.delegations .mmm-button a{
  background: white;
  color: #ce0a38;
  border: none;
}
.delegations,
.delegations > .container {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(58%, transparent),
    color-stop(0%, #ce0a38)
  );
  background: -webkit-linear-gradient(left, transparent 58%, #ce0a38 0%);
  background: -o-linear-gradient(left, transparent 58%, #ce0a38 0%);
  background: linear-gradient(90deg, transparent 58%, #ce0a38 0%);
}
.delegations > .container {
  position: relative;
  z-index: 11;
  height: 100%;
}

.delegations__title {
  color: white;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 4.5rem;
  font-size: 3.5rem;
  margin-top: 200px;
  margin-bottom: 50px;
}

.delegations__text {
  color: white;
  margin-bottom: 200px;
}

.delegations__text b {
  color: white;
  font-family: "Open Sans Condensed", sans-serif;
  letter-spacing: 0px;
  line-height: 1rem;
  font-size: 2rem;
}

.delegation {
  margin-top: 50px;
  padding-left: 180px;
  position: relative;
}

.delegation__image {
  display: inline-block;
  background: url("../../imgs/delegations.jpeg") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  width: 78px;
  height: 78px;
  position: absolute;
  left: 50px;
}

.delegation__image--eu {
  background-position: -0px -0px;
}

.delegation__image--onu {
  background-position: -0px -78px;
}

.delegation__image--unesco {
  background-position: -0px -156px;
}

.delegation__title {
  color: #275177;
  font-family: "Open Sans Condensed", sans-serif;
  margin-top: 0;
  margin-bottom: 30px;
}

.delegation__text {
  margin-bottom: 15px;
}

.col-sm-8 .row:last-child .delegation__button {
  margin-bottom: 50px;
}

.chiffres {
  background: url("../../imgs/mmm-opacity.png") no-repeat #275177;
  background-size: 70%;
  background-position: -70%;
}

.row > .chiffre__col:first-child {
  margin-left: 12.5%;
}

.chiffres__title {
  color: #e9ecef;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 4.5rem;
  font-size: 3.5rem;
  margin-top: 40px;
  margin-bottom: 90px;
  text-align: center;
}

.chiffre__number {
  color: #feb539;
  font-size: 6rem;
  position: absolute;
  left: -10px;
  top: -50px;
  font-weight: 800;
}

.chiffre__text {
  font-family: "Open Sans Condensed", sans-serif;
  background: white;
  color: #275177;
  padding: 40px 25px;
  font-size: 2rem;
  margin: 0 15px 80px;
  min-height: 260px;
  display: block;
}

a.chiffre__text {
  cursor: pointer;
}

.reseau {
  background: url("../../imgs/reseau-bg.jpg") no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}

.reseau .mmm-light-text {
  margin-bottom: 40px;
}

.reseau__flag {
  display: inline-block;
  width: 25%;
  float: left;
}

.reseau__flag {
  display: inline-block;
  width: 25%;
  float: left;
  text-align: center;
}

.reseau__pays {
  margin-top: 15px;
  max-width: 50%;
  margin: 30px auto 0;
}

#reseau h3,
.reseau__pays a {
  font-size: 2rem;
  color: #ce0a38;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
}
#reseau h3{
  font-size: 2.5rem;
}

.soutenir {
  background: #f0f2f4;
}

.soutenir__text {
  text-align: center;
  color: #275177;
}

.soutenir__col {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.soutenir__action a {
  font-family: "Open Sans Condensed", sans-serif;
  color: #275177;
  display: block;
  width: 100px;
  margin: 0 auto;
}

.actus {
  padding-bottom: 30px;
}

.actus .mmm-button--center {
  margin-top: 30px;
  margin-bottom: 30px;
}

.actu {
  margin-bottom: 30px;
}

.actu__thumbnail img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.actu__content {
  background: #f0f2f4;
  padding: 30px 15px;
  height: 330px;
}

.actu__content .mmm-ellipsis {
  max-height: 20rem;
  margin-bottom: 40px;
}

.actu__title {
  line-height: 3.5rem;
  margin-bottom: 0;
  margin-top: 0;
}

.actu__title a {
  color: #275177;
  font-family: "Open Sans Condensed", sans-serif;
}

.actu__date {
  color: #979797;
  font-size: 1.25rem;
  margin-bottom: 1.75rem;
  line-height: 1.5rem;
}

.actu__text {
  color: #232323;
  font-size: 2rem;
  line-height: 3.5rem;
  max-height: 14rem;
  margin-bottom: 0;
  font-weight: 300;
}

.actu__read {
  color: #ce0a38;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
}

.newsletter {
  background-color: #ce0a38;
  background-repeat: no-repeat, no-repeat;
  background-position: 100%, 0%;
  background-size: contain, 40%;
  padding-top: 70px;
  padding-bottom: 50px;
}

.newsletter__title {
  color: white;
  font-family: "Open Sans Condensed", sans-serif;
  margin-bottom: 30px;
}

.newsletter__text {
  color: white;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.newsletter__legend {
  display: none;
}

.newsletter__inputs {
  float: left;
  width: 47.5%;
  margin-bottom: 30px;
  margin-right: 5%;
}

.newsletter__inputs:nth-child(odd) {
  margin-right: 0%;
}

.newsletter__inputs label {
  display: none;
}

.newsletter__inputs input {
  background: rgba(255, 255, 255, 0.4);
  border: none;
  border-left: 2px solid white;
  width: 100%;
  padding: 5px 15px;
}

.newsletter__inputs ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.7);
}

.newsletter__inputs ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
}

.newsletter__inputs :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.7);
}

.newsletter__inputs :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.7);
}

.newsletter__form .mmm-button--center input {
  background: white;
  color: #ce0a38;
  border: none;
}

.footer {
  background: #275177;
}
.footer .footer__menu > ul > .menu-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 19.5%;
  font-family: "Lato", sans-serif;
}
.footer .footer__menu > ul > .menu-item > a {
  color: white;
  display: inline-block;
  padding: 5px 0 5px 15px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 0;
  letter-spacing: 1px;
}
.footer .footer__menu > ul .menu-item-has-children {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 19.5%;
  font-family: "Lato", sans-serif;
}
.footer .footer__menu > ul .menu-item-has-children a {
  color: white;
  display: inline-block;
  padding: 5px 0 5px 15px;
}
.footer .footer__menu > ul .menu-item-has-children > a {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 0;
  letter-spacing: 1px;
}
.footer .footer__menu > ul ul {
  display: block;
}

.footer__top {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer__topmenu li a {
  color: white;
}

.footer__topsocial li {
  display: inline-block;
  margin-right: 30px;
  margin-top: 30px;
}

.footer__topdon {
  text-align: center;
}

.footer__topdon a {
  display: inline-block;
  background: #ce0a38;
  color: white;
  text-transform: uppercase;
  padding: 5px 15px;
  font-weight: bold;
  border-radius: 0;
  margin-top: 30px;
  text-decoration: none;
}

.footer__topdon a:hover {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.footer__copyright {
  text-align: center;
  color: white;
  padding-bottom: 15px;
}
.footer__copyright > ul {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 2px solid #68869e;
  border-bottom: 2px solid #68869e;
}
.footer__copyright a {
  color: white;
}

.footer__menu > ul {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 2px solid #68869e;
  border-bottom: 2px solid #68869e;
}

.footer__adress {
  margin: 25px auto;
  text-align: center;
  color: white;
}
.footer__adress p {
  margin-bottom: 5px;
  font-size: 1.25rem;
}

.footer__adresstitle {
  text-transform: uppercase;
}

.footer__logos {
  text-align: center;
  margin: 0 auto 25px;
}

.footer__logos img {
  margin-right: 15px;
  margin-bottom: 15px;
}

.footer__copyright p {
  margin-bottom: 0;
}

.single__colinside,
.page__colinside,
.single__comments,
.presentation__colinside {
  background: white;
  padding: 0 50px 80px;
}

.page__colinside {
  padding: 0 50px 30px;
  overflow: auto;
}

.page__title,
.single__title {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  color: #ce0a38;
  letter-spacing: 3px;
}

.single__title {
  margin-top: 15px;
}

.page__title {
  padding-top: 50px;
  padding-bottom: 20px;
}

.page__print {
  text-align: center;
  margin-bottom: 50px;
}
.page__print img {
  cursor: pointer;
}

.single__date {
  text-align: center;
  margin-bottom: 0;
  color: #9c9c9c;
  font-size: 1.4rem;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 50px;
  letter-spacing: 2px;
}

.single__chapo {
  font-size: 2rem;
  line-height: 3.5rem;
  margin-bottom: 2rem;
  font-weight: 300;
}

.single__thumbnail {
  margin-bottom: 25px;
}
.single__thumbnail img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.single__content,
.page__content,
.presentation__description {
  font-size: 2rem;
  line-height: 3.5rem;
  font-weight: 300;
}
.single__content p,
.single__content li,
.page__content p,
.page__content li,
.presentation__description p,
.presentation__description li {
  font-size: 2rem;
  line-height: 3.5rem;
  margin-bottom: 3.5rem;
  font-weight: 300;
  list-style: none;
}
.single__content li,
.page__content li,
.presentation__description li {
  padding-left: 1em;
  text-indent: -0.7em;
  margin-bottom: 2rem;
  counter-increment: list;
}
.single__content li:before,
.page__content li:before,
.presentation__description li:before {
  content: "• ";
  color: #cf0e39;
  font-size: 4rem;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
}
.single__content ol li:before,
.page__content ol li:before,
.presentation__description ol li:before {
  content: counter(list);
  font-size: 2rem;
  margin-right: 1.5rem;
  font-weight: bold;
}
.single__content h2,
.single__content h3,
.page__content h2,
.page__content h3,
.presentation__description h2,
.presentation__description h3 {
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  color: #275177;
  letter-spacing: 3px;
  margin: 6.7rem 0 4rem 0;
}
.single__content h3,
.page__content h3,
.presentation__description h3 {
  margin: 3.8rem 0 4.1rem 0;
}
.single__content blockquote,
.page__content blockquote,
.presentation__description blockquote {
  font-family: "Open Sans Condensed", sans-serif;
  border-left: none;
  color: #ce0a38;
  padding: 20px 0;
  margin-bottom: 2rem;
  overflow: auto;
  position: relative;
}
.single__content blockquote:before,
.single__content blockquote:after,
.page__content blockquote:before,
.page__content blockquote:after,
.presentation__description blockquote:before,
.presentation__description blockquote:after {
  content: "";
  display: block;
  height: 1px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #c5c5c5),
    color-stop(50%, transparent)
  );
  background: -webkit-linear-gradient(left, #c5c5c5 50%, transparent 50%);
  background: -o-linear-gradient(left, #c5c5c5 50%, transparent 50%);
  background: linear-gradient(to right, #c5c5c5 50%, transparent 50%);
  background-size: 30px 1px;
  position: absolute;
  left: 0;
  right: 0;
}
.single__content blockquote:before,
.page__content blockquote:before,
.presentation__description blockquote:before {
  top: 0;
}
.single__content blockquote:after,
.page__content blockquote:after,
.presentation__description blockquote:after {
  bottom: 0;
}
.single__content blockquote p,
.page__content blockquote p,
.presentation__description blockquote p {
  line-height: 2.5rem;
}
.single__content iframe,
.page__content iframe,
.presentation__description iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  min-height: 400px;
}
.single__content ul,
.single__content ol,
.page__content ul,
.page__content ol,
.presentation__description ul,
.presentation__description ol {
  padding-left: 20px;
}
.single__content img,
.page__content img,
.presentation__description img {
  max-width: 100%;
  height: auto;
}
.single__content img,
.page__content img,
.presentation__description img {
  max-width: 100%;
  height: auto;
}
.single__content img[width],
.page__content img[width],
.presentation__description img[width] {
  width: auto;
  height: auto;
}

.single__col--right .actu__content {
  background: white;
}

.single__sidebartitle {
  border-top: 8px solid #ce0a38;
  padding-top: 30px;
}

.single__sidebartitle h2 {
  color: #275177;
  font-family: "Open Sans Condensed", sans-serif;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center;
}

.single__allcategory {
  background: #ce0a38
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAPCAYAAAA2yOUNAAAAaElEQVQokYXRwQ2AMAiFYRb1aqK2Gzhfr07hHL8XTCh5KEnD5etLoQaswOXd1DEHbx0VWpmrKWSeUMJ4oyW4K6TgppB5QqxTjpwS7z8gk+Q6IujVGiowfZEBSwI9v9OA8QVi0vAuV/IAvjrGmjM92L4AAAAASUVORK5CYII=")
    no-repeat 90% center;
  padding: 15px 30px;
  color: white;
  display: block;
  font-size: 1.8rem;
  text-decoration: none;
  letter-spacing: -1px;
  font-weight: 300;
}

.single__allcategory:hover {
  text-decoration: none;
  color: white;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.single__allcategory span {
  border-left: 2px solid white;
  padding: 3px 0 0 15px;
  display: inline-block;
  margin-bottom: 0;
}

.single__allcategory span:last-child {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}

.single__comments {
  margin-top: 3px;
  padding-top: 50px;
}

.single__share {
  margin-bottom: 50px;
}

.single__share a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  padding: 7px 15px;
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
  height: 30px;
}

.single__share a:last-child {
  margin-right: 0;
}

.single__share a:hover,
.single__share a:focus {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.single__share a img {
  margin-right: 5px;
  display: inline-block;
}

.single__share--facebook {
  background: #16639f;
}

.single__share--twitter {
  background: #3ecbe9;
}

.single__share--linkefin {
  background: #275176;
}

.single__share--print {
  background: #969696;
}

.single__share--email {
  background: #feb539;
}

.single__tags p {
  color: #4f5868;
  font-weight: 600;
  display: inline-block;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.single__tags ul,
.single__tags ul li {
  display: inline-block;
}
.single__tags ul a,
.single__tags ul li a {
  font-size: 1.2rem;
  display: block;
  padding: 10px 20px;
  background: #275177;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.single__tags ul a:hover,
.single__tags ul a:focus,
.single__tags ul li a:hover,
.single__tags ul li a:focus {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  text-decoration: none;
}

.archive__colinside {
  background: white;
  padding: 0 50px 50px;
  margin-bottom: 20px;
}

.archive__title {
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  color: #ce0a38;
  letter-spacing: 3px;
  margin-bottom: 50px;
  word-break: break-word;
}

.archive__tags p {
  color: #4f5868;
  font-weight: 600;
  display: inline-block;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.archive__tags ul,
.archive__tags ul li {
  display: inline-block;
}

.archive__tags ul li a {
  font-size: 1.2rem;
  display: block;
  padding: 10px 20px;
  background: #275177;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.archive__tags ul li a:hover,
.archive__tags ul li a:focus {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  text-decoration: none;
}

.archivepost {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.archivepost__thumbnail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /*max-width: 450px;*/
  height: auto;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
}

.archivepost__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px;
  max-width: 690px;
  float: left;
  background: white;
}

.archivepost__title {
  margin-bottom: 0;
  margin-top: 0;
}

.archivepost__title a {
  color: #275177;
  font-family: "Open Sans Condensed", sans-serif;
}

.archivepost__date {
  color: #979797;
  font-size: 1.25rem;
  margin-bottom: 1.75rem;
  line-height: 1.5rem;
  margin-top: 10px;
}

.page-template-template-presentation .wrapper {
  padding-bottom: 0;
}

.presentation__colinside {
  background: white;
  padding: 0 50px 20px;
  margin-bottom: 50px;
}

.presentation__title {
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  color: #ce0a38;
  letter-spacing: 3px;
}

.presentation__title + .presentation__description {
  margin-top: 50px;
}

.presentation__description {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption img {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption p {
  margin-left: auto;
  margin-right: auto;
}

.page__content p.wp-caption-text,
.single__content p.wp-caption-text {
  background: #f0f2f4;
  margin: 0;
  padding: 8px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  border: 1px solid #ddd;
  border-top: none;
  width: 100%;
}

.presentation__page {
  padding: 50px 0;
  background: #49304e no-repeat;
  background-size: 54%;
}

.presentation__page--left {
  background-color: #ce0a38;
  background-position: 100% 50%;
}

.presentation__page--right {
  background-color: #fd9758;
  background-position: 0% 50%;
}

.presentation__pagetitle {
  font-family: "Open Sans Condensed", sans-serif;
  margin-top: 0;
  margin-bottom: 50px;
}
.presentation__pagetitle a {
  color: white;
}

.presentation__pagetext {
  color: white;
  margin-bottom: 50px;
  min-height: 150px;
}

.presentation__actus {
  margin-top: 50px;
  margin-bottom: 20px;
}

.presentation__actus .actu__content {
  background-color: white;
}

.presentation__categorietitle {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Open Sans Condensed", sans-serif;
}
.presentation__categorietitle a {
  color: #275177;
}

.presentation__categorietext {
  margin-bottom: 30px;
}

.presentation__page__image {
  display: none;
}

.presentation__page__image img {
  width: 100%;
  height: auto;
}

.contact__header {
  padding-top: 0;
  padding-bottom: 0;
}

.contact__headerinside {
  text-align: center;
  background: #275176 url("../../imgs/contact.jpg") no-repeat;
  background-size: cover;
}

.contact__header h1 {
  background: url(../../imgs/mmm-opacity.png) no-repeat;
  background-size: 70%;
  color: white;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 5rem;
  padding: 50px 30px;
  margin: 0;
  background-position: -70% 50%;
}

.contact__header h1 svg {
  width: 2.5rem;
  height: 4rem;
  margin-right: 15px;
}

.contact__formwrapper {
  background: white;
  padding: 50px 90px 15px;
}

.contact__wpcf {
  display: block;
  width: 100%;
}

.contact__wpcf:after {
  content: "";
  display: block;
  clear: both;
}

.contact__wpcf--full label {
  width: 100%;
}

.contact__wpcf--half label {
  width: 50%;
  float: left;
}

.contact__forminside select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #e6eaed;
  padding: 15px 60px 15px 30px;
  color: #777;
  border-radius: 4px;
  margin-top: 25px;
  position: relative;
}

.contact__forminside .destinataire {
  position: relative;
}

.contact__forminside .destinataire:after {
  content: "\25BC";
  position: absolute;
  top: 6px;
  right: 20px;
  font-size: 1rem;
}

.contact__forminside label {
  color: #777;
  font-size: 1.8rem;
  margin-bottom: 30px;
  display: block;
}

.contact__forminside input,
.contact__forminside textarea {
  border: none;
  background: #e6eaed;
  padding: 15px 30px;
  color: #777;
  border-radius: 4px;
  margin-top: 25px;
  width: 100%;
}

.contact__forminside textarea {
  width: 100%;
}

.contact__submit,
.contact__recaptcha {
  margin-top: 15px;
  text-align: center;
}

.contact__submit input[type="submit"] {
  display: inline-block;
  background: #ce0a38;
  color: white;
  text-transform: uppercase;
  padding: 5px 60px;
  font-weight: bold;
  border-radius: 0;
  margin-top: 0;
  width: auto;
}

.contact__form span.wpcf7-not-valid-tip {
  margin-top: 5px;
}

.contact__form span.wpcf7-not-valid-tip:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat
    url("data:image/png;base64,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");
  background-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

[data-sitekey] > div {
  margin: 0 auto;
}

.alert.success {
  padding: 8px;
  margin-bottom: 20px;
  border: 2px solid white;
  border-radius: 0;
  font-size: 16px;
  background: green;
  color: white;
  text-align: center;
  font-weight: 700;
}

.visible.alert.error {
  padding: 8px;
  margin-bottom: 20px;
  border: 2px solid white;
  border-radius: 0;
  font-size: 16px;
  background: #ce0a38;
  color: white;
  text-align: center;
  font-weight: 700;
}

.alert.error p {
  display: none;
}

.alert.success p {
  color: white;
  margin-bottom: 0;
}

.visible.alert.error p {
  display: block;
}

.faire-un-don form {
  max-width: 585px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  margin-bottom: 25px;
  font-size: 1.4rem;
}

.faire-un-don .page__colinside {
  background: none;
  overflow: visible;
}

.faire-un-don .group {
  background: white;
  -webkit-box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  margin-bottom: 20px;
}

.faire-un-don label {
  position: relative;
  color: #8898aa;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
  display: block;
}

.faire-un-don .group label:not(:last-child) {
  border-bottom: 1px solid #f0f5fa;
}

.faire-un-don label > span {
  width: 20%;
  text-align: right;
  float: left;
}

.faire-un-don .field {
  background: transparent;
  font-weight: 300;
  border: 0;
  color: #31325f;
  outline: none;
  padding-right: 10px;
  padding-left: 10px;
  cursor: text;
  width: 70%;
  height: 40px;
  float: right;
  overflow: hidden;
}

.faire-un-don .field::-webkit-input-placeholder {
  color: #cfd7e0;
}

.faire-un-don .field::-moz-placeholder {
  color: #cfd7e0;
}

.faire-un-don .field:-ms-input-placeholder {
  color: #cfd7e0;
}

.faire-un-don button {
  float: left;
  display: block;
  background: #666ee8;
  color: white;
  -webkit-box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: 0;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  height: 40px;
  line-height: 38px;
  outline: none;
}

.faire-un-don button:focus {
  background: #555abf;
}

.faire-un-don button:active {
  background: #43458b;
}

.faire-un-don .outcome {
  float: left;
  width: 100%;
  padding-top: 8px;
  min-height: 24px;
  text-align: center;
}

.faire-un-don .success,
.visible.error {
  font-size: 13px;
}

.faire-un-don .visible.error {
  color: #e4584c;
}

.faire-un-don .success {
  color: #666ee8;
}

.faire-un-don .success .token {
  font-weight: 500;
  font-size: 13px;
}

.faire-un-don .alert.success {
  border: 1px solid #005006;
}

.faire-un-don .visible.alert.error {
  border: 1px solid #8a0800;
}

.faire-un-don .visible.alert p {
  margin-bottom: 0;
  color: white;
}

@media (max-width: 1399px) {
  .newsletter {
    background-position: 120%, 0;
  }
  .presentation__page {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .presentation__pagetitle {
    margin-bottom: 15px;
  }
  .presentation__pagetext {
    margin-bottom: 30px;
  }
}

/*@media (min-width: 1200px){
    .navbar-toggle {
        display: none;
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
}*/
@media (min-width: 1200px) {
  .navbar-nav {
    margin: 0 -15px;
    position: absolute;
    right: 30px;
    left: 0;
    bottom: -12px;
    text-align: right;
    padding-left: 230px;
    padding-right: 0;
  }
  .navbar-nav > li {
    display: inline-block;
    float: none;
  }
  #newsletter {
    height: 150px;
  }
}

@media (max-width: 1199px) {
  .archive .wrapper,
  .strategie-categorie .wrapper,
  .search .wrapper,
  .single .wrapper,
  .page .wrapper,
  .page-template-template-presentation .wrapper,
  .page-template-page-contact .wrapper,
  .blog .wrapper {
    padding-top: 80px;
  }
  .home .wrapper {
    padding-top: 0;
  }
  .home .navbar.navbar-default {
    background: #fff;
  }
  .navbar.navbar-default {
    background: #fff;
    overflow: auto;
    max-height: 100%;
  }
  .banner {
    padding-top: 100px;
  }
  .presentation__page {
    background-image: none !important;
  }
  .presentation__page__image {
    display: block;
  }
  .archivepost {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .archivepost .archivepost__content {
    height: auto;
  }
  #newsletter {
    height: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .archivepost__thumbnail img {
    max-width: 340px;
  }
  .archivepost__content {
    padding: 15px;
    max-width: 600px;
    height: 228px;
  }
  .archivepost__text {
    font-size: 1.6rem;
    font-weight: 300;
    color: #232323;
    line-height: 2.4rem;
  }
  .newsletter {
    background-position: 150%, 0;
  }
  .presentation__page--right .col-md-offset-7 {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .navbar {
    min-height: 0;
    border-radius: 0;
  }
  .archivepost {
    overflow: visible;
  }
  .archivepost__thumbnail img,
  .archivepost__content {
    max-width: 100%;
    float: none;
    height: auto;
  }
  .row > .chiffre__col:first-child {
    margin-left: 0;
  }
  .newsletter {
    background-image: url(../../imgs/mmm-opacity.png) !important;
  }
  .presentation__page--left .mmm-button--white {
    margin-bottom: 50px;
  }
  .page__title,
  .single__title {
    font-size: 2.5rem;
  }
  .banner {
    background-position: 90% 50%;
  }
  .presentation__pagetext {
    min-height: 0;
  }
  #homebandeau .left {
    padding: 4rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
    width: 100px;
  }
  .navbar-nav > li > a {
    padding: 35px 10px;
    font-size: 1.5rem;
  }
  .navbar-nav > li > a {
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .contact__wpcf--half label {
    width: 48%;
    margin-right: 2%;
  }
}

@media (max-width: 767px) {
  .delegations{
    padding-top: 350px;
    height: auto;
    background: #ce0a38;
  }
  .delegations .image{
    width: 100%;
    height: 350px;
    z-index:  20;
    top: 0;
  }
  .delegations .texte{
    padding: 20px 10px 60px
  }
  #homebandeau .left {
    padding: 30px;
  }
  .navbar-default .navbar-brand {
    height: 50px;
    padding-top: 0;
  }
  .navbar-default .navbar-brand img {
    padding: 8px;
  }
  .navbar .dropdown-menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
  }
  .dropdown-menu .divider {
    margin: 9px 20px;
  }
  .navbar-nav {
    position: static;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .menu__logo {
    max-width: 98px;
    height: auto;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu {
    position: static;
    background: white;
    margin-right: -15px;
    margin-left: -15px;
    padding: 15px;
  }
  .typologie {
    min-height: auto;
  }
  .typologies__text,
  .typologie__text {
    padding-bottom: 50px;
  }
  .typologies__text {
    margin-bottom: 0;
  }
  .delegations__col {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #ce0a38;
  }
  .delegation {
    padding-left: 15px;
  }
  .delegations__title {
    margin-top: 0;
    margin-bottom: 0;
  }
  .delegations__text {
    margin-bottom: 0;
  }
  .delegation__image {
    position: static;
    display: block;
    float: none;
    margin: 10px auto;
  }
  .delegation__text {
    margin-bottom: 25px;
  }
  .delegation__title,
  .delegation__text,
  .delegation__button {
    text-align: center;
  }
  .delegation__button {
    text-align: center;
  }
  .chiffres {
    background-image: none;
  }
  .chiffre__col {
    text-align: center;
  }
  .chiffres__title {
    margin-bottom: 0;
  }
  .chiffre__number {
    position: relative;
    display: inline-block;
    top: 35px;
  }
  .chiffre__text {
    text-align: left;
    margin-bottom: 0;
    min-height: 0;
  }
  .chiffre__col:last-child .chiffre__text {
    text-align: left;
    margin-bottom: 80px;
  }
  .newsletter {
    background-color: #ce0a38;
    background-image: url(../../imgs/mmm-opacity.png) !important;
    background-repeat: no-repeat;
    background-position: 0%;
    background-size: 100%;
  }
  .single__colinside,
  .single__comments {
    padding-left: 15px;
    padding-right: 15px;
  }
  .single__share a,
  .single__share a:last-child {
    display: block;
    margin: 0 auto 15px;
    max-width: 40%;
    text-align: center;
  }
  .nav > li {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    right: auto;
    text-align: center;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
  }
  .navbar-nav .open .dropdown-menu a {
    color: #777;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 0;
  }
  .upper-menu {
    display: none;
  }
  .newsletter__inputs {
    float: none;
    width: 100%;
  }
  .footer ul .menu-item-has-children {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
  }
  .footer ul .menu-item-has-children a {
    padding: 5px 0;
  }
  a.single__share--print {
    display: none;
  }
  .upper-menu .upper-menu-social ul li {
    margin-right: 30px;
  }
  .upper-menu .upper-menu-social ul li a span {
    display: none;
  }
  .presentation__page--right .presentation__page__image {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .presentation__colinside,
  .page__colinside {
    padding: 0px 30px 10px;
  }
  .presentation__description {
    max-width: 100%;
  }
  .reseau__flags {
    overflow: auto;
  }
  .single__content + .single__share {
    margin-bottom: 30px;
  }
  .contact__formwrapper {
    padding: 50px 15px 15px;
  }
  .contact__wpcf--half label {
    width: 100%;
    float: none;
  }
  .contact__header h1 svg {
    margin: 0 auto;
    display: block;
  }
  .contact__header h1 {
    font-size: 4rem;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .typologie {
    min-height: 830px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .typologie {
    min-height: 690px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .navbar {
    min-height: 50px;
  }
  .navbar-collapse.collapse {
    display: none !important;
    overflow: hidden !important;
  }
  .navbar-toggle {
    display: block;
    margin-top: 12px;
  }
  .navbar-header {
    width: 100%;
  }
  .navbar-nav {
    position: static;
    width: 100%;
  }
  .nav > li {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-default .navbar-brand img {
    height: auto;
    width: 100%;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    width: 120px;
    padding: 0;
  }
  .collapse.in {
    display: block !important;
  }
  .upper-menu {
    display: none;
  }
}

@media (max-width: 620px) {
  .faire-un-don form {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media (max-width: 499px) {
  .single__share a,
  .single__share a:last-child {
    min-width: 60%;
  }
  .typologies {
    padding-bottom: 0;
  }
  .typologies .row .typologie:last-child .typologie__text {
    margin-bottom: 50px;
  }
  .delegations__col {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .reseau {
    padding-bottom: 50px;
  }
  .newsletter {
    padding-top: 30px;
  }
}

@media (max-width: 399px) {
  .archive__title {
    font-size: 2.8rem;
  }
}

@media (max-width: 319px) {
  .single__share a,
  .single__share a:last-child {
    min-width: 80%;
  }
}

@media (max-width: 1200px) {
  .navbar.navbar-default {
    background: white;
  }
  .caret {
    -webkit-transform: scale(3) translateX(10px);
    -ms-transform: scale(3) translateX(10px);
    transform: scale(3) translateX(10px);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .open .caret {
    -webkit-transform: scale(3) translateX(10px) rotateZ(180deg);
    -ms-transform: scale(3) translateX(10px) rotate(180deg);
    transform: scale(3) translateX(10px) rotateZ(180deg);
  }
  .upper-menu {
    display: block;
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    background: white;
    padding-bottom: 15px;
  }
  .upper-menu form {
    top: -6px;
  }
  .upper-menu .upper-menu-search {
    float: none;
    margin-right: 0;
  }
  .upper-menu .wpml-ls-legacy-dropdown {
    float: none;
    width: 11em;
    margin: 15px auto 25px;
  }
  .upper-menu .upper-menu-social {
    float: none;
    margin-bottom: 25px;
  }
  .navbar .dropdown-menu {
    position: static;
    float: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
  }
  .navbar .dropdown-menu a {
    color: #777;
  }
  .menu-menu-principal-container {
    overflow: auto;
  }
  .navbar-nav {
    margin: 0 auto;
  }
  .archive__colinside {
    padding: 0 50px 1px;
  }
  .archive__tags {
    display: none;
  }
  .archivepost {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .archivepost > a {
    min-height: 230px;
  }
  .footer__top {
    text-align: center;
  }
  .footer__topdon a {
    margin-top: 0;
  }
  .footer__topsocial li {
    margin-top: 0;
  }
}

@media (max-height: 520px) {
  .navbar-default .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-nav > li.navbar-don a {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media print {
  a[href]:after {
    font-size: 1.6rem;
  }
  .navbar.navbar {
    display: block;
  }
  .navbar.navbar a:after,
  .navbar.navbar a:before {
    content: none;
  }
  .actus,
  .newsletter,
  footer,
  .single__share,
  .single__col--right,
  .mmm-breadcrumb,
  .page__print {
    display: none;
  }
  .single__content li,
  .page__content li,
  .presentation__description li {
    font-size: 2rem;
    list-style: disc;
  }
  h2,
  .navbar,
  .wrapper,
  .navbar-brand:after {
    content: "";
    clear: both;
  }
  .single__content li:before,
  .page__content li:before,
  .presentation__description li:before {
    font-size: 2rem;
    content: none;
  }
  .page__content h2,
  .single__content h2 {
    font-size: 4rem;
    line-height: 4rem;
    color: #275177 !important;
  }
  .page__content h3,
  .single__content h3 {
    color: #275177 !important;
  }
  .page__title,
  .single__title {
    font-size: 5rem;
    line-height: 5rem;
    color: #ce0a38 !important;
  }
  .single__content p,
  .page__content p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: red;
  }
  .navbar {
    position: static;
  }
  .single .wrapper {
    padding-top: 0;
  }
}