
@charset "UTF-8";
/*
 *  Universite de la rochelle 1.0.0 by Beekom 
 */

/* Latin subset */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Latin.woff2") format("woff2");
  font-weight: 100 900;        
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}


@keyframes slide {
  from {
    height: 0px; }
  to {
    height: 150px; } }
@-moz-keyframes slide {
  from {
    height: 0px; }
  to {
    height: 150px; } }
@-webkit-keyframes slide {
  from {
    height: 0px; }
  to {
    height: 150px; } }
/*
 *  Define Variables
 *  
 *  Universite de la Rochelle 1.0.0 by Beekom 
 */
/* ------------- SIZES  ------------- */
/* ------------- ANIMATION  ------------- */
/* ------------- FONTS  ------------- */
/* ------------- FONT SIZES ------------- */
/* ------------- COLORS ------------- */
/*  Fontawesome */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


 .logged-in.admin-bar{
  .header{
    top: 30px;
  }
}

.grecaptcha-badge{
  z-index: -10;
}
body .tac_activate{
  width: fit-content;
    padding: 8px 8px 8px 16px;
    border-radius: 6px;
}
.tac_float{
  display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 20px;
}
.wpcf7 .wpcf7-submit:disabled{
  opacity: .4;
}

 .search-form{
  display: flex;
  align-items: center;
  position: relative;
}
.search-form label{
  margin-bottom: 0;
  width: 100%;
}
.search-form input{
  border: none;
  border-bottom: 1Px solid #C4C4C4;
  padding: 12px;
  min-width: 40vw;
}

.search-form input[type='submit'], .search-form button[type="submit"], .filters-form button[type="submit"]{
  border: none;
  background-color: black;
  border-radius: 99px;
  font-size: 14px;
  color: white;
  padding: 12px 24px;
  min-width: fit-content;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
}

.search-form :is(.s.search-no-results, .search-results){
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  background: white;
  box-shadow: 0px 10px 80px -10px #00000026;
}


@media (width <= 767px) {
  :is(.search-no-results, .search-results) .page__container {
    .col-md-9 {
      order: 2;
    }
    .col-md-3 {
      order: 1;
    }
  }
  :is(.search-no-results, .search-results) .page__container :is(.col-4, .col-8){
    width: 80%;
    max-width: 80%;
  }
  body:is(.search-no-results, .search-results) .page__container  .search-form{
    flex-direction: row;
    gap: 20px;
  }
}

@media (width <= 578px) {
  body:is(.search-no-results, .search-results) .page__container  .search-form{
    flex-direction: column;
    gap: 0px;
  }
  :is(.search-no-results, .search-results) .page__container :is(.col-4, .col-8){
    width: 100%;
    max-width: 100%;
  }
}



.search-form :is(.search-no-results, .search-results) li{
  padding: 0 20px 20px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-form :is(.search-no-results, .search-results) li img {
  object-fit: cover;
}

.search-form :is(.search-no-results, .search-results) li a{
  text-align: left !important;
}


body:is(.search-no-results, .search-results) .search-form {
  margin-bottom: 40px;
  margin-top: 20px;
}

.pre-aside{
  background-color: #f0f0f0;
  width: 100%;
  height: 100%;
}
.search-aside {
  position: sticky;
  top: 20px;
  padding: 20px;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.filters-form {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.search-form .search-field {
  min-width: unset;
  width: 100%;
}

.search-aside .search-form label {
  width: 100%;
}

body .search-aside h2 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 900;
  margin: 12px 0 !important;
  color: #212529;
}


.search-form input[type='submit']:hover, .search-form button[type="submit"]:hover, .filters-form button[type="submit"]:hover{
  cursor: pointer;
  background-color: rgb(49, 49, 49);

}
.sub-menu .search-form label{
  flex: 1 1 auto;
}
.sub-menu .search-form input{
  border: none;
  border-bottom: 1Px solid #C4C4C4;
  padding: 12px;
  width: 100%;
}
.sub-menu .search-form input[type='submit']{
  width: fit-content;
  padding: 12px 24px;

}

body #ais-wrapper{
  max-width: 1400px;
  margin-inline: auto;
}
body #ais-main{
  width: 75%;
}
body #ais-facets{
  width: 25%;
  background-color: #f0f0f0;
  padding: 30px;
}
body #ais-facets > div:last-child{
  display: none;
}
body #ais-facets div{
  width: fit-content;
}


 /* VISUALLY-HIDDEN */
 .visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.display-none{
  display: none !important;
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

*{
  scroll-margin-top: 160px ;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-bluesky {

}

.fa-glass:before {
  content: ""; }

.fa-bluesky:before {
  content: ""; }

  .fa-bluesky:before {
    content: "";
    background-image: url("../../img/bluesky.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    transform: translateY(3px);
    display: flex;
   }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.fa-x-twitter:before {
    content: "";
    background: url(https://www.univ-larochelle.fr/wp-content/themes/universitelarochelle-V1/img/x-twitter.svg);
    position: relative;
    background-size: contain;
    background-position: center center;
    display: inline-block;
    width: 16px;
    height: 16px;
    transform: translateY(3px);
  }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

tbody, thead {
  display: block; }

tbody {
  padding-bottom: 10px; }

.event__sidebar h2 {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  text-transform: initial;
  color: #212121;
  font-weight: 600;
  text-align: left;
  width: 100%;
  letter-spacing: 0.5px;
  margin: 20px 25px;
  padding: 0;
  width: calc(100% - 50px);
}

.event__sidebar h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url('/wp-content/themes/univ-2026/img/Calendar.svg') no-repeat center center;
  background-size: contain;
  margin-left: auto;
  margin-right: 0;
  flex-shrink: 0;
  align-self: center;
}

  

.calendar__box {
  margin: 0 25px; }

.calendar__container {
  background-color: #fff;
border-radius: 15px;
padding: 10px 15px; }

.calendar {
  position: relative;
  font-family: sans-serif;
  text-align: center; }

.calendar a {
  text-decoration: none;
  color: black; }

.calendar__table {
  width: 100%; }

.calendar__header {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px; }

.calendar__header .calendar__day {
  padding: 0px;
  width: calc( ( 100% / 7 ) - 1px); }

.calendar__row {
  border: 1px solid transparent;
  border-bottom: none;
  display: inline-block;
  width: 100%; }
  .calendar__row:last-child {
    border-bottom: 1px solid transparent; }

.calendar__day {
  position: relative;
  border-right: none;
  width: calc( ( 100% / 7 ) - 3px);
  padding-bottom: 4%;
  padding-top: 4%;
  display: inline-block; }
  .calendar__day:first-child {
    border-left: none; }

.calendar__link {
  text-decoration: none; }


.calendar__next,
.calendar__prev {
  background: none;
  border: none;
  display: block;
  cursor: pointer;
  font-size: 28px;
  color: #000;
  padding: 10px 15px; }

.calendar__month {
  font-family: sans-serif;
  font-size: 24px;
  width: 25%;
  position: relative;
  padding: 2% 0px;
  display: inline-block;
  font-size: 18px;
  line-height: 45px; }

.calendar__header .calendar__day .calendar__text {
  color: #C4C4C7;
  font-weight: 600;
  padding-bottom: 10px;
  font-family: "Inter", sans-serif; }

.calendar__title {
  margin: 0;
  padding-bottom: 10px;
  font-size: 20px;
  text-align: left;
  padding-top: 15px;
  margin-left: 15px; }

.calendar__month__label {
  color: #000 !important; }

.calendar__day .calendar__text {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease; }

.calendar__day .calendar__text:hover {
  color: #2F52A3;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease; }

.-selected .calendar__text {
  color: #2F52A3;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease; }

.calendar__empty .calendar__text {
  color: #bebebe;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 100; }

.c-calendar_num {
  position: absolute;
  top: -3px;
  right: -2px;
  font-size: 9px;
  background: #2F52A3;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  color: #f0f0f0;
  padding-top: 0; }

.-selected .c-calendar_num  {
  position: absolute;
  top: -3px;
  right: -2px;
  font-size: 9px;
  background: #2F52A3 !important;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  color: #f0f0f0;
  padding-top: 0; }

.calendar__past .c-calendar_num {
  position: absolute;
  top: -3px;
  right: -2px;
  font-size: 9px;
  background: #898989;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  color: #fff;
  padding-top: 0; }

/* categorie */
.event__sidebar .sidebar__category {
  margin: 0 30px;
  text-align: center;
margin-top: 10px; }

.event__sidebar .sidebar__category a {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 16px; }
  .sidebar__category__select {
    position: relative;
    text-align: left;
    border: none;
    width: 100%;
    padding: 10px 15px;
    border: solid 1px #000;
    background-color: #000;
    color: #fff;
    border-radius: 15px;
    outline: none !important;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
  }
  
  .sidebar__category__select::after {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: 10px;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    pointer-events: none;
  }

  .sidebar__category__select::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/themes/univ-2026/img/arrow_down.svg');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center;
    pointer-events: none;
    z-index: 2;
  }
  

.sidebar__category__list li {
  padding: 10px 15px;
  border-bottom: 1px solid #ababab;
  margin: 0 15px; }

.sidebar__category__list li:nth-child(2) {
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }

.sidebar__category__list li:nth-child(3) {
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s, color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s, color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }

.sidebar__category__list {
  max-height: 0;
  -webkit-transition: all 900ms;
  -moz-transition: all 900ms;
  -ms-transition: all 900ms;
  -o-transition: all 900ms;
  overflow: hidden;
  margin-bottom: 0;
  opacity: 1;
  position: absolute;
  bottom: 90px;
  overflow-y: scroll;
  border-top: 0 solid #2F52A3;
  background-color: #fff;
  width: calc( 100% - 62px ); }

.sidebar__category__list--open {
  opacity: 1;
  max-height: 260px;
  border-top: 1px solid #2F52A3;
background-color: #000;
border-radius: 15px; }

.sidebar__category__list li a {
  color: #b8b8b8;
  text-decoration: none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms; }

.sidebar__category__list li a:hover {
  color: #2F52A3; }

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

/*  Elements */
/*
 *  Define Common Style
 *  
 *  Universite de la Rochelle 1.0.0 by Beekom 
 */
* {
  margin: 0;
  padding: 0;
  list-style: none; }

html, body {
  background-color: white;
  font-family: "Inter", sans-serif; }
a.first-link-content{
  position:absolute;
  top:-10000px;
}
a.first-link-content:focus{
  top:0;
 }
.no--transition * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

.scrollbar {
  width: 100%;
  height: 100vh;
  overflow: hidden; }

.page {
  height: 100%;
  width: 100%;
  padding-top: 165px; }

.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  position: relative;
  min-height: calc(100vh - 150px); }
.single-event .wrapper{
  flex: 1;
}
.right--padding {
  -webkit-box-flex: 0 0 120px;
  -moz-box-flex: 0 0 120px;
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  background-color: white; }

.content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.no-gutters {
  margin-right: -15px;
  margin-left: -15px; }

.link--animate a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.link--animate a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

.page__mask {
  width: 100%;
  height: 100%;
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 800ms, opacity 400ms cubic-bezier(0.77, 0, 0.175, 1) 0ms; }

.page__mask--active {
  transition: visibility 0s linear 0ms, opacity 400ms cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  visibility: visible;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6; }

/* ---------- slash fix ----------- */
.slash--icon--white:before {
  content: '';
  display: inline-block;
  height: 40px;
  width: 2px;
  background-color: white;
  margin-bottom: -5px;
  margin-right: 5px;
  -webkit-transform: translateY(5px) rotate(30deg);
  -moz-transform: translateY(5px) rotate(30deg);
  -ms-transform: translateY(5px) rotate(30deg);
  -o-transform: translateY(5px) rotate(30deg);
  transform: translateY(5px) rotate(30deg); }

.slash--icon--white--big:before {
  content: '';
  display: inline-block;
  height: 80px;
  width: 2px;
  background-color: white;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: -20px;
  -webkit-transform: translateY(5px) rotate(30deg);
  -moz-transform: translateY(5px) rotate(30deg);
  -ms-transform: translateY(5px) rotate(30deg);
  -o-transform: translateY(5px) rotate(30deg);
  transform: translateY(5px) rotate(30deg); }

.slash--icon--blue:before {
  content: '';
  display: inline-block;
  height: 40px;
  width: 2px;
  margin-bottom: -5px;
  margin-right: 5px;
  background-color: #2F52A3;
  -webkit-transform: translateY(5px) rotate(30deg);
  -moz-transform: translateY(5px) rotate(30deg);
  -ms-transform: translateY(5px) rotate(30deg);
  -o-transform: translateY(5px) rotate(30deg);
  transform: translateY(5px) rotate(30deg); }

.slash--icon--black:before {
  content: '';
  display: inline-block;
  height: 40px;
  width: 2px;
  background-color: #000000;
  -webkit-transform: translateY(5px) rotate(30deg);
  -moz-transform: translateY(5px) rotate(30deg);
  -ms-transform: translateY(5px) rotate(30deg);
  -o-transform: translateY(5px) rotate(30deg);
  transform: translateY(5px) rotate(30deg); }

.slash--icon--blue--light:before {
  content: '';
  display: inline-block;
  height: 30px;
  width: 2px;
  background-color: #2F52A3;
  margin-right: 10px;
  margin-bottom: -2px;
  -webkit-transform: translateY(5px) rotate(30deg);
  -moz-transform: translateY(5px) rotate(30deg);
  -ms-transform: translateY(5px) rotate(30deg);
  -o-transform: translateY(5px) rotate(30deg);
  transform: translateY(5px) rotate(30deg); }

.slash--icon--white--light:before {
  content: '';
  display: inline-block;
  height: 30px;
  width: 2px;
  margin-bottom: -2px;
  background-color: #FFFFFF;
  margin-right: 10px;
  -webkit-transform: translateY(5px) rotate(30deg);
  -moz-transform: translateY(5px) rotate(30deg);
  -ms-transform: translateY(5px) rotate(30deg);
  -o-transform: translateY(5px) rotate(30deg);
  transform: translateY(5px) rotate(30deg); }

/* ---------- slash animation ----------- */
.slash--parent--big {
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: 0;
  width: 75px;
  overflow: hidden; }

.slash--parent--medium {
  position: absolute;
  top: -30px;
  bottom: -25px;
  left: -57px;
  width: 75px;
  overflow: hidden; }

.slash--parent--small {
  position: absolute;
  top: -25px;
  bottom: -20px;
  left: -60px;
  width: 75px;
  overflow: hidden; }

.slash--enfant {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px; }

.slash--enfant:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 2px;
  transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform-origin: top;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  height: 100%; }

.slash--enfant:after {
  content: "";
  position: absolute;
  top: 150px;
  right: 88px;
  width: 2px;
  transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform-origin: top;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  height: 100%; }

/* slash color */
.slash--blue .slash--enfant:before, .slash--blue .slash--enfant:after {
  background-color: #2F52A3; }

.slash--white .slash--enfant:before, .slash--white .slash--enfant:after {
  background-color: #FFFFFF; }

/* tableau */
tbody, thead {
  display: table-header-group; }

/*
 *  Define Typography Style
 *  
 *  Universite de la Rochelle 1.0.0 by Beekom 
 */


/*
 *  Define Social Bar Style
 *  
 *  Universite de la Rochelle 1.0.0 by Beekom 
 */
.social--bar {
  z-index: 999; }

/*
 *  Define Navigation Style
 *  
 *  Universite de la Rochelle 1.0.0 by Beekom 
 */
.header {
  background-color: white;
  /* height: 165px; */
  z-index: 999;
  position: fixed;
  top: 0;
  -webkit-transition: all 400ms !important;
  -moz-transition: all 400ms !important;
  -ms-transition: all 400ms !important;
  -o-transition: all 400ms !important;
  width: 100%; }

.header .contain, .header .contain--p--both, .header .contain--p--left {
  position: relative;
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 100% !important;
  padding: 0 15px;
  z-index: 15; }

.header--up {
  top: -120px; }

.branding {
  -webkit-box-flex: 0 0 200px;
  -moz-box-flex: 0 0 200px;
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  height: 100%;
  width: auto !important; }

.branding .logo_rep_france {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 15px 5px;
  -webkit-transition: all 400ms !important;
  -moz-transition: all 400ms !important;
  -ms-transition: all 400ms !important;
  -o-transition: all 400ms !important; }

.branding .logo_univ {
  width: 50% !important;
  display: inline-block;
  vertical-align: top; }

.branding a {
  display: inline-block;
  height: 100%; }

/* --- temporaire : a corrgier ---- */
.page {
  overflow-x: hidden; }

/* --------- HEADER TOP -------- */
.header .navigation__top {
  position: relative;
  width: 100%;
  max-height: 36px;
  height: 36px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 100% !important;
  padding: 0;
  background-color: #e6e6e6;
  z-index: 20;
  -webkit-transition: all 400ms !important;
  -moz-transition: all 400ms !important;
  -ms-transition: all 400ms !important;
  -o-transition: all 400ms !important; }
  .header .navigation__top .navigation__top__left {
    flex: 0 0 auto;
    height: 100%;
    width: auto !important; }
    .header .navigation__top .navigation__top__left .navigation__top_linkSocialMedia {
      position: relative;
      -webkit-box-flex: 0 0 100%;
      -moz-box-flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      text-align: left;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      justify-content: left !important;
      height: 100%; }
      .header .navigation__top .navigation__top__left .navigation__top_linkSocialMedia .pictoSocialMedia {
        text-align: left;
        margin: 0; }
        .header .navigation__top .navigation__top__left .navigation__top_linkSocialMedia .pictoSocialMedia li {
          position: relative;
          display: inline-block;
          width: auto; }
  .header .navigation__top .navigation__top__right {
    display: flex;
    margin-left: auto;
    flex-grow: 0;
    padding: 0 !important; }
    
    @media (width <= 576px) {
      .header .navigation__top .navigation__top__right{
        flex-grow: 1;
        justify-content: center;
        flex-wrap: wrap;
        height: fit-content;
      }
    }
    .header .navigation__top .navigation__top__right .navigation__top__profile_user, .header .navigation__top .navigation__top__right .navigation__top__rapid_access, .header .navigation__top .navigation__top__right .navigation__top__candidater {
      position: relative;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; 
      width: max-content;
      padding: 0 36px;
    }
      .header .navigation__top .navigation__top__right .navigation__top__profile_user.navigation__top__lang{
        flex: 0;
        button.switch_lang{
          display: flex;
          align-items: center;
          justify-content: center;
        }
      }
      @media (width <= 991px) {
        .header .navigation__top .navigation__top__right{
          flex-grow: 1;
          width: 100%;
        }
        .header .navigation__top .navigation__top__right .navigation__top__profile_user, .header .navigation__top .navigation__top__right .navigation__top__rapid_access, .header .navigation__top .navigation__top__right .navigation__top__candidater{
          flex: 1 1 50%;
        }
        .header .navigation__top .navigation__top__right .navigation__top__profile_user.navigation__top__lang{
          flex: 1 1 50%;
        }
      }
      
      .header .navigation__top .navigation__top__right .navigation__top__profile_user .fa-angle-down, .header .navigation__top .navigation__top__right .navigation__top__rapid_access .fa-angle-down, .header .navigation__top .navigation__top__right .navigation__top__candidater .fa-angle-down {
        font-size: 16px;
        padding: 0 5px;
        transform: rotate(0deg);
        -webkit-transition: all 400ms !important;
        -moz-transition: all 400ms !important;
        -ms-transition: all 400ms !important;
        -o-transition: all 400ms !important; }

      .header .navigation__top .navigation__top__right :is(.navigation__top__rapid_access button,.navigation__top__profile_user button) {
        background-color: transparent;
        font-size: 14px;
        border: none;
        width: max-content;
        color: #FFFFFF; }
        .header .navigation__top .navigation__top__right .navigation__top__profile_user button {
          color: black;
          width: max-content; 
        }
        .header .navigation__top .navigation__top__right :is(.navigation__top__rapid_access button,.navigation__top__profile_user button):hover {
          cursor: pointer; }
      .header .navigation__top .navigation__top__right .navigation__top__rapid_access .sub-menu {
        background-color: #252525 !important;
        border-left: 0 !important; }
    .header .navigation__top .navigation__top__right .navigation__top__candidater {
      background-color: #2F52A3;
      color: #FFFFFF; }
      .header .navigation__top .navigation__top__right .navigation__top__candidater a {
        color: #FFFFFF;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        cursor: pointer;
        font-family: "Inter", sans-serif;
        text-decoration: none; }
   
      

      header :is(.menu-acces-rapides-container, .menu-je-suis-container, .menu-i-am-container, .menu-direct-access-container) ul{
        flex-direction: column;
      }

.sub-menu-active .fa-angle-down {
  transform: rotate(180deg) !important;
  -webkit-transition: all 400ms !important;
  -moz-transition: all 400ms !important;
  -ms-transition: all 400ms !important;
  -o-transition: all 400ms !important; }

.header--stick .navigation__top {
  max-height: 30px;
  height: 30px;
  -webkit-transition: all 400ms !important;
  -moz-transition: all 400ms !important;
  -ms-transition: all 400ms !important;
  -o-transition: all 400ms !important; }
  
ul .wpml-ls-menu-item a{
  display: flex !important;
}

.wpml-ls-legacy-list-horizontal{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 calc(100% / 3);

  /* .wpml-ls-current-language{
    display: none;
  } */
  a{
    color: black;
    font-weight: 500;
    span{
      font-size: 14px;
    }
  }
}

/* --------- HEADER BURGER -------- */
.header__burger {
  display: none; }

/* ---------- SEARCH MOBILE--------- */
.header__search__mobile {
  display: none; }

/* ------------- LOGO ------------- */
.branding .logo_univ img {
  padding: 0;
  margin-top: 10px;
  -webkit-transition: all 400ms !important;
  -moz-transition: all 400ms !important;
  -ms-transition: all 400ms !important;
  -o-transition: all 400ms !important; }


/* ---------- BREADCRUMB ---------- */
.bread--crumb > span {
  color: black; }
.bread--crumb > span > a {
  color: #2F52A3; }

/* ------------- MENU ------------- */
/* onglets menu */
/* .header__navigation {
  z-index: 9999;
  height: 100%;
  -webkit-transition: all 400ms !important;
  -moz-transition: all 400ms !important;
  -ms-transition: all 400ms !important;
  -o-transition: all 400ms !important; }

.menu-menu-2024-container, .menu-menu-anglais-container {
  height: 100%;
  width: 94%;
  float: left;
  vertical-align: middle; }

#primary-menu {
  height: 100%;
  vertical-align: middle;
  font-size: 0; }

.menu-item {
  height: 100%;
  width: 12.5%;
  display: inline-block;
  vertical-align: top; }

#primary-menu #menu-item-wpml-ls-2-en, #primary-menu #menu-item-wpml-ls-2-fr {
  height: 100%;
  width: 6%;
  text-align: center;
  vertical-align: top;
  z-index: 9999; }

#menu-item-18, #menu-item-3552 {
  width: 16%; }

#menu-item-16, #menu-item-3550 {
  width: 11%; }

#menu-item-17 {
  width: 11.5%; }

#menu-item-19 {
  width: 18%; }

#menu-item-19220 {
  width: 22%; }

#menu-item-3553 {
  width: 20%; }

.menu-menu-anglais-container .menu-item {
  width: 12.5%; }

.menu-item a, .header__language a, .header__search a, .search-form :is(.search-no-results, .search-results) li a {
  height: 100%;
  text-align: center;
  font-size: 12px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  font-family: "Inter", sans-serif;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear; }

.menu-item a:hover, .header__language a:hover, .header__search a:hover {
  text-decoration: none;
  color: #2F52A3; }

.header--stick {
  height: 110px; }
  .header--stick .contain, .header--stick .contain--p--both, .header--stick .contain--p--left {
    height: 80px; }
    .header--stick .contain .loupeSearch .fa-search, .header--stick .contain--p--both .loupeSearch .fa-search, .header--stick .contain--p--left .loupeSearch .fa-search {
      padding: 15px;
      -webkit-transition: all 0.4s linear;
      -moz-transition: all 0.4s linear;
      -ms-transition: all 0.4s linear;
      -o-transition: all 0.4s linear; }

.header__language {
  display: none !important; } */

/* ------------- SOUS ONGLETS MEGA MENU ------------- */
/* sous onglets */
#primary-menu li.menu-item-has-children a {
  position: relative !important; }

#primary-menu li.menu-item-has-children a:after {
  background: #277DCA none repeat scroll 0 0;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

#primary-menu li.menu-item-has-children a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

#primary-menu li ul.sub-menu {
  border-left: solid 1px #ebebeb;
  font-size: 0;
  max-height: 0;
  width: 90.5%;
  background-color: #fff;
  left: -5px;
  position: absolute;
  overflow: hidden;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
  font-size: 0; }

#primary-menu li ul.sub-menu li.menu-item {
  border-bottom: solid 1px #ebebeb;
  border-right: solid 1px #ebebeb;
  width: 33.333333%;
  display: inline-block;
  -webkit-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
  opacity: 0;
  position: relative;
  transition: all 0.3s ease-in-out 0.5s;
  font-size: 0; }

#primary-menu li ul.sub-menu li.menu-item:nth-child(0n+1), #primary-menu li ul.sub-menu li.menu-item:nth-child(0n+2), #primary-menu li ul.sub-menu li.menu-item:nth-child(0n+3) {
  border-top: solid 1px #ebebeb; }

#primary-menu li ul.sub-menu li.menu-item:after {
  font-family: FontAwesome;
  content: '\f105';
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 25px;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s; }

#primary-menu li ul.sub-menu li.menu-item:hover:after {
  transition: all 0.3s ease-in-out 0s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s; }

#primary-menu ul.sub-menu li a {
  text-align: left !important;
  padding: 30px 25px;
  display: block !important; }

#primary-menu li:hover {
  cursor: pointer; }

#primary-menu li.sub-menu-active ul.sub-menu {
  opacity: 1;
  max-height: 300px; }

#primary-menu li.sub-menu-active a:after {
  background: #277DCA none repeat scroll 0 0;
  height: 2px;
  transform: scaleX(1); }

#primary-menu li.sub-menu-active .sub-menu a:after {
  height: 0;
  background-color: none !important; }

