@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*COLORS*/
/*$gradient-banner: radial-gradient(circle, rgba(129,208,188,1) 0%, rgba(83,175,152,1) 53%, rgba(86,131,170,1) 78%, rgba(61,101,135,1) 100%);*/
/*$gradient: linear-gradient(to bottom, #53AF98 0%, #133E6C 100%);*/
/*FONTS*/
/* Scss Document */
/* Scss Document */
/*--------------------------------------------------------------
BOUTONS
--------------------------------------------------------------*/
/*SMALL SIZE*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo:wght@300;400;500;600;700;800;900&display=swap");
.btn-xs {
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  font-family: Arial;
  font-size: 10px;
  font-weight: 500;
  padding: 2px 8px;
  text-decoration: none; }

.btn-xs:hover {
  opacity: 0.8; }

.btn-xs:active {
  position: relative;
  top: 1px; }

/*MEDIUM SIZE*/
.btn {
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 9px 18px;
  text-decoration: none; }

.btn:hover {
  opacity: 0.8; }

.btn:active {
  position: relative;
  top: 1px; }

/*LARGE SIZE*/
.btn-xl {
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  padding: 18px 32px;
  text-decoration: none; }

.btn-xl:hover {
  opacity: 0.8; }

.btn-xl:active {
  position: relative;
  top: 1px; }

