@charset "UTF-8";
/* @override 
	https://www.icc-france.fr/wp-content/themes/iccfrance/css/icc-france.css
	https://dev.icc-france.fr/wp-content/themes/iccfrance/css/icc-france.css
	https://www.icc-france.fr/wp-content/themes/iccfrance/css/icc.min.css */
/* OPEN SANS */
@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansitalic';
  src: url('../fonts/opensans-italic-webfont.woff2') format('woff2'), url('../fonts/opensans-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansbold';
  src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansbold_italic';
  src: url('../fonts/opensans-bold-italic-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* MONTSERRAT */
@font-face {
  font-family: 'montserratultra_light';
  src: url('../fonts/montserrat-ultralight-webfont.woff2') format('woff2'), url('../fonts/montserrat-ultralight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratlight';
  src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratthin';
  src: url('../fonts/montserrat-thin-webfont.woff2') format('woff2'), url('../fonts/montserrat-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratregular';
  src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratsemi_bold';
  src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'), url('../fonts/montserrat-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratbold';
  src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratextra_bold';
  src: url('../fonts/montserrat-extrabold-webfont.woff2') format('woff2'), url('../fonts/montserrat-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratblack';
  src: url('../fonts/montserrat-black-webfont.woff2') format('woff2'), url('../fonts/montserrat-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* LUCIDA GRANDE */
@font-face {
  font-family: 'lucida_granderegular';
  src: url('../fonts/lucidagrande-webfont.woff2') format('woff2'), url('../fonts/lucidagrande-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lucida_grandebold';
  src: url('../fonts/lucidagrandebold-webfont.woff2') format('woff2'), url('../fonts/lucidagrandebold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Block: Separator -------------------------- */
hr.wp-block-separator {
  border-top: 1px solid #fff;
  color: #fff;
  margin: 30px 0;
  background: #ddd;
  border: none;
  height: 1px;
}
@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: calc(50% - 32px);
    flex-grow: 0;
  }
  .wp-block-column:nth-child(2n) {
    margin-left: 64px;
  }
}
@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 64px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 18px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='40'%3E%3Cpath d='M13.967.015l3.205 2.074L4.35 19.42l13.01 18.3-3.394 2.262L.015 19.323z' fill='%2337424a' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat center center;
  color: transparent;
  top: 50%;
  left: -10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  opacity: .3;
  transition: opacity 0.3s ease-in-out 0s;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  opacity: 1;
}
.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='40'%3E%3Cpath d='M3.41.015L.204 2.09l12.82 17.332-13.01 18.3 3.394 2.262 13.95-20.662z' fill='%2337424a' fill-rule='nonzero'/%3E%3C/svg%3E");
  left: auto;
  right: -10px;
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li button {
  background: #63656A;
  display: block;
  height: 20px;
  width: 20px;
  border: none;
  border-radius: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  opacity: .4;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
h2,
h3,
h4,
h5 {
  font-family: 'lucida_grandebold', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.3em;
  color: #00BCE7;
}
h2.underlined:after,
h3.underlined:after,
h4.underlined:after,
h5.underlined:after {
  display: block;
  width: 80px;
  content: "";
  border-bottom: 4px solid #FAA429;
  margin: 15px auto;
}
.post-content h1 {
  color: #0064A8;
}
.post-content h2 {
  font-size: 2em;
}
.post-content h2.squared:before {
  content: "";
  height: .8em;
  width: .8em;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: .4em;
  background: #FAA429;
}
.post-content h2.chapo {
  text-transform: none;
  font-size: 1.4em;
  font-family: 'montserratregular', sans-serif;
}
.post-content h3 {
  font-size: 1.3em;
  color: #0064A8;
}
.post-content h3.squared:before {
  content: "";
  height: .8em;
  width: .8em;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: .4em;
  background: #FAA429;
}
.post-content h4 {
  font-size: 1.1em;
  text-transform: none;
  color: #00BCE7;
}
.post-content h5 {
  text-transform: none;
  font-size: 1em;
}
.post-content p,
.post-content h6 {
  font-size: 1em;
  margin: .5em 0;
  line-height: 1.6em;
}
.post-content table {
  font-size: .9em;
  background: #fff;
  margin: 1em 0;
}
.post-content table tr {
  border-bottom: 2px solid #63656A;
}
.post-content blockquote {
  border-color: #A5CF4F;
  font-family: 'open_sansitalic', sans-serif;
  color: #37424A;
}
.post-content ul,
.post-content ol {
  margin: 1em 0;
}
.post-content ul li,
.post-content ol li {
  margin-bottom: .5em;
}
.post-content ul li ul,
.post-content ol li ul {
  margin-top: .5em;
}
.post-content ul li {
  position: relative;
  padding-left: 16px;
}
.post-content ul li:before {
  display: block;
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: auto;
  color: #00BCE7;
}
.post-content strong,
.post-content b {
  font-family: 'open_sansbold', sans-serif;
  font-weight: normal;
}
.post-content strong em,
.post-content b em,
.post-content strong i,
.post-content b i {
  font-family: 'open_sansbold_italic', sans-serif;
  font-style: normal;
}
.post-content em {
  font-family: 'open_sansbold_italic', sans-serif;
  font-style: normal;
}
.post-content em strong,
.post-content em b {
  font-family: 'open_sansbold', sans-serif;
  font-weight: normal;
}
.post-content .wp-block-gallery {
  margin: 30px 0;
}
.post-content .wp-block-gallery li {
  padding: 0;
}
.post-content .wp-block-gallery li:before {
  content: "";
  display: none;
}
.post-content figure {
  margin: 0;
}
.post-content .video-container {
  margin: 30px 0;
}
.post-content .wp-block-file {
  margin: 20px 0;
  color: #0064A8;
}
.post-content .wp-block-file a {
  color: inherit;
}
.post-content .wp-block-file:before {
  font-family: 'FontAwesome';
  content: "\f15c";
  margin-right: .5em;
  color: #00BCE7;
}
.post-content .wp-block-file .wp-block-file__button {
  display: block;
  width: 120px;
  text-align: center;
  margin: 8px 0;
  background: #FAA429;
  color: #fff;
}
.post-content .wp-block-column *:nth-child(1) {
  margin-top: 0;
}
.post-content .wp-block-cover {
  margin: 30px 0;
  min-height: 240px;
}
.post-content .wp-block-cover p {
  font-family: 'montserratextra_bold', sans-serif;
  text-transform: uppercase;
  font-size: 2em;
}
.post-content .border-radius {
  padding: 24px;
  border-radius: 12px;
}
.post-content .border-radius.bg-lightblue {
  background: #dbebf7;
}
.post-content .wp-block-button a.has-darkblue-background-color {
  background: #0064A8;
}
.post-content .wp-block-button a.has-mediumblue-background-color {
  background: #00BCE7;
}
.post-content .wp-block-button a.has-lightblue-background-color {
  background: #86BBE6;
}
.post-content .wp-block-button a.has-green-background-color {
  background: #A5CF4F;
}
.post-content .wp-block-button a.has-orange-background-color {
  background: #FAA429;
}
.post-content .wp-block-button a.has-cherry-background-color {
  background: #E7525A;
}
.post-content .wp-block-button a.has-grey-background-color {
  background: #63656A;
}
.post-content .wp-block-button a.has-black-background-color {
  background: #37424A;
}
.post-content .shadow-box {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-bottom: 30px;
}
.post-content .shadow-box h4 {
  color: #0064A8;
  font-size: 1em;
  text-transform: uppercase;
}
.post-content .shadow-box p {
  font-size: .9em;
}
.post-content .shadow-img img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.post-content .wp-block-button > a {
  margin: 20px 0 !important;
  display: inline-block;
  background: #0064A8;
}
.post-content .shadow img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 990px) {
  .post-content .wp-block-columns {
    display: block;
    margin: 20px 0;
  }
  .post-content .wp-block-columns .wp-block-column {
    margin: 20px 0;
    flex-basis: 100% !important;
  }
}
.btn {
  background: #FAA429;
  box-shadow: none;
}
.btn:focus,
.btn:hover {
  background: #fbb34c;
  box-shadow: none;
}
.progress {
  background: #cee3f5;
}
.progress .indeterminate {
  background: #4797d9;
}
.toast {
  background: #FAA429;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.input-field input:not([type]),
.input-field input[type=text]:not(.browser-default),
.input-field input[type=password]:not(.browser-default),
.input-field input[type=email]:not(.browser-default),
.input-field input[type=url]:not(.browser-default),
.input-field input[type=time]:not(.browser-default),
.input-field input[type=date]:not(.browser-default),
.input-field input[type=datetime]:not(.browser-default),
.input-field input[type=datetime-local]:not(.browser-default),
.input-field input[type=tel]:not(.browser-default),
.input-field input[type=number]:not(.browser-default),
.input-field input[type=search]:not(.browser-default),
.input-field textarea.materialize-textarea {
  font-family: 'open_sansregular', sans-serif;
}
.input-field input:not([type]):focus,
.input-field input[type=text]:not(.browser-default):focus,
.input-field input[type=password]:not(.browser-default):focus,
.input-field input[type=email]:not(.browser-default):focus,
.input-field input[type=url]:not(.browser-default):focus,
.input-field input[type=time]:not(.browser-default):focus,
.input-field input[type=date]:not(.browser-default):focus,
.input-field input[type=datetime]:not(.browser-default):focus,
.input-field input[type=datetime-local]:not(.browser-default):focus,
.input-field input[type=tel]:not(.browser-default):focus,
.input-field input[type=number]:not(.browser-default):focus,
.input-field input[type=search]:not(.browser-default):focus,
.input-field textarea.materialize-textarea:focus {
  border-bottom: 1px solid #86BBE6;
  box-shadow: 0 1px 0 0 #86BBE6;
  -webkit-box-shadow: 0 1px 0 0 #86BBE6;
}
.input-field input:not([type]):focus + label,
.input-field input[type=text]:not(.browser-default):focus + label,
.input-field input[type=password]:not(.browser-default):focus + label,
.input-field input[type=email]:not(.browser-default):focus + label,
.input-field input[type=url]:not(.browser-default):focus + label,
.input-field input[type=time]:not(.browser-default):focus + label,
.input-field input[type=date]:not(.browser-default):focus + label,
.input-field input[type=datetime]:not(.browser-default):focus + label,
.input-field input[type=datetime-local]:not(.browser-default):focus + label,
.input-field input[type=tel]:not(.browser-default):focus + label,
.input-field input[type=number]:not(.browser-default):focus + label,
.input-field input[type=search]:not(.browser-default):focus + label,
.input-field textarea.materialize-textarea:focus + label {
  color: #FAA429;
}
.input-field textarea.materialize-textarea {
  line-height: 1.8em;
  font-size: .9em;
}
.input-field .prefix {
  color: #004675;
}
.input-field .prefix.active {
  color: #86BBE6;
}
[type="checkbox"]:checked + span:not(.lever):before {
  border-right: 2px solid #00BCE7;
  border-bottom: 2px solid #00BCE7;
}
#modal-search {
  background: transparent;
  box-shadow: none;
}
#modal-search .modal-content {
  min-height: 12em;
  padding: 50px 0;
}
#modal-search .modal-close {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-family: 'open_sansbold', sans-serif;
}
#modal-search .modal-close .close-btn:after {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='300' width='300' fill='%23fff' viewBox='0 0 100 100'%3E%3Cpath d='M52.8 50l17.6 17.6-2.8 2.8L50 52.8 32.4 70.4l-2.8-2.8L47.2 50 29.6 32.4l2.8-2.8L50 47.2l17.6-17.6 2.8 2.8L52.8 50z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
}
#modal-search .input-field {
  background: #fff;
  position: relative;
  border-radius: 6px;
}
#modal-search .input-field input[type="search"] {
  margin: 0;
  border: none;
  box-shadow: none;
}
#modal-search .input-field input[type="search"] + label {
  font-size: 1.2rem;
  top: -10px;
  color: #fff;
}
#modal-search .input-field button {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 6px;
  background: #00BCE7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M19.603 9.666c-.056-2.616-1.125-5.062-3-6.863S12.234.02 9.62.075 4.556 1.2 2.756 3.084-.028 7.416.028 10.03c.113 5.344 4.472 9.6 9.788 9.6h.197a9.89 9.89 0 0 0 6.637-2.756l6.525 6.272.787-.816-6.553-6.272a9.74 9.74 0 0 0 2.194-6.384v.002zm-3.544 6.188a8.57 8.57 0 0 1-6.075 2.644h-.17c-4.697 0-8.578-3.77-8.663-8.494-.056-2.306.816-4.5 2.42-6.188a8.57 8.57 0 0 1 6.075-2.644h.17c2.25 0 4.387.844 6 2.42a8.57 8.57 0 0 1 2.644 6.075c.028 2.306-.787 4.528-2.4 6.188v-.001z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat center center;
}
#contact-form .input-field {
  margin-top: 0;
}
#contact-form .rgpd-info label span {
  font-size: .8em;
  line-height: 1.5em;
}
#contact-form .rgpd-info label span a {
  color: #666;
}
#contact-form .rgpd-info label span a:hover {
  color: #00BCE7;
}
#contact-form .duplicata [type="checkbox"]:checked + span {
  color: #000;
}
#members-autocomplete .input-field {
  margin: 0;
  position: relative;
}
#members-autocomplete .input-field:after {
  font-family: 'FontAwesome';
  content: "\f002";
  position: absolute;
  right: 8px;
  top: 14px;
  font-size: 12px;
  line-height: 12px;
  color: #003f4e;
}
#members-autocomplete .input-field input[type=text] {
  margin: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background: #f4f4f4;
  border: none;
  box-shadow: none;
  width: calc( 100% - 30px );
  -webkit-appearance: none;
}
#members-autocomplete .input-field label {
  color: #666;
  margin-left: 10px;
  top: -3px;
}
.dropdown-trigger {
  display: block;
  background: #f4f4f4;
  line-height: 40px;
  padding: 0 15px;
  color: #222;
  text-transform: uppercase;
}
.dropdown-trigger:after {
  font-family: 'FontAwesome';
  content: "\f107";
  color: #E7525A;
  float: right;
}
.dropdown-content,
.autocomplete-content {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}
.dropdown-content li,
.autocomplete-content li {
  min-height: 0;
  border-bottom: 1px solid #eee;
}
.dropdown-content li a,
.autocomplete-content li a,
.dropdown-content li > span,
.autocomplete-content li > span {
  padding: 6px;
  color: inherit;
  font-size: 1rem;
}
.dropdown-content li a .highlight,
.autocomplete-content li a .highlight,
.dropdown-content li > span .highlight,
.autocomplete-content li > span .highlight {
  color: #00BCE7;
}
.dropdown-content li a:hover,
.autocomplete-content li a:hover,
.dropdown-content li > span:hover,
.autocomplete-content li > span:hover {
  background: #f1f7fc;
}
.dropdown-content li.current a,
.autocomplete-content li.current a {
  background: #0064A8;
  color: #fff;
}
.autocomplete-content li > span {
  font-size: .9rem;
}
.icc-select-wrapper {
  position: relative;
  background: #f4f4f4;
  border-radius: 4px;
  border: none;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  min-width: 80px;
  margin: 10px 0;
}
.icc-select-wrapper:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #E7525A transparent transparent transparent;
  right: 10px;
  top: 14px;
}
.icc-select-wrapper select {
  text-transform: uppercase;
  margin-bottom: 0;
  background: transparent;
  -webkit-appearance: none;
  border: none;
  height: 36px;
  width: 100%;
}
.icc-select-wrapper select:focus {
  outline: none;
}
@media only screen and (max-width: 602px) {
  #members-autocomplete {
    margin: 10px 0;
  }
}
body {
  overflow-x: hidden;
}
/* Firefox modal hack */
@-moz-document url-prefix() {
  body.modal-open .sidenav-overlay {
    opacity: 1;
    display: block;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .modal.open {
    top: 10% !important;
    display: block !important;
    opacity: 1 !important;
  }
  ::placeholder {
    color: #555;
  }
}
#main-header {
  padding: 30px 0 70px;
  height: 180px;
  position: relative;
}
#main-header .site-title {
  margin: 0;
  font-size: 1rem;
  line-height: 1rem;
  max-width: 280px;
}
#main-header .top-bar {
  text-align: right;
  margin: 10px 0 0;
}
#main-header .top-bar ul {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
#main-header .top-bar ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  padding-right: 15px;
}
#main-header .top-bar ul li a {
  color: #7c7e84;
  line-height: 40px;
}
#main-header .top-bar ul li a:hover {
  color: #37424A;
}
#main-header .top-bar ul li.border {
  border-right: 1px solid #eee;
}
#main-header .top-bar ul li.join-us-btn {
  margin-left: 80px;
}
#main-header .top-bar ul li.join-us-btn a {
  display: inline-block;
  padding: 0 20px;
  background: #0064A8;
  color: #fff;
  border-radius: 20px;
  transition: all 0.3s ease-in-out 0s;
}
#main-header .top-bar ul li.join-us-btn a:hover {
  background: #00BCE7;
}
#main-header .top-bar ul.social-menu {
  font-size: 28px;
  margin-left: 2em;
}
#main-header .top-bar ul.social-menu li {
  margin: 0 0 0 20px;
  padding: 0;
}
#main-header .top-bar ul.social-menu a {
  color: #00a7ce;
}
#main-header .top-bar ul.social-menu a:hover {
  color: #00BCE7;
}
#menubar {
  box-shadow: none;
  background: #86BBE6;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#menubar:not(.clone) li.mega:hover > a {
  background: #0064A8;
}
#menubar:not(.clone) li.mega:hover > a:after {
  display: none;
}
#menubar:not(.clone) li.mega .mega-menu-wrapper a:hover {
  background: transparent;
}
#menubar:not(.clone) li.mega .mega-menu-wrapper a:hover:after {
  display: none;
}
#menubar .main-menu a {
  position: relative;
}
#menubar .main-menu a:after {
  display: block;
  content: "";
  width: 0;
  height: 6px;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
  left: 50%;
  bottom: 0;
}
#menubar .main-menu a:hover {
  background: inherit;
}
#menubar .main-menu a:hover:after {
  width: calc( 100% - 30px );
  left: 0;
  margin-left: 15px;
}
#menubar .main-menu li.current-menu-item > a:after,
#menubar .main-menu li.current_page_parent > a:after,
#menubar .main-menu li.current-page-ancestor > a:after {
  width: calc( 100% - 30px );
  left: 0;
  margin-left: 15px;
  background: #0064A8;
}
#menubar .toggle-search {
  display: inline-block;
  float: right;
  width: 36px;
  height: 36px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M19.603 9.666c-.056-2.616-1.125-5.062-3-6.863S12.234.02 9.62.075 4.556 1.2 2.756 3.084-.028 7.416.028 10.03c.113 5.344 4.472 9.6 9.788 9.6h.197a9.89 9.89 0 0 0 6.637-2.756l6.525 6.272.787-.816-6.553-6.272a9.74 9.74 0 0 0 2.194-6.384v.002zm-3.544 6.188a8.57 8.57 0 0 1-6.075 2.644h-.17c-4.697 0-8.578-3.77-8.663-8.494-.056-2.306.816-4.5 2.42-6.188a8.57 8.57 0 0 1 6.075-2.644h.17c2.25 0 4.387.844 6 2.42a8.57 8.57 0 0 1 2.644 6.075c.028 2.306-.787 4.528-2.4 6.188v-.001z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat center center;
  margin-top: 14px;
}
#menubar .sidenav-trigger {
  width: 36px;
  height: 36px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='22' fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M0 0h28v2H0zm0 10h28v2H0zm0 10h28v2H0z'/%3E%3C/svg%3E") no-repeat center center;
  margin: 14px 0 0 5px;
}
.mega-menu-wrapper {
  background: #0064A8;
  background: linear-gradient(0deg, #00365c 0%, #0064A8 100%);
  color: #fff;
  text-transform: none;
  line-height: 1.6em;
  padding: 0;
  position: absolute;
  left: 0;
  width: 100vw;
  top: 64px;
  z-index: -10;
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.15);
  transform-origin: 50% 0;
  transform: scaleY(0);
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s ease-in;
  /* debug
	&#mm4 {
		padding: 50px 0;
		transform: scaleY(1);
		opacity: 1;
		height: auto;
		z-index: 99999;
	}
	*/
}
.mega-menu-wrapper.visible {
  padding: 50px 0;
  transform: scaleY(1);
  opacity: 1;
  height: auto;
  z-index: 99;
}
.mega-menu-wrapper:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='598' height='617' stroke='%23fff' fill='none' stroke-width='1.333'%3E%3Cpath d='M596.984 308.345c0 169.838-133.49 307.515-298.15 307.515S.667 478.183.667 308.345 134.156.86 298.825.86s298.15 137.67 298.15 307.486h.007z'/%3E%3Cpath d='M1.372 307.672l596.33.015'/%3E%3Cpath d='M299.494.925v613.027m-.252 0c-97.122-48.264-165.647-166.913-165.647-305.526 0-138.737 68.72-257.394 165.9-305.672m.237 611.2c97.122-48.264 165.655-166.913 165.655-305.526 0-138.737-68.72-257.394-165.9-305.672'/%3E%3Cpath d='M486.638 68.86c-45.54 52.49-112.23 85.618-186.504 85.618-74.964 0-142.2-33.74-187.77-87.022m374.273 479.51c-45.54-52.505-112.23-85.56-186.504-85.56-74.964 0-142.2 33.734-187.77 87.022'/%3E%3C/svg%3E") no-repeat 25vw -50px;
  background-size: cover;
  display: block;
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: .15;
}
.mega-menu-wrapper .container {
  position: relative;
  z-index: 1;
}
.mega-menu-wrapper li {
  float: none;
}
.mega-menu-wrapper .mm-title {
  font-size: 2.8em;
  font-family: 'montserratbold';
  margin-bottom: .6em;
}
.mega-menu-wrapper .mm-intro {
  font-size: 1.2em;
  line-height: 1.6em;
  font-family: 'open_sansitalic';
}
.mega-menu-wrapper .mm-links li {
  margin-bottom: 1.2em;
}
.mega-menu-wrapper .mm-links li a {
  font-size: 1.1em;
  color: #b0d3ef;
  text-transform: uppercase;
}
.mega-menu-wrapper .mm-links li a:hover {
  color: #fff;
}
.mega-menu-wrapper .mm-links li.current-item a {
  color: #fff;
  font-weight: 600;
}
.mega-menu-wrapper .mm-links li.formations a:before,
.mega-menu-wrapper .mm-links li.evenements a:before,
.mega-menu-wrapper .mm-links li.echanges-internationaux a:before,
.mega-menu-wrapper .mm-links li.modeles-de-contrats a:before,
.mega-menu-wrapper .mm-links li.seminaires a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.mega-menu-wrapper .mm-links li.formations a:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 29.39 32.47'%3E%3Cdefs%3E%3CclipPath id='A'%3E%3Cpath d='M3 22.9h0' fill='none'/%3E%3C/clipPath%3E%3ClinearGradient id='B' x1='2.28' y1='17.59' x2='9.27' y2='17.59' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23f6c437'/%3E%3Cstop offset='.42' stop-color='%23f6ba34'/%3E%3Cstop offset='1' stop-color='%23f6a42d'/%3E%3C/linearGradient%3E%3ClinearGradient id='C' x1='0' y1='27.24' x2='16.92' y2='27.24' xlink:href='%23B' /%3E%3C/defs%3E%3Cpath d='M21.1 10.92h-7.53a1.5 1.5 0 0 1 0-3h7.53a1.5 1.5 0 0 1 0 3zm0 6.18h-7.53a1.5 1.5 0 1 1 0-3h7.53a1.5 1.5 0 0 1 0 3z' fill='%23fff'/%3E%3Cg clip-path='url(%23A)'%3E%3Cg fill='%23f6c437'%3E%3Cpath d='M3 22.9z'/%3E%3C/g%3E%3Cpath d='M3 22.9z' fill='%23f5c337'/%3E%3Cg fill='%23f5c236'%3E%3Cpath d='M3 22.9z'/%3E%3C/g%3E%3Cpath d='M3 22.9z' fill='%23f6c237'/%3E%3Cpath d='M3 22.9z' fill='%23f6c036'/%3E%3Cpath d='M3 22.9z' fill='%23f6bf37'/%3E%3Cpath d='M3 22.9z' fill='%23f6bf34'/%3E%3Cpath d='M3 22.9z' fill='%23f6be36'/%3E%3Cpath d='M3 22.9z' fill='%23f6be35'/%3E%3Cg fill='%23f6bc34'%3E%3Cpath d='M3 22.9z'/%3E%3C/g%3E%3Cpath d='M3 22.9z' fill='%23f7ba34'/%3E%3Cpath d='M3 22.9z' fill='%23f8ba34'/%3E%3Cpath d='M3 22.9z' fill='%23f8b934'/%3E%3Cpath d='M3 22.9z' fill='%23f8b834'/%3E%3Cpath d='M3 22.9z' fill='%23f8b633'/%3E%3Cpath d='M3 22.9z' fill='%23f8b533'/%3E%3Cpath d='M3 22.9z' fill='%23f9b432'/%3E%3Cpath d='M3 22.9z' fill='%23f8b332'/%3E%3Cpath d='M3 22.9z' fill='%23f8b130'/%3E%3Cpath d='M3 22.9z' fill='%23f8b030'/%3E%3Cpath d='M3 22.9z' fill='%23f9af2f'/%3E%3Cpath d='M3 22.9z' fill='%23f8ad2f'/%3E%3Cpath d='M3 22.9z' fill='%23f8ac2f'/%3E%3Cpath d='M3 22.9z' fill='%23f8ab2e'/%3E%3Cpath d='M3 22.9z' fill='%23f8a92e'/%3E%3Cpath d='M3 22.9z' fill='%23f7a82e'/%3E%3Cpath d='M3 22.9z' fill='%23f7a72e'/%3E%3Cpath d='M3 22.9z' fill='%23f7a42e'/%3E%3Cg fill='%23f6a42d'%3E%3Cpath d='M3 22.9z'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M24 25h-3.6a1.5 1.5 0 0 1 0-3H24a2.45 2.45 0 0 0 2.44-2.45V5.45A2.45 2.45 0 0 0 24 3H9a2.45 2.45 0 0 0-2.48 2.45v4.9a1.5 1.5 0 0 1-3 0v-4.9A5.45 5.45 0 0 1 9 0h15a5.45 5.45 0 0 1 5.44 5.45v14.12A5.45 5.45 0 0 1 24 25z' fill='%23fff'/%3E%3Ccircle cx='5.77' cy='17.59' r='3.49' fill='url(%23B)'/%3E%3Cpath d='M16.4 22.66a2 2 0 0 0-1.61-.66H3.5A3.48 3.48 0 0 0 0 25.57v6.27c0 .44.2.62.62.63h9.2c.43 0 .62-.2.62-.63V26h4.4a2 2 0 0 0 1.53-3.32z' fill='url(%23C)'/%3E%3C/svg%3E");
}
.mega-menu-wrapper .mm-links li.evenements a:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.61 32.35'%3E%3Cdefs%3E%3ClinearGradient id='A' x1='10.24' y1='21.13' x2='23.84' y2='21.13' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23f6c437'/%3E%3Cstop offset='.42' stop-color='%23f6ba34'/%3E%3Cstop offset='1' stop-color='%23f6a42d'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23fff'%3E%3Cpath d='M26.4 32.35H6a6 6 0 0 1-6-6V7.24a4.82 4.82 0 0 1 4.82-4.81h22.34a5.45 5.45 0 0 1 5.45 5.44v18.28a6.21 6.21 0 0 1-6.21 6.2zM4.82 5.2a2.05 2.05 0 0 0-2.05 2v19.16A3.22 3.22 0 0 0 6 29.58h20.4a3.44 3.44 0 0 0 3.44-3.43V7.87a2.68 2.68 0 0 0-2.68-2.67z'/%3E%3Crect x='6.88' width='4.16' height='5.03' rx='.73'/%3E%3Crect x='20.9' width='4.16' height='5.03' rx='.72'/%3E%3C/g%3E%3Cpath d='M15.16 26.1h-.06a2.57 2.57 0 0 1-1.8-.82l-2.6-2.8A1.73 1.73 0 0 1 10.8 20a1.75 1.75 0 0 1 2.46.09l1.94 2.1 5.68-5.57a1.74 1.74 0 1 1 2.43 2.49l-6.37 6.24a2.57 2.57 0 0 1-1.78.76z' fill='url(%23A)'/%3E%3Cpath d='M1.16 11.47h29.6' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='3'/%3E%3C/svg%3E");
}
.mega-menu-wrapper .mm-links li.modeles-de-contrats a:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.81 33.11'%3E%3Cdefs%3E%3ClinearGradient id='A' x1='13.28' y1='8.72' x2='30.81' y2='8.72' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23f6c437'/%3E%3Cstop offset='.42' stop-color='%23f6ba34'/%3E%3Cstop offset='1' stop-color='%23f6a42d'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M25 33.1H4.85A4.86 4.86 0 0 1 0 28.25V5.44A4.86 4.86 0 0 1 4.85.59h14.7a1.5 1.5 0 0 1 0 3H4.85A1.85 1.85 0 0 0 3 5.44v22.8a1.86 1.86 0 0 0 1.85 1.86H25a1.86 1.86 0 0 0 1.85-1.86V12.3a1.5 1.5 0 1 1 3 0v15.94A4.86 4.86 0 0 1 25 33.11zm-7.48-21.38H8.2a1.5 1.5 0 1 1 0-3h9.32a1.5 1.5 0 0 1 0 3zm4.08 13H8.2a1.5 1.5 0 1 1 0-3h13.4a1.5 1.5 0 0 1 0 3zm0-6.5H8.2a1.5 1.5 0 0 1 0-3h13.4a1.5 1.5 0 1 1 0 3zM16.35 15h.02v.02h-.02z' fill='%23fff'/%3E%3Cpath d='M29.34 1.4C28 .06 26.82-.93 24.48 1.4L14.8 11.1a1.23 1.23 0 0 0-.33.56l-1.14 4.2a1.27 1.27 0 0 0 .32 1.23 1.28 1.28 0 0 0 .9.37 1.26 1.26 0 0 0 .33-.05l4.2-1.14a1.23 1.23 0 0 0 .56-.33L29.55 6c2.2-2.17 1.12-3.27-.2-4.6z' fill='url(%23A)'/%3E%3C/svg%3E");
}
.mega-menu-wrapper .mm-links li.seminaires a:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 29.19 33.39'%3E%3Cdefs%3E%3ClinearGradient id='A' x1='12.41' y1='10.34' x2='23.04' y2='10.34' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23f6c437'/%3E%3Cstop offset='.42' stop-color='%23f6ba34'/%3E%3Cstop offset='1' stop-color='%23f6a42d'/%3E%3C/linearGradient%3E%3ClinearGradient id='B' x1='14.34' y1='3.49' x2='21.32' y2='3.49' xlink:href='%23A'/%3E%3Cpath id='C' d='M21.17 33.4a1.5 1.5 0 0 1-1.5-1.5v-11a1.5 1.5 0 0 1 3 0v11a1.5 1.5 0 0 1-1.5 1.5z'/%3E%3C/defs%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23C'/%3E%3Cpath d='M27.7 33.4H1.5a1.5 1.5 0 0 1 0-3h26.2a1.5 1.5 0 0 1 0 3z'/%3E%3Cuse xlink:href='%23C' x='-13.17'/%3E%3Cpath d='M23.66 22.4h-18a1.5 1.5 0 0 1 0-3h18a1.5 1.5 0 1 1 0 3zm0-6.78h-18a1.5 1.5 0 0 1 0-3h18a1.5 1.5 0 0 1 0 3z'/%3E%3Cpath d='M23.66 22.4a1.5 1.5 0 0 1-1.5-1.5v-6.8a1.5 1.5 0 1 1 3 0v6.8a1.5 1.5 0 0 1-1.5 1.5zm-17.98 0a1.5 1.5 0 0 1-1.5-1.5v-6.8a1.5 1.5 0 0 1 3 0v6.8a1.5 1.5 0 0 1-1.5 1.5z'/%3E%3Cpath d='M7.8 15.2a1.5 1.5 0 0 1-1.5-1.5V9.83a1.48 1.48 0 0 1 .58-1.19l2.6-2a1.49 1.49 0 0 1 2.1.27A1.51 1.51 0 0 1 11.29 9l-2 1.54v3.16a1.5 1.5 0 0 1-1.5 1.5z'/%3E%3C/g%3E%3Cpath d='M23,11v1.35a.3.3,0,0,1-.3.3h-10a.29.29,0,0,1-.3-.3V11a2.88,2.88,0,0,1,2.88-2.88h4.86A2.89,2.89,0,0,1,23,11Z' fill='url(%23A)'/%3E%3Ccircle cx='17.83' cy='3.49' r='3.49' fill='url(%23B)'/%3E%3C/svg%3E");
}
.mega-menu-wrapper .mm-links li.echanges-internationaux a:before {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.34 32.87'%3E%3Cdefs%3E%3ClinearGradient id='A' x1='17.2' y1='21.89' x2='29.72' y2='21.89' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23f6c437'/%3E%3Cstop offset='.42' stop-color='%23f6ba34'/%3E%3Cstop offset='1' stop-color='%23f6a42d'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='3'%3E%3Cpath d='M15.56 1.5h15.27a3 3 0 0 1 3 3v24.4a2.47 2.47 0 0 1-2.47 2.47H15.7a2.61 2.61 0 0 1-2.61-2.61V4a2.49 2.49 0 0 1 2.48-2.5zm-2.5 3.75H9.34a2.92 2.92 0 0 0-2.75 3.9l6.48 18.48'/%3E%3Cpath d='M7.27 8.45l-3.6 1A2.93 2.93 0 0 0 2 13.9l11.07 15.58'/%3E%3C/g%3E%3Cpath d='M28 9.57h-8.92a1.65 1.65 0 0 1-1.77-1.49 1.65 1.65 0 0 1 1.77-1.5H28a1.66 1.66 0 0 1 1.78 1.5A1.66 1.66 0 0 1 28 9.57zM27.92 15H19a1.66 1.66 0 0 1-1.78-1.5A1.67 1.67 0 0 1 19 12h8.9a1.66 1.66 0 0 1 1.77 1.5 1.65 1.65 0 0 1-1.76 1.5z' fill='%23fff'/%3E%3Cpath d='M28.06 26.34h-9.2a1.57 1.57 0 0 1-1.66-1.47v-5.95a1.57 1.57 0 0 1 1.66-1.47h9.2a1.57 1.57 0 0 1 1.66 1.47v5.95a1.58 1.58 0 0 1-1.66 1.47z' fill='url(%23A)'/%3E%3C/svg%3E");
}
footer.page-footer {
  background: #37424A;
  padding: 60px 0;
}
footer.page-footer .footer-logo {
  max-width: 220px;
  display: block;
  margin-bottom: 1.5em;
}
footer.page-footer address,
footer.page-footer .tel {
  font-style: normal;
  font-size: .7em;
  font-family: 'open_sansregular', sans-serif;
}
footer.page-footer .footer-menu {
  text-transform: uppercase;
  font-size: .8em;
  margin: 0 1.5em 0 0;
}
footer.page-footer .footer-menu li {
  margin-bottom: 1em;
}
footer.page-footer .footer-menu li a {
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in-out 0s;
}
footer.page-footer .footer-menu li a:hover {
  color: #00BCE7;
}
footer.page-footer .footer-menu li.current-menu-item > a {
  color: #00BCE7;
}
footer.page-footer .newsletter-subscribe h4 {
  font-size: 1.1em;
  line-height: 1.3em;
  font-family: 'open_sansregular', sans-serif;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}