#primary-menu li .sub-menu a:after {
  height: 0;
  background-color: none !important; }

#primary-menu li.sub-menu-active ul li:hover a {
  background-color: #f6f6f6; }

#primary-menu li.sub-menu-active ul.sub-menu li.menu-item {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

#primary-menu li ul.sub-menu li.menu-item:nth-child(1) {
  -webkit-transition-delay: 0.53s;
  transition-delay: 0.53s; }

#primary-menu li ul.sub-menu li.menu-item:nth-child(2) {
  -webkit-transition-delay: 0.56s;
  transition-delay: 0.56s; }

#primary-menu li ul.sub-menu li.menu-item:nth-child(3) {
  -webkit-transition-delay: 0.59s;
  transition-delay: 0.59s; }

#primary-menu li ul.sub-menu li.menu-item:nth-child(4) {
  -webkit-transition-delay: 0.62s;
  transition-delay: 0.62s; }

#primary-menu li ul.sub-menu li.menu-item:nth-child(5) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s; }

#primary-menu li ul.sub-menu li.menu-item:nth-child(6) {
  -webkit-transition-delay: 0.68s;
  transition-delay: 0.68s; }

#primary-menu li ul.sub-menu li.menu-item:nth-child(7) {
  -webkit-transition-delay: 0.71s;
  transition-delay: 0.71s; }

#primary-menu li ul.sub-menu li.menu-item:nth-child(8) {
  -webkit-transition-delay: 0.74s;
  transition-delay: 0.74s; }

#primary-menu li ul.sub-menu li.menu-item:nth-child(9) {
  -webkit-transition-delay: 0.77s;
  transition-delay: 0.77s; }

/* onglet ENT */
.ent-link {
  height: 100%;
  width: 4%;
  text-align: center;
  float: left;
  vertical-align: top;
  background-color: #2F52A3;
  transform: skew(-35deg, 0deg); }

.ent-link a {
  height: 100%;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  font-family: "Inter", sans-serif;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transform: skew(35deg, 0deg); }

.ent-link a:hover {
  text-decoration: none;
  color: #000000; }

/* onglet Langues */
.header__language {
  height: 100%;
  width: 4%;
  float: left;
  text-align: center;
  vertical-align: top;
  position: relative; }

.header__language ul {
  background-color: white;
  position: absolute;
  width: 100%;
  left: -42px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1); }

.header__language.sub-menu-active ul {
  min-height: 115px;
  height: 100%;
  overflow: initial;
  background: #fff !important; }

.header__language ul a {
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0; }

.header__language .language__active {
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: top; }

/* onglet Loupe */
.header__search span.hide {
  display: none; }

.header__search {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 6%;
  float: left;
  text-align: center;
  vertical-align: top; }
  .header__search .sub-menu {
    border-left: solid 1px #ebebeb;
    max-height: 0;
    width: 100%;
    background-color: #fff;
    left: 0px;
    top: 80px;
    position: absolute;
    /* overflow: hidden; */
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);}
  .header__search.sub-menu-active .sub-menu {
    opacity: 1;
    max-height: 300px; }
  .header__search .sub-menu form {
    text-align: left;
    height: 100px;
    width: 100%;
    background: white;
    padding: 30px; }
  .header__search .sub-menu form input[type="search"] {
    width: 100%;
    height: 45px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0px;
    font-size: 22px;
    outline: none; }
  .header__search .sub-menu .search__submit {
    width: 20%;
    height: 42px;
    font-size: 14px;
    letter-spacing: 1.5;
    font-family: "Inter", sans-serif;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    border: 0;
    outline: none;
    cursor: pointer;
    background-color: #ebebeb;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
  .header__search .sub-menu .search__submit:hover {
    background-color: #000000;
    color: #FFFFFF; }

.header__search__mobile .sub-menu {
  border-left: solid 1px #ebebeb;
  font-size: 0;
  max-height: 0;
  width: 100%;
  background-color: #fff;
  top: 80px;
  left: 0px;
  position: absolute;
  /* overflow: hidden; */
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
  font-size: 0; }
.header__search__mobile.sub-menu-active .sub-menu {
  opacity: 1;
  max-height: 300px; }
.header__search__mobile .sub-menu form {
  text-align: left;
  height: 100px;
  width: 100%;
  background: white;
  padding: 30px; }
.header__search__mobile .sub-menu form input[type="search"] {
  width: 80%;
  height: 45px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0px;
  font-size: 22px;
  outline: none; }
.header__search__mobile .sub-menu .search__submit {
  width: 20%;
  height: 42px;
  font-size: 14px;
  letter-spacing: 1.5;
  font-family: "Inter", sans-serif;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  border: 0;
  outline: none;
  cursor: pointer;
  background-color: #ebebeb;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }
.header__search__mobile .sub-menu .search__submit:hover {
  background-color: #000000;
  color: #FFFFFF; }

.loupeSearch {
  background: transparent;
  color: black;
  padding: 8px 12px;
  border-radius: 100%;
  border: solid 1px #000;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

@media (max-width: 991px) {
  .loupeSearch {
    padding: 5px 12px !important;
  }
}
  

.header__search .loupeSearch:hover {
  background-color: #000;  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear; 
}

.header__search .loupeSearch:hover img {
  filter: brightness(0) invert(1);  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear; 
}


/* ------------- SOCIAL MEDIA ------------- */
.social--bar {
  position: absolute;
  top: 120px;
  z-index: 9999;
  left: 0; }

.social--bar .linkSocialMedia {
  margin-top: 20px; }

.pictoSocialMedia {
  text-align: center; }

.pictoSocialMedia li a i {
  color: #000000;
  padding: 10px; }

.pictoSocialMedia span.hide {
  display: none; }

.lineVertical {
  height: 150px;
  width: 1px;
  background: #000;
  margin: 0 auto;
  animation: slide 1s ease;
  -moz-animation: slide 1s ease;
  -webkit-animation: slide 1s ease; }

.textShare {
  margin-top: 60px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg); }

.sidebar__button {
  display: none; }

/* ------------- PUSH ------------- */
.push__elements {
  display: none !important;
  transform: translateY(0) !important;
  position: fixed;
  bottom: 3vh;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
  transform: translateY(25vh);
  z-index: 900;
  cursor: pointer;
  width: 95% !important; }
  .push__elements .contain, .push__elements .contain--p--both, .push__elements .contain--p--left {
    position: relative;
    width: 100% !important;
    height: 80px; }
    .push__elements .contain a.push_open, .push__elements .contain--p--both a.push_open, .push__elements .contain--p--left a.push_open {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -webkit-transition: all 0.8s ease;
      -moz-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
      -o-transition: all 0.8s ease; }
    .push__elements .contain .push__bg, .push__elements .contain--p--both .push__bg, .push__elements .contain--p--left .push__bg {
      transition: background-color 0.5s ease 0.75s, transform 0.45s cubic-bezier(0.17, 0.67, 0.3, 1.33);
      content: "";
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transition: transform 0.45s cubic-bezier(0.17, 0.67, 0.3, 1.33);
      transform: translateZ(0) scale(1);
      background-color: #000000;
      border-radius: 50%;
      box-shadow: 0px 0 0 rgba(0, 0, 0, 0.15);
      -webkit-transition: all 0.8s ease;
      -moz-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
      -o-transition: all 0.8s ease; }

.push__elements:hover a.push_open {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.push_open {
  position: absolute;
  z-index: 10;
  opacity: 1;
  transform: scaleX(1);
  transition: transform 1s cubic-bezier(0.365, 0.305, 0, 1) 0.5s, opacity 1s cubic-bezier(0.365, 0.305, 0, 1) 0.5s;
  width: 4.66667rem;
  height: 4.66667rem;
  bottom: 0;
  right: 2%;
  color: #fff !important;
  font-size: .8rem;
  overflow: visible;
  cursor: pointer;
  box-sizing: inherit; }
  .push_open .push_open-ctas_btn_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: scale(1);
    transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1);
    margin: .13333rem 0;
    z-index: 1;
    box-sizing: inherit; }
    .push_open .push_open-ctas_btn_inner .push_open_toggle_inner_toggle_inner  {
      color: #fff !important;
      font-size: .8rem;
      cursor: pointer; }
  .push_open .push-ctas_btn_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    transform: scale(1);
    z-index: 0;
    border-radius: 50%;
    overflow: hidden;
    transition: transform 0.25s cubic-bezier(0.365, 0.305, 0, 1); }

.push_open .push_open_toggle_inner::after, .push_open .push_open-ctas_toggle_inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 33%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(1) translate(-50%, -50%); }

.push_open .push_open_toggle_inner::after {
  transform: scaleX(1) translate(-50%, -50%) rotate(90deg);
  transition: transform 0.25s cubic-bezier(0.365, 0.305, 0, 1); }

.sub-menu-active .push_open .push_open_toggle_inner::after {
  transform: scaleY(0) translate(-50%, -50%) rotate(90deg); }

.sub-menu-active .push_open .push-ctas_btn_bg {
  background-color: #2F52A3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.push_open.push_open_toggle_inner::after, .push_open .push_open_toggle_inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 33%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(1) translate(-50%, -50%); }

.push__elements:hover .push__bg {
  transform: translateZ(0) scale(1.2);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.19);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.push__elements .menu-item {
  position: absolute;
  width: 5.2rem;
  height: 5.2rem;
  bottom: -100%;
  right: 0;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.365, 0.305, 0, 1), transform 0.5s cubic-bezier(0.365, 0.305, 0, 1);
  color: #fff !important;
  font-size: .8rem;
  overflow: visible;
  cursor: pointer;
  transform: scale(1); }

.sub-menu-active .menu-item {
  transition: opacity 0.25s cubic-bezier(0.365, 0.305, 0, 1) 0.1s, transform 0.5s cubic-bezier(0.365, 0.305, 0, 1); }

.push_btn_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1);
  margin: .13333rem 0;
  z-index: 1;
  color: #fff !important;
  font-size: .8rem;
  cursor: pointer; }

.push_btn_inner img {
  height: 2.5rem;
  fill: #fff;
  overflow: hidden;
  max-width: 100%;
  vertical-align: middle;
  color: #fff !important;
  font-size: .8rem;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1); }

.push-ctas_btn_text {
  position: absolute;
  text-align: right;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-align: right;
  left: -260px;
  top: 25px;
  width: 240px;
  text-transform: uppercase;
  display: none;
  transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1); }

.push-ctas_btn_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  transform: scale(1);
  z-index: 0;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.25s cubic-bezier(0.365, 0.305, 0, 1);
  margin: .13333rem 0;
  color: #fff !important;
  font-size: .8rem;
  cursor: pointer; }

.push-ctas_btn_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.365, 0.305, 0, 1); }

.menu-item:hover img {
  transform: scale(0.95); }

.menu-item:hover .push-ctas_btn_bg, .push_open:hover .push-ctas_btn_bg {
  transform: scale(1.1); }

.sub-menu-active .push-ctas_btn_text {
  display: block; }

.push_open__sub-menu li {
  height: auto !important;
  padding: 5px 0; }
  .push_open__sub-menu li a {
    color: #FFFFFF;
    font-size: 20px;
    font-family: "Inter", sans-serif; }

.sub-menu-active .push_open__sub-menu .menu-item:nth-child(1) {
  opacity: 1;
  transform: translateY(-200%) translateY(-2rem) translateZ(0); }

.sub-menu-active .push_open__sub-menu .menu-item:nth-child(2) {
  opacity: 1;
  transform: translateY(-300%) translateY(-2rem) translateZ(0); }

.sub-menu-active .push_open__sub-menu .menu-item:nth-child(3) {
  opacity: 1;
  transform: translateY(-400%) translateY(-2rem) translateZ(0); }

.sub-menu-active .push_open__sub-menu .menu-item:nth-child(4) {
  opacity: 1;
  transform: translateY(-500%) translateY(-2rem) translateZ(0); }

.sub-menu-active .push_open__sub-menu .menu-item:nth-child(5) {
  opacity: 1;
  transform: translateY(-600%) translateY(-2rem) translateZ(0); }

.sub-menu-active .push_open__sub-menu .menu-item:nth-child(6) {
  opacity: 1;
  transform: translateY(-700%) translateY(-2rem) translateZ(0); }

/*
 *  Define Grid Style
 *  
 *  Universite de la Rochelle 1.0.0 by Beekom 
 */
.contain, .contain--p--both, .contain--p--left {
  max-width: 1600px;
  -webkit-transition: padding 400ms;
  -moz-transition: padding 400ms;
  -ms-transition: padding 400ms;
  -o-transition: padding 400ms; }

.contain--p--both {
  padding: 0 100px; }

.contain--p--left {
  padding-left: 100px; }

.contain--p--right {
  padding-right: 100px; }

@media only screen and (min-width: 1600px) {
  .contain, .contain--p--both, .contain--p--left, .contain--p--both, .contain--p--left, .contain--p--right {
    margin: auto;
    padding-right: 0; }

  .header {
    /* @include transform(translateX(-50%) !important);
     left: 50%; */ } }
@media only screen and (max-width: 1600px) {
  .contain--p--left > .col {
    padding-right: 0; } }
/*
 *  Define Cross Style
 *  
 *  Universite de la Rochelle 1.0.0 by Beekom 
 */
.cross {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 350px; }

.cross_flex {
  height: 100%;
  padding: 0;
  z-index: 10;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .cross_flex .cross_container {
    width: calc( 100% + 130px );
    height: 100%;
    overflow: hidden;
    /* @include clip-path(polygon(0% 0%, 100% 0%, calc(100% - 136px) 100%, 0% 100%));
     
     @include transform(translateY(16px));*/ }
    .cross_flex .cross_container img {
      height: 100%;
      width: auto;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }

.blog .cross_flex .cross_container {
  /*@include clip-path(polygon(0% 0%, 100% 0%, calc(100% - 143px) 100%, 0% 100%));*/ }

.cross_fix {
  height: 100%;
  padding: 0;
  -webkit-box-flex: 0 0 450px;
  -moz-box-flex: 0 0 450px;
  -webkit-flex: 0 0 450px;
  -ms-flex: 0 0 450px;
  flex: 0 0 450px; }
  .cross_fix .cross_container {
    width: 100%;
    height: 100%;
    /* @include clip-path(polygon(136px 0, 100% 0, 100% 100%, 0 100%));
      @include transform(translate(0px,0px));*/ }

/*
 *  Define Footer Style
 *  
 *  Universite de la Rochelle 1.0.0 by Beekom 
 */
.footer {
  background-color: #ebebeb;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 2; 
  position: relative;
}

  footer .images-pre-footer{
  padding-bottom: 30px;
  justify-content: center;
  
  .bordered{
  padding-bottom: 30px;
  border-bottom: 1px solid black;
  width: 100%;
  .marquee {
    overflow: hidden;
    width: 100%;
    .marquee-content {
      mix-blend-mode: darken;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      /* animation: marquee 30s linear infinite; */
      /* -webkit-animation: marquee 30s linear infinite; */
      .marquee-item{
      flex: 1 1 calc(100% / 5);
      margin-bottom: 0;
      min-width: calc(100% / 5);
  
      img{
        aspect-ratio: 4 / 1;
      width: 100%;
      max-width: 100%;
      max-height: 80px;
      object-fit: contain;
      }
    }
  }
}
}
}
@media (width <= 768px) {
  footer .images-pre-footer{
    .bordered{
      .marquee{
        .marquee-content{
          gap: 14px;
          .marquee-item{
            flex: 1 1 35%;
            min-width: 35%;
          }
        }
      }
      figure{
        img{
          aspect-ratio: 1 / 1;
        }
      }
    }
  }
}

@keyframes marquee {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-100%);
  }
}

/* Pause l'animation au survol */
.marquee:hover .marquee-content {
  animation-play-state: paused;
}




@media (width <= 1024px) {
  footer .images-pre-footer{
    padding-bottom: 30px;
    .bordered{
      figure{
        img{
          aspect-ratio: 4 / 1.6 !important;
        }
      }
    }
  }
}
@media (width <= 880px) {
  footer .images-pre-footer{
    padding-bottom: 30px;
    .bordered{
      figure{
        img{
          aspect-ratio: 3.6 / 1.6 !important;
        }
      }
    }
  }
}
@media (width <= 768px) {
  footer .images-pre-footer{
    padding-bottom: 30px;
    .bordered{
      justify-content: center;
      row-gap: 20px;
      figure{
        flex: 0 1 calc(100% / 3);
        img{
          aspect-ratio: 2.6 / 1.6 !important;
        }
      }
    }
  }
}
.footer__contain {
  float: left;
  position: relative;
  width: 100%;
  font-size: 0; }

.footer__contain .col-md-2 {
  display: inline-block;
  padding: 0;
  position: relative;
  top: 0;
  vertical-align: top;
  padding-right: 40px; }

.footer .footer__title {
  font-family: "Inter", sans-serif;
  color: #000000;
  text-align: left;
  font-size: 20px;
  text-transform: inherit;
  font-weight: 600;
  float: left;
  width: 100%; }

.footer .menu-menu-2024-container, .footer .menu-menu-anglais-container {
  height: auto; }

.footer .menu-item {
  width: 100%;
  border-bottom: none !important;
  float: left;
  position: relative; }

.footer .menu-item a {
  justify-content: left;
  text-align: left;
  text-transform: initial;
  font-size: 14px;
  padding: 0;
  font-weight: 300; }

.footer .footer__bottom {
  border-top: 1px solid #000000;
  padding-top: 40px;
  margin-top: 40px;
  float: left;
  position: relative;
  width: 100%;
  text-align: center; }

.footer .footer__bottom p {
  font-size: 12px;
  margin-bottom: 0; }