/*DIFFERENTES COLOURS*/
.btn-primary {
  border: 1px solid #dcdcdc;
  color: #fff;
  background-color: #5683AA; }

.btn-secondary {
  border: 1px solid #dcdcdc;
  color: #5683AA;
  background-color: #fff; }

.btn-contour-blanc {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff; }

.btn-contour-bleu {
  background-color: transparent;
  border: 1px solid #5683AA;
  color: #5683AA; }

button, input[type="button"], input[type="submit"] {
  background-color: #5683AA;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 12px 24px;
  text-decoration: none; }

/*--------------------------------------------------------------
FORM
--------------------------------------------------------------*/
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 12px 24px;
  text-decoration: none;
  border: 1px solid #dcdcdc;
  color: #fff;
  background-color: #000; }

input[type=text] {
  width: 100%;
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box; }

* {
  box-sizing: border-box; }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

.form-inline label {
  margin: 5px 10px 5px 0; }

.form-inline input {
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd; }

.form-inline button {
  padding: 10px 20px;
  background-color: #20AF94;
  border: 1px solid #ddd;
  color: white;
  cursor: pointer; }

.form-inline button:hover {
  background-color: #20AF94;
  opacity: 0.9; }

@media (max-width: 800px) {
  .form-inline input {
    margin: 10px 0; }

  .form-inline {
    flex-direction: column;
    align-items: stretch; } }
/*--------------------------------------------------------------
MODULE HEADER AUTRES PAGES
--------------------------------------------------------------*/
.module-header-autres-pages {
  background: url("../img/banniere-page.png") no-repeat center, radial-gradient(circle, #50a896 0%, #45968e 53%, #357983 78%, #205b73 100%);
  padding: 3rem 0 3rem 0; }
  .module-header-autres-pages h1 {
    color: #fff !important;
    font-size: 2.4rem !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important; }
    .module-header-autres-pages h1 ul, .module-header-autres-pages h1 a {
      color: #fff !important;
      font-size: 2.4rem !important;
      font-weight: 600 !important;
      margin: 0 !important;
      padding: 0 !important;
      list-style: none !important; }
  .module-header-autres-pages h2 {
    color: #fff !important;
    font-size: 2.4rem !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important; }
  .module-header-autres-pages .page-header {
    padding-bottom: 0; }

.spam {
  display: none; }

/*--------------------------------------------------------------
MODULE PAGE ONLINE TESTING PLATFORM
--------------------------------------------------------------*/
.module-otp-bottom {
  background-color: #fafafa;
  padding: 2rem;
  border: 2px solid #53AF98;
  text-align: center; }
  .module-otp-bottom h3 {
    color: #53AF98 !important; }
  .module-otp-bottom p {
    margin: 0;
    padding: 0;
    font-weight: 500; }
    .module-otp-bottom p a {
      text-decoration: underline !important; }

/*--------------------------------------------------------------
MODULE CUSTOM MENU (section members)
--------------------------------------------------------------*/
.custom-menu-class {
  margin-top: 1rem;
  text-transform: uppercase;
  font-weight: 400; }
  .custom-menu-class ul {
    padding: 0; }
    .custom-menu-class ul li {
      list-style: none;
      display: inline-block;
      margin-right: 9px; }
      .custom-menu-class ul li:first-child {
        background: linear-gradient(to bottom, #53AF98 0%, #386083 100%);
        padding: 4px 10px;
        border-radius: 3px; }
        .custom-menu-class ul li:first-child a {
          color: #fff !important; }
  .custom-menu-class ul:nth-child(2) {
    margin: 0; }
  .custom-menu-class a {
    font-weight: 400 !important;
    color: #7C7C7C !important; }

.custom-menu-class ul.menu a {
  font-size: 0.9rem; }

/*--------------------------------------------------------------
MODULE FILTRE CATEGORY
--------------------------------------------------------------*/
/*.module-filtre {
  margin-top: 1.6rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 400;
  .align {
	  display: flex;
	  span {
		  margin-right: 18px;
        .currentLink {
          color: $white;
          background: $gradient;
          padding: 9px 15px;
          border-radius: 3px;
              a {
              color:$white;
              }
        } 		  
	  } 
  }

  ul.categories-list { 
    li{
      list-style: none;
      display: inline-block;
      margin-right:18px;
    }
  }
	
}*/
.module-filtre {
  margin-top: 1.6rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 400; }
  .module-filtre .cat-all {
    color: #fff;
    background: linear-gradient(to bottom, #53AF98 0%, #386083 100%);
    padding: 9px 15px;
    border-radius: 3px; }
    .module-filtre .cat-all a {
      color: #fff; }
  .module-filtre .categories-list li {
    list-style: none;
    display: inline-block;
    margin-right: 18px; }
  .module-filtre .cat-item:hover {
    opacity: 0.8; }

/*--------------------------------------------------------------
GO BACK LINK
--------------------------------------------------------------*/
p {
  margin: 0 0 6px 0;
  padding: 0; }
  p a.goback {
    color: #5683AA;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 12px; }
    p a.goback span {
      font-size: 1.4rem; }

/*--------------------------------------------------------------
MODULE CATEGORY NEWS, MEDIA, ONLINE TESTING, VISITORS
--------------------------------------------------------------*/
.module-page-news {
  padding-top: 1.2rem; }
  .module-page-news .blog-card {
    padding: 10px;
    border: 1px solid #E9E9E9;
    background-color: #FAFAFA;
    margin-bottom: 65px;
    color: #7C7C7C; }
    .module-page-news .blog-card .thumbnail-img {
      margin-bottom: 4px;
      width: 100%;
      height: 240px;
      background-image: url("../img/empty-img.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      border: 1px solid gTexte;
      overflow: hidden;
      position: relative; }
      .module-page-news .blog-card .thumbnail-img span.cat-name {
        position: absolute;
        top: 0;
        right: 0;
        /*            a:hover {
                      color: $white;
                      background-color: $blue;
                    }  */ }
        .module-page-news .blog-card .thumbnail-img span.cat-name ul, .module-page-news .blog-card .thumbnail-img span.cat-name li, .module-page-news .blog-card .thumbnail-img span.cat-name a {
          color: #fff;
          background-color: #5683AA;
          font-size: 0.7rem;
          padding: 1px 2px;
          list-style: none;
          display: block;
          float: left; }
      .module-page-news .blog-card .thumbnail-img img {
        width: 110%;
        height: 110%;
        object-fit: cover !important; }
    .module-page-news .blog-card span.date {
      float: left;
      font-size: 0.8rem !important; }
    .module-page-news .blog-card span.auteur {
      float: right;
      font-size: 0.8rem !important; }
    .module-page-news .blog-card .contenu {
      margin-top: 2rem; }
      .module-page-news .blog-card .contenu h2 {
        font-family: "Exo", sans-serif;
        font-weight: 600;
        font-size: 1.2rem;
        /*limit 2 lignes  */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-lines: 2;
        box-sizing: content-box; }
        .module-page-news .blog-card .contenu h2 a {
          text-decoration: none;
          outline: 0;
          color: #5683AA; }
        .module-page-news .blog-card .contenu h2 span.excerpt {
          font-size: 0.9rem !important; }

/*--------------------------------------------------------------
MODULE POST SINGLE
--------------------------------------------------------------*/
.single-post:not(.has-sidebar) #primary, .page.page-one-column:not(.webcolours-front-page) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary {
  max-width: none; }

.module-single-news {
  margin-top: 1.5rem;
  /*div.entry-content p:first-child:first-letter {
    float:left;
    font-size:4em;
    color: $blue;
    margin-right:0.10em;
    line-height:90%;
  }	 */ }
  .module-single-news .row.header-single {
    padding-bottom: 0 !important; }
    .module-single-news .row.header-single .col-xl-3 .col-md-3 .col-xs-6 .col-12 {
      padding: 0 !important; }
    .module-single-news .row.header-single h2.entry-title {
      font-family: "Exo", sans-serif;
      color: #5683AA;
      font-weight: 500;
      font-size: 2.6rem;
      line-height: 1.2;
      margin: 3px 0 6px 0; }
    .module-single-news .row.header-single .image-single-post {
      margin-bottom: 4px;
      width: 100% !important;
      /*height:240px !important;*/
      min-height: 180px !important;
      /*background-image: url("../img/empty-img.jpg");*/
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      border: 1px solid gTexte;
      overflow: hidden;
      /*          -webkit-box-shadow: 10px 10px 30px -13px rgba(0,0,0,0.75);
                -moz-box-shadow: 10px 10px 30px -13px rgba(0,0,0,0.75);
                box-shadow: 10px 10px 30px -13px rgba(0,0,0,0.75);*/ }
      .module-single-news .row.header-single .image-single-post img {
        width: 110%;
        height: 110%;
        object-fit: cover !important; }
  .module-single-news .top {
    margin-left: 2rem; }
    .module-single-news .top span.date {
      float: left !important;
      font-size: 0.8rem !important; }
    .module-single-news .top span.category {
      float: right !important;
      font-size: 0.8rem !important; }
    .module-single-news .top .share-social span {
      font-size: 0.6rem;
      text-transform: uppercase; }
  .module-single-news hr {
    margin-top: 20px; }

/*--------------------------------------------------------------
MODULE MEMBERS ARCHIVE
--------------------------------------------------------------*/
.module-page-members {
  padding-top: 1rem; }
  .module-page-members .blog-card {
    padding: 10px;
    border: 1px solid #E9E9E9;
    background-color: #FAFAFA;
    margin-bottom: 65px;
    color: #7C7C7C;
    /*      span.date{
    		float: left;
            font-size: 0.8rem !important;
          }
          span.auteur{
    		float: right;
            font-size: 0.8rem !important;
          }		*/ }
    .module-page-members .blog-card .thumbnail-img {
      margin-bottom: 4px;
      width: 100%;
      height: 160px;
      background-image: url("../img/empty-member.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      border: 1px solid gTexte;
      overflow: hidden;
      position: relative; }
      .module-page-members .blog-card .thumbnail-img span.cat-name {
        position: absolute;
        top: 0;
        right: 0;
        /*            a:hover {
                      color: $white;
                      background-color: $blue;
                    }  */ }
        .module-page-members .blog-card .thumbnail-img span.cat-name ul, .module-page-members .blog-card .thumbnail-img span.cat-name li, .module-page-members .blog-card .thumbnail-img span.cat-name a {
          color: #fff;
          background-color: #5683AA;
          font-size: 0.7rem;
          padding: 1px 3px;
          list-style: none;
          display: block;
          float: left; }
      .module-page-members .blog-card .thumbnail-img img {
        width: 110%;
        height: 110%;
        object-fit: cover !important; }
    .module-page-members .blog-card .contenu {
      margin-top: 10px; }
      .module-page-members .blog-card .contenu h2 {
        font-family: "Exo", sans-serif;
        font-weight: 600;
        font-size: 1rem;
        /*limit 2 lignes  */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-lines: 2;
        box-sizing: content-box; }
        .module-page-members .blog-card .contenu h2 a {
          text-decoration: none;
          outline: 0;
          color: #5683AA; }

.link-more {
  font-size: 0.9rem; }

/*--------------------------------------------------------------
MODULE SINGLE MEMBERS
--------------------------------------------------------------*/
.single-featured-image-header {
  display: none; }

.module-single-member {
  margin-top: 3rem; }
  .module-single-member ul.post-meta {
    list-style: none; }
  .module-single-member span.cat-name {
    top: 0;
    right: 0;
    /*            a:hover {
              color: $white;
              background-color: $blue;
            }  */ }
    .module-single-member span.cat-name ul, .module-single-member span.cat-name li, .module-single-member span.cat-name a {
      color: #fff;
      background-color: #5683AA;
      font-size: 0.7rem;
      padding: 1px 4px;
      list-style: none;
      display: block;
      float: left; }
  .module-single-member .name h2 {
    color: #5683AA !important;
    font-size: 1.8rem !important;
    font-weight: 500 !important;
    margin-top: 2rem; }
  .module-single-member .description {
    font-size: 1rem; }
  .module-single-member .thumbnail-img {
    margin-bottom: 4px;
    width: 100%;
    height: 300px;
    background-image: url("../img/empty-member.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid gTexte;
    overflow: hidden; }
    .module-single-member .thumbnail-img img {
      width: 110%;
      height: 110%;
      object-fit: cover !important; }
  .module-single-member .liste-profil p {
    font-size: 0.9rem;
    margin: 0;
    padding: 0; }
    .module-single-member .liste-profil p a {
      text-decoration: underline; }
  .module-single-member .arrowLeft a {
    position: fixed;
    z-index: 100;
    left: -5px;
    top: 45%;
    padding: 6px 12px 12px 12px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in; }
  .module-single-member .arrowLeft a:hover {
    left: 0;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    color: #fff; }
  .module-single-member .arrowRight a {
    position: fixed;
    z-index: 100;
    right: -5px;
    top: 45%;
    padding: 6px 12px 12px 12px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in; }
  .module-single-member .arrowRight a:hover {
    right: 0;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    color: #fff; }
  .module-single-member .arrowNav a {
    background: #7F7F7F;
    opacity: 0.5;
    color: #fff;
    text-decoration: none;
    font-size: 30px; }

/*--------------------------------------------------------------
MODULE SINGLE EVENT
--------------------------------------------------------------*/
.module-single-event {
  margin-top: 3rem; }
  .module-single-event .row.header-single {
    padding-bottom: 0 !important; }
    .module-single-event .row.header-single h2.entry-title {
      font-family: "Exo", sans-serif;
      color: #5683AA;
      font-weight: 500;
      font-size: 2.4rem;
      line-height: 1.2;
      margin: 3px 0 6px 0; }
    .module-single-event .row.header-single .image-single-post {
      margin-bottom: 4px;
      width: 100% !important;
      height: 240px !important;
      background-image: url("../img/empty-calendar.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      border: 1px solid gTexte;
      overflow: hidden; }
      .module-single-event .row.header-single .image-single-post img {
        width: 110%;
        height: 110%;
        object-fit: cover !important; }
  .module-single-event .top p {
    font-size: 1rem !important;
    margin: 0; }
    .module-single-event .top p span {
      font-weight: 400; }
  .module-single-event .top .share-social span {
    font-size: 0.6rem;
    text-transform: uppercase; }
  .module-single-event hr {
    margin-top: 20px; }

/*--------------------------------------------------------------
MODULE ARCHIVE AUTHORS
--------------------------------------------------------------*/
.module-page-author {
  margin-top: 3rem; }
  .module-page-author ul {
    list-style: none; }

/*--------------------------------------------------------------
MODULE CALENDAR
--------------------------------------------------------------*/
dt.mec-calendar-day.mec-selected-day {
  background: linear-gradient(to bottom, #53AF98 0%, #386083 100%) !important; }

div.mec-event-time.mec-color {
  color: #7C7C7C; }

.mec-has-event::after {
  background: #81D0BC !important; }

.mec-border-color, .mec-border-color-hover:hover, .mec-wrap .mec-border-color, .mec-wrap .mec-border-color-hover:hover {
  border-color: #5683AA; }

.mec-color, .mec-color-before :before, .mec-color-hover:hover, .mec-wrap .mec-color, .mec-wrap .mec-color-before :before, .mec-wrap .mec-color-hover:hover {
  color: #5683AA; }

.mec-bg-color, .mec-bg-color-hover:hover, .mec-wrap .mec-bg-color, .mec-wrap .mec-bg-color-hover:hover {
  background: linear-gradient(to bottom, #53AF98 0%, #386083 100%); }

.mec-calendar .mec-event-article .mec-event-title a {
  font-family: "Exo", sans-serif; }

.mec-calendar .mec-event-article .mec-event-title a:hover {
  color: #7C7C7C; }

.mec-wrap .mec-single-title {
  font-family: "Exo", sans-serif;
  color: #5683AA; }

.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected {
  color: #fff;
  background: linear-gradient(to bottom, #53AF98 0%, #386083 100%);
  border-color: gray; }

.mec-month-divider span:before {
  border-bottom: 4px solid #5683AA; }

.mec-single-event .mec-events-meta-group-booking form > h4:before, .mec-single-event .mec-frontbox-title:before {
  border-bottom: 4px solid #5683AA; }

.mec-search-form .mec-totalcal-box {
  display: none; }

/*--------------------------------------------------------------
MODULE SEARCH MODAL & PAGE
--------------------------------------------------------------*/
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5); }

/* The content */
.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto; }

/* Close button */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white; }

.overlay .closebtn:hover {
  color: #ccc; }

/* Style the search field */
.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white; }

.overlay input[type=text]:hover {
  background: #f1f1f1; }

/* Style the submit button */
.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #5683AA;
  font-size: 17px;
  border: none;
  cursor: pointer; }

.overlay button:hover {
  background: #5683AA; }

.mec-search-form .mec-date-search, .mec-search-form .mec-text-input-search {
  display: none; }

/*--------------------------------------------------------------
MODULE SHARE IN SOCIAL MEDIA
--------------------------------------------------------------*/
/*.share-social {
	width: 200px !important;
}*/
.share-buttons {
  border-top: 1px solid #C1C1C1;
  width: 100px !important;
  font-size: 0.7rem;
  line-height: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 60px;
  z-index: 2;
  position: relative;
  text-align: center;
  list-style-type: none;
  padding: 12px 0 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start; }

.share-buttons li {
  height: auto;
  flex: 0 1 auto;
  width: calc(33% - 1px);
  margin-right: 1px; }

.share-buttons a {
  display: block;
  padding: 8px 8px 6px;
  text-align: center; }

.share-buttons li:first-child a {
  border-radius: 3px 0 0 3px; }

.share-buttons li:last-child a {
  border-radius: 0 3px 3px 0; }

.share-twitter {
  background: #1da1f2; }

.share-facebook {
  background: #3b5998; }

.share-byemail {
  background: #db4437; }

.share-buttons svg {
  fill: #fff;
  margin-right: 5px;
  width: 16px;
  height: 16px; }

.share-byemail i {
  color: #fff;
  width: 16px;
  height: 17px; }

/*--------------------------------------------------------------
MODULE CALL-TO-ACTION PARTICIPATE
--------------------------------------------------------------*/
.module-cta-participate {
  padding: 0 !important;
  -webkit-box-shadow: 6px 13px 37px 0px #bdbdbd;
  -moz-box-shadow: 6px 13px 37px 0px #bdbdbd;
  box-shadow: 6px 13px 37px 0px #bdbdbd;
  margin-top: 4rem;
  margin-bottom: 4rem;
  background: url("../img/call-to-action-participate.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .module-cta-participate .cont-cta {
    display: flex;
    align-content: space-around;
    align-items: center; }
  .module-cta-participate .cont-img {
    max-width: 400px;
    height: 120px;
    overflow: hidden !important;
    padding: 0; }
    .module-cta-participate .cont-img img {
      width: 110%;
      height: 110%;
      object-fit: cover; }
  .module-cta-participate .cta-text {
    color: #fff;
    font-family: "Exo", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1;
    font-size: 28px;
    margin-left: 36px; }
  .module-cta-participate .cta-bouton {
    margin-left: 0;
    padding-left: 0;
    margin-left: 36px;
    margin-right: 36px; }
    .module-cta-participate .cta-bouton .btn-border {
      font-size: 1.2rem;
      margin-top: 8px; }

/*--------------------------------------------------------------
MODULE PAGE RESEARCH
--------------------------------------------------------------*/
.research .module-research1 {
  min-height: 300px;
  margin: 0;
  padding-bottom: 2rem; }
  .research .module-research1 img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 4px solid #5683AA; }
  .research .module-research1 a {
    text-decoration: underline !important; }
    .research .module-research1 a h6 {
      font-family: "Exo", sans-serif;
      color: #5683AA;
      font-weight: 500;
      font-size: 1.2rem;
      text-transform: uppercase;
      text-align: center;
      margin-top: 0.5rem;
      padding-top: 0; }
.research .mid {
  text-align: center; }
  .research .mid h2 {
    margin-bottom: 0; }
.research .module-research2 {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1.2rem; }
  .research .module-research2 a {
    text-decoration: underline !important;
    color: #5683AA;
    font-weight: 500; }
    .research .module-research2 a h6 {
      font-family: "Exo", sans-serif;
      color: #5683AA;
      font-weight: 500;
      font-size: 1.2rem;
      text-transform: uppercase;
      text-align: center;
      margin-top: 0.2rem;
      padding-top: 0; }
    .research .module-research2 a img {
      border: 4px solid #5683AA; }

.call {
  text-align: center !important; }
  .call a {
    text-decoration: none !important; }
    .call a .btn-xl .btn-primary {
      font-size: 5rem;
      border-radius: 3px; }

/*--------------------------------------------------------------
MODULE PAGE TECHNOLOGICAL PLATFORM
--------------------------------------------------------------*/
.techno-p .module-technological-platform {
  display: flex;
  justify-content: space-between;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem; }
  .techno-p .module-technological-platform a {
    text-decoration: underline !important;
    color: #5683AA;
    font-weight: 500; }
    .techno-p .module-technological-platform a .thumbnail-img {
      margin-bottom: 4px;
      width: 100%;
      height: 200px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      border: 1px solid gTexte;
      overflow: hidden; }
      .techno-p .module-technological-platform a .thumbnail-img img {
        width: 110%;
        height: 110%;
        object-fit: cover !important; }
    .techno-p .module-technological-platform a h6 {
      font-family: "Exo", sans-serif;
      color: #5683AA;
      font-weight: 500;
      font-size: 0.8rem;
      text-transform: uppercase;
      text-align: center;
      margin-top: 0.2rem;
      padding-top: 0; }

/*--------------------------------------------------------------
MODULE PAGE VISITORS
--------------------------------------------------------------*/
.techno-v .module-visitors {
  display: flex;
  justify-content: space-between;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem; }
  .techno-v .module-visitors a {
    text-decoration: underline !important;
    color: #5683AA;
    font-weight: 500; }
    .techno-v .module-visitors a .thumbnail-img {
      margin-bottom: 4px;
      width: 100%;
      height: 520px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      border: 1px solid gTexte;
      overflow: hidden; }
      .techno-v .module-visitors a .thumbnail-img img {
        width: 110%;
        height: 110%;
        object-fit: cover !important; }
    .techno-v .module-visitors a h6 {
      font-family: "Exo", sans-serif;
      color: #5683AA;
      font-weight: 500;
      font-size: 1.2rem;
      text-transform: uppercase;
      text-align: center;
      margin-top: 0.2rem;
      padding-top: 0; }

/*--------------------------------------------------------------
MODULE PAGE PARTICIPATE
--------------------------------------------------------------*/
/*.module-participate {
}

.partbox,
.partbox * {
	box-sizing: border-box;
}
.partbox {
	border: 1px solid $white;
	display: inline-block;
	overflow: hidden;
    width: 50%;
    float: left;
	height: auto;
}
.partbox img {
	max-width: 100%;
}
.partbox .partbox-text{
    font-family: $fontSecondary;
	color: $blue;
    font-weight: 500;
    font-size: 0.9rem; 
    text-transform: uppercase;
    text-align: center;
}

.partbox-texte {
	clear: left;
}
*/
/*--------------------------------------------------------------
MODULE SEARCH MODAL
--------------------------------------------------------------*/
.overlay-content {
  position: relative;
  top: 46%;
  width: 40%;
  text-align: center;
  margin-top: 20px;
  margin: auto; }
  .overlay-content .module-search-modal {
    margin: auto 0;
    max-width: 600px;
    padding: 2rem;
    background-color: #5683AA; }

/*--------------------------------------------------------------
MODULE PAGE SEARCH
--------------------------------------------------------------*/
.module-page-search {
  padding-top: 4rem; }
  .module-page-search article {
    width: 100% !important; }
    .module-page-search article h2 {
      font-size: 2rem;
      font-weight: 500;
      line-height: 1.2; }
      .module-page-search article h2 a {
        color: #5683AA; }
    .module-page-search article h3 {
      font-size: 2rem;
      font-weight: 500;
      line-height: 1.2;
      color: orange; }

/*--------------------------------------------------------------
MODULE PAGE FUNDING & PARTNERSHIPS
--------------------------------------------------------------*/
.module-funding-partnerships h3, .module-funding-partnerships p {
  text-align: center; }
.module-funding-partnerships .module-a-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
  border-bottom: 1px solid lightgray; }
  .module-funding-partnerships .module-a-logos img {
    height: 36px; }
  .module-funding-partnerships .module-a-logos img.udem {
    height: 44px !important; }
.module-funding-partnerships .module-b-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid lightgray; }
.module-funding-partnerships .module-c-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid lightgray; }
.module-funding-partnerships .module-d-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid lightgray; }

/*--------------------------------------------------------------
MODULE PAGE CONTACT
--------------------------------------------------------------*/
.module-page-contact p {
  font-size: 15px !important; }

.medias-so {
  margin: 6px 0;
  display: flex; }

.medias-so img {
  height: 26px;
  margin-right: 10px; }

.module-page-contact a.btn {
  background-color: #5683AA !important;
  color: #fff !important; }

/*--------------------------------------------------------------
MODULE WIDGETS LIENS
--------------------------------------------------------------*/
.module-widgets-liens p a {
  font-size: 17px !important;
  font-weight: 400; }

/*--------------------------------------------------------------
NAVIGATION PAGINATION
--------------------------------------------------------------*/
.navigation.pagination {
  width: 100% !important; }
  .navigation.pagination .icon {
    position: inherit; }
  .navigation.pagination .prev.page-numbers, .navigation.pagination .next.page-numbers {
    background-color: transparent;
    border: 1px solid gray; }

.page-numbers.current {
  padding: 8px 14px;
  border: 1px solid gray;
  background: linear-gradient(to bottom, #53AF98 0%, #386083 100%);
  color: white; }

.page-numbers {
  padding: 8px 14px;
  border: 1px solid gray;
  background: transparent; }

/*--------------------------------------------------------------
MODULE PAGE 404
--------------------------------------------------------------*/
.module-page-404 {
  padding-top: 3rem; }
  .module-page-404 h1 {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.2;
    color: #5683AA; }
  .module-page-404 .page-content {
    width: 100% !important; }
    .module-page-404 .page-content p {
      font-size: 2rem; }

/*--------------------------------------------------------------
MODULE CTA HEADER FRONT-PAGE
--------------------------------------------------------------*/
.module-cta-home-header {
  width: 100%;
  height: 440px;
  display: flex;
  align-items: center;
  text-align: center;
  /*border:2px solid red; */ }
  .module-cta-home-header .slider-cont {
    max-height: 100%;
    max-width: 100%; }
    .module-cta-home-header .slider-cont .slider .text_slider_webcolours_panel {
      width: 100%;
      margin: 0 auto;
      position: relative; }
      .module-cta-home-header .slider-cont .slider .text_slider_webcolours_panel .tns-outer {
        max-width: 80%;
        margin: 0 auto; }
      .module-cta-home-header .slider-cont .slider .text_slider_webcolours_panel #customize-controls {
        position: absolute;
        width: 100%;
        top: 50px;
        left: 0px;
        right: 0; }
    .module-cta-home-header .slider-cont .slider .textslidercontent {
      max-height: 240px; }
      .module-cta-home-header .slider-cont .slider .textslidercontent .text_slider_title {
        text-transform: uppercase;
        color: #fff !important;
        font-family: "Exo", sans-serif;
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 1.2;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-lines: 2;
        box-sizing: content-box; }
      .module-cta-home-header .slider-cont .slider .textslidercontent .text_slider_content {
        color: #fff;
        font-size: 1.2rem;
        margin: 0;
        padding: 0; }
      .module-cta-home-header .slider-cont .slider .textslidercontent a.more-link {
        color: #fff;
        border-radius: 3px;
        display: inline-block;
        cursor: pointer;
        font-family: Arial;
        font-size: 11px;
        font-weight: 400;
        padding: 6px 10px;
        background-color: transparent;
        border: 1px solid #fff;
        margin-top: 16px; }
      .module-cta-home-header .slider-cont .slider .textslidercontent p.link-more {
        margin: 0; }
    .module-cta-home-header .slider-cont .slider button {
      display: none !important; }
    .module-cta-home-header .slider-cont .slider .controls li {
      margin: 0 -5px;
      position: inherit;
      top: auto; }
    .module-cta-home-header .slider-cont .slider .controls li:hover {
      background: transparent;
      border: 1px solid #fff;
      opacity: 0.7; }

/*--------------------------------------------------------------
MODULE SQUARES HOMEPAGE
--------------------------------------------------------------*/
/*superposition du haut*/
.webcolours-front-page .site-main {
  margin-top: -60px; }

.module-post-homepage.panel-content .wrap {
  /* padding: 0 3rem 0 3rem !important;*/ }

#version-small {
  display: none; }

/*MODULE SQUARE - LARGE SCREEN*/
#version-large.module-squares-container {
  /*max-width: 1134px;*/
  max-width: 1100px;
  margin: 0 auto; }
  #version-large.module-squares-container .hvrbox,
  #version-large.module-squares-container .hvrbox * {
    box-sizing: border-box; }
  #version-large.module-squares-container .hvrbox {
    border: 1px solid #fff;
    position: relative;
    display: inline-block;
    /*display: -webkit-flex;*/
    overflow: hidden;
    width: 25%;
    float: left;
    height: auto; }
  #version-large.module-squares-container .hvrbox img {
    max-width: 100%; }
  #version-large.module-squares-container .hvrbox .hvrbox-layer_bottom {
    display: block; }
  #version-large.module-squares-container .hvrbox .hvrbox-layer_top {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 15px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
  #version-large.module-squares-container .hvrbox:hover .hvrbox-layer_top,
  #version-large.module-squares-container .hvrbox.active .hvrbox-layer_top {
    opacity: 1; }
  #version-large.module-squares-container .hvrbox .hvrbox-text {
    text-align: center;
    font-size: 16px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #version-large.module-squares-container .hvrbox .hvrbox-cta-large {
    margin: 0;
    color: #fff;
    font-family: "Exo", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    display: inline-block;
    position: absolute;
    bottom: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #version-large.module-squares-container .hvrbox .hvrbox-cta-large h2 {
      color: #fff;
      font-family: "Exo", sans-serif;
      font-weight: 400;
      font-size: 1.8rem;
      margin: 0; }
    #version-large.module-squares-container .hvrbox .hvrbox-cta-large span {
      display: block;
      margin-top: 6px; }
    #version-large.module-squares-container .hvrbox .hvrbox-cta-large button.btn-xs {
      margin-top: 12px;
      font-size: 14px; }
  #version-large.module-squares-container .hvrbox .hvrbox-cta {
    margin: 0;
    padding-bottom: 6px;
    color: #fff;
    font-family: "Exo", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    display: inline-block;
    position: absolute;
    bottom: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #version-large.module-squares-container .hvrbox .hvrbox-cta-2 {
    margin: 0;
    color: #fff;
    font-family: "Exo", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    display: inline-block;
    position: absolute;
    bottom: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #version-large.module-squares-container .hvrbox .hvrbox-text_mobile {
    font-size: 15px;
    border-top: 1px solid #b3b3b3;
    border-top: 1px solid rgba(179, 179, 179, 0.7);
    margin-top: 5px;
    padding-top: 2px;
    display: none; }
  #version-large.module-squares-container .hvrbox.active .hvrbox-text_mobile {
    display: block; }

/*#version-large fin*/
/*MODULE SQUARE - SMALL SCREEN*/
#version-small.module-squares-container {
  max-width: 1134px;
  margin: 0 auto; }
  #version-small.module-squares-container .hvrbox,
  #version-small.module-squares-container .hvrbox * {
    box-sizing: border-box; }
  #version-small.module-squares-container .hvrbox {
    border: 1px solid #fff;
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 25%;
    float: left;
    height: auto; }
  #version-small.module-squares-container .hvrbox img {
    max-width: 100%; }
  #version-small.module-squares-container .hvrbox .hvrbox-layer_bottom {
    display: block; }
  #version-small.module-squares-container .hvrbox .hvrbox-layer_top {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 15px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
  #version-small.module-squares-container .hvrbox:hover .hvrbox-layer_top,
  #version-small.module-squares-container .hvrbox.active .hvrbox-layer_top {
    opacity: 1; }
  #version-small.module-squares-container .hvrbox .hvrbox-text {
    text-align: center;
    font-size: 16px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #version-small.module-squares-container .hvrbox .hvrbox-cta-large {
    margin: 0;
    color: #fff;
    font-family: "Exo", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    display: inline-block;
    position: absolute;
    bottom: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #version-small.module-squares-container .hvrbox .hvrbox-cta-large h2 {
      color: #fff;
      font-family: "Exo", sans-serif;
      font-weight: 400;
      font-size: 1.8rem;
      margin: 0; }
    #version-small.module-squares-container .hvrbox .hvrbox-cta-large span {
      display: block;
      margin-top: 6px;
      font-size: 3vw; }
    #version-small.module-squares-container .hvrbox .hvrbox-cta-large button.btn-xs {
      margin-top: 12px;
      font-size: 14px; }
  #version-small.module-squares-container .hvrbox .hvrbox-cta {
    margin: 0;
    padding-bottom: 6px;
    color: #fff;
    font-family: "Exo", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    display: inline-block;
    position: absolute;
    bottom: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #version-small.module-squares-container .hvrbox .hvrbox-cta-2 {
    margin: 0;
    color: #fff;
    font-family: "Exo", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    display: inline-block;
    position: absolute;
    bottom: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #version-small.module-squares-container .hvrbox .hvrbox-text_mobile {
    font-size: 15px;
    border-top: 1px solid #b3b3b3;
    border-top: 1px solid rgba(179, 179, 179, 0.7);
    margin-top: 5px;
    padding-top: 2px;
    display: none; }
  #version-small.module-squares-container .hvrbox.active .hvrbox-text_mobile {
    display: block; }

/*#version-small fin*/
/*--------------------------------------------------------------
BANNIÈRES ET LOGOS / HEADER
--------------------------------------------------------------*/
/*BANNER*/
/*Computer screen */
/*@media screen and (min-width: 48em) {
	.webcolours-front-page.has-header-image .custom-header-image {
	height: 64vh;
	}
}*/
/* Mobile screen*/
/*.has-header-image.webcolours-front-page .custom-header {
	height: 64vh;
}*/
/* Computer screen with logged in user and admin bar showing on front end*/
/*@media screen and (min-width: 48em) {
	.admin-bar.webcolours-front-page.has-header-image .custom-header-image {
	height: calc(64vh - 32px);
	}
}*/
/* BANNIERE VIDÉO */
.webcolours-front-page.has-header-image .custom-header-media,
.webcolours-front-page.has-header-video .custom-header-media,
.home.blog.has-header-image .custom-header-media,
.home.blog.has-header-video .custom-header-media {
  /*    height: 700px !important;*/
  /*height: 64vh !important;*/
  /*	min-height: 480px;
  	max-height: 560px;
  	border: 3px solid yellow;*/
  height: auto; }
  .webcolours-front-page.has-header-image .custom-header-media #wp-custom-header-video-button,
  .webcolours-front-page.has-header-video .custom-header-media #wp-custom-header-video-button,
  .home.blog.has-header-image .custom-header-media #wp-custom-header-video-button,
  .home.blog.has-header-video .custom-header-media #wp-custom-header-video-button {
    display: none; }

/* BANNIERE VIDÉO */
.has-header-image.webcolours-front-page .custom-header,
.has-header-video.webcolours-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
  /*    min-height: 580px !important;
      max-height: 660px !important;*/
  height: 660px; }

/* POSITIONNEMENT DE LA VIDÉO OU DE L'IMAGE */
.has-header-image .custom-header-media img, .has-header-video .custom-header-media video, .has-header-image:not(.webcolours-front-page):not(.home) .custom-header-media img {
  height: 100%;
  width: 100%;
  left: 0;
  object-position: top !important;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none; }

.site-header {
  max-height: 550px; }

/* container horizontal logo et icones */
.site-branding {
  padding: 28px 10px;
  /*overflow: hidden;*/ }

/* logo */
.custom-logo-link img,
body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
  max-width: 96px; }

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-image:not(.webcolours-front-page):not(.home) .custom-header-media img {
  height: 580px; }

.has-header-image.webcolours-front-page .site-branding,
.has-header-video.webcolours-front-page .site-branding,
.has-header-image.home.blog .site-branding,
.has-header-video.home.blog .site-branding {
  top: 0;
  bottom: 100px;
  display: block;
  left: 0;
  /*height: auto;*/
  max-height: 500px;
  padding-top: 26px;
  position: absolute;
  /*position:relative;*/
  width: 100%;
  /*border:2px solid hotpink;*/ }

.custom-header-media {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

/*SITE CONTAIN HOMEPAGE*/
.home .site-content-contain {
  background: linear-gradient(to top, #FFFFFF, #FCFCFC, #DEDEDE); }
  .home .site-content-contain .site-content {
    margin-bottom: 4rem; }

/*--------------------------------------------------------------
20.0 RESPONSIVE
--------------------------------------------------------------*/
/*---------------------------------
MAX WIDTH 1570
----------------------------------*/
@media screen and (max-width: 1570px) {
  .module-cta-home-header {
    height: 440px; } }
/*---------------------------------
MAX WIDTH 1230
----------------------------------*/
/*---------------------------------
MAX WIDTH 1200
----------------------------------*/
@media (max-width: 1200px) {
  /* BANNIERE VIDÉO */
  .has-header-image.webcolours-front-page .custom-header,
  .has-header-video.webcolours-front-page .custom-header,
  .has-header-image.home.blog .custom-header,
  .has-header-video.home.blog .custom-header {
    height: 500px !important; }

  .module-cta-home-header {
    height: 390px; } }
/*---------------------------------
MAX WIDTH 992
----------------------------------*/
@media (max-width: 992px) {
  /*  .custom-header .site-branding .module-cta-home-header {
        width: 700px;
    }*/
  /*MODULE CTA HEADER FRONT-PAGE	*/
  .module-cta-home-header .slider-cont .slider .textslidercontent .text_slider_title {
    font-size: 1.7rem !important; }

  /*MODULE CALL-TO-ACTION PARTICIPATE*/
  .module-cta-participate .cta-text {
    font-size: 22px;
    margin-left: 16px; }
  .module-cta-participate .col-md-3 {
    padding-left: 0; }
  .module-cta-participate .cta-bouton {
    padding-left: 0; }
    .module-cta-participate .cta-bouton .btn-xl {
      font-size: 0.8rem; }

  #version-large.module-squares-container .hvrbox .hvrbox-cta-large h2 {
    font-size: 2.8vw;
    font-weight: 500; }

  #version-large.module-squares-container .hvrbox .hvrbox-cta {
    font-size: 0.8rem; }

  #version-large.module-squares-container .hvrbox .hvrbox-cta-2 {
    font-size: 0.8rem; }

  .hvrbox .hvrbox-text {
    font-size: 12px !important;
    line-height: 1.4; }

  .site-content-contain .container {
    max-width: 959px; } }
/*---------------------------------
MAX WIDTH 980
----------------------------------*/
/*---------------------------------
LANDSCAPE IPAD
----------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  /*MODULE CTA HEADER FRONT-PAGE	*/
  .module-cta-home-header .slider-cont .slider .textslidercontent .text_slider_title {
    font-size: 1.7rem !important; } }
/*---------------------------------
MAX WIDTH 768
----------------------------------*/
@media (max-width: 768px) {
  /* BANNIERE VIDÉO */
  .has-header-image.webcolours-front-page .custom-header,
  .has-header-video.webcolours-front-page .custom-header,
  .has-header-image.home.blog .custom-header,
  .has-header-video.home.blog .custom-header {
    height: 400px !important; }

  .has-header-image.webcolours-front-page .site-branding,
  .has-header-video.webcolours-front-page .site-branding,
  .has-header-image.home.blog .site-branding,
  .has-header-video.home.blog .site-branding {
    bottom: 40px !important; }

  .module-cta-home-header {
    height: 290px; }

  .webcolours-front-page .site-main {
    margin-top: -40px; }

  /*MODULE CTA HEADER FRONT-PAGE	*/
  .textslidercontent .text_slider_title {
    font-size: 1.7rem; }
  .textslidercontent .text_slider_content {
    font-size: 1rem; }

  #version-large.module-squares-container .hvrbox .hvrbox-cta-large h2 {
    font-size: 2.8vw;
    font-weight: 500; }

  #version-large.module-squares-container .hvrbox .hvrbox-cta {
    font-size: 0.8rem; }

  /*MODULE FOOTER LOGOS*/
  .module-logos .logos-img img {
    width: 14vw !important; }

  .hvrbox .hvrbox-text {
    font-size: 10px !important;
    line-height: 1.2; }

  /*search modal*/
  .overlay-content {
    top: 20%;
    width: 90%;
    margin-top: 20px; }

  .module-funding-partnerships
  .module-a-logos {
    display: flex;
    flex-wrap: wrap; }
    .module-funding-partnerships
    .module-a-logos img > * {
      flex: 1 1 160px; } }
/*---------------------------------
MAX WIDTH 480
----------------------------------*/
@media (max-width: 480px) {
  /*MODULE CTA HEADER FRONT-PAGE	*/
  .module-cta-home-header .slider-cont .slider .textslidercontent .text_slider_title {
    font-size: 1.2rem !important; } }
/*---------------------------------
MAX WIDTH 600
----------------------------------*/
/*---------------------------------
MAX WIDTH 576
----------------------------------*/
@media (max-width: 576px) {
  /*MODULE CTA HEADER FRONT-PAGE	*/
  .custom-header .site-branding .module-cta-home-header .slider-cont .slider .textslidercontent .text_slider_title {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2; }

  /*CARD*/
  .module-page-news .blog-card .thumbnail-img {
    height: 380px; }

  /*CARD MEMBERS*/
  .module-page-members .blog-card .thumbnail-img {
    height: 280px; } }
/*---------------------------------
MAX WIDTH 540
----------------------------------*/
@media (max-width: 540px) {
  /*  .custom-header .site-branding .module-cta-home-header {
        width: 400px;
    }		*/
  .site-content-contain .module-squares-container {
    top: -40px;
    min-height: 300px; }

  #version-large {
    display: none; }

  #version-small {
    display: contents; }

  /*MODULE CTA HEADER FRONT-PAGE	*/
  .hvrbox .hvrbox-text {
    font-size: 12px !important;
    line-height: 1.4; } }
/*---------------------------------
MAX WIDTH 480
----------------------------------*/
@media (max-width: 480px) {
  .custom-header .site-branding .module-cta-home-header {
    width: 300px; }

  .leftnav a img {
    max-width: 80px !important; }

  .navcontainer.container .rightnav {
    padding: 0px 2px !important; }

  /*MODULE CTA HEADER FRONT-PAGE	*/
  .slider .textslidercontent .text_slider_title {
    font-size: 1.2rem; }
  .slider .textslidercontent .text_slider_content {
    font-size: 0.9rem;
    line-height: 1.2; }

  #version-small.module-squares-container .hvrbox .hvrbox-cta-large h2 {
    font-size: 5vw;
    font-weight: 500; }

  #version-small.module-squares-container .hvrbox .hvrbox-cta {
    font-size: 4vw; }

  #version-small.module-squares-container .hvrbox .hvrbox-cta-2 {
    font-size: 4vw; }

  .module-cta-participate .cont-cta {
    flex-direction: column; }
  .module-cta-participate .cont-img {
    max-width: 500px;
    height: 160px; }
  .module-cta-participate .cta-text {
    margin-top: 20px;
    text-align: center;
    font-size: 28px;
    margin-left: 0; }
  .module-cta-participate .cta-bouton {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px; }

  /*CARD MEMBERS*/
  .module-page-members .blog-card .thumbnail-img {
    height: 180px; }

  .module-page-members .excerpt {
    font-size: 0.8rem; }

  .module-page-members .link-more {
    font-size: 0.8rem; } }