footer.page-footer .newsletter-subscribe h4 strong {
  display: block;
  font-family: 'open_sansbold', sans-serif;
  color: #fff;
}
footer.page-footer .newsletter-subscribe .subscribe-wrapper {
  background: #fff;
  border-radius: 4px;
  position: relative;
}
footer.page-footer .newsletter-subscribe .subscribe-wrapper .input-field {
  margin: 24px 0;
}
footer.page-footer .newsletter-subscribe .subscribe-wrapper input[type="email"] {
  border: none;
  box-shadow: none;
  padding: 0 10px;
  width: calc( 100% - 20px );
  margin: 0;
  height: 40px;
  line-height: 36px;
}
footer.page-footer .newsletter-subscribe .subscribe-wrapper input[type="email"]:focus {
  border: none;
  box-shadow: none;
}
footer.page-footer .newsletter-subscribe .subscribe-wrapper input[type="email"]:focus + label {
  color: #00BCE7;
}
footer.page-footer .newsletter-subscribe .subscribe-wrapper label {
  left: 10px;
  top: -4px;
}
footer.page-footer .newsletter-subscribe .subscribe-wrapper button {
  background: transparent;
  padding: 0;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  color: #FAA429;
  font-size: 32px;
  line-height: 38px;
  height: 32px;
  width: 30px;
  cursor: pointer;
}
footer.page-footer .social-menu-wrapper {
  margin: 30px 0;
}
footer.page-footer .social-menu-wrapper h4 {
  font-size: 1.1em;
  line-height: 28px;
  font-family: 'open_sansregular', sans-serif;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
footer.page-footer .social-menu-wrapper .social-menu {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
footer.page-footer .social-menu-wrapper .social-menu li {
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 28px;
  margin: 0 12px;
}
footer.page-footer .social-menu-wrapper .social-menu li a {
  color: inherit;
}
footer.page-footer .row.legal {
  font-size: .8em;
  color: rgba(255, 255, 255, 0.75);
}
footer.page-footer .row.legal:before {
  display: block;
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 50px .75rem 20px;
}
footer.page-footer .row.legal p {
  margin: 0;
}
footer.page-footer .row.legal .legal-menu {
  margin: 0;
  width: 100%;
  text-align: right;
}
footer.page-footer .row.legal .legal-menu li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
footer.page-footer .row.legal .legal-menu li a {
  color: inherit;
}
footer.page-footer .row.legal .legal-menu li a:hover {
  color: #fff;
}
footer.page-footer .row.legal .legal-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
#menubar.clone {
  position: fixed;
  top: -20vh;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 99;
}
#winsize {
  position: fixed;
  right: 0;
  top: 0;
  font-family: monospace;
  color: red;
}
.sidenav {
  background: #86BBE6;
}
.sidenav li {
  height: auto;
  line-height: 1.2em;
}
.sidenav li a {
  padding: 10px 20px;
  display: block;
  color: #fff;
  line-height: 1.3em;
  height: auto;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.sidenav li.menu-item-has-children > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.sidenav li.menu-item-has-children > a:after {
  content: "+";
  font-weight: 300;
  float: right;
}
.sidenav li.menu-item-has-children .sub-menu {
  transform-origin: 50% 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in 0;
}
.sidenav li.menu-item-has-children .sub-menu a {
  font-size: .8em;
  font-weight: 300;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.sidenav li.menu-item-has-children.visible,
.sidenav li.menu-item-has-children.current-menu-parent {
  background: #fff;
}
.sidenav li.menu-item-has-children.visible > a,
.sidenav li.menu-item-has-children.current-menu-parent > a {
  background: #fff;
  color: #0064A8;
}
.sidenav li.menu-item-has-children.visible > a :after,
.sidenav li.menu-item-has-children.current-menu-parent > a :after {
  content: "—";
}
.sidenav li.menu-item-has-children.visible a,
.sidenav li.menu-item-has-children.current-menu-parent a {
  color: #37424A;
}
.sidenav li.menu-item-has-children.visible a:hover,
.sidenav li.menu-item-has-children.current-menu-parent a:hover {
  background: #00BCE7;
}
.sidenav li.menu-item-has-children.visible .sub-menu,
.sidenav li.menu-item-has-children.current-menu-parent .sub-menu {
  max-height: 100vh;
  background: #dbebf7;
}
.sidenav li.menu-item-has-children.visible .sub-menu a,
.sidenav li.menu-item-has-children.current-menu-parent .sub-menu a {
  border-bottom: 1px solid #eee;
}
.sidenav li.menu-item-has-children.visible .sub-menu .current-menu-item a,
.sidenav li.menu-item-has-children.current-menu-parent .sub-menu .current-menu-item a {
  background: #00BCE7;
  color: #fff;
}
.sidenav li.menu-item-has-children.current-menu-parent {
  background: #86BBE6;
}
.sidenav li.current-menu-item,
.sidenav li.current-menu-parent {
  background: #86BBE6;
}
.sidenav li.current-menu-item.menu-item-has-children .sub-menu,
.sidenav li.current-menu-parent.menu-item-has-children .sub-menu {
  max-height: 100vh;
}
@media only screen and (min-width: 991px) {
  #menubar.clone {
    position: fixed;
    top: -20vh;
    left: 0;
    width: 100%;
    opacity: 0;
    box-shadow: 0 8px 9px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out 0s;
  }
  #menubar.clone .main-menu li:first-child a {
    font-size: 0;
    color: #86BBE6;
  }
  #menubar.clone .main-menu li:first-child a:after {
    display: none;
  }
  #menubar.clone .main-menu li:first-child a:before {
    display: block;
    content: "";
    width: 120px;
    height: 64px;
    background: url('../img/icc-france-blanc.svg') no-repeat center center;
    background-size: contain;
  }
  #menubar.clone.down {
    top: 0;
    opacity: 1;
  }
  #menubar.clone.up {
    top: 0;
    opacity: 0;
  }
}
@media only screen and (max-width: 1200px) {
  #menubar .main-menu a {
    padding: 0 1vw;
    font-size: 1.15vw;
  }
  #main-header .top-bar .top-menu {
    font-size: 1.15vw;
  }
  #main-header .top-bar .top-menu li {
    margin-right: 1vw;
  }
  #main-header .top-bar .top-menu li.join-us-btn {
    margin-left: 2.5vw;
  }
}
@media only screen and (max-width: 992px) {
  footer.page-footer .footer-logo {
    max-width: 100%;
  }
}
@media only screen and (max-width: 602px) {
  footer.page-footer .footer-logo {
    max-width: 220px;
  }
  footer.page-footer .row.legal .legal-menu {
    text-align: center;
  }
  footer.page-footer .row.legal p {
    text-align: center;
    margin: 30px 0;
  }
  footer.page-footer .newsletter-subscribe {
    margin: 50px 0;
  }
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}
html {
  background: #fff;
  font-family: 'open_sansregular', sans-serif;
  color: #000;
}
a {
  color: #00BCE7;
}
*:focus {
  outline: none;
}
@media only screen and (min-width: 993px) {
  .container {
    width: 90%;
    max-width: 1240px;
  }
}
/* cancel flex for IE10 & IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    display: block;
    min-height: 0;
  }
  main {
    flex: none;
  }
}
.cta-orange-btn {
  display: inline-block;
  text-transform: uppercase;
  color: #37424A;
  font-size: .8rem;
  font-family: 'lucida_grandebold', sans-serif;
  line-height: 32px;
  min-height: 32px;
  padding: 0 20px;
  background: #ccc;
  border-radius: 16px;
  background: #FBC735;
  background: -moz-linear-gradient(left, #FBC735 0%, #FCA503 100%);
  background: -webkit-linear-gradient(left, #FBC735 0%, #FCA503 100%);
  background: linear-gradient(to right, #FBC735 0%, #FCA503 100%);
  transition: color 0.2s ease-in-out 0s;
}
.cta-orange-btn:hover {
  color: #fff;
}
figure figcaption {
  text-align: center;
  font-size: .85em;
  line-height: 1.2em;
  color: #00BCE7;
}
.modal {
  background: #fff;
}
.modal .close-icon {
  position: absolute;
  right: 24px;
  top: 24px;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22'%3E%3Cpath d='M.586.007c.195-.017.39.05.508.19L11 10.086 20.888.198c.102-.102.232-.17.372-.19a.65.65 0 0 1 .677.359.64.64 0 0 1-.14.751l-9.888 9.888 9.888 9.878a.65.65 0 0 1 .181.626c-.056.225-.234.406-.46.465s-.467-.007-.63-.174L11 11.914l-9.888 9.888c-.162.17-.406.234-.63.174a.65.65 0 0 1-.46-.465.64.64 0 0 1 .181-.626l9.888-9.878-9.888-9.9C.02.943-.044.677.04.44A.65.65 0 0 1 .587.008L.586.007z' fill='%23000' fill-rule='nonzero'/%3E%3C/svg%3E");
}
#homepage .hero {
  position: relative;
}
#homepage .hero img {
  display: block;
  width: 100%;
  height: auto;
}
#homepage .hero .overlay,
#homepage .hero .hero-intro {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#homepage .hero .overlay {
  display: block;
  width: 74vw;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1036' height='420' fill-rule='evenodd' opacity='.8'%3E%3Cpath fill='%23faa429' d='M456 0h343.336l236.058 420H692.058z'/%3E%3Cpath fill='%230064a8' d='M114 0h343.336l236.058 420H350.058z'/%3E%3Cpath fill='%23a5cf4f' d='M-229 0h343.336l236.058 420H7.058z'/%3E%3C/svg%3E") no-repeat right bottom;
  background-size: cover;
}
#homepage .hero .hero-title {
  font-family: 'montserratbold', sans-serif;
  font-size: 2em;
  line-height: 1.3em;
  padding: .5rem 0 .45rem;
  border-left: 1rem solid #fff;
  margin: 0 0 30px;
}
#homepage .hero .hero-title .highlight-wrapper {
  background-color: #fff;
  padding: .5rem 0;
  color: #0064A8;
  display: inline;
  margin: 0;
}
#homepage .hero .hero-title .highlight-wrapper .highlight {
  position: relative;
  left: -0.5rem;
}
#homepage .about-icc {
  padding: 60px 0;
  position: relative;
}
#homepage .about-icc:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='748' height='420'%3E%3Cpath d='M.058 0H748v420H236.116z' fill='%2386bbe6' fill-rule='evenodd' fill-opacity='.3'/%3E%3C/svg%3E") no-repeat left top;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "";
  width: 49.5vw;
  height: 100%;
}
#homepage .about-icc .about-title {
  font-family: 'lucida_granderegular', sans-serif;
  margin: 10px 0 0;
  font-size: 1.8em;
  color: #37424A;
}
#homepage .about-icc .about-content {
  font-size: .9em;
  line-height: 2em;
  margin: 30px 0;
}
#homepage .about-icc .about-content strong {
  font-family: 'open_sansbold', sans-serif;
}
#homepage .about-icc .cta a {
  color: #FAA429;
  font-family: 'lucida_grandebold', sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
}
#homepage .key-numbers {
  padding: 0 20px;
}
#homepage .key-numbers .nb-card {
  padding: 40px 25px;
  background: #0064A8;
  color: #fff;
  margin: 0 10px;
  border-radius: 8px;
  font-size: .8em;
}
#homepage .key-numbers .nb-card .number {
  font-size: 1.3em;
  line-height: 1.5em;
  font-family: 'montserratextra_bold', sans-serif;
  text-transform: uppercase;
  margin-bottom: .5em;
}
#homepage .key-numbers .nb-card .number strong {
  display: block;
  font-size: 2em;
  margin-bottom: .2em;
}
#homepage .icc-news {
  padding: 80px 0;
  background: #f1f7fc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='624' height='701'%3E%3Cpath d='M624 701H0V0h230.118z' fill='%230064a8' fill-rule='evenodd' opacity='.1'/%3E%3C/svg%3E") no-repeat left top;
  background-size: cover;
}
#homepage .icc-news .news-title {
  color: #37424A;
  font-family: 'lucida_granderegular', sans-serif;
  margin: 0 0 40px;
  font-size: 1.8em;
}
#homepage .icc-news .news-slide {
  background: #fff;
  padding: 50px 30px;
  border-radius: 12px;
  margin-bottom: 30px;
}
#homepage .icc-news .news-slide .row {
  margin: 0;
}
#homepage .icc-news .news-slide img {
  border-radius: 8px;
  display: block;
  margin: 0 auto 10px;
}
#homepage .icc-news .news-slide .date {
  color: #63656A;
  font-size: .8em;
}
#homepage .icc-news .news-slide .category {
  margin: 1em 0;
}
#homepage .icc-news .news-slide .category a {
  display: inline-block;
  line-height: 32px;
  background: #E7525A;
  color: #fff;
  padding: 0 20px;
  font-size: .8em;
  font-family: 'lucida_grandebold', sans-serif;
  border-radius: 16px;
  text-transform: uppercase;
  margin-right: 1.5em;
  transition: all 0.3s ease-in-out 0s;
}
#homepage .icc-news .news-slide .category a:hover {
  background: #e1252f;
}
#homepage .icc-news .news-slide .news-title {
  text-transform: none;
  color: #37424A;
  font-family: 'lucida_grandebold', sans-serif;
  margin: 1em 0;
}
#homepage .icc-news .news-slide .news-title a {
  color: inherit;
}
#homepage .icc-news .news-slide .read-more-link {
  color: #FAA429;
  font-family: 'lucida_grandebold', sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
}
#homepage .publications-wrapper {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
#homepage .publications-wrapper .container {
  position: relative;
  z-index: 1;
}
#homepage .publications-wrapper h3 {
  margin-top: 0;
  font-size: 1.6em;
  font-family: 'lucida_granderegular';
  color: #37424A;
  margin-bottom: 0;
}
#homepage .publications-wrapper .all-magazines-link,
#homepage .publications-wrapper .all-events-link {
  margin-bottom: 30px;
}
#homepage .publications-wrapper .all-magazines-link a,
#homepage .publications-wrapper .all-events-link a {
  text-decoration: underline;
}
#homepage .publications-wrapper .magazine .mag-cover {
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
#homepage .publications-wrapper .magazine .mag-title {
  margin: 1em 0 0;
  font-size: 1.2em;
}
#homepage .publications-wrapper .magazine .read-more a {
  display: inline-block;
  color: #FAA429;
  text-transform: uppercase;
  text-decoration: underline;
}
#homepage .publications-wrapper .last-publications {
  padding: 20px 0;
}
#homepage .publications-wrapper .agenda-wrapper {
  padding: 20px;
  background: #fff;
  border-radius: 12px;
}
#homepage .publications-wrapper .event {
  margin: 30px 0;
}
#homepage .publications-wrapper .event a {
  display: block;
  color: inherit;
}
#homepage .publications-wrapper .event .date {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  text-align: center;
  margin-right: 20px;
}
#homepage .publications-wrapper .event .date span {
  display: block;
  color: #E7525A;
}
#homepage .publications-wrapper .event .date span.day {
  font-size: 2.6em;
  line-height: 1.2em;
  font-family: 'open_sansbold';
  border-bottom: 1px solid #E7525A;
}
#homepage .publications-wrapper .event .date span.month {
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 1.4em;
}
#homepage .publications-wrapper .event .event-title {
  display: inline-block;
  vertical-align: middle;
  width: calc( 100% - 100px );
}
#homepage .publications-wrapper .event .event-title h4 {
  font-size: 1.1em;
  text-transform: none;
  margin: 0;
  color: #37424A;
}
.icc-members-wrapper {
  padding: 50px 0;
}
.icc-members-wrapper .members-title {
  color: #37424A;
  font-family: 'lucida_granderegular', sans-serif;
  margin: 0 0 40px;
  font-size: 1.8em;
}
.icc-members-wrapper .members-slider .member a {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.icc-services.homepage {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
}
.icc-services.homepage:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #37424A;
  opacity: .8;
}
.icc-services.homepage .container {
  position: relative;
}
.icc-services.homepage .container .services-title {
  color: #fff;
  font-family: 'lucida_granderegular', sans-serif;
  margin: 0 0 20px;
  font-size: 1.8em;
}
.icc-services .inner-service {
  background: #fff;
  padding: 30px 20px 70px;
  border-radius: 8px;
  margin-bottom: 30px;
  position: relative;
}
.icc-services .inner-service img {
  display: block;
  margin: 0 auto;
  height: 50px;
}
.icc-services .inner-service h4 {
  font-size: 1em;
  text-transform: none;
  color: #0064A8;
}
.icc-services .inner-service .excerpt {
  font-size: .85em;
  color: #0064A8;
  margin: 20px 0;
}
.icc-services .inner-service .cta {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.icc-services.shortcode {
  margin: 40px 0;
}
.icc-services.shortcode .inner-service {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
#cookie-policy {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #fff;
  max-width: 360px;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  opacity: 1;
  z-index: 9;
  transition: all 0.3s ease-in-out 0s;
}
#cookie-policy p {
  margin: 0;
  font-size: .8em;
}
#cookie-policy p a {
  color: inherit;
  text-decoration: underline;
}
#cookie-policy .accept-cookie-policy {
  display: inline-block;
  padding: 2px 12px;
  font-size: 1rem;
  text-decoration: none;
  background: #00BCE7;
  color: #fff;
  margin-top: 12px;
}
#cookie-policy.hidden {
  opacity: 0;
  right: -500px;
}
#breadcrumbs {
  margin: 0;
  font-size: .9em;
  color: rgba(255, 255, 255, 0.75);
}
#breadcrumbs a {
  color: inherit;
}
#breadcrumbs a:hover {
  color: #fff;
}
.archive-page.bottom-padding,
.single-page.bottom-padding {
  padding-bottom: 60px;
}
.archive-page .page-hero,
.single-page .page-hero {
  background: #0064A8;
  background: linear-gradient(0deg, #00365c 0%, #0064A8 100%);
  padding: 30px 0 50px;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.archive-page .page-hero:before,
.single-page .page-hero:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 800px 0 0 480px;
  border-color: transparent transparent transparent #00365c;
  position: absolute;
  left: 0;
  top: -100px;
}
.archive-page .page-hero:after,
.single-page .page-hero:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='598' height='617' stroke='%23fff' fill='none' stroke-width='1.333'%3E%3Cpath d='M596.984 308.345c0 169.838-133.49 307.515-298.15 307.515S.667 478.183.667 308.345 134.156.86 298.825.86s298.15 137.67 298.15 307.486h.007z'/%3E%3Cpath d='M1.372 307.672l596.33.015'/%3E%3Cpath d='M299.494.925v613.027m-.252 0c-97.122-48.264-165.647-166.913-165.647-305.526 0-138.737 68.72-257.394 165.9-305.672m.237 611.2c97.122-48.264 165.655-166.913 165.655-305.526 0-138.737-68.72-257.394-165.9-305.672'/%3E%3Cpath d='M486.638 68.86c-45.54 52.49-112.23 85.618-186.504 85.618-74.964 0-142.2-33.74-187.77-87.022m374.273 479.51c-45.54-52.505-112.23-85.56-186.504-85.56-74.964 0-142.2 33.734-187.77 87.022'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 100px -100px;
  background-size: cover;
  display: block;
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: .3;
}
.archive-page .page-hero.background-img,
.single-page .page-hero.background-img {
  background-repeat: no-repeat;
  background-position: center center;
}
.archive-page .page-hero.background-img:after,
.single-page .page-hero.background-img:after {
  width: 100%;
  background-position: 50vw -100px;
  background-color: rgba(0, 0, 0, 0.75);
  background-size: 800px;
  opacity: .5;
}
.archive-page .page-hero.background-img:before,
.single-page .page-hero.background-img:before {
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.6);
}
.archive-page .page-hero .container,
.single-page .page-hero .container {
  position: relative;
  z-index: 1;
}
.archive-page .page-hero .page-title,
.single-page .page-hero .page-title {
  margin: 50px 0 0;
  font-size: 4em;
  font-family: 'montserratbold', sans-serif;
}
.archive-page .page-hero .page-title small,
.single-page .page-hero .page-title small {
  font-family: 'montserratthin';
  font-size: .5em;
  display: inline-block;
  line-height: 1.3em;
}
.archive-page .page-hero .page-title small:before,
.single-page .page-hero .page-title small:before {
  content: "/";
  display: inline-block;
  margin: 0 .5em;
}
.archive-page .page-hero .page-title .icon,
.single-page .page-hero .page-title .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.archive-page {
  background: #f1f7fc;
}
.archive-page article.post {
  padding: 24px 24px 46px;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 30px;
}
.archive-page article.post .wp-post-image {
  display: block;
  border-radius: 6px;
}
.archive-page article.post .date {
  color: #63656A;
  font-size: .8em;
  margin: 8px 0;
}
.archive-page article.post .category {
  margin: 1em 0;
}
.archive-page article.post .category a {
  display: inline-block;
  line-height: 32px;
  background: #E7525A;
  color: #fff;
  padding: 0 20px;
  font-size: .8em;
  font-family: 'lucida_grandebold', sans-serif;
  border-radius: 16px;
  text-transform: uppercase;
  margin-right: 1.5em;
  transition: all 0.3s ease-in-out 0s;
}
.archive-page article.post .category a:hover {
  background: #e1252f;
}
.archive-page article.post .news-title {
  text-transform: none;
  color: #37424A;
  font-size: 1.4em;
  font-family: 'lucida_grandebold', sans-serif;
  margin: .5em 0;
}
.archive-page article.post .news-title a {
  color: inherit;
}
.archive-page article.post .read-more-link {
  color: #FAA429;
  font-family: 'lucida_grandebold', sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
}
.archive-page article.post .excerpt {
  font-size: .8em;
}
.archive-page article.post .type-pub {
  margin: 15px 0;
}
.archive-page article.post .type-pub a {
  font-size: .8em;
  display: inline-block;
  text-transform: uppercase;
}
.archive-page article.post .publication-cover {
  border-radius: 0;
  border: 1px solid #eee;
}
.archive-page .no-content-found h2 {
  font-family: 'montserratthin', sans-serif;
  margin: 80px 0x;
}
.archive-page.error-404 .page-title {
  text-align: center;
  font-family: 'montserratthin', sans-serif;
}
.archive-page.commission-publications {
  background: #fff;
}
.archive-page.commission-publications .post {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
}
.icc-partners-wrapper {
  background: #f1f7fc;
  padding: 60px 0;
}
.icc-partners-wrapper .inner-partner {
  background: #fff;
  padding: 20px 20px 40px;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
}
.icc-partners-wrapper .inner-partner .logo {
  display: block;
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.icc-partners-wrapper .inner-partner h3 {
  font-size: 1em;
  text-align: center;
}
.icc-partners-wrapper .inner-partner .description {
  font-size: .85em;
}
.icc-partners-wrapper .inner-partner .website a {
  font-size: .85em;
  color: #FAA429;
  display: inline-block;
}
.icc-partners-wrapper .inner-partner .website a:before {
  font-family: 'FontAwesome';
  content: "\f14c";
  margin-right: .5em;
}
.members-filters {
  margin-bottom: 40px;
}
.members-list-table {
  border-top: 1px solid #eee;
}
.members-list-table td,
.members-list-table th {
  border-bottom: 1px solid #eee;
  padding: 6px 0;
}
.members-list-table th {
  font-weight: normal;
  font-family: 'montserratregular';
  width: 60%;
}
.members-list-table th a {
  color: #darkblue;
}
.members-list-table td a {
  color: inherit;
}
.members-list-table td a:hover {
  text-decoration: underline;
}
.post-content .formation-sublinks {
  margin: 20px 0;
}
.post-content .formation-sublinks li {
  padding-left: 32px;
  margin-bottom: 1.4em;
}
.post-content .formation-sublinks li:before {
  width: 24px;
  height: 24px;
  border: 3px solid #00BCE7;
  background: #00BCE7 url('../img/services/formation.svg') no-repeat center center;
  background-size: contain;
  content: "";
  vertical-align: middle;
  border-radius: 4px;
}
.post-content .formation-sublinks li a {
  color: #0064A8;
  font-family: 'open_sansbold', sans-serif;
  text-decoration: underline;
}
.post-content .formation-sublinks li a:hover {
  color: #00BCE7;
}
nav.navigation.pagination {
  text-align: center;
  background: transparent;
  box-shadow: none;
  margin: 40px 0;
}
nav.navigation.pagination .nav-links span,
nav.navigation.pagination .nav-links a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  margin: 0 10px;
  background: #f4f4f4;
  color: #0064A8;
}
nav.navigation.pagination .nav-links span.dots,
nav.navigation.pagination .nav-links a.dots {
  background: none;
  color: #86BBE6;
}
nav.navigation.pagination .nav-links span.current,
nav.navigation.pagination .nav-links a.current {
  background: #FAA429;
  color: #fff;
}
nav.navigation.pagination .nav-links a:hover {
  background: #86BBE6;
}
#member-modal {
  max-width: 480px;
}
#member-modal .modal-content h4 {
  margin: 0 40px 20px;
  text-align: center;
  font-weight: normal;
  font-family: 'montserratregular';
  color: #0064A8;
  font-size: 1.6em;
}
#member-modal .modal-content .logo img {
  display: block;
  margin: 20px auto;
  max-height: 80px;
  width: auto;
  height: auto;
}
#member-modal .modal-content .secteur {
  text-align: center;
  text-transform: uppercase;
}
#member-modal .modal-content .website {
  text-align: center;
  margin: 20px 0;
}
.icc-event {
  background: #fff;
  padding: 20px 20px 40px;
  border-radius: 12px;
  margin-bottom: 30px;
}
.icc-event .date {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  text-align: center;
  margin-right: 20px;
}
.icc-event .date span {
  display: block;
  color: #E7525A;
}
.icc-event .date span.day {
  font-size: 2.6em;
  line-height: 1.2em;
  font-family: 'open_sansbold';
  border-bottom: 1px solid #E7525A;
}
.icc-event .date span.month {
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 1.4em;
}
.icc-event .event-title {
  font-size: 1em;
  font-family: 'montserratextra_bold', sans-serif;
  color: #000;
  margin: .5em 0;
}
.icc-event .location {
  font-size: .85em;
  margin: .5em 0;
}
.icc-event .excerpt {
  color: #00BCE7;
  margin: .5em 0;
}
.icc-event .excerpt p {
  margin: 0;
}
.icc-event .register .btn {
  font-size: .85em;
  margin: 1em 0;
}
.icc-event .files li {
  padding: 0;
  margin-bottom: 10px;
}
.icc-event .files li:before {
  display: none;
}
.icc-event .files li a {
  background: #00BCE7;
  color: #fff;
  font-size: .9em;
  display: inline-block;
  line-height: 1.2em;
  padding: 6px 12px;
  border-radius: 4px;
}
.icc-event .files li a:hover {
  background: #1bd5ff;
}
.icc-event .files li a:before {
  font-family: 'FontAwesome';
  content: '\f0ed';
  margin-right: .5em;
}
#commissions {
  margin-top: 40px;
}
#commissions .commission {
  margin-bottom: 30px;
  padding: 20px;
  background: #A5CF4F;
  border-radius: 8px;
}
#commissions .commission.key-green {
  background: #A5CF4F;
}
#commissions .commission.key-blue {
  background: #00BCE7;
}
#commissions .commission.key-cherry {
  background: #E7525A;
}
#commissions .commission.key-orange {
  background: #FAA429;
}
#commissions .commission.key-darkblue {
  background: #0064A8;
}
#commissions .commission h2 {
  margin: 0;
  width: 100%;
  font-size: 1em;
  text-align: center;
}
#commissions .commission h2 a {
  color: #fff;
}
#commissions .commission h2 a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.commission-single .description *:nth-child(1) {
  margin-top: 0;
}
.commission-single .description h2 {
  font-size: 1.4em;
  text-transform: none;
  font-family: 'montserratregular', sans-serif;
  color: #0064A8;
}
.commission-single .description h3,
.commission-single .description h4,
.commission-single .description h5 {
  font-size: 1.2em;
  text-transform: none;
  font-family: 'montserratregular', sans-serif;
  color: #00BCE7;
}
.commission-single .description ul {
  margin: 1em 0;
}
.commission-single .description ul li {
  margin-bottom: 1em;
  padding-left: 16px;
  position: relative;
}
.commission-single .description ul li:before {
  display: inline-block;
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: .15em;
  color: #E7525A;
}
.commission-single .presidence {
  margin: 30px 0;
  background: #00BCE7;
  background: linear-gradient(70deg, #00BCE7 0%, #81e8ff 100%);
  color: #fff;
  padding: 10px 20px;
  border-radius: 12px;
}
.commission-single .icc-event {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.commission-single .commission-events h3:after {
  display: block;
  content: "";
  width: 80px;
  margin: 15px auto 30px;
  border-bottom: 1px solid #00BCE7;
}
.commissions-menu h4 {
  margin: 0;
  font-size: 1em;
  color: #0064A8;
}
.commissions-menu .commissions {
  border-top: 1px solid #eee;
}
.commissions-menu .commissions li {
  font-size: .9em;
  border-bottom: 1px solid #eee;
}
.commissions-menu .commissions li a {
  display: block;
  padding: 6px 0;
  text-transform: uppercase;
  color: inherit;
}
.commissions-menu .commissions li a.current-item {
  color: #A5CF4F;
  font-weight: 600;
}
.commissions-menu .commissions li a.current-item:hover {
  color: #A5CF4F;
}
.commissions-menu .commissions li a:hover {
  color: #00BCE7;
}
.icc-team .team-member {
  text-align: center;
  margin-bottom: 60px;
}
.icc-team .team-member img {
  display: block;
  margin: 0 auto;
}
.icc-team .team-member .content h2 {
  font-size: 1em;
  margin: 10px 0 0;
  color: inherit;
}
.icc-team .team-member .content p {
  margin: 0;
  font-size: .8em;
  line-height: 1.3em;
}
.icc-team .team-member .content .linkedin {
  margin-top: 8px;
}
.icc-team .team-member .content .linkedin a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  background: #0064A8;
  color: #fff;
}
.single-post {
  padding: 20px 0 60px;
  background: #f1f7fc;
}
.single-post #breadcrumbs {
  color: #86BBE6;
  margin-bottom: 30px;
}
.single-post #breadcrumbs a {
  color: inherit;
}
.single-post #breadcrumbs a:hover {
  color: #00BCE7;
}
.single-post .post-wrapper {
  padding: 20px 40px;
  background: #fff;
  border-radius: 8px;
}
.single-post .post-title {
  margin: 0;
  font-size: 2.6em;
  font-family: 'montserratbold', sans-serif;
  color: #0064A8;
}
.single-post .post-meta {
  margin: 15px 0;
  padding: 10px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: .9em;
}
.single-post .post-meta .date {
  color: #63656A;
}
.single-post .post-meta .category a {
  text-transform: uppercase;
}
.share-post {
  text-align: center;
  margin: 20px 0;
}
.share-post li {
  display: inline-block;
  margin: 0 4px;
}
.share-post li a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  border-radius: 18px;
  color: #A5CF4F;
  border: 1px solid #cee59f;
}
.share-post li a:hover {
  background: #A5CF4F;
  border-color: #A5CF4F;
  color: #fff;
}
.single-post.publication .publication-cover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.single-post.publication .post-title {
  font-size: 1.8em;
  text-transform: uppercase;
}
.single-post.publication .download {
  margin: 20px 0;
}
#icc-sidebar .sidebar-wrapper {
  padding-left: 40px;
}
#icc-sidebar .sidebar-newsletter {
  border-bottom: 1px solid #b9d8f0;
  margin-bottom: 40px;
}
#icc-sidebar .sidebar-newsletter h4 {
  font-size: 1.2em;
  color: #A5CF4F;
  font-family: 'montserratextra_bold', sans-serif;
  margin: .2em 0;
}
#icc-sidebar .sidebar-newsletter p {
  margin: 0;
  color: #0064A8;
  text-transform: uppercase;
}
#icc-sidebar .sidebar-newsletter p strong {
  font-family: 'montserratbold', sans-serif;
}
#icc-sidebar .sidebar-newsletter .subscribe-wrapper {
  position: relative;
}
#icc-sidebar .sidebar-newsletter .subscribe-wrapper .input-field {
  margin: 10px 0;
}
#icc-sidebar .sidebar-newsletter .subscribe-wrapper .input-field input[type=email] {
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 6px;
  padding: 0 10px;
  width: calc( 100% - 20px );
}
#icc-sidebar .sidebar-newsletter .subscribe-wrapper .input-field label {
  margin-left: 10px;
}
#icc-sidebar .sidebar-newsletter .subscribe-wrapper .input-field label.active {
  opacity: 0;
}
#icc-sidebar .sidebar-newsletter .subscribe-wrapper button {
  position: absolute;
  right: 4px;
  top: 2px;
  width: 30px;
  height: 40px;
  border: none;
  border-radius: 6px;
  background: #fff;
  text-align: right;
  color: #0064A8;
}
#icc-sidebar .recent-posts {
  margin: 40px 0;
}
#icc-sidebar .recent-posts h4 {
  font-size: 1.2em;
  color: #37424A;
  font-family: 'montserratextra_bold', sans-serif;
  margin: .2em 0 1em;
}
#icc-sidebar .sidebar-post,
#icc-sidebar .echanges-inter {
  background: #fff;
  margin: 20px 0;
  padding: 10px;
  border-radius: 10px;
  font-size: .9em;
}
#icc-sidebar .sidebar-post .date,
#icc-sidebar .echanges-inter .date {
  color: #63656A;
  font-size: .85em;
}
#icc-sidebar .sidebar-post .category,
#icc-sidebar .echanges-inter .category {
  text-transform: uppercase;
  font-size: .9em;
}
#icc-sidebar .sidebar-post h5,
#icc-sidebar .echanges-inter h5 {
  font-size: 1.1em;
  margin: .3em 0 0;
}
#icc-sidebar .sidebar-post h5 a,
#icc-sidebar .echanges-inter h5 a {
  color: #37424A;
}
#icc-sidebar .sidebar-post h5 a:hover,
#icc-sidebar .echanges-inter h5 a:hover {
  color: #E7525A;
}
#icc-sidebar .sidebar-post.has-thumbnail,
#icc-sidebar .echanges-inter.has-thumbnail {
  position: relative;
  min-height: 100px;
}
#icc-sidebar .sidebar-post.has-thumbnail .wp-post-image,
#icc-sidebar .echanges-inter.has-thumbnail .wp-post-image {
  display: block;
  position: absolute;
  width: 80px;
  height: auto;
  border-radius: 6px;
}
#icc-sidebar .sidebar-post.has-thumbnail .content,
#icc-sidebar .echanges-inter.has-thumbnail .content {
  margin-left: 90px;
}
#icc-sidebar .echanges-inter {
  min-height: 135px;
}
#icc-sidebar .echanges-inter .wp-post-image {
  display: block;
  position: absolute;
  width: 80px;
  height: auto;
  border: 1px solid #ddd;
}
#icc-sidebar .echanges-inter .content {
  margin-left: 90px;
}
#icc-sidebar .echanges-inter .content .excerpt p {
  text-transform: none;
  font-size: .9em;
  line-height: 1.3em;
  color: #37424A;
}
#modal-alert .modal-content {
  font-size: 1.1em;
  padding: 20px 55px;
}
#modal-alert .modal-content strong {
  font-weight: 700;
}
.icc-testimonials {
  margin: 40px 0;
  position: relative;
}
.icc-testimonials:before {
  display: inline-block;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: -30px;
  z-index: 0;
  background: url('../img/quote.svg') no-repeat center center;
  background-size: contain;
}
.icc-testimonials .slick-dots {
  position: relative;
  top: auto;
  bottom: auto;
  margin: 30px 0 0;
}
.icc-testimonials .slick-dots li {
  padding: 0;
  margin: 0 8px;
}
.icc-testimonials .slick-dots li:before {
  display: none;
}
.icc-testimonials .testimonial-wrapper {
  margin-bottom: 30px;
  max-width: 640px;
  margin: 0 auto;
}
.icc-testimonials .testimonial-wrapper .content {
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.3em;
  color: #000;
  margin-bottom: 10px;
}
.icc-testimonials .testimonial-wrapper .name {
  color: #00BCE7;
  font-style: italic;
}
.icc-testimonials .testimonial-wrapper .position {
  font-style: italic;
  color: #777;
}
@media only screen and (min-width: 990px) {
  #homepage .publications-wrapper:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 800px 400px;
    border-color: transparent transparent #A5CF4F transparent;
    position: absolute;
    right: 32%;
    top: 0;
    z-index: 0;
  }
  #homepage .publications-wrapper:before {
    display: block;
    content: "";
    width: 32%;
    height: 100%;
    background: #A5CF4F;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 992px) {
  #icc-sidebar {
    margin-top: 40px;
  }
  #icc-sidebar .sidebar-wrapper {
    padding-left: 0;
  }
}
@media only screen and (max-width: 602px) {
  #homepage .hero .hero-title {
    font-size: 1.2em;
  }
  #homepage .icc-news .news-slide {
    height: auto !important;
    padding: 20px 10px;
  }
  .archive-page .page-hero .page-title,
  .single-page .page-hero .page-title {
    font-size: 2.6em;
    text-align: center;
  }
  .archive-page .page-hero .page-title small:before,
  .single-page .page-hero .page-title small:before {
    content: "";
    margin: 0;
  }
  .archive-page .page-hero .page-title .icon,
  .single-page .page-hero .page-title .icon {
    display: block;
    margin: 0 auto 20px;
    height: 60px;
  }
}