.footer .footer__bottom a {
  color: #000000;
  text-decoration: underline;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

.footer .footer__bottom a:hover {
  color: #2F52A3;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

.footer .footer__bottom .footer__title {
  font-family: "Inter", sans-serif;
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center; }

.footer__pictoSocialMedia {
  width: 100%;
  position: relative;
  float: left;
  text-align: center; }

.footer__pictoSocialMedia li {
  width: auto;
  position: relative;
  display: inline; }

.footer__pictoSocialMedia li a i {
  color: #000000;
  font-size: 16px;
  padding: 10px; }

/*
 *  Define Button Style
 *  
 *  Universite de la Rochelle 1.0.0 by Beekom 
 */
.button {
  background-color: transparent;
  border-collapse: collapse;
  border-style: solid;
  border-width: 2px;
  padding: 5px 25px;
  font-size: 14px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  outline-style: none;
  font-weight: bold;
  text-decoration: none !important;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  background-clip: border-box;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px; }

.button--black {
  color: #000000;
  border-color: #000000; }
  .button--black:hover {
    color: #FFFFFF;
    background-color: #000000; }

.button--white {
  color: #FFFFFF;
  border-color: #FFFFFF; }
  .button--white:hover {
    color: #000000;
    background-color: #FFFFFF; }

.button--blue {
  color: #2F52A3;
  border-color: #2F52A3; }
  .button--blue:hover {
    color: #FFFFFF;
    background-color: #2F52A3; }

/* --- Button animate ---- */
.buttonULR {
  width: auto;
  padding:2px 40px;
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
  border-radius: 25px !important;
  overflow: hidden; }


.buttonULR_label {
  font-size: 14px;
  display: inline-block;
  position: relative;
  z-index: 2;
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }



/* black */
.buttonULR--black {
  border: 1px solid #000000;
  color: #000000; }

.buttonULR--black:after {
  background-color: #000000; }

.buttonULR--black:hover {
  color: #fff;
  background-color: #000; }

/* blue */
.buttonULR--blue {
  border: 2px solid #2F52A3;
  color: #2F52A3; }

.buttonULR--blue:after {
  background-color: #2F52A3; }

.buttonULR--blue:hover {
  color: #FFFFFF !important;
  transition-delay: 0s; }

/* white */
.buttonULR--white {
  border: 2px solid #FFFFFF;
  color: #FFFFFF; }

.buttonULR--white:after {
  background-color: #FFFFFF; }

.buttonULR--white:hover {
  color: #2F52A3;
  transition-delay: 0s; }

/* fleches */
a.disable {
  opacity: 0.2; }

.js--animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/*  Template */
/*
 *  Define Standart Page Style
 *  
 *  Universite de la Rochelle 1.0.0 by Beekom 
 */
.page__header {
  height: 450px;
  overflow: hidden; }
  .page__header img {
    width: 100%;
    height: auto;
  border-radius: 10px; }


.single-event .page__header{
  height: 350px;
}
.single-event .page__header img{
  height: 350px;
  object-fit: cover;
}

/* ------------- PAGE HEADER NO IMAGE ------------- */
.no-picture .page__container {
  margin-top: 0;
  padding-bottom: 180px; }

.no-picture .page__content {
  padding-top: 20px; }
  .no-picture .page__content .page__intro {
    margin-bottom: 0 !important; }

/* ------------- PAGE HEADER ------------- */
.page__container {
  padding-bottom: 180px; }

.page__infos {
  background-color: white;
  padding-bottom: 25px;
  position: relative;
  min-height: 150px; }


.page__title {
  font-weight: 500;
  padding: 35px 0 10px 0;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
  line-height: 1.1; }

.page__breadcrumb {
  font-size: 14px;
margin-top: 40px; }

.page-template-intermediate-page .page__breadcrumb {
  font-size: 14px;
margin-top: 0; }

.bread--crumb > span {
  padding: 0 2px; }

/* ------------- CONTENT ------------- */

.page__content {
  padding-top: 50px;
  padding-bottom: 30px;
  padding-right: 100px;
  margin-bottom: 10px;
  font-size: 16px; }
  .page__content .page__intro {
    font-size: 22px;
    letter-spacing: 0.8px;
    line-height: 1.2;
    font-weight: 300;
    color: #2F52A3;
    margin-bottom: 35px;
    display: block; 
  
  p {
    line-height: 1.2 !important;
  }
}
  .page__content .page__intro a{
    text-decoration: underline;
    /* font-weight: 500; */
  }
  .page__content .page__intro strong{
    font-weight: 600;
  }

  .page__content .wpb-content-wrapper .wpb_wrapper h2:first-child {
    margin-top: 0 !important;
  }
  :is(.page__content,.single-event .content_ressoures_details .main__content) h2 {
    font-weight: 500;
    font-size: 28px;
    margin-top: 40px;
    display: block;
    text-transform: initial;
    margin-bottom: 10px;
    margin-top: 40px; }
  :is(.page__content,.single-event .content_ressoures_details .main__content) h3 {
    font-weight: 500;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 5px;
    display: block; }
  :is(.page__content,.single-event .content_ressoures_details .main__content) h4 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 5px;
    display: block; }
  .page__content h5 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    display: block; }
  .page__content h6 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
    display: block; }
  .page__content li {
    margin-bottom: 5px; }
    .page__content li > ul {
      margin-top: 8px !important;
      margin-bottom: 20px !important;
      padding-left: 15px; }
    .page__content ol{
      padding-left: 16px;
    }
    :is(.page__content, .main__content) :is(ol, ol li) {
      list-style-type: decimal !important;
    }
    :is(.page__content, .main__content) ol {
      list-style-type: decimal !important;
      color: #2F52A3 !important;
    }
    :is(.page__content, .main__content) ol li:before {
      display: none !important;
    }
    :is(.page__content, .main__content) ol li::marker {
      color: #2F52A3 !important;
      font-weight: 600;
    }
      .page__content li > ul li:before {
        content:"";
        border: solid 1px #2F52A3;
        background:transparent;
        color: black;
        /* or whatever color you prefer */
        margin-right: 10px;
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        transform: translateY(-1px);
        font-size: 8px;
        display: inline-block; }

        .page__content li > ul li > ul li:before {
          content:"";
          background:#EBEBEB;
          border:0;
          color: black;
          /* or whatever color you prefer */
          margin-right: 10px;
          -webkit-transform: translateY(-1px);
          -moz-transform: translateY(-1px);
          -ms-transform: translateY(-1px);
          -o-transform: translateY(-1px);
          transform: translateY(-1px);
          font-size: 8px;
          display: inline-block; }
    .page__content li a {
      color: #2F52A3; }
  .page__content a {
    text-decoration: underline;
    color: #2F52A3; }
  .page__content ul, .page__files ul  {
    margin-top: 0;
    margin-bottom: 25px;
  margin-left: 20px;}
  .page__content p {
    margin-bottom: 15px;
  line-height: 1.5 !important;
font-weight: 400; }
  .page__content img {
    max-width: 100%;
    height: auto; }

/* ------------- GALERIE IMAGES ------------- */
.page .flexslider {
  border: none;
  box-shadow: none; }

.wpb_gallery_slides .slides:after, .wpb_gallery_slides li:before {
  content: none; }

.wpb_gallery_slides .slides img {
  width: 100%;
  display: block;
  height: auto !important; }

.page .flex-direction-nav a.flex-next, .page .flex-direction-nav a.flex-prev {
  width: 50px;
  height: 50px; }

.page .flex-direction-nav a.flex-prev:before {
  text-shadow: none;
  content: "\f104" !important;
  font-family: FontAwesome !important;
  font-size: 60px; }

.page .flex-direction-nav a.flex-next:before {
  text-shadow: none;
  content: "\f105" !important;
  font-family: FontAwesome !important;
  font-size: 60px; }

.page .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #000000;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 0;
  -o-box-shadow: none;
  box-shadow: none;
  cursor: pointer; }

.wpb_gallery_slides {
  height: 600px !important;
  overflow: hidden; }

.page .flex-control-paging li a:hover {
  background: #2F52A3; }

.page .flex-control-paging li a.flex-active {
  background: #2F52A3; }

/* popup */
.pp_pic_holder .ppt, .pp_pic_holder .pp_top, .pp_pic_holder .pp_details, .pp_pic_holder .pp_bottom {
  display: none !important; }

div.pp_default .pp_content_container .pp_left, div.pp_default .pp_content_container .pp_right {
  background: none !important; }

.pp_pic_holder .pp_content {
  height: 600px !important; }

/* TABLEAUX */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #277DCA !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
  background-color: #d33333 !important; }

table.dataTable > tbody > tr.child span.dtr-title {
  min-width: 100% !important; }

.dtr-details li:before {
  position: absolute;
  left: 15px;
  margin-top: 8px; }

/* ------------- GRAPHIQUES ------------- */
.vc_chart h2 {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: #2F52A3;
  text-transform: initial;
  margin-bottom: 20px; }


.vc_chart-legend li:before {
  content: none; }

.page .vc_chart .vc_chart-legend li {
  margin-left: 20px; }

.page .vc_chart .vc_chart-with-legend {
  width: 50%; }

.page .vc_chart .vc_chart-legend {
  width: 50%; }

.page .vc_round-chart-canvas {
  display: initial !important;
  max-width: 250px;
  height: auto; }

/* ------------- FILES ------------- */
.page__files h2 {
  font-weight: bold;
  font-size: 22px;
  margin-top: 40px;
  display: block;}
.page__files li {
  margin-bottom: 5px; }
  .page__files li a {
    color: #2F52A3; }
  .page__files li:before {
    content: "\f0c8";
    font-family: FontAwesome;
    color: #2F52A3;
    /* or whatever color you prefer */
    margin-right: 10px;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
    font-size: 8px;
    display: inline-block; }

/* ------------- VISUAL COMPOSER ------------- */
.vc_tta-container .vc_tta-tabs-list li:before {
  content: none; }

.vc_tta-container .vc_tta-tab a {
  border-radius: 0 !important; }



/*
 *  Define Standart Page Style
 *  
 *  Universite de la Rochelle 1.0.0 by Beekom 
 */
/* -------- page fondation ------- */
.page-id-1312 .page__header {
  position: relative; }

.page-id-1312 .page__header:after {
  content: url(/wp-content/uploads/2018/01/logo-fondation-universite-la-rochelle.png);
  width: 171px;
  height: 450px;
  position: absolute;
  right: 5px;
  bottom: 0; }

.page-id-1312 .page__title {
  color: #16559f; }

.page-id-1312 .page__infos:after {
  background-color: #c6d552; }

.page-id-1312 .child__infos h2, .page-id-1312 .child__infos .title__link {
  color: #16559f !important; }

.page-id-1312 .image__link {
  position: relative;
  display: inline-block; }

.page-id-1312 .image__link:after {
  content: url(/wp-content/uploads/2018/01/logo-black-fondation-universite-la-rochelle.png);
  width: 114px;
  height: 300px;
  position: absolute;
  right: 5px;
  bottom: 0; }

.page-id-1312 .buttonULR--black:after {
  background-color: #c6d552; }

.page-id-1312 .buttonULR--black {
  border: solid 2px #c6d552; }

/* -------- page details fondation ------- */
/* header */
.page-template-fondation .page__header {
  position: relative; }

.page-template-fondation .page__header:after {
  content: url(/wp-content/uploads/2018/01/logo-fondation-universite-la-rochelle.png);
  width: 171px;
  height: 450px;
  position: absolute;
  right: 5px;
  bottom: 0; }

/* contenu */
.page-template-fondation .page__infos:after {
  background-color: #c6d552; }

.page-template-fondation .page__contact {
  background-color: #c6d552; }

.page-template-fondation .page__title {
  color: #16559f; }

.page-template-fondation .page__content .page__intro, .page-template-fondation .page__content h2 {
  color: #16559f; }

.page-template-fondation .page__content h3 {
  color: #c6d552; }

/*
 *  Define Homepage Style
 *  
 *  Universite de la Rochelle 1.0.0 by Beekom 
 */
/* -------------- SEARCH - V2 ------------ */
body input[type="search"] {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0 !important;
  background: none !important; }

.header__search .form_search {
  padding: 20px 30px; }
  .header__search .form_search div.asp_m.ajaxsearchpro .probox {
    background-color: #fff !important; }
  .header__search .form_search #ajaxsearchpro3_1 .probox, .header__search .form_search #ajaxsearchpro2_2 .probox, .header__search .form_search div.asp_m.asp_m_2 .probox {
    border-bottom: 1px solid #ebebeb; }
  .header__search .form_search div.asp_m.ajaxsearchpro .probox .proinput {
    margin: 0 !important; }
  .header__search .form_search #ajaxsearchpro3_1 .probox .proinput input.orig, .header__search .form_search #ajaxsearchpro3_1 .probox .proinput input.orig, .header__search .form_search div.asp_m.asp_m_2 .probox .proinput input.orig {
    font-size: 22px; }

#ajaxsearchprores3_1.vertical, #ajaxsearchprores3_2.vertical, div.asp_r.asp_r_3.vertical {
  max-height: 190px !important;
  overflow: hidden; }

#ajaxsearchprores3_1, #ajaxsearchprores3_2, div.asp_r.asp_r_3 {
  margin: 0 0 0 0 !important; }

.popular_words {
  padding: 40px 30px; }
  .popular_words p {
    font-family: "Inter", sans-serif !important;
    text-transform: uppercase;
    color: #000000 !important;
    letter-spacing: 0.5px;
    font-size: 18px !important;
    width: 100%;
    text-align: left;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    padding-bottom: 10px;
    border-bottom: solid 4px #000000;
    font-weight: 600; }
  .popular_words ul {
    width: 100%;
    text-align: left; }
    .popular_words ul li {
      width: 20%;
      text-align: left !important;
      padding: 10px 0; }
      .popular_words ul li a {
        text-align: left;
        justify-content: left;
        text-transform: initial !important;
        font-size: 16px;
        font-weight: 700;
        padding-right: 10px; }

/* ------------- SLIDER - V2------------- */

  .home .page .content.col {
    padding: 0 !important; }

.home_slider_bandeau_top {
  z-index: 20;
  position: relative;
  flex-direction: column;
  width: calc(100% + 15px);
  height: 35px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  text-align: center;
  background: #000000;
  overflow: hidden; }
  .home_slider_bandeau_top p {
    padding-top: 8px;
    color: var(--text-color-push);
    margin-bottom: 0 !important; }
  .home_slider_bandeau_top a {
    color: var(--text-color-push);
    text-decoration: underline; }
  .home_slider_bandeau_top .close_popup {
    position: absolute;
    top: 5px;
    right: 2%; }
    .home_slider_bandeau_top .close_popup .fa {
      font-size: 22px; }

.home_slider_bandeau_top.bar--close {
  height: 0px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear; }

.home_slider_v2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 75vh;
  width: calc(100% + 15px);
  background: black;
  position: relative; }
  .home_slider_v2 .home_slider_left {
    width: 72%;
    text-align: center;
    height: 100%;
    background-color: black; }
    .home_slider_v2 .home_slider_left .home_slider_left_top {
      -webkit-box-flex: 0 0 100%;
      -moz-box-flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      text-align: center;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 82%;
      background-color: rgba(0, 0, 0, .3);
      background-size: cover;
      background-position: center center;
      background-blend-mode: color; }
      .home_slider_v2 .home_slider_left .home_slider_left_top h1 {
        text-align: left;
        font-weight: 700;
        letter-spacing: 0.5px;
        font-size: 6vw;
        line-height: 6vw;
        color: #FFFFFF;
        font-family: "Source Sans Pro", sans-serif;
        z-index: 3;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
        transform: translateX(-120px); }
    .home_slider_v2 .home_slider_left .home_slider_left_bottom {
      -webkit-box-flex: 0 0 100%;
      -moz-box-flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      text-align: center;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 18%;
      background-color: #e3e2e2; }
      .home_slider_v2 .home_slider_left .home_slider_left_bottom .form_search {
        width: 70%;
        margin: 0 auto;
        padding: 15px;
        z-index: 100; }
        .home_slider_v2 .home_slider_left .home_slider_left_bottom .form_search #ajaxsearchpro2_1 .probox, .home_slider_v2 .home_slider_left .home_slider_left_bottom .form_search div.asl_w .probox {
          height: 40px;
          overflow: unset;
          flex-wrap: wrap;
          position: relative;
          background-color: #e3e2e2;
          border-bottom: 2px solid #000000; }
          .home_slider_v2 #ajaxsearchpro2_1, .home_slider_v2 #ajaxsearchpro2_2, .home_slider_v2 div.asp_m.asp_m_2{
            overflow: unset;
          }
          .home_slider_v2 #ajaxsearchprobsettings2_1 {
            position: absolute;
            right: 0px;
            top: 0px;
            width: fit-content;
            transform: translateX(100%);
          }
          .home_slider_v2 #ajaxsearchprobsettings2_1 fieldset{
            margin-top: 0px !important;
          }

          .home_slider_v2 .home_slider_left .home_slider_left_bottom .form_search #ajaxsearchpro2_1 .probox input, .home_slider_v2 .home_slider_left .home_slider_left_bottom .form_search div.asl_w .probox input {
            color: #000000;
            font-size: 22px; }
          .home_slider_v2 .home_slider_left .home_slider_left_bottom .form_search #ajaxsearchpro2_1 .probox .proinput, .home_slider_v2 .home_slider_left .home_slider_left_bottom .form_search div.asl_w .probox .proinput {
            margin: 0; }
          .home_slider_v2 .home_slider_left .home_slider_left_bottom .form_search #ajaxsearchpro2_1 .probox div.prosettings, .home_slider_v2 .home_slider_left .home_slider_left_bottom .form_search #ajaxsearchpro2_1 .probox .promagnifier, .home_slider_v2 .home_slider_left .home_slider_left_bottom .form_search div.asl_w .probox div.prosettings, .home_slider_v2 .home_slider_left .home_slider_left_bottom .form_search div.asl_w .probox .promagnifier {
            width: 40px;
            height: 40px;
            box-shadow: none;
            border: none; }
            .home_slider_v2 .home_slider_left .home_slider_left_bottom .form_search #ajaxsearchpro2_1 .probox div.prosettings .innericon svg, .home_slider_v2 .home_slider_left .home_slider_left_bottom .form_search #ajaxsearchpro2_1 .probox .promagnifier .innericon svg, .home_slider_v2 .home_slider_left .home_slider_left_bottom .form_search div.asl_w .probox div.prosettings .innericon svg, .home_slider_v2 .home_slider_left .home_slider_left_bottom .form_search div.asl_w .probox .promagnifier .innericon svg {
              width: 24px; }
          .home_slider_v2 .home_slider_left .home_slider_left_bottom .form_search #ajaxsearchpro2_1 .probox .proclose svg, .home_slider_v2 .home_slider_left .home_slider_left_bottom .form_search div.asl_w .probox .proclose svg {
            box-shadow: none;
            margin-top: -4px; }
    .home_slider_v2 .home_slider_left #ajaxsearchpro2_3 .probox .promagnifier div.innericon, .home_slider_v2 .home_slider_left #ajaxsearchpro1_2 .probox .promagnifier div.innericon, .home_slider_v2 .home_slider_left div.asp_m.asp_m_1 .probox .promagnifier div.innericon {
      width: 30px;
      height: 30px;
      float: right;
      padding: 5px; }
    .home_slider_v2 .home_slider_left #ajaxsearchpro2_1 .probox .promagnifier div.innericon, .home_slider_v2 .home_slider_left #ajaxsearchpro2_2 .probox .promagnifier div.innericon, .home_slider_v2 .home_slider_left div.asp_m.asp_m_2 .probox .promagnifier div.innericon {
      width: 40px;
      height: 40px; }
    .home_slider_v2 .home_slider_left #ajaxsearchpro2_1 p.showmore a, .home_slider_v2 .home_slider_left #ajaxsearchprores1_2 p.showmore a, .home_slider_v2 .home_slider_left div.asp_r.asp_r_1 p.showmore a {
      font-weight: normal;
      font-family: "Inter", sans-serif !important;
      color: #000000;
      font-size: 14px;
      line-height: 1.2;
      text-shadow: none;
      padding: 10px 5px;
      margin: 0 auto;
      background: #FFFFFF;
      display: block;
      text-align: center;
      width: 40%;
      border-radius: 25px;
      margin-bottom: 10px; }
  .home_slider_v2 #ajaxsearchprores2_1, .home_slider_v2 #ajaxsearchprores2_2, .home_slider_v2 div.asp_r.asp_r_2 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 0 !important;
    padding: 15px; }
  .home_slider_v2 #ajaxsearchpro2_1.vertical, .home_slider_v2 #ajaxsearchprores1_2.vertical, .home_slider_v2 div.asp_r.asp_r_1.vertical {
    border: none;
    background-color: none; }
  .home_slider_v2 #ajaxsearchpro2_3 .probox .proinput, .home_slider_v2 #ajaxsearchpro1_2 .probox .proinput, .home_slider_v2 div.asp_m.asp_m_1 .probox .proinput,
  .home_slider_v2 #ajaxsearchpro2_3 .probox .proinput input.orig, .home_slider_v2 #ajaxsearchpro1_2 .probox .proinput input.orig, .home_slider_v2 div.asp_m.asp_m_1 .probox .proinput input.orig {
    background-color: #e3e2e2 !important; }
  .home_slider_v2 .home_slider_right {
    width: 28%;
    flex-direction: column;
    height: 100%;
    position: relative;
    overflow: hidden; }
    .home_slider_v2 .home_slider_right .home_slider_right_top {
      -webkit-box-flex: 0 0 100%;
      -moz-box-flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      text-align: left;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: auto;
      background-color: #2F52A3;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 10;
      flex-direction: column;
      width: 100%; }
      .home_slider_v2 .home_slider_right .home_slider_right_top h2.hide_desktop {
        display: none; }
        .home_slider_v2 .home_slider_right .home_slider_right_top .menu-acces-rapides-container h2{
          position: relative;
          display: inline-flex;
          width: 34%;
          padding-right: 10%;
          padding-bottom: 10px;
          color: white;
          letter-spacing: 0.5px;
          font-size: 26px;
          font-weight: 500;
          border-bottom: solid 3px white;
        }
        .home_slider_v2 .home_slider_right .home_slider_right_top .menu-acces-rapides-container{
          @media (width <= 992px) {
            display: none;
          }
        }
      .home_slider_v2 .home_slider_right .home_slider_right_top .menu-acces-rapides-container, .home_slider_v2 .home_slider_right .home_slider_right_top .menu-direct-access-container {
        width: 100%;
        padding: 50px 35px 25px 35px;
        overflow: hidden; }
        .home_slider_v2 .home_slider_right .home_slider_right_top .menu-acces-rapides-container ul#rapid-access-menu-bis, .home_slider_v2 .home_slider_right .home_slider_right_top .menu-direct-access-container ul#rapid-access-menu-bis {
          margin-bottom: 0;
          display: flex;
          flex-wrap: wrap;
          align-items: flex-start; }
          .home_slider_v2 .home_slider_right .home_slider_right_top .menu-acces-rapides-container ul#rapid-access-menu-bis li, .home_slider_v2 .home_slider_right .home_slider_right_top .menu-direct-access-container ul#rapid-access-menu-bis li {
            width: 49%;
            border-bottom: none;
            display: inline-block;
            padding: 20px 0px;
            
            @media (width <= 1400px) {
              padding: 10px 0px;
            }
          
          
          }
            /* .home_slider_v2 .home_slider_right .home_slider_right_top .menu-acces-rapides-container ul#rapid-access-menu-bis li:nth-child(n+3) {
              display: none; } */
            .home_slider_v2 .home_slider_right .home_slider_right_top .menu-acces-rapides-container ul#rapid-access-menu-bis li.sidebar--active:nth-child(n+3) {
              display: inline-block; }
            .home_slider_v2 .home_slider_right .home_slider_right_top .menu-acces-rapides-container ul#rapid-access-menu-bis li a, .home_slider_v2 .home_slider_right .home_slider_right_top .menu-direct-access-container ul#rapid-access-menu-bis li a {
              text-transform: initial;
              display: block;
              font-size: 18px;
              width: max-content;
              @media (width <= 1400px) {
                font-size: 16px;
                width: 100%;
              }
              padding: 0;
              line-height: 1.2;
              font-weight: 400;
              text-align: left;
              justify-content: left;
              color: #FFFFFF; 
            }
              /* .home_slider_v2 .home_slider_right .home_slider_right_top .menu-acces-rapides-container ul#rapid-access-menu-bis li a:before, .home_slider_v2 .home_slider_right .home_slider_right_top .menu-direct-access-container ul#rapid-access-menu-bis li a:before {
                content: "";
                background-image: url(/wp-content/themes/universitelarochelle/img/arrow_right.svg);
                width: 35px;
                height: 15px;
                background-repeat: no-repeat;
                transform: translateX(0);
                -webkit-transition: all 400ms !important;
                -moz-transition: all 400ms !important;
                -ms-transition: all 400ms !important;
                -o-transition: all 400ms !important; }
            .home_slider_v2 .home_slider_right .home_slider_right_top .menu-acces-rapides-container ul#rapid-access-menu-bis li a:hover:before, .home_slider_v2 .home_slider_right .home_slider_right_top .menu-direct-access-container ul#rapid-access-menu-bis li a:hover:before {
              content: "";
              transform: translateX(5px);
              -webkit-transition: all 400ms !important;
              -moz-transition: all 400ms !important;
              -ms-transition: all 400ms !important;
              -o-transition: all 400ms !important; } */
      .home_slider_v2 .home_slider_right .home_slider_right_top .menu-acces-rapides-container.sidebar--active, .home_slider_v2 .home_slider_right .home_slider_right_top .menu-direct-access-container.sidebar--active {
        height: 220px;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-transition: all 0.4s linear; }
      .home_slider_v2 .home_slider_right .home_slider_right_top .btn_more_slider {
        position: relative;
        color: #fff;
        width: 100%;
        text-align: center;
        padding: 15px 0 15px 0;
        text-decoration: none;
        background: none;
        border: 0;
        -webkit-appearance: none !important; }
        .home_slider_v2 .home_slider_right .home_slider_right_top .btn_more_slider span {
          margin-right: 5px; }
        .home_slider_v2 .home_slider_right .home_slider_right_top .btn_more_slider img {
          position: relative;
          width: 40px;
          height: 40px;
          padding: 5px;
          border-radius: 100%;
          transform: rotate(90deg); }
      .home_slider_v2 .home_slider_right .home_slider_right_top .btn_more_slider:focus {
        outline: auto; }
    .home_slider_v2 .home_slider_right .home_slider_right_bottom {
      position: relative;
      height: 100%; }
      .home_slider_v2 .home_slider_right .home_slider_right_bottom .carousel {
        height: 100%; }
        .home_slider_v2 .home_slider_right .home_slider_right_bottom .carousel .carousel-inner {
          height: 100%; }
          .home_slider_v2 .home_slider_right .home_slider_right_bottom .carousel .carousel-inner .carousel-item {
            height: 100%;
            text-align: left;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center; }
            .home_slider_v2 .home_slider_right .home_slider_right_bottom .carousel .carousel-inner .carousel-item:before {
              content: "";
              background: #000000;
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0.7;
              z-index: 0; }
            .home_slider_v2 .home_slider_right .home_slider_right_bottom .carousel .carousel-inner .carousel-item .img-fluid {
              opacity: 0.5;
              position: absolute; }
            .home_slider_v2 .home_slider_right .home_slider_right_bottom .carousel .carousel-inner .carousel-item .carousel-caption {
              text-align: left;
              right: 7%;
              bottom: 40px;
              left: 7%;
              z-index: 10; }
              .home_slider_v2 .home_slider_right .home_slider_right_bottom .carousel .carousel-inner .carousel-item .carousel-caption h2 {
                text-transform: initial;
                font-size: 28px;
                font-weight: 600; }
              .home_slider_v2 .home_slider_right .home_slider_right_bottom .carousel .carousel-inner .carousel-item .carousel-caption a.link_focus {
                width: 45px;
                height: 43px;
                position: relative;
                display: inline-block;
                padding: 10px;
                border: 1px solid #fff;
                border-radius: 100%; }
                .carousel-indicators li button.home-carousel-controls{
                  position: absolute;
                  left: 0;
                  width: 100%;
                  background: transparent;
                  border: 1px solid white;}
      .home_slider_v2 .home_slider_right .home_slider_right_bottom ul.slider_focus {
        position: relative;
        height: 100%; }
        .home_slider_v2 .home_slider_right .home_slider_right_bottom ul.slider_focus .slider_focus_image {
          position: relative;
          width: 100%;
          height: 100%;
          background-color: #000000; }
          .home_slider_v2 .home_slider_right .home_slider_right_bottom ul.slider_focus .slider_focus_image img {
            height: auto;
            position: relative;
            display: inline-block;
            width: 100%;
            opacity: 0.6; }
        .home_slider_v2 .home_slider_right .home_slider_right_bottom ul.slider_focus .slider_focus_txt {
          position: absolute;
          width: 100%;
          padding: 15px 30px;
          bottom: 10%;
          left: 0;
          z-index: 3;
          color: #FFFFFF; }
          .home_slider_v2 .home_slider_right .home_slider_right_bottom ul.slider_focus .slider_focus_txt h2 {
            text-transform: initial;
            font-size: 28px;
            font-weight: 600; }
          .home_slider_v2 .home_slider_right .home_slider_right_bottom ul.slider_focus .slider_focus_txt a.link_focus {
            width: 45px;
            height: 43px;
            position: relative;
            display: inline-block;
            padding: 10px;
            border: 1px solid #fff;
            border-radius: 100%; }

.home_slider_right_top .btn_more_slider img {
  transform: rotate(90deg);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear; }

.home_slider_right_top.active .btn_more_slider img {
  transform: rotate(-45deg) !important;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear; }

/* formulaire */
div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
  font-family: "Inter", sans-serif !important;
  color: #2F52A3 !important;
  font-size: 16px;
  font-weight: 600 !important; }

div.asl_r .results .item .asl_content .asl_desc {
  font-family: "Inter", sans-serif !important;
  color: #000000 !important; }

#ajaxsearchprores1_1 p.showmore a, #ajaxsearchprores1_2 p.showmore a, div.asp_r.asp_r_1 p.showmore a {
  font-family: "Inter", sans-serif !important;
  color: #055e94;
  font-size: 12px;
  line-height: 30px;
  display: block;
  text-align: center;
  cursor: pointer;
  border: 2px solid #2F52A3 !important;
  text-transform: uppercase;
  font-weight: 300;
  background-color: #FFFFFF;
  border-radius: 25px;
  width: 40%;
  padding: 10px 5px !important;
  margin: 20px 30% !important; }

#ajaxsearchprores1_1 p.showmore a:hover, #ajaxsearchprores1_2 p.showmore a:hover, div.asp_r.asp_r_1 p.showmore a:hover {
  font-family: "Inter", sans-serif !important;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 30px;
  display: block;
  text-align: center;
  cursor: pointer;
  border: 2px solid #2F52A3 !important;
  text-transform: uppercase;
  font-weight: 300;
  background-color: #2F52A3;
  padding: 10px 5px !important; }

/* ---- BANDEAU COOKIES ---- */
.cmplz-information .cookie-statement, .cmplz-read-more-purposes, .cookie-statement, .privacy-statement, .impressum {
  color: #0056B3 !important; }
  div#tarteaucitronRoot.tarteaucitronBeforeVisible:before{
    display: none;
  }
  body div#tarteaucitronAlertBig:before{
    content: 'Gérer le consentement aux cookies';
    font-size: 16px;
    color: black;
    font-weight: 500;
  }
  body #tarteaucitronRoot div#tarteaucitronAlertBig.tarteaucitronAlertBigTop{
    /*display: flex !important;*/
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #f9f9f9;
    left: unset;
    top: unset;
    right: 20px;
    bottom: 20px;
    width: clamp(300px, 100%, 400px);
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    box-shadow: none;
    button#tarteaucitronPrivacyUrl{
      color: black;
    margin-top: 14px;
    text-decoration: underline;
    font-size: 13px;
    }
    button.tarteaucitronCTAButton{
      padding: 14px;
      flex: 1 1 20%;
      font-size: 14px !important;
      color: #000000;
      background-color: #F1F1F1;
      font-weight: 600;
      margin: 0;
      &:first-of-type{
        margin-right: 7px;
        background-color: black;
        color: #FFFFFF;
      }
    }
    button#tarteaucitronCloseAlert{
      flex: 1 1 20%;
      padding: 14px;
      background-color: #F1F1F1;
      outline: 1px solid #000000;
      font-weight: 600;
      color: #000000;
      font-size: 14px !important;
      margin-bottom: 0;
    }
    span#tarteaucitronDisclaimerAlert{
      font-size: 14px;
      color: #000000;
      padding: 20px 10px;
      margin: 0;
      line-height: 1.2;
      text-align: left;
    }
}
@media (width <= 576px) {
  body #tarteaucitronRoot div#tarteaucitronAlertBig.tarteaucitronAlertBigTop{
    width: fit-content;
    left: 10px;
    right: 10px;
    bottom: 10px;
    button.tarteaucitronCTAButton{
      flex: 1 1 30%;
    }
    button#tarteaucitronCloseAlert{
      flex: 1 1 100%;
    }
  }
  
}

/* ------------- SLIDER ------------- */
.home__slider h1 {
  position: absolute;
  top: 40%;
  left: 5%;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-size: 4vw;
  line-height: 4vw;
  color: #FFFFFF;
  font-family: "Source Sans Pro", sans-serif;
  z-index: 3; }
.home__slider h1 span {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  font-size: 5vw;
  font-weight: 700; }
.home__slider .slider__container {
  position: relative;
  width: 100%;
  height: 700px;
  transform: translate3d(0px, 0px, 0px);
  overflow: hidden; }
  .home__slider .slider__container:before {
    content: "";
    position: absolute;
    z-index: 2;
    display: block;
    height: 100%;
    top: 0;
    left: 50%;
    width: 1px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
    opacity: 1;
    transition: opacity 1s cubic-bezier(0.215, 0.575, 0.3, 1); }