/*---------------------------------
MAX WIDTH 320
----------------------------------*/
@media only screen and (max-width: 320px) {
  .module-cta-home-header {
    height: 220px; }

  .navcontainer.container .leftnav a img {
    max-width: 70px !important; }
  .navcontainer.container .leftnav .rightnav {
    padding: 0px 2px; }

  /*MODULE CTA HEADER FRONT-PAGE	*/
  .custom-header .site-branding .module-cta-home-header .slider-cont .slider .textslidercontent .text_slider_title {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2; }

  #version-small.module-squares-container .hvrbox .hvrbox-cta-large h2 {
    font-size: 5vw;
    font-weight: 500; }

  /* BANNIERE VIDÉO */
  .has-header-image.webcolours-front-page .custom-header, .has-header-video.webcolours-front-page .custom-header, .has-header-image.home.blog .custom-header, .has-header-video.home.blog .custom-header {
    height: 330px !important; }

  .hvrbox .hvrbox-text {
    font-size: 9px !important;
    line-height: 1.4; }

  /*MODULE FOOTER LOGOS*/
  .module-logos .logos-img img {
    width: 20vw; }

  /*CARD MEMBERS*/
  .module-page-members .blog-card .thumbnail-img {
    height: 120px; } }
/*--------------------------------------------------------------
BODY
--------------------------------------------------------------*/
html,
body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #707070;
  /*--------------------------------------------------------------
  LINKS
  --------------------------------------------------------------*/ }
  html a,
  body a {
    text-decoration: none;
    box-shadow: none !important;
    outline: 0;
    color: #7C7C7C; }
  html a:focus,
  body a:focus {
    outline: 0; }
  html a:hover,
  html a:active,
  body a:hover,
  body a:active {
    outline: 0;
    opacity: 0.8;
    transition: 1s;
    text-decoration: underline; }
  html h1, html h2, html h3, html h4, html h5, html h6,
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    font-family: "Exo", sans-serif; }
  html h1,
  body h1 {
    font-family: "Exo", sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase; }
  html h2,
  body h2 {
    font-family: "Exo", sans-serif;
    color: #5683AA;
    font-weight: 600;
    font-size: 30px;
    text-transform: none; }
  html h3,
  body h3 {
    font-family: "Exo", sans-serif;
    color: #5683AA;
    font-weight: 600;
    font-size: 24px;
    text-transform: none; }
  html h4,
  body h4 {
    font-family: "Exo", sans-serif;
    color: #53AF98;
    font-weight: 600;
    font-size: 20px;
    text-transform: none; }
  html h5,
  body h5 {
    font-family: "Exo", sans-serif;
    letter-spacing: normal;
    font-weight: 600;
    font-size: 18px;
    text-transform: none; }
  html h6,
  body h6 {
    font-family: "Exo", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: none; }