.home__slider .slider__oblic {
  -webkit-transform: translateZ(0) skew(-30deg);
  transform: translateZ(0) skew(-30deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  clip: rect(auto, auto, auto, auto);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: -50%; }
  .home__slider .slider__oblic .slider__images {
    -webkit-transform: translate3d(0, 0, 0) skew(30deg);
    transform: translate3d(0, 0, 0) skew(30deg);
    left: 50%;
    z-index: 2;
    height: 100%;
    -webkit-transition: transform 2100ms cubic-bezier(0.215, 0.575, 0.3, 1);
    -moz-transition: transform 2100ms cubic-bezier(0.215, 0.575, 0.3, 1);
    -ms-transition: transform 2100ms cubic-bezier(0.215, 0.575, 0.3, 1);
    -o-transition: transform 2100ms cubic-bezier(0.215, 0.575, 0.3, 1);
    transition-delay: 0ms; }
.home__slider .slider__images {
  width: 1500%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  font-size: 0;
  z-index: 0;
  will-change: transform;
  -webkit-transition: transform 2000ms cubic-bezier(0.215, 0.575, 0.3, 1);
  -moz-transition: transform 2000ms cubic-bezier(0.215, 0.575, 0.3, 1);
  -ms-transition: transform 2000ms cubic-bezier(0.215, 0.575, 0.3, 1);
  -o-transition: transform 2000ms cubic-bezier(0.215, 0.575, 0.3, 1); }
.home__slider .slider__images.slider--notransition {
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: color 0 ease-in !important;
  transition: none !important; }
.home__slider .slider__image {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  vertical-align: top; }
.home__slider .slider__image img {
  width: 100%;
  height: auto; }

/* navigation */
.slider__navigation {
  position: absolute;
  bottom: 15px;
  right: 40px;
  z-index: 1; }

.slider__navigation a {
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none; }

.slider__navigation .slash--icon--white::before {
  height: 25px;
  margin-bottom: -2px; }

.slider__navigation .btn--prev {
  margin-right: 10px; }

.home__slider .link--animate a:after {
  background-color: #fff; }

/* ------------- ACTUALITES - V2 ------------- */
.home__news {
  padding-top: 100px !important;
  background-color: #FFFFFF !important; }
  .home__news .actuality__container2 {
    width: 80%;
    margin-left: 20%; }
    .home__news .actuality__container2 .cross {
      height: 500px !important; }
      .home__news .actuality__container2 .cross .cross_flex .cross_container {
        width: 100%;
        transform: translateY(0);
        clip-path: none;
        -webkit-clip-path: none; }
        .home__news .actuality__container2 .cross .cross_flex .cross_container img {
          width: auto;
          height: 100%; }
      .home__news .actuality__container2 .cross .cross_fix {
        -webkit-box-flex: 0 0 43%;
        -moz-box-flex: 0 0 43%;
        -webkit-flex: 0 0 43%;
        -ms-flex: 0 0 43%;
        flex: 0 0 43%; }
        .home__news .actuality__container2 .cross .cross_fix .cross_container {
          clip-path: none;
          -webkit-clip-path: none;
          background: #2F52A3 !important;
          position: relative; }
          .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__nav {
            top: 50px;
            position: absolute;
            margin-left: 0;
            width: 100%;
            right: 0;
            margin: 0;
            padding: 0;
            left: initial;
            bottom: initial; }
            .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__nav .actuality__nav__onglets {
              position: absolute;
              right: 15%; }
            .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__nav i {
              color: #FFFFFF;
              font-size: 34px;
              padding: 0px 20px 0 12px; }
            .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__nav .slash--icon--blue:before {
              background-color: #FFFFFF; }
          .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__category {
            padding-left: 10%;
            padding-right: 10%;
            margin-top: 70px; }
            .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__category .actuality__category__text {
              text-transform: initial;
              color: #FFFFFF;
              letter-spacing: 0.5px;
              font-size: 16px;
              background: #fff;
              color: #2273b9;
              font-weight: 500;
              padding: 5px 20px;
              border-radius: 30px;
            }
          .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__title {
            margin-left: 10%;
            margin-right: 20%;
            color: #FFFFFF;
            text-align: left;
            text-transform: initial;
            font-weight: 600;
            border-top: solid 3px #FFFFFF;
            padding: 20px 0 5px 0;
            width: 70%;
            margin-top: 20px; }
          .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__description {
            color: #FFFFFF;
            font-size: 16px;
            font-weight: 400;
            text-align: left;
            margin-left: 10%;
            margin-right: 20%;
            width: 70%;
            max-height: 110px;
            padding: 0 0 20px 0;
            border-bottom: solid 2px #FFFFFF; }
          .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__link a, .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__all__link a {
            color: #FFFFFF; }
          .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__link {
            text-align: left;
            float: left;
            width: 70%;
            margin-left: 10%;
            margin-right: 20%;
            margin-top: 20px; }
            .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__link .link_actu {
              width: 45px;
              height: 43px;
              position: relative;
              display: inline-block;
              padding: 10px;
              border: 1px solid #FFFFFF;
              border-radius: 100%;
              transform: rotate(0);
              -webkit-transition: all 0.4s linear;
              -moz-transition: all 0.4s linear;
              -ms-transition: all 0.4s linear;
              -o-transition: all 0.4s linear; }
              .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__link .link_actu:hover {
                transform: rotate(-30deg);
                -webkit-transition: all 0.4s linear;
                -moz-transition: all 0.4s linear;
                -ms-transition: all 0.4s linear;
                -o-transition: all 0.4s linear; }
          .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__all {
            position: absolute;
            bottom: 35px;
            width: 100%;
            padding: 15px 0;
            text-align: center; }
            .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__all a {
              padding: 7px 30px;
              width: auto;
              border-radius: 25px;
              font-weight: 800;
              font-size: 16px;
              overflow: hidden; }

/* ------------- AGENDA - V2 ------------- */
.home__agenda .agenda__container_V2 {
  width: 60%;
  margin: 0 20%;
  position: relative;
  margin-bottom: 100px !important; }
  .home__agenda .agenda__container_V2 h2 {
    position: relative;
    display: inline-block;
    width: auto !important;
    padding-right: 10%;
    padding-bottom: 10px;
    color: #2F52A3;
    letter-spacing: 0.5px;
    font-size: 26px;
    font-weight: 500;
    border-bottom: solid 3px #2F52A3;
    margin-bottom: 40px; }
  .home__agenda .agenda__container_V2 .agenda__slide_V2 {
    position: relative;
    display: inline-flex;
    width: 100%; }
    .home__agenda .agenda__container_V2 .agenda__slide_V2 .agenda__item_V2 {
      background-color: #EEEEEE;
      position: relative;
      display: inline-block;
      width: 29%;
      margin: 0 3%;
      vertical-align: top;
      min-height: 480px;
      display: none; }
      .home__agenda .agenda__container_V2 .agenda__slide_V2 .agenda__item_V2 .agenda__image img {
        width: 100%;
        height: auto; }
    .home__agenda .agenda__container_V2 .agenda__slide_V2 .agenda__item_V2:first-child {
      margin-left: 0; }
    .home__agenda .agenda__container_V2 .agenda__slide_V2 .agenda__item_V2:last-child {
      margin-right: 0; }
  .home__agenda .agenda__container_V2 .agenda__item_V2:nth-child(1) {
    display: inline-block !important; }
  .home__agenda .agenda__container_V2 .agenda__item_V2:nth-child(2) {
    display: inline-block !important; }
  .home__agenda .agenda__container_V2 .agenda__item_V2:nth-child(3) {
    display: inline-block !important;
    margin-right: 0 !important; }
  .home__agenda .agenda__container_V2 .agenda__date_v2 {
    margin-top: 20px;
    padding: 0 20px; }
    .home__agenda .agenda__container_V2 .agenda__date_v2 span {
      font-family: "Inter", sans-serif;
      color: #2F52A3;
      font-size: 28px;
      line-height: 30px;
      text-align: left;
      text-transform: initial;
      font-weight: 600; }
  .home__agenda .agenda__container_V2 .agenda__text_V2 {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    min-height: 120px; }
    .home__agenda .agenda__container_V2 .agenda__text_V2 .agenda__title {
      font-family: "Inter", sans-serif;
      color: #000000;
      text-align: left;
      font-size: 16px;
      line-height: 1.2;
      text-transform: initial;
      font-weight: 900;
      width: 100%;
      margin: 0; }
    .home__agenda .agenda__container_V2 .agenda__text_V2 .agenda__description {
      color: #000000;
      width: 100%;
      font-size: 16px;
      margin-top: 5px;
      height: auto;
      min-height: auto; }
  .home__agenda .agenda__container_V2 .agenda__link_V2 {
    position: relative;
    display: inline-block;
    text-align: left;
    margin: 10px 30px 20px; }
    .home__agenda .agenda__container_V2 .agenda__link_V2 a {
      width: auto;
      font-size: 16px;
      font-family: "Inter", sans-serif;
      color: #174D7D;
      text-decoration: none; }
      .home__agenda .agenda__container_V2 .agenda__link_V2 a:after {
        background-color: #2F52A3; }
  .home__agenda .agenda__container_V2 .event__all {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    overflow: hidden; }
    .home__agenda .agenda__container_V2 .event__all a {
      padding: 7px 30px;
      width: auto;
      border-radius: 25px;
      font-weight: 800;
      font-size: 16px;
      overflow: hidden; }
      .home__agenda .agenda__container_V2 .event__all a:hover {
        overflow: hidden; }

/* ------------- VIDEO - V2 ------------- */
.home__video .home__video__slogan {
  padding-right: 40px; }
  .home__video .home__video__slogan p.video__description {
    padding: 0px 60px 0 40px;
    font-size: 22px;
    font-weight: 800; }
.home__video .video__item .cross_flex .cross_container {
  width: 100%;
  clip-path: none;
  transform: translateY(0);
  background-color: #000000; }
.home__video .video__item .cross_fix {
  -webkit-box-flex: 0 0 40%;
  -moz-box-flex: 0 0 40%;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%; }
  .home__video .video__item .cross_fix .cross_container {
    clip-path: none;
    background-color: #2F52A3; }
    .home__video .video__item .cross_fix .cross_container .video__category {
      color: #FFFFFF;
      padding: 20px 20px 0 40px;
      text-transform: uppercase; }
    .home__video .video__item .cross_fix .cross_container .video__title {
      color: #FFFFFF;
      text-align: left;
      font-size: 30px;
      line-height: 1.3;
      text-transform: initial;
      font-weight: 500;
      width: 100%;
      margin-top: 30px;
      padding: 0 30px 0 40px; }
    .home__video .video__item .cross_fix .cross_container a.buttonULR--white {
      padding: 7px 30px;
      width: auto;
      border-radius: 25px;
      font-weight: 800;
      font-size: 16px;
      overflow: hidden;
      color: #FFFFFF;
      border-color: #FFFFFF;
      float: initial;
      margin: 40px 0 0 40px; }
      .home__video .video__item .cross_fix .cross_container a.buttonULR--white:hover {
        color: #2F52A3; }

/* ------------- PROFILS ------------- */
.page-id-157 .home__profile {
  margin-bottom: 40px; }

.home__profile {
  position: relative;
  padding-bottom: 20px; }

.home__profile:hover .slash--enfant:before {
  top: -150px;
  right: -78px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease; }

.home__profile:hover .slash--enfant:after {
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s; }

.subtitle {
  position: absolute;
  top: 41%;
  left: 15%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase; }

.home__profile .subtitle {
  top: 52% !important; }

.profile__container {
  max-width: 955px;
  width: 100%;
  padding: 20px 0 20px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-clip-path: polygon(210px 0, 100% 0, calc( 100% - 215px ) 100%, 0 100%);
  clip-path: polygon(210px 0, 100% 0, calc( 100% - 215px ) 100%, 0 100%);
  position: relative;
  overflow: hidden;
  left: 50%;
  margin-left: -500px;
  transform: translateY(40px); }

.profile__slide {
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: margin 600ms cubic-bezier(0.215, 0.575, 0.3, 1);
  -moz-transition: margin 600ms cubic-bezier(0.215, 0.575, 0.3, 1);
  -ms-transition: margin 600ms cubic-bezier(0.215, 0.575, 0.3, 1);
  -o-transition: margin 600ms cubic-bezier(0.215, 0.575, 0.3, 1); }

.profile__container .profile__item {
  overflow: hidden;
  position: relative;
  width: 400px;
  height: 350px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-clip-path: polygon(200px 0, 100% 0, 250px 100%, 0 100%);
  clip-path: polygon(200px 0, 100% 0, 250px 100%, 0 100%);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -webkit-box-flex: 0 0 450px;
  -moz-box-flex: 0 0 450px;
  -webkit-flex: 0 0 450px;
  -ms-flex: 0 0 450px;
  flex: 0 0 450px;
  margin-left: -200px;
  backface-visibility: hidden;
  background-position: 40% 0 !important;
  background-size: 120% !important; }

.profile__container .profile__item:hover {
  /*  @include transform( scale(1) );
    background-size: 126% !important;
    background-position: 40% 5% !important;*/
  z-index: 10; }

.profile__container .profile__item:first-child {
  margin-left: 0; }

.profile__container .profile__item h3 {
  position: absolute;
  top: 46%;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  color: #FFFFFF;
  z-index: 2;
  text-shadow: 4px 6px 25px #000;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear; }

.profile__container .profile__item:hover h3 {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  text-shadow: 2px 3px 15px #000;
  opacity: 1; }

.profile__container .profile__item .profile__slash {
  width: 100%;
  height: 100%;
  transform: skew(-30deg, 0deg);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-clip-path: polygon(200px 0, 100% 0, 250px 100%, 0 100%);
  clip-path: polygon(200px 0, 100% 0, 250px 100%, 0 100%);
  -webkit-box-flex: 0 0 450px;
  -moz-box-flex: 0 0 450px;
  -webkit-flex: 0 0 450px;
  -ms-flex: 0 0 450px;
  flex: 0 0 450px;
  backface-visibility: hidden;
  opacity: 1;
  z-index: 10; }

.profile__container .profile__item .profile__background {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #181C25;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-clip-path: polygon(200px 0, 100% 0, 250px 100%, 0 100%);
  clip-path: polygon(200px 0, 100% 0, 250px 100%, 0 100%);
  -webkit-box-flex: 0 0 450px;
  -moz-box-flex: 0 0 450px;
  -webkit-flex: 0 0 450px;
  -ms-flex: 0 0 450px;
  flex: 0 0 450px;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  opacity: 0;
  z-index: -1; }

.profile__container .profile__item:hover .profile__background {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  opacity: 0.65; }

.profile__container .profile__item .profile__slash:after, .profile__container .profile__item .profile__slash:before {
  z-index: 9999;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 50px;
  background-color: #ffffff;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, -webkit-transform;
  transition: opacity, transform;
  transition: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.profile__container .profile__item .profile__slash:after {
  top: 33%;
  -webkit-transform: translateY(-50%) scaleY(0);
  -ms-transform: translateY(-50%) scaleY(0);
  transform: translateY(-50%) scaleY(0);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top; }

.profile__container .profile__item .profile__slash:before {
  top: 66%;
  -webkit-transform: translateY(-50%) scaleY(0);
  -ms-transform: translateY(-50%) scaleY(0);
  transform: translateY(-50%) scaleY(0);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

.profile__container .profile__item:hover .profile__slash:after, .profile__container .profile__item:hover .profile__slash:before {
  -webkit-transform: translateY(-50%) scaleY(1);
  -ms-transform: translateY(-50%) scaleY(1);
  transform: translateY(-50%) scaleY(1);
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.profile__container .profile__item:hover .profile__slash:after {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

.profile__container .profile__item:hover .profile__slash:before {
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top; }

.profile__container img {
  width: 100%;
  height: auto;
  -webkit-clip-path: polygon(43% 0, 93% 0, 50% 100%, 0 100%);
  clip-path: polygon(43% 0, 93% 0, 50% 100%, 0 100%);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  opacity: 0.4; }

.profile__container li:hover img {
  opacity: 1; }

.profile__nav {
  margin-top: 0;
  margin-left: 0;
  text-align: right;
  padding-right: 0;
  position: absolute;
  bottom: -47px;
  width: 100%;
  right: 0;
  left: 0; }

.profile__nav__onglets {
  width: 955px;
  position: relative;
  margin: 0 auto;
  border-bottom: solid #2F52A3 1px;
  padding-bottom: 10px;
  padding-right: 132px; }

.profile__nav__title {
  font-size: 14px; }

.profile__nav i {
  padding: 0 20px;
  font-size: 28px;
  color: #000000;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease; }

.profile__nav .profile__nav__right:hover i.fa-chevron-right {
  -webkit-transform: translateX(0.375rem);
  -moz-transform: translateX(0.375rem);
  -ms-transform: translateX(0.375rem);
  -o-transform: translateX(0.375rem);
  transform: translateX(0.375rem); }

.profile__nav .profile__nav__left:hover i.fa-chevron-left {
  -webkit-transform: translateX(-0.375rem);
  -moz-transform: translateX(-0.375rem);
  -ms-transform: translateX(-0.375rem);
  -o-transform: translateX(-0.375rem);
  transform: translateX(-0.375rem); }

/* ------------- ACTUALITES ------------- */
.page-id-157 .home__news {
  display: none; }

.home__news {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #e9e9e9; }

.actuality__slide {
  /* width: 1500px; */
  width: fit-content;
  height: 100%;
  -webkit-transition: margin 400ms cubic-bezier(0.215, 0.575, 0.3, 1);
  -moz-transition: margin 400ms cubic-bezier(0.215, 0.575, 0.3, 1);
  -ms-transition: margin 400ms cubic-bezier(0.215, 0.575, 0.3, 1);
  -o-transition: margin 400ms cubic-bezier(0.215, 0.575, 0.3, 1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.actuality__text {
  overflow: hidden; }

.actuality__text__item {
  -webkit-box-flex: 1 1 420px;
  -moz-box-flex: 1 1 420px;
  -webkit-flex: 1 1 420px;
  -ms-flex: 1 1 420px;
  flex: 1 1 420px;
  display: none;
  height: 100%; }
  .actuality__text__item.active{
    display: block;
  }

.actuality__items, .actuality__category__text {
  position: relative; }

.actuality__category__text a:after {
  content: ",";
  padding-right: 5px; }

.actuality__category__text a:last-child:after {
  content: none; }

.actuality__category__text a:hover {
  text-decoration: none; }

.actuality__text .cross_container {
  background-color: white;
  overflow: hidden; }

/*.actuality__image .cross_container{
   overflow: hidden;
   position: relative;
}*/
.actuality__image__item {
  opacity: 0;
  -webkit-transition: opacity 600ms;
  -moz-transition: opacity 600ms;
  -ms-transition: opacity 600ms;
  -o-transition: opacity 600ms;
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1; }

.actuality__image__item--active {
  opacity: 1; }

.actuality__category {
  text-align: left;
  color: #2F52A3;
  width: 100%;
  padding-left: 38%;
  float: left;
  padding-right: 45px;
  margin-top: 25px; }

.home__actuality:hover .slash--enfant:before {
  top: -150px;
  right: -78px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease; }

.home__actuality:hover .slash--enfant:after {
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s; }

.actuality__title {
  font-family: "Inter", sans-serif;
  color: #000000;
  text-align: right;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 900;
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-left: 25%;
  padding-right: 45px; }

.actuality__description {
  font-family: "Inter", sans-serif;
  color: #000000;
  text-align: right;
  font-size: 14px;
  font-weight: 300;
  float: left;
  width: 100%;
  padding-left: 15%;
  padding-right: 45px;
  max-height: 65px;
  margin-bottom: 0; }

.actuality__link a, .actuality__all__link a {
  color: #2F52A3;
  font-size: 14px;
  line-height: 1;
  text-decoration: none; }

.actuality__link a:after, .actuality__all__link a:after {
  background-color: #2F52A3; }

.actuality__nav {
  position: absolute;
  padding-left: 15%;
  width: 100%;
  padding-right: 15px;
  bottom: 10px; }

.actuality__link {
  float: right;
  position: relative;
  width: auto;
  text-align: right;
  margin-right: 35px; }

.actuality__all__link {
  position: relative;
  width: auto; }

.actuality__nav__onglets {
  position: relative;
  width: auto; }

.slash--icon--blue {
  position: relative;
  float: left;
  width: auto;
  height: auto; }

.actuality__nav__right, .actuality__nav__left {
  position: relative;
  float: left;
  width: auto;
  height: auto;
  margin-top: 10px; }

.actuality__nav__right span.hide, .actuality__nav__left span.hide {
  display: none; }

.actuality__nav i {
  padding: 0 20px 0 18px;
  font-size: 28px;
  color: #2F52A3; }

.actuality__nav i.fa-chevron-left {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease; }

.actuality__nav i.fa-chevron-right {
  padding-right: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease; }

.actuality__nav .actuality__nav__right:hover i.fa-chevron-right {
  -webkit-transform: translateX(0.375rem);
  -moz-transform: translateX(0.375rem);
  -ms-transform: translateX(0.375rem);
  -o-transform: translateX(0.375rem);
  transform: translateX(0.375rem); }

.actuality__nav .actuality__nav__left:hover i.fa-chevron-left {
  -webkit-transform: translateX(-0.375rem);
  -moz-transform: translateX(-0.375rem);
  -ms-transform: translateX(-0.375rem);
  -o-transform: translateX(-0.375rem);
  transform: translateX(-0.375rem); }

/* ------------- AGENDA ------------- */
.agenda__container {
  background-color: #2F52A3;
  height: 350px;
  position: relative;
  overflow: hidden;
  width: 100%; }

.agenda__slide {
  padding: 20px 0 0;
  margin-bottom: 0;
  height: 280px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: margin 600ms cubic-bezier(0.215, 0.575, 0.3, 1);
  -moz-transition: margin 600ms cubic-bezier(0.215, 0.575, 0.3, 1);
  -ms-transition: margin 600ms cubic-bezier(0.215, 0.575, 0.3, 1);
  -o-transition: margin 600ms cubic-bezier(0.215, 0.575, 0.3, 1); }

.agenda__item {
  height: 280px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.agenda__date {
  text-align: center; }

.agenda__date .agenda__day {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 90px;
  line-height: 70px;
  color: #FFFFFF;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.575, 0.3, 1) 400ms;
  -moz-transition: all 400ms cubic-bezier(0.215, 0.575, 0.3, 1) 400ms;
  -ms-transition: all 400ms cubic-bezier(0.215, 0.575, 0.3, 1) 400ms;
  -o-transition: all 400ms cubic-bezier(0.215, 0.575, 0.3, 1) 400ms;
  display: inline-block; }

.agenda__date .agenda__month {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #FFFFFF;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.575, 0.3, 1) 400ms;
  -moz-transition: all 400ms cubic-bezier(0.215, 0.575, 0.3, 1) 400ms;
  -ms-transition: all 400ms cubic-bezier(0.215, 0.575, 0.3, 1) 400ms;
  -o-transition: all 400ms cubic-bezier(0.215, 0.575, 0.3, 1) 400ms;
  display: inline-block; }

.agenda__item--active .agenda__date .agenda__day {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }
.agenda__item--active .agenda__date .agenda__month {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.slash__separateur {
  display: inline-block;
  position: relative;
  width: 55px;
  height: 80px;
  margin-bottom: -20px;
  margin-left: -5px; }

.home__agenda:hover .slash--enfant:before {
  top: -150px;
  right: -88px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }

.home__agenda:hover .slash--enfant:after {
  top: 0;
  right: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s; }

.agenda__title {
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  text-align: left;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 900;
  float: left;
  width: 100%;
  margin-top: 40px;
  padding: 0 30px; }

.agenda__description {
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  float: left;
  width: 100%;
  padding: 0 30px;
  min-height: 70px;
  height: 70px;
  overflow: hidden; }

.agenda__nav {
  position: relative;
  padding-left: 20px;
  width: 100%;
  padding-right: 15px;
  margin-top: 20px; }

.agenda__link {
  float: left;
  position: relative;
  width: auto;
  margin-top: 15px;
  text-decoration: none;
  margin-left: 20px; }

.agenda__link a {
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none; }

.agenda__link a:after {
  background-color: #FFFFFF; }

.agenda__nav__onglets {
  float: right;
  position: relative;
  width: auto; }

.agenda__nav__onglets i {
  padding: 0 20px 0 18px;
  font-size: 28px;
  color: #FFFFFF; }

.agenda__nav__onglets i.fa-chevron-right {
  padding-right: 0; }

.agenda__nav i.fa-chevron-left {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease; }

.agenda__nav i.fa-chevron-right {
  padding-right: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease; }

.agenda__nav .agenda__nav__right:hover i.fa-chevron-right {
  -webkit-transform: translateX(0.375rem);
  -moz-transform: translateX(0.375rem);
  -ms-transform: translateX(0.375rem);
  -o-transform: translateX(0.375rem);
  transform: translateX(0.375rem); }

.agenda__nav .agenda__nav__left:hover i.fa-chevron-left {
  -webkit-transform: translateX(-0.375rem);
  -moz-transform: translateX(-0.375rem);
  -ms-transform: translateX(-0.375rem);
  -o-transform: translateX(-0.375rem);
  transform: translateX(-0.375rem); }

/* ------------- FOCUS ------------- */
/* focus 01 et 03 */
.home__focus__1, .home__focus__3 {
  padding-top: 70px;
  padding-bottom: 40px; }

.focus__1__container, .focus__2__container, .focus__3__container {
  width: 100%;
  float: left;
  position: relative;
  padding: 30px 0; }

.focus__1__container .focus__infos, .focus__3__container .focus__infos {
  background: #EEEEEE;
  width: 64%;
  margin-left: 26%;
  margin-right: 10%;
  padding: 50px 80px 70px 34%;
  height: auto;
  float: left;
  position: relative;
  z-index: 10; }

.focus__1__container .focus__image, .focus__3__container .focus__image {
  width: 54%;
  float: left;
  position: absolute;
  height: 350px;
  overflow: hidden;
  z-index: 50; }

.focus__1__container .focus__image img, .focus__2__container .focus__image img, .focus__3__container .focus__image img {
  width: auto;
  height: 100%; }

.focus__1__container .focus__category, .focus__3__container .focus__category {
  text-align: left;
  color: #2F52A3;
  width: 100%;
  float: left;
  position: relative;
  margin-top: 10px;
  margin-left: 20px; }

.home__focus__1:hover .slash--enfant:before, .home__focus__3:hover .slash--enfant:before {
  top: -150px;
  right: -78px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease; }

.home__focus__1:hover .slash--enfant:after, .home__focus__3:hover .slash--enfant:after {
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s; }

.focus__1__container .focus__title, .focus__3__container .focus__title {
  font-family: "Inter", sans-serif;
  color: #000000;
  text-align: left;
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 900;
  float: left;
  width: 100%;
  margin-top: 20px; }

.focus__1__container .focus__description, .focus__3__container .focus__description {
  font-family: "Inter", sans-serif;
  color: #000000;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  float: left;
  width: 100%; }

/* focus 02 */
.home__focus__2 {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative; }

.home__focus__2 .focus__image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 52%;
  height: 350px;
  overflow: hidden; }

.home__focus__2 .focus__infos {
  background-color: #2F52A3;
  width: 44%;
  margin-left: 7%;
  z-index: 9999;
  margin-top: 5%;
  padding: 40px 5% 50px 5%; }

.focus__2__container .focus__category {
  text-align: left;
  color: #FFFFFF;
  width: 100%;
  float: left;
  position: relative;
  margin-top: 10px;
  margin-left: 20px; }

.home__focus__2:hover .slash--enfant:before {
  top: -150px;
  right: -78px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease; }

.home__focus__2:hover .slash--enfant:after {
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s; }

.focus__2__container .focus__title {
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  text-align: left;
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 900;
  float: left;
  width: 100%;
  margin-top: 20px; }

.focus__2__container .focus__description {
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  float: left;
  width: 100%; }

/* ------------- VIDEO ------------- */
.home__video {
  background: #2F52A3;
  padding: 40px 0; }

/* slogan */
.home__video__slogan {
  padding-right: 50px; }

.home__video__slogan p {
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  float: left;
  width: 100%;
  margin-top: 0;
  padding: 0 60px 0 40px; }

.home__video__slogan i {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 900;
  position: relative;
  float: left;
  width: 100%; }

.home__video .fa-angle-double-right {
  text-align: right; }

.video__slogan__bottom {
  margin-top: 20px;
  border-top: solid 1px #fff;
  float: left;
  width: 100%;
  padding-top: 20px; }

.video__slogan__bottom i {
  text-align: left;
  position: relative;
  float: left;
  width: auto;
  font-size: 20px; }

.video__slogan__bottom p {
  text-align: right;
  position: relative;
  float: right;
  width: auto;
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  padding: 0; }

/* video */
.home__video {
  padding: 70px 0 50px;
  margin-top: -20px;
  margin-bottom: 0; }

.video__thumb {
  margin-top: -15px; }

.video__thumb .cross {
  height: 350px; }

.video__text .cross_container {
  background: #FFFFFF; }

.video__category {
  text-align: left;
  color: #2F52A3;
  width: 100%;
  float: left;
  padding: 30px 20px 0 35%; }

.video__category__text {
  text-transform: initial;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  font-size: 16px;
  background: #fff;
  color: #2273b9;
  font-weight: 500;
  padding: 5px 20px;
  border-radius: 30px;
  position: relative; }

.video__thumb:hover .slash--enfant:before {
  top: -150px;
  right: -78px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease; }

.video__thumb:hover .slash--enfant:after {
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s; }

.video__title {
  font-family: "Inter", sans-serif;
  color: #000000;
  text-align: right;
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 900;
  float: left;
  width: 100%;
  margin-top: 30px;
  padding: 50px 35px 0 25%; }

.video__descritpion {
  font-family: "Inter", sans-serif;
  color: #000000;
  text-align: right;
  font-size: 14px;
  font-weight: 300;
  float: left;
  width: 100%;
  padding: 0 35px 20px 15%; }

.video__infos .buttonULR {
  border: 2px solid #277dca;
  color: #277dca;
  float: right;
  margin-right: 35px; }

.video__image .cross_container {
  background-color: #242b3d; }

.video__image .cross_container:after {
  content: url(/wp-content/uploads/2017/12/picto-video.png);
  width: 62px;
  height: 62px;
  top: 35%;
  left: 50%;
  margin-left: -31px;
  position: absolute; }

.video__thumb .cross_flex .cross_container img {
  opacity: 0.4;
  z-index: 1; }

/*
 *  Define Intermediate Page Style (overwrite page.scss)
 *  
 *  Universite de la Rochelle 1.0.0 by Beekom 
 */
:is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__header, .single-profile .page__header {
  height: 480px;
  overflow: hidden; }

:is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__container, .single-profile .page__container {
  padding-bottom: 100px; }
:is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__container .col, .single-profile .page__container .col {
  background-color: white; }
:is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__content, .single-profile .page__content {
  padding-right: 0px;
  padding-bottom: 0; }
:is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__infos:after, .single-profile .page__infos:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
:is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__childs, .single-profile .page__childs {
  padding: 40px 20px; }
  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__childs li:before, .single-profile .page__childs li:before {
    display: none; }
:is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child, .single-profile .page__child {
  overflow: hidden;
  /* !DEV 2026 */
  border-radius: var(--radius-10);
  background-color: #EEEEEE;
  margin-bottom: 40px;
  position: relative;
  height: 32vw;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease; }
  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child .child__infos, .single-profile .page__child .child__infos {
    background-color: #fff;
    padding: 15px 0;
    padding-bottom: 70px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease; }
    :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child .child__infos h2, .single-profile .page__child .child__infos h2 {
      margin-top: 10px;
      display: block;
      height: auto; }
    :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child .child__infos .title__link, :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child .child__infos .description__link, .single-profile .page__child .child__infos .title__link, .single-profile .page__child .child__infos .description__link {
      color: #000000;
      text-decoration: none; }
  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child .child__mask, .single-profile .page__child .child__mask {
    background-color: rgba(238, 238, 238, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 0)), to(#fff));
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 0), #fff);
    background: -moz-linear-gradient(top, rgba(238, 238, 238, 0), #fff);
    background: -ms-linear-gradient(top, rgba(238, 238, 238, 0), #fff);
    background: -o-linear-gradient(top, rgba(238, 238, 238, 0), #fff);
    border-bottom: 65px solid #fff;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0px; }
  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child p, .single-profile .page__child p {
    visibility: visible; }
  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child img, .single-profile .page__child img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    height: auto; }
  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child a.buttonULR, .single-profile .page__child a.buttonULR {
    position: absolute;
    bottom: 15px;
    left: 15px;
  width:calc(100% - 30px); }
  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child:hover .child__infos, .single-profile .page__child:hover .child__infos {
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%); }
  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child:hover h2, .single-profile .page__child:hover h2 {
    height: auto; }
  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child:hover p, .single-profile .page__child:hover p {
    visibility: visible; }

:is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__chapeau, .single-profile .page__chapeau {
  padding: 0 30px;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.2;
  font-weight: 300;
  color: #000;
  margin-bottom: 10px;
  display: block;
  text-align: center; }

:is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__chapeau strong, .single-profile .page__chapeau strong {
  font-weight: 600;
}

:is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__chapeau a, .single-profile .page__chapeau a, .page__chapeau a {
  text-decoration: underline;
  font-weight: 500;
  color: #000;
}



  

.post__sidebar .sidebar__category {
  background-color: #2F52A3;
  padding: 20px;
  border-radius: 15px; }

.archive .content, .blog .content {
  width: 100%;
  padding: 0 15px; }

.post__header__banner {
  height: 480px;
  overflow: hidden;
  position: relative; }

.archive .actuality__category__text a, .blog .actuality__category__text a {
  color: #2F52A3;
  font-size: initial !important; }

/* sidebar menu */
.post__sidebar h2 {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  text-transform: initial;
  color: #fff;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.5px;
  margin: 20px 0;
  padding: 0;
  width: 100%; }

  .post__sidebar h2::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/wp-content/themes/univ-2026/img/themes-actualites.svg) no-repeat center center;
    background-size: contain;
    margin-left: auto;
    margin-right: 0;
    flex-shrink: 0;
    align-self: center;
}

.sidebar__category .cat-item {
  position: relative;
  width: 100%; }

.sidebar__category .cat-item a {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: initial;
  text-decoration: none;
  padding: 5px 20px;
  width: 100%;
  border: solid 1px #fff;
  margin-bottom: 10px;
  border-radius: 10px;
  font-weight: 300;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s; }

.sidebar__category .cat-item a:hover, .sidebar__category .current-cat a {
background-color: #fff;
color: #277dca;
border: solid 1px #fff;
}



.sidebar__category .cat-item a:hover:after {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s; }

.sidebar__category .cat-item .children {
  display: none; }

/* actu a la une */
.post__one .post__picture {
  height: 450px;
  overflow: hidden; }

.post__one .post__picture img {
  height: auto;
  width: 100%; }

.post__one .post__info {
  width: 70%;
  padding-left: 30px;
  padding-top: 20px;
  margin-top: -150px;
  min-height: 150px;
  background-color: #FFFFFF;
  position: relative; }

.post__one .post__date {
  position: absolute;
  top: -89px;
  left: 0;
  width: 80px;
  height: auto;
  position: absolute;
  left: 0;
  background-color: #2F52A3;
  color: #FFFFFF;
  display: none; }

.post__one .post__category .post__date_top {
  position: relative;
  display: inline-block; }

.date_publication_maj {
  margin-top: 5px;
  font-size: 14px;
  color: #595959; }

.date_publication_maj p {
  margin-bottom: 0; }

.post__header__banner .post__date {
  position: absolute;
  bottom: 170px;
  left: 15px;
  width: 80px;
  height: auto;
  background-color: #2F52A3;
  color: #FFFFFF;
  z-index: 10;
  display: none; }
  .post__header__banner .post__date .date__day {
    font-size: 36px;
    line-height: 1;
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    text-transform: uppercase; }
  .post__header__banner .post__date .date__month {
    font-size: 18px;
    line-height: 1;
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 200;
    text-transform: uppercase; }
  .post__header__banner .post__date .date__year {
    font-size: 18px;
    line-height: 1;
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 200;
    text-transform: uppercase; }

.page__banner {
  max-height: 450px; 
  overflow: hidden;
}

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

.post__one .post__date .date__day {
  font-size: 36px;
  line-height: 1; }

.post__one .date__month, .post__one .date__year {
  font-size: 18px;
  line-height: 1; }

.post__one .date__year {
  padding-bottom: 15px; }

.post__one .post__category {
  padding-left: 20px;
  color: #2F52A3; }

.post__one .post__title {
  font-weight: bold;
  font-size: 32px;
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1.5;
  padding-right: 60px;
  line-height: 1.1;
  margin-top: 10px; }

.post__one .post__title a {
  color: #000000;
  text-decoration: none; }

.post__one .post__nav {
  padding-left: 0;
  position: relative;
  width: 100%;
  padding-bottom: 5px;
  display: inline-block; }

.post__one .post__link {
  position: relative;
  width: 100%;
  text-align: left;
  margin-top: 10px;
  display: inline-block; }

/* liste des actus */


.archive, .blog {
  /* blocs noir */
  /* blocs bleu */
  /* blocs gris */ }
  .archive .archive__title__seperator, .blog .archive__title__seperator {
    color: #277dca;
    font-family: "Inter", sans-serif;
    font-size: 26px;
    letter-spacing: 1.5px;
    font-weight: 900;
    text-transform: initial;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    border-top: solid 1px #277dca; }
  .archive .cross_fix, .blog .cross_fix {
    -webkit-box-flex: 0 0 65%;
    -moz-box-flex: 0 0 65%;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%; }
  .archive .cross_flex, .blog .cross_flex {
    max-width: initial !important; }
  .archive .cross_flex .cross_container, .blog .cross_flex .cross_container {
    width: 100%;
    position: relative; }
  .archive .post__item .post__picture, .blog .post__item .post__picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .archive .post__item, .blog .post__item {
    height: 200px;
    margin-bottom: 50px;
    position: relative; }
  .archive .post__item:hover .slash--enfant:before, .blog .post__item:hover .slash--enfant:before {
    top: -150px;
    right: -88px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
  .archive .post__item:hover .slash--enfant:after, .blog .post__item:hover .slash--enfant:after {
    top: 0;
    right: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s; }
  .archive .post__item .post__picture img, .blog .post__item .post__picture img {
    height: 100%;
    object-fit: cover;
    width: 100%; }

  .archive .slash--enfant, .blog .slash--enfant {
    position: absolute;
    top: 24px;
    bottom: 22px;
    left: 20px;
    right: 20px; }


.post__link {
  position: relative;
  width: 100%;
  text-align: right;
  margin-top: 10px; }

.post__link a {
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  position: relative; }

.post__picture {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center; }

/* pagination */
.posts-navigation h2, .posts-navigation .nav-links {
  display: none; }

.posts-navigation a {
  color: #0054AD; }

.pagination {
  width: 100%;
  position: relative;
  margin-bottom: 40px; }

.pagination ul.page-numbers {
  width: auto;
  display: inline-block;
  position: relative;
  margin: 0 auto; }
 
.page-numbers li {
  margin: 5px;
  display: inline-block;
  position: relative;

  .page-numbers.current {
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    line-height: 1;
    z-index: 2;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease; 
    span {
      color:#fff;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      font-weight: 500;
      font-size: 14px;
    }
  }

  .page-numbers  {
    line-height: 1;
    z-index: 2;
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;  
  }

  .page-numbers.dots {
    background: none;
    width: auto;
    border: none;
  }

  .page-numbers.prev, .page-numbers.next {
    background: none;
    width: auto;
    border: none;
  }

  .page-numbers.prev:hover, .page-numbers.next:hover, .page-numbers.dots:hover {
    background: none;
    color: #2F52A3;
    border: none;
  }

}

.page-numbers li a {
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease; }

.page-numbers li .page-numbers:hover {
  text-decoration: none;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  a {
    color: #fff;
  } 
}

/* details articles */
.single .page__content img {
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
  max-width: 100%; }

  

/* détails events */

.single-event .page__infos:after {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.single-event .page__chapeau {
  margin-top: 30px;
  padding: 0;
  font-size: 22px;
  letter-spacing: 0.8px;
  line-height: 1.2;
  font-weight: 300;
  color: #000;
  margin-bottom: 10px;
  display: block;
  text-align: left; }
  .single-event .page__chapeau .ressouces_details_button {
    margin-top: 30px;
    text-align: left; }

    .single-event .sidebar_content_event {
      margin-bottom: 20px;

      h2 {
        color: #000;
      }

      h2::after {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background: url(/wp-content/themes/univ-2026/img/Calendar.svg) no-repeat center center;
        background-size: contain;
        margin-left: auto;
        margin-right: 0;
        flex-shrink: 0;
        align-self: center;
    }

     li {
      text-align: left !important;
      margin-bottom: 15px !important;
    }

    }  

.single-event .content_ressoures_details {
  min-height: auto !important;
  background: #93C5BE;
  border-radius: 15px;
  padding: 20px; }
  .single-event .content_ressoures_details ul {
    font-size: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap; }
    .single-event .content_ressoures_details ol{
      padding-left: 15px;
    }
    .single-event .content_ressoures_details ol ul{
      padding-left: 15px;
    }
    .single-event .content_ressoures_details :is(ol,ul) li {
      flex: 1 1 100%;
      list-style: none;
      text-align: center;
      vertical-align: top;
      font-size: 16px;
      font-weight: 400;
      color: black;
      position: relative;
      margin-bottom: 0; }
      .single-event .content_ressoures_details .main__content :is(ol,ul) li {
        text-align: left;
      }
      .single-event .content_ressoures_details :is(ol,ul) li span {
        text-transform: uppercase;
        font-weight: 600; }
    .single-event .content_ressoures_details :is(.ressoure_editeur, .ressoure_type, .ressoure_discipline) {
      width: fit-content;
      flex: 1 1 auto;
    }
      .single-event .content_ressoures_details ul li > ul {
        padding-left: 20px;
      }
      .single-event .content_ressoures_details ul li > ul li:before {
        content: "\f0c8";
        font-family: FontAwesome;
        color: black;
        /* or whatever color you prefer */
        margin-right: 10px;
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        transform: translateY(-1px);
        font-size: 8px;
        display: inline-block; }
      .single-event .content_ressoures_details .main__content{
        margin-top: 35px;
      }
      .single-event .content_ressoures_details .main__content a {
        color: #2F52A3;
        text-decoration: underline;
      }
      
      .single-event .main__content h2:first-child {
        margin-top: 0;
      }

      .page__content .content_ressoures_details {
        display: none;
      }
      @media (max-width: 1199px) {
        .page__content .content_ressoures_details {
          display: block;
        }
      }

.event {
  height: 100%; }

.event__sidebar .js--sticky{
  position: relative;
}
.event__sidebar .js--sticky.is_stuck {
    z-index: 10;
    top: 220px;
    background-color: #EBEBEB;
    padding:10px 0 30px;
    border-radius: 15px;
  } 


.event__items {
  padding: 70px 0;
  position: relative;
  -webkit-transition: height 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: height 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: height 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: height 400ms cubic-bezier(0.215, 0.61, 0.355, 1); }

.event__items::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  width: 1px;
  height: 0;
  background-color: #000;
  z-index: 0;
  -webkit-transition: height 4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: height 4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s; }

.page--loaded .event__items::before {
  height: 100%;
  -webkit-transition: height 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: height 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s; }

.event__items.event--loading::before {
  height: calc( 100% - 100px );
  -webkit-transition: height 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 400ms cubic-bezier(0.215, 0.61, 0.355, 1); }

.event__items::after {
  content: '';
  border: 2px solid #EEEEEE;
  /* Light grey */
  border-top: 2px solid #2F52A3;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  opacity: 0; }

.event__items.event--loading::after {
  bottom: 51px;
  opacity: 1; }

@keyframes spin {
  0% {
    transform: translateX(-50%) rotate(0deg); }
  100% {
    transform: translateX(-50%) rotate(360deg); } }
.event__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 180px;
  position: relative; }
  .event__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 2px;
    border-radius: 100%;
    opacity: 0;
    background-color: black;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: width 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: width 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955); 
  }

.event__item.js--animated::after {
  width: 12px;
  height: 12px;
  opacity: 1; }

.event__image__container {
  vertical-align: top;
  width: 50%;
  max-width: 330px;
  margin: 0 4rem;
  position: relative; }

.event__image {
  width: 330px;
  height: 190px;
  background-color: #EEEEEE; }

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

.event__infos {
  vertical-align: top;
  width: 50%;
  max-width: 300px;
  margin: 0 5rem; }

.event__item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .event__item:nth-child(odd) .event__infos {
    text-align: right; }
  .event__item:nth-child(odd) .post__link {
    text-align: right !important; }

.event__breadcrumb {
  font-size: 14px;
  width: 100%;
  background-color: white;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 0px; }

/* event details */
.event__category {
  display: inline-block;
  position: relative;
  color: #000;
background-color:#93C5BE; 
padding: 2px 15px;
font-size: 14px;
border-radius: 100px;
}


.event__date {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  letter-spacing: 1.5px;
  font-weight: 600;
  line-height: 1;
  margin-top: 10px; }

.event__details {
  color: #000000;
  font-family: "Inter", sans-serif;
  margin: 7px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: auto;
}

.event__hour {
  color: #000;
  background-color: #EBEBEB; 
  padding: 5px 20px;
  font-size: 16px;
  border-radius: 100px;
  width: auto;
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 18px;
  display: inline-flex;    
  width: fit-content;      
  align-self: flex-start;      
}

.event__item:nth-child(odd) .event__hour {
  align-self: end;    
}


.event__place {
  font-size: 16px;
  font-weight: 600;
  text-transform: initial;
  position: relative;
}

.event__place::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url('/wp-content/themes/univ-2026/img/Location.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.event__title {
  font-size: 24px;
  display: block;
  font-weight: 600;
text-transform: initial; }

.post-type-archive-event .post__link {
  text-align: left !important; }

.post-type-archive-event .link--animate a {
  color: #000;
  width: 100%;
  text-align: center;
  position: relative;
  display: inline-block;
  border: solid 1px #000;
  padding: 8px 10px;
  border-radius: 30px;
  margin-top: 10px;
transition: all 0.3s ease; }

  .post-type-archive-event .link--animate a:hover {
    background-color: #000;
    color: #fff;
    border: solid 1px #000;
    transition: all 0.3s ease;
  }


/* calendrier */
.post-type-archive .sidebar__button .fa-calendar, .tax-event_category .sidebar__button .fa-calendar {
  position: absolute;
  left: -20px;
  font-size: 16px;
  top: 12px; }

.post-type-archive .sidebar__button i, .tax-event_category .sidebar__button i {
  font-size: 21px;
  margin-left: 5px;
  position: absolute; }

.post-type-archive tbody, .post-type-archive thead,
.tax-event_category tbody, .tax-event_category thead {
  display: inline-block !important; }

.search .page__infos:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }


.search .page__container {
  padding-bottom: 100px; }

.search .page__infos:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%); }

.search .page__title {
  line-height: 1; }

.search .page__title span {
  width: 100%;
  display: inline-block;
  font-size: 30px; }

.search .page__content {
  padding: 0 30px 40px; }

body:not(footer) .search h2 {
  color: #2F52A3;
  margin-bottom: -10px;
  margin-top: 50px; }

.search h3 {
  margin-top: 15px;
  font-weight: 600;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
  display: block; }

.search article {
  border: none;
  padding: 30px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 15px;}

.search .buttonULR_label {
  color: #000000; }

.search .buttonULR:hover .buttonULR_label {
  color: #FFFFFF; }

/* article contact */
.search article.contact .result__phone, .search article.contact .result__email {
  width: 100%;
  display: inline-block; }

.search article.contact .result__phone .fa, .search article.contact .result__email .fa {
  margin-right: 10px; }

:is(.search-no-results, .search-results) article a {
  text-decoration: none;
  color: #000000; }

/* articles images */
.search__image img {
  width: 100%;
  height: auto;
border-radius:10px; }

.search__image{
  display: flex;
  align-items: center;
  justify-content: center;
}
.type-name{
  margin-top: 20px;
}
.search__image img.pdf_file{
  max-width: 54px;
}

/* article event */
.search__category {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  color: #277dca; }

.search__category .slash--enfant:before {
  top: 5px;
  height: 80%; }

.search__date {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 26px;
  letter-spacing: 1.5px;
  font-weight: 900;
  line-height: 1;
  margin-top: 10px; }

.search__details {
  color: #000000;
  font-family: "Inter", sans-serif;
  margin-bottom: 5px; }

:is(.search-no-results, .search-results) .search__title {
  text-transform: initial;
  font-size: var(--h3-size);
  font-weight: 500;
  margin-bottom: 0; }

.page-template-contact .page__header {
  height: 480px;
  overflow: hidden; }

.page-template-contact #wpcf7-f2909-o1 {
  padding-top: 60px; }

.page-template-contact .wpcf7-form {
  width: 60%;
  margin: 0 20% !important; }

.page-template-contact .wpcf7-form label {
  width: 100%; }

.page-template-contact .wpcf7-form .wpcf7-text, .page-template-contact .wpcf7-form textarea,
.page-template-contact .wpcf7-form select {
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px; }

.page-template-contact .wpcf7-form .select__univ {
  margin-bottom: 20px; }

.page-template-contact .wpcf7-submit {
  color: #000 !important;
  border: none;
  background: none;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
  font-size: 0.75rem;
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  cursor: pointer;
  width: 100%;
  padding: 8px 20px; }

.page-template-contact div.wpcf7 .ajax-loader {
  display: none; }

.page-template-contact .wpcf7-submit:hover {
  color: #fff; }

.page-template-contact .buttonULR {
  color: #000;
  display: inline-block;
  position: relative;
  width: 40%;
  margin: 0 30%;
  cursor: pointer; 

  p{
    margin-bottom: 0;
  }

  .wpcf7-spinner{
    display: none;
  }
}

.page-template-contact .wpcf7-form .captcha-text{
  margin-top: 14px;
}

.page-template-contact .buttonULR:hover .wpcf7-submit {
  color: #fff !important;
  -webkit-transform: translateX(-0.1rem);
  -moz-transform: translateX(-0.1rem);
  -ms-transform: translateX(-0.1rem);
  -o-transform: translateX(-0.1rem);
  transform: translateX(-0.1rem);
  transition-delay: 0.075s; }

.page-template-contact .buttonULR_label {
  width: 100%; }

/*  Responsive */
/*
 *  Define Responsive Style
 *  
 *  Universite de la Rochelle 1.0.0 by Beekom 
 */
/* -----------------------------------------------------------------------------

          RESPONSIVE HOME V2

----------------------------------------------------------------------------- */
/* ---- RESPONSIVE FOCUS SLIDER ---- */
@media (min-width: 1700px) {
  .home__news .actuality__container2 .cross .cross_flex .cross_container img {
    width: 100%;
    height: 100%;
    top: 50%;
    left: initial;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }
@media (max-width: 1900px) and (min-height: 1399px) {
  .home_slider_v2 .home_slider_right .home_slider_right_bottom .carousel .carousel-inner .carousel-item .img-fluid {
    height: 100%;
    width: auto;
    max-width: initial;
    left: 50%;
    top: 0;
    transform: translateX(-50%); } }
@media (max-width: 1900px) and (max-height: 1400px) {
  .home_slider_v2 .home_slider_right .home_slider_right_bottom .carousel .carousel-inner .carousel-item .img-fluid {
    height: auto;
    width: 100%;
    max-width: initial;
    left: 0;
    top: 50%;
    transform: translateX(0);
    transform: translateY(-50%); } }
@media (max-width: 1900px) {
  .home_slider_v2 .home_slider_left {
    width: 66%; }

  .home_slider_v2 .home_slider_right {
    width: 34%; }

  .home_slider_v2 .home_slider_right .home_slider_right_bottom .carousel .carousel-inner .carousel-item .img-fluid {
    bottom: 0; } }
/* classic responsive */
@media (max-width: 1600px) {
  /* ---- PAGE ACTUALITE ------ */
  /* .single .page__container {
    margin-top: -120px !important; } */

  .post__header__banner .post__date {
    bottom: 120px !important; } }
@media (max-width: 1440px) {
  /* header */
  .header .navigation__top .navigation__top__left {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  /* slider */
  .home_slider_v2 {
    height: 75vh; }

  .home_slider_v2 .home_slider_left {
    width: 68%; }

  .home_slider_v2 .home_slider_right {
    width: 32%; }

  .home_slider_v2 .home_slider_right .home_slider_right_top .menu-acces-rapides-container {
    padding: 20px;
    /* height: 65px; */
    min-height: initial; }

  .home_slider_v2 .home_slider_right .home_slider_right_top .menu-acces-rapides-container ul#rapid-access-menu-bis {
    margin-bottom: 0;}
    



  /* actualite */
  .home__news .actuality__container2 {
    width: 85%;
    margin-left: 15%; }

  .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__category {
    margin-top: 60px; }

  .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__all {
    bottom: 20px; }

  /* agenda */
  .home__agenda .agenda__container_V2 {
    width: 70%;
    margin: 0 15%; }

  .home__agenda .agenda__container_V2 .agenda__text_V2 {
    min-height: 120px; }

  /* video */
  .home__video .home__video__slogan p.video__description {
    padding: 0px 20px 0 20px; }

  .home__video .home__video__slogan {
    padding-right: 30px; }

  /* ---- PAGE ACTUALITE ------ */

  .post__header__banner .post__date {
    bottom: 90px !important; } }
@media (max-width: 1199px) {
  /* header */
  .header .navigation__top {
    max-height: 35px;
    height: 35px; }


  .header .navigation__top .navigation__top__left {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .branding {
    -webkit-box-flex: 0 0 100px;
    -moz-box-flex: 0 0 100px;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    padding: 0; }

  .header {
    height: fit-content; }

  .header__navigation, .header .contain, .header .contain--p--both, .header .contain--p--left, .header .contain--p--both, .header .contain--p--left {
    height: 80px; 
    align-items: center;
  }

  .header--stick .branding .logo_univ img {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 0px; }

  .header .navigation__top .navigation__top__right .header__search .sub-menu .menu-item {
    width: 100%;
    padding: 10px 10px; }

 

  /* page */
  .home .page {
    padding-top: 125px; }

  .home_slider_v2 .home_slider_right .home_slider_right_bottom .carousel .carousel-inner .carousel-item .carousel-caption h2,
  .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__title,
  .home__agenda .agenda__container_V2 .agenda__date_v2 span,
  .home__video .video__item .cross_fix .cross_container .video__title {
    font-size: 24px; }

  /* slider */
  .home_slider_bandeau_top {
    height: 30px; }

  .home_slider_bandeau_top p {
    padding-top: 6px;
    font-size: 14px; }

  .home_slider_v2 .home_slider_left {
    width: 62%; }

  .home_slider_v2 .home_slider_left .home_slider_left_top h1 {
    transform: translateX(-80px); }

  .home_slider_v2 .home_slider_right {
    width: 38%; }

  .home_slider_v2 .home_slider_right .home_slider_right_top .menu-acces-rapides-container ul#rapid-access-menu-bis {
    padding-left: 0; }

  /* actualite */
  .home__news .actuality__container2 {
    width: 90%;
    margin-left: 10%; }

  .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__title {
    width: 75%; }

  .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__nav .actuality__nav__onglets {
    right: 9%; }

  /* agenda */
  .home__agenda .agenda__container_V2 {
    width: 80%;
    margin: 0 10%; }

  .home__agenda .agenda__container_V2 .agenda__slide_V2 .agenda__item_V2 {
    width: 30%;
    margin: 0 2%; }

  .home__agenda .agenda__container_V2 .agenda__text_V2 {
    min-height: unset;
    padding: 0 20px;
  }

  /* video */
  .home__video .home__video__slogan p.video__description {
    padding: 0px 20px 0 30px;
    font-size: 18px;
    font-weight: 700; }

  /* ---- PAGE ACTUALITE ------ */

  .post__header__banner .post__date {
    bottom: 90px !important; } }
@media (max-width: 991px) {
  /* header */
  .header .navigation__top .navigation__top__left {
    display: none;
    }

  .loupeSearch .fa-search, .header--stick .loupeSearch .fa-search {
    background: none;
    color: #000000;
    padding: 0; }
    .loupeSearch .fa-search:before, .header--stick .loupeSearch .fa-search:before {
      font-size: 20px; }

  .header--stick .contain .loupeSearch .fa-search, .header--stick .contain--p--both .loupeSearch .fa-search, .header--stick .contain--p--left .loupeSearch .fa-search, .header--stick .contain--p--both .loupeSearch .fa-search, .header--stick .contain--p--left .loupeSearch .fa-search {
    padding: 0; }

  .navigation__top__right .menu-je-suis-container ul.menu, .navigation__top__right .menu-acces-rapides-container ul.menu {
    position: relative;
    display: inline-block; }
    .navigation__top__right .menu-je-suis-container ul.menu .menu-item, .navigation__top__right .menu-acces-rapides-container ul.menu .menu-item {
      padding: 5px ​0 !important; }

  /* search */
  #ajaxsearchpro2_1 .probox .proinput input.orig, #ajaxsearchpro2_2 .probox .proinput input.orig, div.asp_m.asp_m_2 .probox .proinput input.orig,
  #ajaxsearchpro3_1 .probox .proinput input.orig, #ajaxsearchpro3_2 .probox .proinput input.orig, div.asp_m.asp_m_3 .probox .proinput input.orig {
    font-size: 18px; }

  #ajaxsearchpro3_1 .probox, #ajaxsearchpro3_2 .probox, div.asp_m.asp_m_3 .probox {
    background: #fff !important; }

  #ajaxsearchprores2_1.vertical, #ajaxsearchprores2_2.vertical, div.asp_r.asp_r_2.vertical,
  #ajaxsearchprores3_1.vertical, #ajaxsearchprores3_2.vertical, div.asp_r.asp_r_3.vertical {
    max-height: 100% !important;
    overflow: hidden;
    margin-top: 0px; }

  /* page */
  .home_slider_v2 {
    height: 65vh; }

  .home_slider_v2 .home_slider_right .home_slider_right_bottom .carousel .carousel-inner .carousel-item .carousel-caption h2, .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__title, .home__agenda .agenda__container_V2 .agenda__date_v2 span, .home__video .video__item .cross_fix .cross_container .video__title {
    font-size: 22px; }

  .home .page {
    padding-top: 120px; }

  .branding .logo_univ img, .header--stick .branding .logo_univ img {
    width: 50px;
    margin: 10px 10px 0 !important; }

  .branding .logo_rep_france, .header--stick .branding .logo_rep_france {
    padding: 15px 5px 0 !important; }

  .home_slider_v2 .home_slider_right .home_slider_right_top .menu-acces-rapides-container ul#rapid-access-menu-bis li {
    width: 49% !important;
    display: inline-block;
    padding: 10px 10px; }

  .home_slider_v2 .home_slider_right .home_slider_right_top .menu-acces-rapides-container {
    padding: 5px;
    height: 40px; }

  .home_slider_v2 .home_slider_right .home_slider_right_top .menu-acces-rapides-container ul#rapid-access-menu-bis li a {
    font-size: 16px; }

  .home_slider_v2 .home_slider_right .home_slider_right_top .btn_more_slider {
    padding: 10px 0 10px 0; }

  .home_slider_v2 .home_slider_right .home_slider_right_top .menu-acces-rapides-container.sidebar--active {
    height: 140px; }

  .home_slider_v2 .home_slider_right .home_slider_right_top .menu-acces-rapides-container ul#rapid-access-menu-bis li a:before {
    width: 25px;
    height: 15px;
    margin-right: 10px; }

  /* actualite */
  .home__news .actuality__container2 {
    width: 95%;
    margin-left: 5%; }

  .home__news .actuality__container2 .cross {
    height: 450px !important; }

  .home__news .actuality__container2 .cross .cross_fix {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }

  .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__title {
    margin-left: 8%;
    margin-right: 12%;
    width: 80%; }

  .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__category {
    top: 30px;
    margin-left: -1%;
    width: 97%;
    margin-right: 3%; }

  .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__description {
    margin-left: 8%;
    margin-right: 12%;
    width: 80%; }

  .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__nav .actuality__nav__onglets {
    right: 3%;
    top: -5px; }

  /* agenda */
  .home__agenda .agenda__container_V2 {
    width: 90%;
    margin: 0 5%; }

  /* ---- PAGE ACTUALITE ------ */

  .post__header__banner .post__date {
    bottom: 70px !important; }

  /* ---- page single event ----- */
  .single-event .content_ressoures_details ul li {
    list-style: none;
    width: 100%;
    text-align: center; } 
    
    
/* header */
  .header .navigation__top .navigation__top__right .navigation__top__rapid_access, .navigation__top__candidater {
    flex: 1 1 50%;
        min-height: 32px; 
    }
    }
     
@media (max-width: 768px) {
  /* push */
  .push__elements {
    display: initial !important; }

  .page__mask--active {
    opacity: 0.8 !important;
    z-index: 200; }

 

  .header .navigation__top .navigation__top__right .navigation__top__profile_user, .header .navigation__top .navigation__top__right .navigation__top__candidater {
    flex: 1 1 50%; 
    min-height: 32px;
    padding: 0 12px;
    a{
      text-transform:initial
    }
    }

  .header .navigation__top .navigation__top__right .header__search .sub-menu {
    top: 30px;
    width: 200%; }

  .header .navigation__top .navigation__top__left {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .header .navigation__top {
    max-height: unset;
    height: auto; 
    }
    .header .navigation__top p {
      padding: 6px 10px 6px 30px; }

    .header.header--stick {
        max-height: 100%;
        height: auto;
        transform: translateY(-64px);
        -webkit-transform: translateY(-64px);
        -moz-transform: translateY(-64px);
        -ms-transform: translateY(-64px);
        -o-transform: translateY(-64px);
}

  .pictoSocialMedia li a i {
    color: #000000;
    padding: 5px; }

  /* slider */
  .home_slider_v2 {
    height: auto; }
    .home_slider_v2 .home_slider_left {
      height: auto; }
      .home_slider_v2 .home_slider_left .home_slider_left_top {
        height: 270px; }
      .home_slider_v2 .home_slider_left .home_slider_left_bottom {
        height: 75px; }
        .home_slider_v2 .home_slider_left .home_slider_left_bottom .form_search {
          width: 80%; }
    .home_slider_v2 .home_slider_right {
      height: 400px;
      vertical-align: top;
      position: relative;
      display: inline-block;
      font-size: 0; }
      .home_slider_v2 .home_slider_right .home_slider_right_top {
        display: none !important;
        width: 40%;
        position: relative;
        display: inline-block;
        height: 400px;
        vertical-align: top; }
        .home_slider_v2 .home_slider_right .home_slider_right_top h2.hide_desktop {
          display: block;
          width: 100%;
          text-align: center;
          font-size: 22px;
          font-weight: 600;
          padding-top: 20px;
          padding-bottom: 20px;
          text-transform: initial;
          color: #FFFFFF;
          border-bottom: 1px solid #FFFFFF; }
        .home_slider_v2 .home_slider_right .home_slider_right_top .menu-acces-rapides-container {
          height: 100%;
          padding-left: 0;
          padding-top: 10px; }
          .home_slider_v2 .home_slider_right .home_slider_right_top .menu-acces-rapides-container ul#rapid-access-menu-bis li {
            width: 100% !important; }
            .home_slider_v2 .home_slider_right .home_slider_right_top .menu-acces-rapides-container ul#rapid-access-menu-bis li a {
              justify-content: center; }
      .home_slider_v2 .home_slider_right .home_slider_right_bottom {
        width: 100%;
        position: relative;
        display: inline-block;
        height: 400px;
        vertical-align: top; }
        .home_slider_v2 .home_slider_right .home_slider_right_bottom p {
          font-size: 16px; }

  .home_slider_v2 .home_slider_right .home_slider_right_bottom .carousel .carousel-inner .carousel-item .carousel-caption {
    display: initial !important; }

  .home_slider_bandeau_top {
    height: auto;
    padding: 5px 25px 10px; }

  .home_slider_v2 .home_slider_left, .home_slider_v2 .home_slider_right {
    width: 100%; }

  .home_slider_v2 .home_slider_left .home_slider_left_top h1 {
    transform: translateX(0);
    font-size: 10vw;
    line-height: 10vw;
    text-align: center; }

  .home_slider_v2 .home_slider_right .home_slider_right_top {
    position: relative; }

  .home_slider_v2 .home_slider_right .home_slider_right_top .menu-acces-rapides-container ul#rapid-access-menu-bis li a {
    font-size: 16px;
    width: 100%;
    display: inline-block;
    text-align: center; }

  .home_slider_v2 .home_slider_left .home_slider_left_bottom .form_search #ajaxsearchpro1_1 .probox input, .home_slider_v2 .home_slider_left .home_slider_left_bottom .form_search div.asl_w .probox input {
    color: #000000;
    font-size: 18px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px; }

  .home_slider_v2 .home_slider_right .home_slider_right_bottom .carousel .carousel-inner .carousel-item .img-fluid {
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: initial; }

  .carousel-indicators li {
    width: 45px;
    height: 4px;
    margin-right: 5px;
    margin-left: 5px; }

  .carousel-indicators li button.home-carousel-controls{
    position: absolute;
    left: 0;
    width: 100%;
    background: transparent;
    border: none;}

  /* actualites */
  .home__news {
    padding: 60px 0 !important; }

  .home__news .actuality__container2 {
    width: 90%;
    margin-left: 10%; }
    .home__news .actuality__container2 .cross_flex {
      height: auto;
      width: 100%;
      z-index: 10; }
      .home__news .actuality__container2 .cross_flex .cross_container {
        width: 100%;
        height: 300px;
        clip-path: none;
        -webkit-clip-path: none;
        z-index: 20; }
        .home__news .actuality__container2 .cross_flex .cross_container img {
          height: auto !important;
          position: relative;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 100% !important;
          z-index: 10; }
    .home__news .actuality__container2 .cross .cross_fix {
      -webkit-box-flex: 0 0 100%;
      -moz-box-flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      margin-top: 0;
      height: auto;
      z-index: 150; }
      .home__news .actuality__container2 .cross .cross_fix .cross_container {
        width: 100%;
        height: 100%;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        z-index: 50; }

  .home__news .actuality__container2 .cross {
    display: block;
    height: auto !important; }

  .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__category {
    padding: 0; }

  .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__category {
    margin-top: 40px; }

  .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__all {
    position: relative;
    bottom: 5px; }

  .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__nav .actuality__nav__onglets {
    right: 7%;
    top: -25px; }

  .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__category {
    top: 30px;
    margin-left: 7%;
    width: 69%;
    margin-right: 7%; }

  /* agenda */
  /* .home__agenda .agenda__container_V2 h2 {
    margin-bottom: 20px;
    margin-left: 10%; }*/
    .home__agenda .agenda__container_V2 .agenda__slide_V2{
      width: 100%;
      flex-flow: row nowrap;
      overflow-y: hidden;
      scroll-snap-type: x mandatory;
    }
    
  

  .home__agenda .agenda__container_V2 .agenda__slide_V2 .agenda__item_V2 {
    display: flex !important;
    flex-direction: column !important;
    scroll-snap-align: center;
    flex: none;
    width: 80%;
  }
  .event__all__link, .event__all{
    width: fit-content !important;
  }

  /* ---- PAGE ACTUALITE ------ */
  .single-post .post__header__banner {
    margin-top: 0 !important; }

  .single-post .page__container {
    margin-top: 0 !important; }

  .post__header__banner .post__date {
    bottom: 0 !important;
    width: 70px; }

  .single-post .post__header__banner .post__date .date__day {
    font-size: 24px; }

  .single-post .post__header__banner .post__date .date__month,
  .single-post .post__header__banner .post__date .date__year {
    font-size: 12px; } }
@media (max-width: 576px) {
  /* header */
  .header .navigation__top .navigation__top__left {
    -webkit-box-flex: 0 0 0;
    -moz-box-flex: 0 0 0;
    -webkit-flex: 0 0 0;
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    display: none; }

  .home__news .actuality__container2 .cross_flex {
    height: 250px;
    width: 100%;
    z-index: 10; }

  /* slider */
  .home_slider_v2 .home_slider_left .home_slider_left_bottom .form_search {
    width: 95%;
    margin-left: 5%;
    margin-right: 0; }

  .home_slider_v2 .home_slider_right .home_slider_right_bottom {
    width: 100%; }

  .home_slider_v2 .home_slider_right .home_slider_right_top h2.hide_desktop {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px; }

  /* actualite */
  .home__news .actuality__container2 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%; }

  .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__category .actuality__category__text {
    font-size: 16px; }

  .home__news .actuality__container2 .cross .cross_fix .cross_container .actuality__nav .actuality__nav__onglets {
    right: 3%;
    top: -25px; }

  /* video */
  .home__video .video__item .cross_fix .cross_container .video__title {
    margin-top: 10px;
    padding: 0 10px; }

  .home__video .video__item .cross_fix .cross_container .video__category {
    color: #FFFFFF;
    padding: 20px 0 0 10px;
    text-transform: uppercase; }

  .home__video .video__item .cross_fix .cross_container a.buttonULR--white {
    margin: 10px 0 0 0; } 
    
  .header .navigation__top .navigation__top__right .header__search .sub-menu{
    width: 100%;
    top: 55px;
    z-index: 9999;
  }
}
@media (max-width: 400px) {
  .home_slider_v2 .home_slider_right .home_slider_right_bottom .carousel .carousel-inner .carousel-item .img-fluid {
    height: 100%;
    width: auto; } }
/* -----------------------------------------------------------------------------

          RESPONSIVE - 03/01/2018

----------------------------------------------------------------------------- */
@media (max-width: 576px) {
  /*.header {
      background: red;
  } */
  /* --------- HOMEPAGE ----------- */
  .page {
    padding-top: 120px; }

  /* header */
  .branding {
    -webkit-box-flex: 0 0 80px;
    -moz-box-flex: 0 0 80px;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px; }

  .contain--p--both {
    padding: 0 5px; }

  .branding img, .header--stick .branding img {
    width: 60px;
    height: 60px;
    margin-top: 10px; }

  .branding .logo_rep_france {
    width: initial;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 10px 5px 0; }

  .branding .logo_univ {
    width: initial !important;
    display: inline-block;
    vertical-align: top; }

  .branding .logo_univ img {
    width: 60px;
    height: auto;
    padding: 0;
    margin: 6px 10px 0; }

  .header--stick .branding .logo_rep_france {
    width: initial;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 12px 5px 0 5px; }

  /* slider */
  .home__slider .slider__container {
    height: 370px; }

  .home__slider h1 {
    font-size: 6vw;
    line-height: 6vw; }

  .home__slider h1 span {
    font-size: 8vw; }

  .home__slider .slider__image:nth-child(4), .home__slider .slider__image:nth-child(8) {
    background-position: top left !important; }

  /* menu */
  .header__burger {
    display: block;
    height: 60px;
    width: 60px;
    order: 1;
    font-size: 0;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    border: 0;
    background: none; }

  .header__burger_lines {
    display: inline-block;
    vertical-align: middle; }

  .header__burger_line {
    margin-top: 7px;
    width: 25px;
    display: block;
    background-color: #000000;
    height: 2px; }

  .branding {
    height: 100%;
    text-align: center;
    z-index: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .header__search {
    display: none; }

  .header__search__mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    -webkit-box-flex: 0 0 60px;
    -moz-box-flex: 0 0 60px;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    font-size: 0;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    background: none; }

  .header__search__mobile a {
    font-size: 20px;
    padding: 8px 12px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px; }

    .header__search__mobile a:hover {
      background-color: #000;  -webkit-transition: all 0.4s linear;
      -moz-transition: all 0.4s linear;
      -ms-transition: all 0.4s linear;
      -o-transition: all 0.4s linear; 
     }

     .header__search__mobile a:hover img {
      filter: brightness(0) invert(1);
      -webkit-transition: all 0.4s linear;
      -moz-transition: all 0.4s linear;
      -ms-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
  }

  .header__search__mobile .sub-menu form input[type="search"] {
    width: 100%;
    font-size: 16px; }

  .header__search__mobile .sub-menu .search__submit {
    width: 30%;
    font-size: 10px; }

  .home #primary-menu li:hover ul.sub-menu {
    width: 100%; }

  /* navigation */
  .header__navigation {
    /* left: -101%;
    opacity: 1;
    z-index: 999;
    position: absolute;
    top: 60px;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll;  */
    padding: 0;
  }

  .header__navigation--active {
    left: 0 !important; }

  .header--stick {
    background-color: #ffffff; }

  .menu-menu-2024-container, .menu-menu-anglais-container {
    width: 100%;
    height: auto;
    float: left; }

  .menu-item, #menu-item-18 {
    height: auto;
    width: 100% !important;
    display: block;
    vertical-align: center;
    line-height: 2.5;
    position: relative;
    float: left; }

  #primary-menu #menu-item-wpml-ls-2-en, #primary-menu #menu-item-wpml-ls-2-fr {
    transform: skew(0deg);
    height: 100%;
    width: 6%;
    text-align: center;
    vertical-align: top;
    border-top: solid 1px #e3e3e3;
    background: #fff;
    z-index: 9999;
    border-left: 0; }

  #primary-menu #menu-item-wpml-ls-2-en a, #primary-menu #menu-item-wpml-ls-2-fr a {
    transform: skew(0deg); }

  .menu-item a, .ent-link a, .header__language a {
    font-size: clamp(14px, 2vw, 16px); }

  #primary-menu li.sub-menu-active ul.sub-menu {
    border: none;
    font-size: 0;
    max-height: 0;
    width: 100%;
    background-color: #E9E9E9;
    left: 0;
    position: relative;
    float: left;
    overflow: initial;
    height: auto;
    max-height: none; }

  #primary-menu li ul.sub-menu li.menu-item {
    width: 100%;
    position: relative;
    float: left; }

  #primary-menu li ul.sub-menu li.menu-item a {
    font-size: 4.5vw;
    line-height: 1;
    text-align: center !important;
    padding: 20px 15px; }

  #primary-menu li ul.sub-menu li.menu-item:after {
    top: 8px; }

  /* ent + langues */
  .ent-link {
    height: auto;
    width: 100%;
    text-align: center;
    line-height: 2; }

  .header__language {
    height: auto;
    width: 100%;
    text-align: center;
    line-height: 2.5;
    position: relative; }

  .ent-link, .ent-link a, .header__language, .header__language a, .header__language a span {
    transform: none; }

  .header__language ul a {
    padding: 12px 0; }

  .header__language ul.sub-menu {
    border-left: solid 1px #ebebeb;
    font-size: 0;
    max-height: 0;
    width: 90.5%;
    background-color: #fff;
    left: -5px;
    position: absolute;
    overflow: hidden;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
    font-size: 0; }

  .sub-menu-active ul.sub-menu {
    border: none;
    font-size: 0;
    max-height: 0;
    width: 100%;
    background-color: #E9E9E9;
    left: 0;
    position: relative;
    float: left;
    overflow: initial;
    height: auto;
    max-height: none; }

  .header__language ul.sub-menu li {
    position: relative; }

  .header__language .sub-menu span {
    line-height: 1; }

  .header__language ul.sub-menu li:after {
    font-family: FontAwesome;
    content: '\f105';
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    transition-duration: 0.3s;
    opacity: 0;
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s; }

  .header__language ul.sub-menu li:hover a {
    background-color: #f6f6f6; }

  .header__language ul.sub-menu li:hover::after {
    transition: all 0.3s ease-in-out 0s;
    transition-duration: 0.3s;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s; }

  /* social */
  .social--bar {
    display: none; }

  /* profiles */
  .home__profile {
    padding-bottom: 20px; }

  .home__profile .subtitle {
    position: absolute;
    top: 0 !important;
    left: 50%;
    width: 120px;
    margin-left: -50px !important;
    margin-top: 40px; }

  .profile__container {
    max-width: 300px;
    width: 100%;
    padding: 60px 0 40px;
    margin-left: -150px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-clip-path: polygon(200px 10px, 110% 0px, 130px 100%, -10px 100%);
    clip-path: polygon(200px 10px, 110% 0px, 130px 100%, -10px 100%); }

  .profile__container .profile__item {
    overflow: hidden;
    position: relative;
    width: 390px;
    height: 280px;
    background: #242b3d;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-clip-path: polygon(165px 0, 89% 0px, 180px 100%, 0px 100%);
    clip-path: polygon(165px 0, 89% 0px, 166px 100%, 0px 100%);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-box-flex: 0 0 360px;
    -moz-box-flex: 0 0 360px;
    -webkit-flex: 0 0 360px;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    margin-left: -200px;
    backface-visibility: hidden;
    background-position: 50% 0 !important; }

  .profile__container .profile__item .profile__slash, .profile__container .profile__item .profile__background {
    -webkit-clip-path: polygon(165px 0, 89% 0px, 180px 100%, 0px 100%);
    clip-path: polygon(165px 0, 89% 0px, 166px 100%, 0px 100%);
    -webkit-box-flex: 0 0 360px;
    -moz-box-flex: 0 0 360px;
    -webkit-flex: 0 0 360px;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px; }

  .profile__container .profile__item .profile__slash:after, .profile__container .profile__item .profile__slash:before {
    left: 45%; }

  .profile__container .profile__item:nth-child(1) h3 {
    top: 42%; }

  .profile__nav {
    width: 90%;
    margin: 0 5%; }

  .profile__nav__onglets {
    width: 100%;
    padding-right: 0; }

  .profile__container .profile__item:nth-child(1) h3 {
    top: 43%; }

  .profile__container .profile__item:nth-child(1) {
    background-position: 76% 0 !important; }

  .profile__container .profile__item h3 {
    width: 40%;
    left: 47%;
    font-size: 18px;
    margin-left: -25%; }

  /* actualites */
  .home__news {
    padding-top: 80px; }

  .home__actuality {
    margin-bottom: 40px; }

  .cross {
    display: block;
    height: auto; }

  .cross_flex {
    z-index: 10; }

  .cross_flex .cross_container {
    width: 100%;
    height: auto;
    clip-path: none;
    -webkit-clip-path: none;
    z-index: 20; }

  .archive .post__item .post__picture, .blog .post__item .post__picture {
    position: relative;
    height: auto; }

  .cross_flex .cross_container img {
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    z-index: 10; }

  .cross_fix {
    margin-top: 0;
    height: 380px;
    z-index: 150; }

  .cross_fix .cross_container {
    width: 100%;
    height: 100%;
    /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
     clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);*/
    z-index: 50; }

  .actuality__category {
    padding-left: 25px;
    margin-top: 40px; }

  .actuality__title {
    padding-left: 0;
    text-align: left;
    font-size: 24px;
    line-height: 1.1;
    padding-right: 20px;
    margin-top: 15px; }

  .actuality__description {
    padding-left: 0;
    text-align: left;
    padding-right: 20px; }

  .actuality__link {
    float: left;
    position: relative;
    width: auto;
    text-align: left;
    margin-right: 35px;
    margin-top: 5px; }

  .actuality__nav {
    padding-left: 15px; }

  /* agenda */
  .agenda__slide {
    padding-left: 0; }

  .agenda__container {
    height: auto; }

  .agenda__container, .agenda__items, .agenda__nav {
    float: left;
    position: relative; }


  .agenda__text {
    width: 90%;
    margin: 0 5%;
    float: right;
    position: relative; }

  .agenda__item {
    height: auto; }

  .agenda__date .agenda__day {
    font-size: 70px;
    line-height: 70px; }

  .slash__separateur {
    width: 40px;
    height: 70px;
    margin-bottom: -20px;
    margin-left: -25px; }

  .agenda__title {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 30px;
    padding: 0; }

  .agenda__description {
    padding: 0;
    min-height: 25px; }

  .agenda__nav {
    float: left;
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px; }

  .agenda__link {
    margin-left: 0; }

  /* focus 01 02 et 03 */
  .focus__1__container, .focus__3__container {
    margin-top: 60px;
    padding: 80px 0; }

  .focus__1__container .focus__image, .focus__3__container .focus__image {
    width: 90%;
    float: left;
    position: absolute;
    height: 240px;
    overflow: hidden;
    z-index: 50;
    top: 0 !important; }

  .focus__1__container .focus__image img {
    width: auto;
    height: 100%;
    transform: translateX(-50%);
    margin-left: 70%; }

  .focus__2__container .focus__image img {
    width: auto;
    height: 100%;
    transform: translateX(-50%);
    margin-left: 40%; }

  .focus__3__container .focus__image img {
    width: auto;
    height: 100%;
    transform: translateX(-50%);
    margin-left: 10%; }

  .focus__1__container .focus__infos, .focus__3__container .focus__infos {
    width: 95%;
    margin-left: 5%;
    margin-right: 0%;
    padding: 190px 25px 50px 25px; }

  .focus__1__container .focus__title, .focus__2__container .focus__title, .focus__3__container .focus__title {
    font-size: 26px; }

  .home__focus__2 .focus__infos {
    background-color: #277dca;
    width: 48%;
    margin-left: 4%;
    margin-top: 2%;
    padding: 40px 5% 50px 5%; }

  .home__focus__2 .focus__infos {
    background-color: #277dca;
    width: 90%;
    margin-left: 0;
    margin-top: 2%;
    padding: 40px 5% 50px 5%;
    margin-top: 160px; }

  .home__focus__2 .focus__image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 90%;
    height: 250px;
    overflow: hidden;
    top: 0 !important; }

  .home__focus__2 .focus__infos {
    padding: 40px 25px 50px 25px; }

  /* videos */
  .home__video {
    padding: 50px 0 80px; }

  .home__video__slogan {
    margin-bottom: 30px; }

  .home__video__slogan {
    padding-right: 30px; }

  .home__video__slogan p {
    padding: 0 20px 0 20px; }

  .video__category {
    padding: 30px 40px 0 40px; }

  .video__title {
    text-align: left;
    margin-top: 30px;
    padding: 0px 20px 0 20px; }

  .video__descritpion {
    text-align: left;
    padding: 0 20px 20px 20px; }

  .video__infos .buttonULR {
    float: left;
    margin-left: 20px; }

  .home__video .cross_fix {
    height: 250px;
    min-height: 250px; }

  .video__image .cross_container:after {
    top: 25%;
    margin-left: -31px; }

  .video__thumb .cross {
    height: auto; }

  /*.home__video .cross_flex .cross_container img {
      height: auto;
      position: relative;
      top: 0;
      left: 0;
       @include transform(translateX(0));
      width: 100%;
      z-index: 10;
  }
  
  .home__video.cross_fix {
      margin-top:-40px;
      height: 380px;
      z-index: 150;
  } 
  
  .home__video .cross_fix .cross_container {
      width: 100%;
      height: 100%;
      -webkit-clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
      clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
      z-index: 50;
  }
  */
  /* footer */
  .footer__contain .col-md-4 {
    margin-bottom: 20px; }

  .menu-menu-footer-01-container, .footer__contain .menu {
    float: left;
    flex-direction: column;
    position: relative;
    width: 100%; }
    .footer .menu-item{
      display: flex;
      align-items: center;
    }
  .footer .menu-item a, .footer .footer__title {
    justify-content: center;
    border-bottom: none !important;
    text-align: center; }

  .footer .footer__bottom {
    margin-top: 0; }

  /* -------- page intermediaire ------- */
  .contain--p--left {
    padding-left: 0; }

  .contain--p--left > .col {
    padding-right: 15px; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__header, .single-profile .page__header {
    height: auto; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__header img {
    height: auto;
    width: 100%; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__container, .single-profile .page__container {
    margin-top: -40px; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__chapeau {
    margin-top: 20px;
    padding: 0 5px;
    font-size: 16px;
    letter-spacing: 0.8px; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .col-9, .single-profile .col-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .page__title {
    font-size: 24px;
    line-height: 1; }

  .page__infos {
    min-height: 110px; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child, .single-profile .page__child {
    height: auto; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child .child__infos h2, .single-profile .page__child .child__infos h2 {

    height: auto; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child p, .single-profile .page__child p {
    display: block; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child:hover .child__infos, .single-profile .page__child:hover .child__infos {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%); }

  /* ----- page secondaire ------ */
  .page__header {
    height: auto;
    overflow: hidden; }

  .page__container {
    margin-top: 0;
    padding-bottom: 150px; }

  .page__content {
    padding-right: 0; }

  .contain--p--both {
    padding: 0 15px; }

  .contact__phone a, .contact__phone a:hover, .contact__phone a:focus {
    color: #FFFFFF !important;
    color: inherit !important;
    text-decoration: none !important; }

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

  .page__focus {
    width: 100%;
    height: 300px; }

  .page__focus .link_title {
    font-size: 20px;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    position: absolute;
    top: 30%;
    width: 100%;
    -webkit-transition: top 500ms;
    -moz-transition: top 500ms;
    -ms-transition: top 500ms;
    -o-transition: top 500ms;
    left: 0 !important;
    text-align: center;
    padding: 0 15px; }


  /* ------ actualites ------- */
  /* a la une */
  .post__one .post__picture {
    height: auto; }

  .post__one .post__info {
    margin-top: 0;
    width: 100%;
    padding-left: 0; }

  .post__one .post__date {
    width: 50px;
    font-size: 0;
    top: -71px; }

  .post__one .post__date .date__day {
    font-size: 26px;
    padding-bottom: 3px; }

  .post__one .date__month, .post__one .date__year {
    font-size: 16px; }

  .post__one .date__year {
    padding-bottom: 10px; }

  .post__one .post__title {
    font-size: 26px;
    padding-right: 0; }

  /* liste articles */
  .archive__article__list {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }

  .archive .post__item, .blog .post__item {
    margin-bottom: 60px; }

  .archive .archive__title__seperator, .blog .archive__title__seperator {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 20px; }

  .archive .post__item, .blog .post__item {
    position: relative;
    display: inline-block;
    height: auto !important; }

  .archive .post__banner, .blog .post__banner {
    max-width: 100%;
    width: 100%; }

  .archive .cross_flex .cross_container, .blog .cross_flex .cross_container {
    width: 100%; }



  .archive .cross_fix, .blog .cross_fix {
    height: auto; }

  .archive .cross_fix .cross_container, .blog .cross_fix .cross_container {
    width: 100%;
    height: 100%;
    /*   -webkit-clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
       clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);*/
    z-index: 50; }

  .archive .cross_flex .cross_container, .blog .cross_flex .cross_container {
    /*-webkit-clip-path: polygon(0% 0%, 100% 0%,100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%,100% 100%, 0% 100%); */ }

  /* ----- page details actualites ----- */
  .post__header__banner {
    height: auto;
    overflow: hidden; }

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

  .page__container {
    padding-bottom: 80px; }

  /* ------ page event ------ */
  .event__items {
    padding: 50px 0; }

  .event__items:before {
    left: 7%;
    top: 60px; }

  .event__item:after {
    left: 0;
    -webkit-transform: translateX(-35px);
    -ms-transform: translateX(-35px);
    transform: translateX(-35px); }

    .event__item:nth-child(odd) .event__hour {
      align-self: start;
  }
  

  .event__item {
    display: inline-block;
    width: 85%;
    margin-left: 15%; }

  .event__image__container, .event__infos {
    width: auto;
    margin: 0; }

  .event__date {
    font-size: 22px; }

  .event__details {
    margin: 5px 0; }

  .event__infos {
    margin-top: 20px; }

  .event__image {
    width: 100%;
    height: auto; }

  .event__item:nth-child(2n+1) .event__infos {
    text-align: left; }

  .event__item:nth-child(2n+1) .post__link {
    text-align: left !important; }

  /* --- calendrier ---- */


  .calendar__box, .sidebar__category {
    margin: 0 30px !important; }

  .sidebar__category__list {
    width: calc( 100% - 0px ); }

  /* page recherche */
  :is(.search-no-results, .search-results) .page__header {
    height: auto; }

  :is(.search-no-results, .search-results) .page__header img {
    height: auto;
    width: 100%; }

  :is(.search-no-results, .search-results) .page__container {
    margin-top: -40px; }

  :is(.search-no-results, .search-results) .col-9 {
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%; }

  :is(.search-no-results, .search-results) .page__title {
    font-size: 24px;
    line-height: 1; }

  :is(.search-no-results, .search-results) .page__title span {
    font-size: 20px;
    line-height: 1; }

  :is(.search-no-results, .search-results) .page__content {
    padding: 0; }

  :is(.search-no-results, .search-results) .search__image {
    margin-bottom: 10px; }

  /* page contact */
  .page-template-contact .page__header {
    height: auto;
    overflow: hidden; }

  .page-template-contact .page__container {
    margin-top: -40px; }

  .page-template-contact #wpcf7-f2909-o1 {
    padding-top: 40px; }

  .page-template-contact .wpcf7-form {
    width: 100%;
    margin: 0 !important; }

  .page-template-contact .page__container .col-9 {
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%; }

  .page-template-contact .buttonULR {
    width: 50%;
    margin: 0 25%; }

  /* footer */
  .footer__contain .col-12 {
    padding: 0;
    margin-bottom: 20px; }

  .footer .menu-item a {
    line-height: 1.6; } }
@media (min-width: 450px) and (max-width: 577px) {
  /* .header {
      background: yellow !important;
  } */
  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__childs .col-md-6, .single-profile .page__childs .col-md-6 {
    width: 50%; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__childs, .single-profile .page__childs {
    padding: 40px 0; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child .child__infos,
  .single-profile .page__child .child__infos {
    min-height: 280px; } }
@media (min-width: 577px) and (max-width: 767px) {
  /*.header {
      background: green;
  } */
  .header__navigation--active {
    left: 0 !important; }

  /* --------- HOMEPAGE ----------- */
  .page {
    padding-top: 120px; }

  /* header */
  .branding {
    -webkit-box-flex: 0 0 80px;
    -moz-box-flex: 0 0 80px;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px; }

  .branding img, .header--stick .branding img {
    width: 60px;
    height: 60px;
    margin-top: 10px; }

  .branding .logo_rep_france {
    width: initial;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 10px 5px 0; }

  .branding .logo_univ {
    width: initial !important;
    display: inline-block;
    vertical-align: top; }

  .branding .logo_univ img {
    width: 60px;
    height: auto;
    padding: 0;
    margin: 6px 10px 0; }

  .header--stick .branding .logo_rep_france {
    width: initial;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 12px 5px 0 5px; }

  .contain--p--both {
    padding: 0 5px; }

  /* menu */
  .home #primary-menu li:hover ul.sub-menu {
    width: 100%; }

  /* slider */
  .home__slider .slider__container {
    height: 450px; }

  .home__slider h1 {
    font-size: 5vw;
    line-height: 5vw; }

  .home__slider h1 span {
    font-size: 7vw; }

  /* menu */
  .header__burger {
    display: block;
    height: 80px;
    width: 80px;
    -webkit-box-flex: 0 0 80px;
    -moz-box-flex: 0 0 80px;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    font-size: 0;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    border: 0;
    background: none; }

  .header__burger_lines {
    display: inline-block;
    vertical-align: middle; }

  .header__burger_line {
    margin-top: 7px;
    width: 25px;
    display: block;
    background-color: #000000;
    height: 2px; }

  .branding {
    height: 100%;
    text-align: center;
    z-index: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .header__search {
    display: none; }

  .header__search__mobile {
    display: block;
    height: 80px;
    width: 80px;
    -webkit-box-flex: 0 0 80px;
    -moz-box-flex: 0 0 80px;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    font-size: 0;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    background: none; }

  .header__search__mobile a {
    font-size: 20px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-top: 27px; }

  /* navigation */
  .header__navigation {
    /* left: -101%;
    opacity: 1;
    z-index: 999;
    position: absolute;
    top: 80px;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll; */
    padding: 0;
   }

  .menu-menu-2024-container, .menu-menu-anglais-container {
    width: 100%;
    height: auto;
    float: left; }

  .menu-item, #menu-item-18 {
    height: auto;
    width: 100% !important;
    display: block;
    vertical-align: center;
    line-height: 2.5;
    position: relative;
    float: left; }

  #primary-menu #menu-item-wpml-ls-2-en, #primary-menu #menu-item-wpml-ls-2-fr {
    transform: skew(0deg);
    height: 100%;
    width: 6%;
    text-align: center;
    vertical-align: top;
    border-top: solid 1px #e3e3e3;
    background: #fff;
    z-index: 9999;
    border-left: 0; }

  #primary-menu #menu-item-wpml-ls-2-en a, #primary-menu #menu-item-wpml-ls-2-fr a {
    transform: skew(0deg); }

  .menu-item a, .ent-link a, .header__language a {
    font-size: 14px; }

  #primary-menu li.sub-menu-active ul.sub-menu {
    border: none;
    font-size: 0;
    max-height: 0;
    width: 100%;
    background-color: #E9E9E9;
    left: 0;
    position: relative;
    float: left;
    overflow: initial;
    height: auto;
    max-height: none; }

  #primary-menu li ul.sub-menu li.menu-item {
    width: 100%;
    position: relative;
    float: left; }

  #primary-menu li ul.sub-menu li.menu-item a {
    font-size: 14px;
    line-height: 1;
    text-align: center !important;
    padding: 15px 15px; }

  #primary-menu li ul.sub-menu li.menu-item:after {
    top: 8px; }

  /* ent + langues */
  .ent-link {
    height: auto;
    width: 100%;
    text-align: center; }

  .header__language {
    display: none; }

  .ent-link, .ent-link a {
    transform: none; }

  /* social */
  .social--bar {
    display: none; }

  /* profiles */
  .home__profile {
    padding-bottom: 20px; }

  .home__profile .subtitle {
    position: absolute;
    top: 0 !important;
    left: 50%;
    width: 120px;
    margin: 0 auto;
    margin-top: 40px;
    margin-left: -30px; }

  .profile__container {
    max-width: 540px;
    width: 100%;
    padding: 80px 0 20px;
    margin-left: -270px;
    transform: translateY(20px); }

  .profile__container .profile__item {
    overflow: hidden;
    position: relative;
    width: 390px;
    height: 280px;
    background: #242b3d;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-clip-path: polygon(160px 0, 89% 0px, 170px 100%, 0px 100%);
    clip-path: polygon(160px 0, 89% 0px, 170px 100%, 0px 100%);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-box-flex: 0 0 370px;
    -moz-box-flex: 0 0 370px;
    -webkit-flex: 0 0 370px;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px;
    margin-left: -200px;
    backface-visibility: hidden;
    background-position: 50% 0 !important; }

  .profile__container .profile__item .profile__slash, .profile__container .profile__item .profile__background {
    -webkit-clip-path: polygon(160px 0, 89% 0px, 170px 100%, 0px 100%);
    clip-path: polygon(160px 0, 89% 0px, 170px 100%, 0px 100%);
    -webkit-box-flex: 0 0 370px;
    -moz-box-flex: 0 0 370px;
    -webkit-flex: 0 0 370px;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px; }

  .profile__nav__onglets {
    width: 485px; }

  .profile__container .profile__item h3 {
    font-size: 18px; }

  .profile__container .profile__item .profile__slash:after, .profile__container .profile__item .profile__slash:before {
    left: 45%; }

  .profile__container .profile__item:nth-child(1) h3 {
    top: 42%; }

  .profile__container .profile__item:nth-child(1) {
    background-position: 76% 0 !important; }

  .profile__container .profile__item h3 {
    width: 40%;
    left: 50%;
    margin-left: -25%; }

  /* actualites */
  .home__actuality {
    margin-bottom: 40px; }

  .cross_fix {
    -webkit-box-flex: 0 0 350px;
    -moz-box-flex: 0 0 350px;
    -webkit-flex: 0 0 350px;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px; }

  .actuality__text__item {
    width: 320px; }

  .actuality__category {
    padding-left: 45%; }

  .actuality__title {
    padding-left: 30%;
    font-size: 24px;
    line-height: 1.1;
    padding-right: 20px; }

  .actuality__description {
    padding-left: 20%;
    padding-right: 20px; }

  /* agenda */
  .agenda__container {
    height: auto; }

  .agenda__container, .agenda__items, .agenda__nav {
    float: left;
    position: relative; }

  .agenda__date {
    width: 50%;
    float: left;
    position: relative;
    margin-top: 30px;
    padding-right: 20px; }

  .agenda__text {
    width: 50%;
    float: right;
    position: relative; }

  .agenda__item {
    height: auto; }

  .agenda__date .agenda__day {
    font-size: 70px;
    line-height: 70px; }

  .slash__separateur {
    width: 40px;
    height: 70px;
    margin-bottom: -20px;
    margin-left: -25px; }

  .agenda__title {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 30px;
    padding: 0 15px 0 0; }

  .agenda__description {
    padding: 0 15px 0 0;
    min-height: 25px; }

  .agenda__nav {
    float: left;
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px; }

  .sidebar__category__list {
    width: calc( 100% - 0px ); }

  /* focus 01 02 et 03 */
  .focus__1__container, .focus__2__container, .focus__3__container {
    padding: 80px 0; }

  .focus__1__container .focus__infos, .focus__3__container .focus__infos {
    width: 70%;
    margin-left: 26%;
    margin-right: 0%;
    padding: 40px 30px 60px 32%; }

  .home__focus__2 .focus__infos {
    background-color: #277dca;
    width: 48%;
    margin-left: 4%;
    z-index: 9999;
    margin-top: 2%;
    padding: 40px 5% 50px 5%; }

  /* videos */
  .home__video__slogan {
    margin-bottom: 30px; }

  .video__title, .video__descritpion {
    padding-right: 15px; }

  .video__infos .buttonULR {
    margin-right: 15px; }

  .home__video__slogan {
    padding-right: 30px; }

  .home__video__slogan p {
    padding: 0 20px 0 20px; }

  .video__category {
    padding: 30px 20px 0 45%; }

  /* footer */
  .footer__contain .col-sm-4 {
    margin-bottom: 20px; }

  .menu-menu-footer-01-container, .footer__contain .menu {
    float: left;
    position: relative;
    width: 100%; }

  .footer .menu-item a, .footer .footer__title {
    justify-content: left;
    text-align: left;
    line-height: 1.6; }

  .footer .footer__bottom {
    margin-top: 0; }

  /* -------- page intermediaire ------- */
  .contain--p--left {
    padding-left: 0; }

  .contain--p--left > .col {
    padding-right: 15px; }

  .page__child__bloc, .single-profile .page__childs li {
    width: 50%; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__header, .single-profile .page__header {
    height: auto; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__header img, .single-profile .page__header img {
    height: auto;
    width: 100%; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__container, .single-profile .page__container {
    margin-top: -40px; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .col-9, .single-profile .col-9 {
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%; }

  .page__title {
    font-size: 24px;
    line-height: 1; }

  .page__infos {
    min-height: 110px; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child, .single-profile .page__child {
    height: auto; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child .child__infos h2 {
    font-size: 16px;
    height: auto; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child p, .single-profile .page__child p {
    display: block; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child:hover .child__infos,
  .single-profile .page__child:hover .child__infos {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%); }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child .child__infos,
  .single-profile .page__child .child__infos {
    min-height: 250px; }

  /* ----- page secondaire ------ */
  .page__header {
    height: auto;
    overflow: hidden; }

  .page__container {
    margin-top: 0;
    padding-bottom: 150px; }

  .page__content {
    padding-right: 0; }

  .contain--p--both {
    padding: 0 15px; }

  .page__focus {
    width: 100%;
    height: 250px; }
  .page__focus .link_title {
    font-size: 20px;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    position: absolute;
    top: 40%;
    width: 100%;
    -webkit-transition: top 500ms;
    -moz-transition: top 500ms;
    -ms-transition: top 500ms;
    -o-transition: top 500ms;
    left: 0 !important;
    text-align: center;
    padding: 0 15px; }


  .page__footer .page__focus__full {
    width: 100%; }

  .page__footer {
    padding: 15px 0; }

  .page__contact {
    max-width: 100%; }

  /* ------ actualites ------- */
  /* a la une */
  .post__one .post__picture {
    height: auto; }

  .post__one .post__info {
    margin-top: 0;
    width: 100%;
    padding-left: 0; }

  .post__one .post__date {
    width: 50px;
    font-size: 0;
    top: -71px; }

  .post__one .post__date .date__day {
    font-size: 26px;
    padding-bottom: 3px; }

  .post__one .date__month, .post__one .date__year {
    font-size: 16px; }

  .post__one .date__year {
    padding-bottom: 10px; }

  .post__one .post__title {
    font-size: 26px;
    padding-right: 0; }

  /* liste articles */
  .archive__article__list {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }

  .archive .post__item, .blog .post__item {
    margin-bottom: 40px;
    height: 155px;
    overflow: hidden; }

  .archive .archive__title__seperator, .blog .archive__title__seperator {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 20px; }

  .archive .post__item .post__title, .blog .post__item .post__title {
    font-size: 18px;
    margin-top: 10px; }

  .archive .post__item .post__category .actuality__category__text, .blog .post__item .post__category .actuality__category__text {
    font-size: 14px; }

  /* .archive .cross_flex .cross_container, .blog .cross_flex .cross_container {
      -webkit-clip-path: polygon(0% 0, 100% 0, calc(100% - 123px) 100%, 0 100%);
      clip-path: polygon(0% 0, 100% 0, calc(100% - 123px) 100%, 0 100%);
  }
  
  .archive .cross_fix .cross_container, .blog .cross_fix .cross_container {
      -webkit-clip-path: polygon(132px 0, 100% 0, 100% 100%, 0 100%);
      clip-path: polygon(132px 0, 100% 0, 100% 100%, 0 100%);
  } */
 


  .archive .cross_fix, .blog .cross_fix {
    height: auto;
    -webkit-box-flex: 0 0 60%;
    -moz-box-flex: 0 0 60%;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%; }

  /* sidebar actualite */
  .sidebar .sidebar__category {
    max-width: 80% !important;
    margin: 0 10% !important; }

  /* ----- page details actualites ----- */
  .page__banner img {
    width: 100%;
    height: auto; }

  .post__header__banner {
    height: auto;
    overflow: hidden; }

  /* ------ page event ------ */
  .event__items {
    padding-top: 100px; }

  .event__item {
    margin-bottom: 150px; }

  .event__image__container {
    width: 50%;
    max-width: 50%;
    margin: 0 45px; }

  .event__image {
    width: 100%;
    height: 130px;
    background-color: #EEEEEE; }

  .event__infos {
    width: 50%;
    max-width: 50%;
    margin: 0 45px; }

  /* --- calendrier ---- */

  .calendar__box, .event__sidebar .sidebar__category {
    width: 50%;
    max-width: 50% !important;
    margin: 0 25% !important; }

  .sidebar .calendar {
    max-width: 100% !important; }

  /* page recherche */
  :is(.search-no-results, .search-results) .page__header {
    height: 300px; }

  :is(.search-no-results, .search-results) .page__header img {
    height: auto;
    width: 100%; }

  :is(.search-no-results, .search-results) .page__container {
    margin-top: -40px; }

  :is(.search-no-results, .search-results) .col-9 {
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%; }

  :is(.search-no-results, .search-results) .page__title {
    font-size: 24px;
    line-height: 1; }

  :is(.search-no-results, .search-results) .page__title span {
    font-size: 20px;
    line-height: 1; }

  :is(.search-no-results, .search-results) .page__content {
    padding: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* .header {
      background: yellow;
  } */
  .header__navigation--active {
    left: 0 !important; }

  /* --------- HOMEPAGE ----------- */
  .page {
    padding-top: 120px; }

  /* header */
  .branding {
    -webkit-box-flex: 0 0 80px;
    -moz-box-flex: 0 0 80px;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px; }

  .branding img, .header--stick .branding img {
    width: 60px;
    height: 60px;
    margin-top: 10px; }

  .branding .logo_rep_france {
    width: initial;
    display: inline-block;
    vertical-align: top;
    margin: 0; }

  .branding .logo_univ {
    width: initial !important;
    display: inline-block;
    vertical-align: top; }

  .branding .logo_univ img {
    height: auto;
    padding: 0; }

  .header--stick .branding .logo_rep_france {
    width: initial;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 12px 5px 0 5px; }

  .contain--p--both {
    padding: 0 5px; }

  /* menu */
  .header__burger {
    display: block;
    height: 80px;
    width: 80px;
    -webkit-box-flex: 0 0 80px;
    -moz-box-flex: 0 0 80px;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    font-size: 0;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    border: 0;
    background: none; }

  .header__burger_lines {
    display: inline-block;
    vertical-align: middle; }

  .header__burger_line {
    margin-top: 7px;
    width: 25px;
    display: block;
    background-color: #000000;
    height: 2px; }

  .branding {
    height: 100%;
    text-align: center;
    z-index: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .header__search {
    display: none; }

  .header__search__mobile {
    display: block;
    height: 80px;
    width: 80px;
    -webkit-box-flex: 0 0 80px;
    -moz-box-flex: 0 0 80px;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    font-size: 0;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    background: none; }

  .header__search__mobile a {
    font-size: 20px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-top: 27px; }

  #primary-menu ul.sub-menu li a {
    padding: 15px 25px; }

  #primary-menu li ul.sub-menu li.menu-item:after {
    top: 5px; }

  /* navigation */
  .header__navigation {
    /* left: -101%;
    opacity: 1;
    z-index: 999;
    position: absolute;
    top: 80px;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll; */
    padding: 0;
   }

  .menu-menu-2024-container, .menu-menu-anglais-container {
    width: 100%;
    height: auto;
    float: left; }

  .menu-item, #menu-item-18 {
    height: auto;
    width: 100% !important;
    display: block;
    vertical-align: center;
    line-height: 2.5;
    position: relative;
    float: left; }

  #primary-menu #menu-item-wpml-ls-2-en, #primary-menu #menu-item-wpml-ls-2-fr {
    transform: skew(0deg);
    height: 100%;
    width: 6%;
    text-align: center;
    vertical-align: top;
    border-top: solid 1px #e3e3e3;
    background: #fff;
    z-index: 9999;
    border-left: 0; }

  #primary-menu #menu-item-wpml-ls-2-en a, #primary-menu #menu-item-wpml-ls-2-fr a {
    transform: skew(0deg); }

  .menu-item a, .ent-link a, .header__language a {
    font-size: 14px; 
  }

  #primary-menu li.sub-menu-active ul.sub-menu {
    border: none;
    font-size: 0;
    max-height: 0;
    width: 100%;
    background-color: #E9E9E9;
    left: 0;
    position: relative;
    float: left;
    overflow: initial;
    height: auto;
    max-height: none; }

  #primary-menu li ul.sub-menu li.menu-item {
    width: 100%;
    position: relative;
    float: left; }

  #primary-menu li ul.sub-menu li.menu-item a {
    font-size: 2vw;
    line-height: 1;
    text-align: center !important; }

  /* ent + langues */
  .ent-link {
    height: auto;
    width: 100%;
    text-align: center; }

  .header__language {
    display: none; }

  .ent-link, .ent-link a {
    transform: none; }

  /* social */
  .social--bar {
    display: none; }

  /* slider */
  .home__slider .slider__container {
    height: 480px; }

  .home__slider h1 {
    font-size: 5vw;
    line-height: 5vw; }

  .home__slider h1 span {
    font-size: 7vw; }

  /* profiles */
  .home__profile {
    padding-bottom: 20px; }

  .home__profile .subtitle {
    position: absolute;
    top: 0 !important;
    left: 50%;
    width: 120px;
    margin: 0 auto;
    margin-top: 40px;
    margin-left: -30px; }

  .profile__container {
    max-width: 750px;
    width: 100%;
    padding: 80px 0 20px;
    margin-left: -375px;
    transform: translateY(20px); }

  .profile__container .profile__item {
    overflow: hidden;
    position: relative;
    width: 400px;
    height: 280px;
    background: #242b3d;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-clip-path: polygon(158px 0, 89% 0px, 185px 100%, 0px 100%);
    clip-path: polygon(158px 0, 89% 0px, 185px 100%, 0px 100%);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-box-flex: 0 0 385px;
    -moz-box-flex: 0 0 385px;
    -webkit-flex: 0 0 385px;
    -ms-flex: 0 0 385px;
    flex: 0 0 385px;
    margin-left: -200px;
    backface-visibility: hidden;
    background-position: 50% 0 !important; }

  .profile__container .profile__item .profile__slash, .profile__container .profile__item .profile__background {
    -webkit-clip-path: polygon(158px 0, 89% 0px, 185px 100%, 0px 100%);
    clip-path: polygon(158px 0, 89% 0px, 185px 100%, 0px 100%);
    -webkit-box-flex: 0 0 385px;
    -moz-box-flex: 0 0 385px;
    -webkit-flex: 0 0 385px;
    -ms-flex: 0 0 385px;
    flex: 0 0 385px; }

  .profile__nav__onglets {
    width: 695px; }

  .profile__container .profile__item h3 {
    font-size: 18px; }

  .profile__container .profile__item .profile__slash:after, .profile__container .profile__item .profile__slash:before {
    left: 45%; }

  .profile__container .profile__item:nth-child(1) h3 {
    top: 41%; }

  .profile__container .profile__item:nth-child(1) {
    background-position: 76% 0 !important; }

  .profile__container .profile__item h3 {
    width: 40%;
    left: 50%;
    margin-left: -25%; }

  .profile__nav__onglets {
    padding-right: 131px !important; }

  /* actualites */
  .cross_fix {
    -webkit-box-flex: 0 0 350px;
    -moz-box-flex: 0 0 350px;
    -webkit-flex: 0 0 350px;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px; }

  .actuality__category {
    padding-left: 45%; }

  .actuality__title {
    padding-left: 30%;
    font-size: 24px;
    line-height: 1.1;
    padding-right: 20px; }

  .actuality__description {
    padding-left: 20%;
    padding-right: 20px; }

  .actuality__text__item {
    width: 320px; }

  .actuality__link {
    margin-right: 20px; }

  /* agenda */
  .agenda__item {
    overflow: scroll; }

  .agenda__date .agenda__day {
    font-size: 55px; }

  .slash__separateur {
    width: 40px;
    height: 70px;
    margin-bottom: -20px;
    margin-left: -25px; }

  .agenda__date .agenda__month {
    font-size: 18px; }

  .agenda__title {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 30px;
    padding: 0 15px; }

  .agenda__description {
    padding: 0 15px; }

  .agenda__link {
    position: absolute; }

  .agenda__nav__onglets i {
    padding: 0px 15px; }

  .slash--icon--white::before {
    margin-right: 0px; }

  /* focus 01 02 et 03 */
  .focus__1__container, .focus__2__container, .focus__3__container {
    padding: 80px 0; }

  .focus__1__container .focus__infos, .focus__3__container .focus__infos {
    width: 70%;
    margin-left: 26%;
    margin-right: 0%;
    padding: 40px 30px 60px 32%; }

  .home__focus__2 .focus__infos {
    background-color: #277dca;
    width: 48%;
    margin-left: 4%;
    z-index: 9999;
    margin-top: 2%;
    padding: 40px 5% 50px 5%; }

  /* videos */
  .video__title, .video__descritpion {
    padding-right: 15px; }

  .video__infos .buttonULR {
    margin-right: 15px; }

  .home__video__slogan {
    padding-right: 30px; }

  .home__video__slogan p {
    padding: 0 20px 0 20px; }

  .video__category {
    padding: 30px 20px 0 45%; }

  /* --------- PAGE INTERMEDIAIRE ----------- */
  .contain--p--left {
    padding-left: 5px; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__infos {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child {
    height: 50vw; }

  /* --------- PAGE SECONDAIRE ----------- */
  .page__infos {
    flex: 0 0 90%;
    max-width: 90%;
    width: 90%; }

  .page__content {
    padding-right: 75px; }

  .page__contact {
    padding: 20px 20px 30px 20px; }

  .contact__phone {
    font-size: 15px; }

  .contact__email {
    font-size: 14px; }

  .page__title {
    font-size: 30px; }

  .page__focus {
    height: 280px; }


  /* --------- PAGE ACTUALITES ----------- */
  .archive .content {
    width: 100%;
    padding-right: 20px;
    margin-right: 0; }

  .archive .post__item {
    height: 230px;
    margin-bottom: 60px;
    position: relative; }

  .archive .post__category {
    padding-left: 37%; }

  .archive .post__title {
    font-size: 18px; }

  .page__content h2 {
    font-size: 20px; }

  .sidebar__category .cat-item a {
    padding: 20px 10px; }

  .archive .post__title, .archive .post__description {
    padding-left: 31%; }

  .archive .cross_flex .cross_container {
    width: calc(100% + 165px); }

  /* --------- PAGE AGENDA ----------- */
  .event__image__container {
    margin: 0 1rem 0 5rem; }

  .event__infos {
    margin: 0 2rem; }

  .sidebar__category__list {
    width: calc( 100% - 0px ); }

  /* -------- page intermediaire ------- */
  .contain--p--left {
    padding-left: 0; }

  .contain--p--left > .col {
    padding-right: 15px; }

  .page__child__bloc, .single-profile .page__childs li {
    width: 33.333%;
    max-width: 33.333%; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__header, .single-profile .page__header {
    height: auto; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__header img, .single-profile .page__header img {
    height: auto;
    width: 100%; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__container, .single-profile .page__container {
    margin-top: -40px; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .col-9, .single-profile .col-9 {
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%; }

  .page__title {
    font-size: 24px;
    line-height: 1; }

  .page__infos {
    min-height: 110px; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child, .single-profile .page__child {
    height: auto; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child .child__infos h2, .single-profile .page__child .child__infos h2 {
    font-size: 16px;
    height: auto; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child p, .single-profile .page__child p {
    display: block; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child:hover .child__infos,
  .single-profile .page__child:hover .child__infos {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%); }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child .child__infos,
  .single-profile .page__child .child__infos {
    min-height: 280px; }

  /* ----- page secondaire ------ */
  .page__header {
    height: auto;
    overflow: hidden; }

  .page__container {
    margin-top: -105px;
    padding-bottom: 150px; }

  .page-template-default .page__container .col-md-9 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }

  .page-template-default .page__container .col-md-3 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }

  .page__content {
    padding-right: 0; }

  .contain--p--both {
    padding: 0 15px; }

  .page__focus {
    height: 200px; }

  .page__footer {
    padding: 15px 0; }

  .page__contact {
    max-width: 100%; }

  /* ------ actualites ------- */
  /* a la une */
  .post__one .post__picture {
    height: auto; }

  .post__one .post__info {
    margin-top: 0;
    width: 100%;
    padding-left: 0; }

  .post__one .post__date {
    width: 50px;
    font-size: 0;
    top: -71px; }

  .post__one .post__date .date__day {
    font-size: 26px;
    padding-bottom: 3px; }

  .post__one .date__month, .post__one .date__year {
    font-size: 16px; }

  .post__one .date__year {
    padding-bottom: 10px; }

  .post__one .post__title {
    font-size: 26px;
    padding-right: 0; }

  /* liste articles */
  .archive__article__list {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }

  .archive .post__item, .blog .post__item {
    margin-bottom: 60px; }

  .archive .archive__title__seperator, .blog .archive__title__seperator {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 20px; }

  /*.archive .cross_flex .cross_container, .blog .cross_flex .cross_container {
      -webkit-clip-path: polygon(0% 0, 100% 0, calc(100% - 123px) 100%, 0 100%);
      clip-path: polygon(0% 0, 100% 0, calc(100% - 123px) 100%, 0 100%);
  }
  
  .archive .cross_fix .cross_container, .blog .cross_fix .cross_container {
      -webkit-clip-path: polygon(132px 0, 100% 0, 100% 100%, 0 100%);
      clip-path: polygon(132px 0, 100% 0, 100% 100%, 0 100%);
  }*/
 

  .archive .cross_fix, .blog .cross_fix {
    height: auto; }

  /* sidebar actualite */
  .sidebar .sidebar__category {
    max-width: 80% !important;
    margin: 0 10% !important; }

  /* ----- page details actualites ----- */
  .page__banner img {
    width: 100%;
    height: auto; }

  .post__header__banner {
    height: auto;
    overflow: hidden; }

  /* ------ page event ------ */
  .event__items {
    padding-top: 100px; }

  .event__item {
    margin-bottom: 150px; }

  .event__image__container {
    width: 50%;
    max-width: 50%;
    margin: 0 45px; }

  .event__image {
    width: 100%;
    height: 130px;
    background-color: #EEEEEE; }

  .event__infos {
    width: 50%;
    max-width: 50%;
    margin: 0 45px; }

  /* --- calendrier ---- */

  .calendar__box, .event__sidebar .sidebar__category {
    width: 50%;
    max-width: 50% !important;
    margin: 0 25% !important; }

  .sidebar .calendar {
    max-width: 100% !important; }

  /* page recherche */
  :is(.search-no-results, .search-results) .page__header {
    height: 300px; }

  :is(.search-no-results, .search-results) .page__header img {
    height: auto;
    width: 100%; }

  :is(.search-no-results, .search-results) .page__container {
    margin-top: -40px; }

  :is(.search-no-results, .search-results) .col-9 {
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%; }

  :is(.search-no-results, .search-results) .page__title {
    font-size: 24px;
    line-height: 1; }

  :is(.search-no-results, .search-results) .page__title span {
    font-size: 20px;
    line-height: 1; }

  :is(.search-no-results, .search-results) .page__content {
    padding: 0; }

  /* footer */
  .footer__contain .col-md-2 {
    max-width: 33.33333% !important;
    margin-bottom: 20px; }

  .footer .menu-item a {
    line-height: 1.6; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* --------- HOMEPAGE ----------- */
  .page {
    padding-top: 120px; }

  /* header */
  .contain--p--both {
    padding: 0 45px 0 45px; }

  .branding .logo_rep_france, .header--stick .branding .logo_rep_france {
    width: 47%;
    padding: 20px 5px 20px 0; }

  .branding img {
    margin-top: 20px;
    -webkit-transition: all 400ms !important;
    -moz-transition: all 400ms !important;
    -ms-transition: all 400ms !important;
    -o-transition: all 400ms !important; }

  .branding .logo_univ img {
    width: 100%;
    margin: 0;
    height: auto; }

  .branding .logo_univ {
    width: 48% !important;
    display: inline-block;
    vertical-align: top;
    height: auto;
    padding: 20px 0 20px 5px; }

  .header--stick .branding img {
    margin-top: 25px;
    -webkit-transition: all 400ms !important;
    -moz-transition: all 400ms !important;
    -ms-transition: all 400ms !important;
    -o-transition: all 400ms !important; }

  /* menu */
  .home #primary-menu li:hover ul.sub-menu {
    width: 96%;
    left: -20px; }

  .header--stick .header__navigation {
    height: 80px; }

  .header__language a, .header__search a {
    font-size: 10px; }

  /* social */
  .social--bar {
    width: 60px;
    top: 100px; }

  .textShare {
    margin-top: 80px; }

  .textShare p {
    width: 120px; }

  /* slider */
  .home__slider .slider__container {
    height: 490px; }

  .home__slider h1 {
    font-size: 5vw;
    line-height: 5vw; }

  .home__slider h1 span {
    font-size: 7vw; }

  /* profiles */
  .home__profile {
    padding-bottom: 20px; }

  .home__profile .subtitle {
    position: absolute;
    top: 0 !important;
    left: 50%;
    width: 120px;
    margin: 0 auto;
    margin-top: 40px;
    margin-left: -30px; }

  .profile__container {
    max-width: 845px;
    width: 100%;
    padding: 60px 0 20px;
    margin-left: -425px; }

  .profile__container .profile__item {
    overflow: hidden;
    position: relative;
    width: 400px;
    height: 300px;
    background: #242b3d;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-clip-path: polygon(175px 0, 390px 0px, 215px 100%, 0px 100%);
    clip-path: polygon(175px 0, 390px 0px, 215px 100%, 0px 100%);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-box-flex: 0 0 415px;
    -moz-box-flex: 0 0 415px;
    -webkit-flex: 0 0 415px;
    -ms-flex: 0 0 415px;
    flex: 0 0 415px;
    margin-left: -200px;
    backface-visibility: hidden;
    background-position: 50% 0 !important; }

  .profile__container .profile__item .profile__slash, .profile__container .profile__item .profile__background {
    -webkit-clip-path: polygon(175px 0, 390px 0px, 215px 100%, 0px 100%);
    clip-path: polygon(175px 0, 390px 0px, 215px 100%, 0px 100%);
    -webkit-box-flex: 0 0 415px;
    -moz-box-flex: 0 0 415px;
    -webkit-flex: 0 0 415px;
    -ms-flex: 0 0 415px;
    flex: 0 0 415px; }

  .profile__container .profile__item .profile__slash:after, .profile__container .profile__item .profile__slash:before {
    left: 45%; }

  .profile__nav__onglets {
    width: 785px;
    padding-right: 133px; }

  .profile__container .profile__item:nth-child(1) h3 {
    top: 41%; }

  .profile__container .profile__item:nth-child(1) {
    background-position: 76% 0 !important; }

  .profile__container .profile__item h3 {
    width: 40%;
    left: 50%;
    margin-left: -25%; }

  /* actualites */
  .cross_fix {
    -webkit-box-flex: 0 0 390px;
    -moz-box-flex: 0 0 390px;
    -webkit-flex: 0 0 390px;
    -ms-flex: 0 0 390px;
    flex: 0 0 390px; }

  .actuality__category {
    padding-left: 40%; }

  .actuality__title {
    padding-left: 28%;
    font-size: 26px;
    line-height: 1.2;
    padding-right: 20px; }

  .actuality__description {
    padding-right: 20px;
    padding-left: 17%; }

  .actuality__link {
    margin-right: 20px; }

  .actuality__text__item {
    width: 360px; }

  /* agenda */
  .agenda__item {
    overflow: scroll; }

  .agenda__date .agenda__day {
    font-size: 75px; }

  .slash__separateur {
    width: 51px;
    height: 70px;
    margin-bottom: -20px;
    margin-left: -22px; }

  .agenda__date .agenda__month {
    font-size: 20px; }

  .agenda__title {
    font-size: 22px;
    line-height: 1.2; }

  /* focus 01 02 et 03 */
  .focus__1__container, .focus__2__container, .focus__3__container {
    padding: 80px 0; }

  .focus__1__container .focus__infos, .focus__3__container .focus__infos {
    width: 70%;
    margin-left: 26%;
    margin-right: 0%;
    padding: 40px 30px 60px 32%; }

  .home__focus__2 .focus__infos {
    background-color: #277dca;
    width: 48%;
    margin-left: 4%;
    z-index: 9999;
    margin-top: 2%;
    padding: 40px 5% 50px 5%; }

  /* videos */
  .home__video__slogan {
    padding-right: 30px; }

  .home__video__slogan p {
    padding: 0 20px 0 20px; }

  .video__category {
    padding: 30px 20px 0 40%; }

  /* --------- PAGE INTERMEDIAIRE ----------- */
  .contain--p--left {
    padding-left: 45px; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__infos {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }

  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child, .single-profile .page__child {
    height: 37vw; }

  /* --------- PAGE SECONDAIRE ----------- */
  .page__header {
    height: 480px;
    overflow: hidden; }

  .page__infos {
    flex: 0 0 90%;
    max-width: 90%;
    width: 90%; }

  .page__content {
    padding-right: 75px; }

  .page__contact {
    padding: 20px 20px 30px 20px; }

  .contact__phone {
    font-size: 15px; }

  .contact__email {
    font-size: 14px; }

  .page__title {
    font-size: 36px; }

  .page__focus {
    height: 260px; }

  /* --------- PAGE ACTUALITES ----------- */
  .single .post__header__banner {
    height: auto;
    width: auto;
    overflow: hidden; }

  .page__container {
    padding-bottom: 150px; }

  .archive .post__item {
    height: 230px;
    margin-bottom: 60px;
    position: relative; }

  .archive .post__category {
    padding-left: 32%; }

  .archive .post__title, .archive .post__description {
    padding-left: 28%; }

  .archive .cross_flex .cross_container {
    width: calc(100% + 165px); }

  /* page event */
  .calendar__title {
    font-size: 16px; }

  .calendar__next, .calendar__prev {
    font-size: 20px;
    padding: 12px 15px; }

  /* footer */
  .footer__contain .col-md-2 {
    max-width: 33.33333% !important;
    margin-bottom: 20px; } }
@media (min-width: 1200px) and (max-width: 1450px) {

  .profile__container {
    max-width: 800px;
    margin-left: -400px; }

  .profile__container .profile__item {
    height: 320px;
    -webkit-clip-path: polygon(190px 0, 390px 0, 200px 100%, 0px 100%);
    clip-path: polygon(190px 0, 390px 0, 200px 100%, 0px 100%);
    -webkit-box-flex: 0 0 400px;
    -moz-box-flex: 0 0 400px;
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    background-position: 40% 0 !important; }

  .profile__container .profile__item .profile__slash, .profile__container .profile__item .profile__background {
    -webkit-clip-path: polygon(190px 0, 390px 0, 200px 100%, 0px 100%);
    clip-path: polygon(190px 0, 390px 0, 200px 100%, 0px 100%);
    -webkit-box-flex: 0 0 400px;
    -moz-box-flex: 0 0 400px;
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px; }

  .profile__container .profile__item .profile__slash:after, .profile__container .profile__item .profile__slash:before {
    left: 48%; }

  .profile__container .profile__item:nth-child(1) h3 {
    top: 41%; }

  .profile__container .profile__item:nth-child(1) {
    background-position: 55% 0 !important; }

  .profile__container .profile__item h3 {
    width: 40%;
    left: 50%;
    margin-left: -21%; }

  .profile__nav__onglets {
    padding-right: 238px !important; }

  /* page secondaire */
  .page__header {
    height: 480px;
    overflow: hidden; }

  .page__container {
    padding-bottom: 250px; }

  .page__focus {
    height: 280px !important; }

  .page__focus .link_title {
    font-size: 26px; }


  /* ---- page liste actualites ----- */
  .archive .post__item .post__title, .blog .post__item .post__title {
    font-size: 18px; }

  /* --- page actualite ----- */
  .single .post__header__banner {
    height: auto;
    overflow: hidden; }

  .page__container {
    padding-bottom: 150px; } }
@media (min-width: 1200px) and (max-width: 1599px) {
  /* slider */
  .home__slider .slider__container {
    height: 550px; }

  /* profile */
  .profile__nav__onglets {
    padding-right: 181px; }

  /* --------- PAGE SECONDAIRE ----------- */
  .page__focus {
    height: 300px; } }
@media (min-width: 1600px) {
  /* ----- hompeage ------ */
  /* .home .home__slider, .home .home__news .contain--p--both, .home .home__video .contain--p--both, .home .home__focus__1, .home .home__focus__2, .home .home__focus__3,
  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__header, :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__container,
  .page-child .page__header, .page-child .page__container, .page-child .page__footer .contain--p--both,
  .blog .contain--p--left, .archive .contain--p--left, .single .contain--p--left, .single .page__footer .contain--p--both {
    padding-right: 100px !important; } */

  /* focus 01, 02, 03 */
  .focus__1__container .focus__image img, .focus__2__container .focus__image img, .focus__3__container .focus__image img {
    width: 100%;
    height: auto; }

  .focus__1__container .focus__infos, .focus__3__container .focus__infos {
    margin-left: 25%; }

  .home .actuality__container .cross, .home .agenda__container {
    height: 400px; }

  .home .agenda__nav {
    margin-top: 60px; }

  .home .actuality__nav {
    bottom: 20px; }

  /* video */
  .cross_flex .cross_container img {
    width: auto;
    height: 100%; }

  /* ------ page secondaire ------ */
  :is(.page-template-intermediate-page, .page-template-intermediate-page-avec-image) .page__child, .single-profile .page__child {
    height: 430px; }

  /* ------ page actualite ----- */

  .blog .sidebar--padding, .archive .sidebar--padding, .single .sidebar--padding {
    padding-right: 0; } }

@media screen and (max-width: 1199px) {
  .sidebar {
    width: 100%;
    position: absolute;
    right: 0;
    background-color: #2f52a3;
    flex: none;
    height: 100%;
    max-width: 100%;
    top: 100px;
    max-width: 0;
    overflow: hidden;
    padding: 40px 0 0 0;
    -webkit-transition: max-width 400ms 600ms;
    -moz-transition: max-width 400ms 600ms;
    -ms-transition: max-width 400ms 600ms;
    -o-transition: max-width 400ms 600ms;
    z-index: 500; }
    .sidebar > div {
      overflow: hidden; }
    .sidebar h2 {
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
      -webkit-transform: translateY(-20px);
      -moz-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      transform: translateY(-20px);
      -webkit-transition: all 400ms 200ms;
      -moz-transition: all 400ms 200ms;
      -ms-transition: all 400ms 200ms;
      -o-transition: all 400ms 200ms; }
    .sidebar .calendar, .sidebar .sidebar__category {
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
      -webkit-transform: translateY(-20px);
      -moz-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      transform: translateY(-20px);
      -webkit-transition: all 400ms 0ms;
      -moz-transition: all 400ms 0ms;
      -ms-transition: all 400ms 0ms;
      -o-transition: all 400ms 0ms; }

  .sidebar--active {
    max-width: 100%;
    -webkit-transition: max-width 400ms;
    -moz-transition: max-width 400ms;
    -ms-transition: max-width 400ms;
    -o-transition: max-width 400ms; }
    .sidebar--active h2 {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transition: all 400ms 400ms;
      -moz-transition: all 400ms 400ms;
      -ms-transition: all 400ms 400ms;
      -o-transition: all 400ms 400ms; }
    .sidebar--active .calendar, .sidebar--active .sidebar__category {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transition: all 400ms 600ms;
      -moz-transition: all 400ms 600ms;
      -ms-transition: all 400ms 600ms;
      -o-transition: all 400ms 600ms; }


      .sidebar__category .cat-item a {
        padding: 10px;
        font-size: 14px;
    }

  .sidebar__button {
    cursor: pointer;
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    top: initial;
    color: #fff;
    padding: 10px;
    width: 100%;
    background: #2D52A3;
    text-align: center;
  z-index: 1000; }
    .sidebar__button i {
      font-size: 21px;
      margin-left: 5px;
      position: absolute; }

  .sidebar__button--full {
    width: 100%;
    background-color: #2f52a3;
    border-top: 1px solid #EEEEEE;
    border-bottom: 0;
    right: 0px;
    color: #fff;
    padding: 10px;
    text-align: center;
  z-index: 1000; }

  .sidebar--padding {
    padding-top: 60px; } }