p.link-more {
  font-size: 0.8rem;
  text-decoration: underline; }

/*--------------------------------------------------------------
LAYOUT
--------------------------------------------------------------*/
.wrap {
  max-width: 1140px;
  padding-left: 1px;
  padding-right: 1px;
  padding-bottom: 0rem; }

div .entry-content {
  width: 100% !important; }

.entry-content {
  /*padding-bottom: 4rem;*/
  padding: 1rem 0 0 0; }
  .entry-content p {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #707070; }
    .entry-content p strong {
      font-weight: 500; }
    .entry-content p a {
      color: #5683AA;
      text-decoration: underline;
      font-weight: 500; }
    .entry-content p a:focus {
      outline: 0; }
    .entry-content p a:hover,
    .entry-content p a:active {
      outline: 0;
      opacity: 0.8;
      transition: 1s; }
  .entry-content ul li {
    list-style: disc;
    margin-left: 1rem; }
  .entry-content h2 {
    font-family: "Exo", sans-serif;
    color: #5683AA;
    font-weight: 600;
    font-size: 30px;
    text-transform: none; }
    .entry-content h2 a {
      text-decoration: underline; }
  .entry-content h3 {
    font-family: "Exo", sans-serif;
    color: #5683AA;
    font-weight: 600;
    font-size: 24px;
    text-transform: none; }
    .entry-content h3 a {
      text-decoration: underline; }
  .entry-content h4 {
    font-family: "Exo", sans-serif;
    color: #53AF98;
    font-weight: 600;
    font-size: 20px;
    text-transform: none; }
    .entry-content h4 a {
      text-decoration: underline; }
  .entry-content h5 {
    font-family: "Exo", sans-serif;
    letter-spacing: normal;
    font-weight: 600;
    font-size: 18px;
    text-transform: none; }
    .entry-content h5 a {
      text-decoration: underline; }
  .entry-content h6 {
    font-family: "Exo", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: none; }
    .entry-content h6 a {
      text-decoration: underline; }

.entry-header h1 {
  font-size: 2rem !important;
  color: #5683AA !important; }

.wrap #primary.content-area {
  width: auto !important; }

.entry-footer {
  background-color: transparent; }

/*titre h1 des pages*/
.page .panel-content .entry-title, .page-title, body.page:not(.webcolours-front-page) .entry-title {
  color: #7C7C7C;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: "Exo", sans-serif;
  margin: 0; }

.panel-content .wrap {
  padding-top: 0;
  padding-bottom: 0; }

/*SITE CONTAIN AUTRES PAGES*/
.site-content-contain {
  background-color: #FCFCFC; }
  .site-content-contain .site-content {
    padding: 0;
    padding-bottom: 0 !important;
    /*background-color: $whiteP;*/
    /* min-height: 700px;*/
    /*border:4px solid orange;*/ }

/* branding pour les autres pages */
/* //////////////////////// TEMPO	*/
body:not(.home)
.wp-custom-header img {
  display: none; }

body:not(.home)
.custom-header-media {
  display: none; }

.custom-header-media:before {
  background: none; }

/*--------------------------------------------------------------
NAVIGATION
--------------------------------------------------------------*/
.site-branding .container {
  padding: 0; }

.navcontainer.container {
  /*	max-width: 1134px;
  	margin: auto 0;*/ }
  .navcontainer.container .fixednav {
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 9999;
    width: 100%;
    height: 26px;
    /*background:blue;*/ }
  .navcontainer.container .leftnav {
    line-height: 26px;
    flex: 10; }
  .navcontainer.container .rightnav {
    line-height: 26px;
    padding: 0px 3px; }
    .navcontainer.container .rightnav .rightnav > a {
      text-decoration: none;
      color: #fff; }

#content-icones {
  transition: margin-right .7s;
  width: 100%; }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #2d3135;
  opacity: .9;
  padding-top: 60px;
  transition: 0.7s;
  overflow-x: hidden; }

ul.menu {
  padding: 0 10px 0 10px;
  list-style: none; }
  ul.menu li.menu-item :hover {
    /*border-left: 9px;
    background-color: $black;*/
    color: #5683AA; }
  ul.menu a {
    display: block;
    padding: 4px;
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #fafafa;
    text-decoration: none; }
    ul.menu a :hover {
      color: #5683AA;
      font-weight: 500;
      transition: .5s; }

ul.sub-menu {
  padding: 0;
  list-style: none; }
  ul.sub-menu li.menu-item :hover {
    /* border-left: 9px;
     background-color: $black;*/
    color: #5683AA; }
  ul.sub-menu a {
    display: block;
    padding: 4px;
    font-family: "Exo", sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    color: #fafafa;
    text-decoration: none; }
    ul.sub-menu a :hover {
      color: #5683AA;
      font-weight: 500;
      transition: .5s; }

.slide a {
  font-size: 24px;
  color: #2d3135; }

.close {
  position: absolute;
  top: 0px;
  /*	left: 8px;*/ }
  .close div {
    background: linear-gradient(to bottom, #53AF98 0%, #386083 100%);
    width: 250px;
    padding: 12px 8px 12px 8px; }
    .close div i {
      font-size: 24px;
      color: #fff; }
    .close div span {
      font-family: "Roboto", sans-serif;
      font-size: 0.8rem; }

/*--------------------------------------------------------------
BOUTON UP
--------------------------------------------------------------*/
#button-up {
  display: inline-block;
  background: linear-gradient(to bottom, #53AF98 0%, #386083 100%);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none; }

#button-up::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff; }

#button-up:hover {
  cursor: pointer;
  background-color: #333; }

#button-up:active {
  background-color: #555; }

#button-up.show {
  opacity: 1;
  visibility: visible; }

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
.textwidget {
  font-size: 0.8rem !important; }

h2.widget-title {
  font-family: "Roboto", sans-serif;
  color: #7C7C7C;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 0.7rem; }

.widget {
  padding-bottom: 0; }

.social {
  margin-top: 0.2rem;
  margin-bottom: 0.6rem; }
  .social .fa-facebook, .social .fa-facebook-square {
    color: #3b5998; }
  .social .fa-twitter, .social .fa-twitter-square {
    color: #00aced; }

.module-logos {
  background-color: #F4F4F4;
  padding: 1rem 0 1rem 0;
  margin: 0; }
  .module-logos .logos-img {
    display: flex;
    justify-content: space-around;
    align-items: center; }
    .module-logos .logos-img img {
      width: 8vw; }

.widget p.join {
  font-size: 17px;
  font-weight: 600; }

.widget a.email {
  color: #5683AA;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline; }

.site-footer {
  background: linear-gradient(to bottom, #FFFFFF 0%, #DEDEDE 100%);
  padding: 0.8rem 0 0.8rem 0;
  margin: 0; }

.site-info {
  margin: 0;
  background-color: #000;
  opacity: 0.9;
  /*background-color: $blueM;*/
  padding: 10px 0 10px 0;
  text-align: center;
  font-size: 0.8rem !important;
  color: #fff; }
  .site-info a {
    font-weight: 400;
    text-decoration: none !important;
    color: #fff !important;
    font-size: 0.8rem !important; }
  .site-info a:hover {
    opacity: 0.7;
    text-decoration: none !important; }
