@charset "UTF-8";
/*
 *  Universite de la rochelle 1.0.0 by Beekom 
 */
/*  Modules */
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900");
@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)
 */
/* 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; }

.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-glass:before {
  content: ""; }

.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: ""; }

.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 {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  text-transform: initial;
  color: #212121;
  font-weight: 900;
  text-align: center;
  width: 100%;
  letter-spacing: 0.5px;
  margin-bottom: 20px; }

.calendar__box {
  margin: 0 30px; }

.calendar__container {
  border: 1px solid #277dca; }

.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: 20px;
  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-left: 1px solid transparent;
  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__prev {
  position: absolute;
  left: 0;
  top: 0px; }

.calendar__next {
  position: absolute;
  right: 0px;
  top: 0px; }

.calendar__next,
.calendar__prev {
  background: none;
  border: none;
  display: block;
  cursor: pointer;
  font-size: 28px;
  color: #277dca;
  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: #277dca;
  font-weight: 600;
  padding-bottom: 10px;
  font-family: "Raleway", sans-serif; }

.calendar__title {
  margin: 0;
  padding-bottom: 10px;
  font-size: 20px;
  padding-top: 15px;
  border-bottom: 1px solid #277dca;
  text-transform: uppercase; }

.calendar__month__label {
  color: #277dca !important; }

.calendar__day .calendar__text {
  color: #898989;
  font-family: "Raleway", 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: #277dca;
  font-family: "Raleway", 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: #277dca;
  font-family: "Raleway", 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: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 100; }

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

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

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

/* categorie */
.event__sidebar .sidebar__category {
  margin: 0 30px;
  border-right: 1px solid #277dca;
  border-left: 1px solid #277dca;
  border-bottom: 1px solid #277dca;
  text-align: center; }

.event__sidebar .sidebar__category a {
  font-family: "Raleway", sans-serif;
  color: #898989;
  font-size: 16px; }

.sidebar__category__select {
  position: relative;
  padding: 10px; }

.sidebar__category__select i {
  font-size: 28px;
  color: #277dca;
  position: absolute;
  right: 15px;
  top: 7px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms; }

.sidebar__category__select--open i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.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: 43px;
  overflow-y: scroll;
  border-top: 0 solid #277dca;
  background-color: #fff;
  width: calc( 100% - 62px ); }

.sidebar__category__list--open {
  opacity: 1;
  max-height: 260px;
  border-top: 1px solid #277dca; }

.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: #277dca; }

.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 {
  font-family: "Raleway", sans-serif; }

.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: 120px; }

.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  position: relative;
  min-height: calc(100vh - 150px); }

.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: #277dca;
  -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: #277dca;
  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: #277dca; }

.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 
 */
h2 {
  font-weight: bold;
  font-size: 22px;
  display: block;
  text-transform: uppercase; }

/*
 *  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: 120px;
  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: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.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: 55%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 30px 5px;
  -webkit-transition: all 400ms !important;
  -moz-transition: all 400ms !important;
  -ms-transition: all 400ms !important;
  -o-transition: all 400ms !important;
}

.branding .logo_univ {
    display: inline-block;
    vertical-align: top;
}

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

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

/* --------- HEADER BURGER -------- */
.header__burger {
  display: none; }

/* ---------- SEARCH MOBILE--------- */
.header__search__mobile {
  display: none; }

/* ------------- LOGO ------------- */
.branding .logo_univ img {
  width: 55px;
  height: 55px;
  padding: 0;
  margin: 29px 0px 0;
  -webkit-transition: all 400ms !important;
  -moz-transition: all 400ms !important;
  -ms-transition: all 400ms !important;
  -o-transition: all 400ms !important; }

.header--stick .branding .logo_univ img {
  width: 55px;
  height: 55px;
  padding: 0;
  margin-top: 14px;
  -webkit-transition: all 400ms !important;
  -moz-transition: all 400ms !important;
  -ms-transition: all 400ms !important;
  -o-transition: all 400ms !important; }

.header--stick .branding .logo_rep_france {
    /*width: 50%;*/
    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;
}

/* ---------- BREADCRUMB ---------- */
.bread--crumb > span {
  color: black; }
.bread--crumb > span > a {
  color: #277dca; }

/* ------------- 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-main-menu-container, .menu-menu-anglais-container {
  height: 100%;
  width: 89%;
  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 {
    transform: skew(-35deg, 0deg);    
    height: 100%;
    width: 6%;
    text-align: center;
    vertical-align: top;
    border-left: solid 1px #e3e3e3;
    background: #fff;
    z-index: 9999;
  }

  #primary-menu #menu-item-wpml-ls-2-en a, #primary-menu #menu-item-wpml-ls-2-fr a {
      transform: skew(35deg, 0deg);
  }


#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: 13.5%;
}

.menu-item a, .header__language a, .header__search a {
  height: 100%;
  text-align: center;
  font-size: 12px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  font-family: "Raleway", 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: #2372b9; }

.header--stick {
  height: 80px; }

.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: #277dca;
  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: "Raleway", 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; }

.header__language > a, .header__search a {
  transform: skew(-35deg, 0deg); }

.header__language > a span, .header__search a i {
  transform: skew(35deg, 0deg); }

.header__search a {
  border-right: solid 1px #e3e3e3; }

/* onglet Loupe */
.header__search {
  height: 100%;
  width: 4%;
  float: left;
  text-align: center;
  vertical-align: top; }
  .header__search .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; }
  .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="text"] {
    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 .sub-menu .search__submit {
    width: 20%;
    height: 42px;
    font-size: 14px;
    letter-spacing: 1.5;
    font-family: "Raleway", 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="text"] {
  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: "Raleway", 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; }

/* ------------- 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; }

.lineVertical {
  height: 100px;
  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; }

/*
 *  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 {
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    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;
  -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;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 136px) 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 136px) 100%, 0% 100%);
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    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 {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 143px) 100%, 0% 100%);
  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%;
    -webkit-clip-path: polygon(136px 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(136px 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    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; }

.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: "Raleway", sans-serif;
  color: #000000;
  text-align: left;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  float: left;
  width: 100%; }

.footer .menu-main-menu-container {
  height: auto; }

.footer .menu-item {
  width: 100%;
  float: left;
  position: relative; }

.footer .menu-item a {
  justify-content: left;
  text-align: left;
  text-transform: initial;
  font-size: 14px;
  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;
  justify-content: center;
  text-decoration: underline;
  -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: #277dca;
  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: "Raleway", 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; }


.menu-footer-bottom-container {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    float: left; }

.menu-footer-bottom-container #footer-bottom {
    position: relative;
    min-width: 20%;
    display: inline-block;
    margin: 0 auto;}

.menu-footer-bottom-container #footer-bottom li {
    position: relative;
    width: auto;
    display: inline-block;
    padding: 0 5px;
    border-right: 1px solid #000;
}

.menu-footer-bottom-container #footer-bottom li:last-child {
  border-right: none;
}

.menu-footer-bottom-container #footer-bottom li a {
  font-size:12px;
}

/*
 *  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: #277dca;
  border-color: #277dca; }
  .button--blue:hover {
    color: #FFFFFF;
    background-color: #277dca; }

/* --- Button animate ---- */
.buttonULR {
  width: auto;
  padding: 8px 20px;
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  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; }

.buttonULR:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s, -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s; }

.buttonULR:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  transition-delay: 0s; }

.buttonULR_label {
  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); }

.buttonULR:hover .buttonULR_label {
  -webkit-transform: translateX(0.5rem);
  -moz-transform: translateX(0.5rem);
  -ms-transform: translateX(0.5rem);
  -o-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
  transition-delay: 0.075s; }

/* black */
.buttonULR--black {
  border: 2px solid #000000;
  color: #000000; }

.buttonULR--black:after {
  background-color: #000000; }

.buttonULR--black:hover {
  color: #FFFFFF;
  transition-delay: 0s; }

/* blue */
.buttonULR--blue {
  border: 2px solid #277dca;
  color: #277dca; }

.buttonULR--blue:after {
  background-color: #277dca; }

.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: #277dca;
  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: 600px;
  overflow: hidden; }
  .page__header img {
    width: 100%;
    height: auto; }

/* ------------- PAGE HEADER ------------- */
.page__container {
  margin-top: -150px;
  padding-bottom: 250px; }

.page__infos {
  background-color: white;
  padding-bottom: 25px;
  position: relative;
  min-height: 150px; }
  .page__infos:after {
    content: "";
    width: 20%;
    height: 6px;
    background-color: #277dca;
    display: block;
    margin-top: 20px;
    position: absolute;
    left: 15px;
    bottom: 0; }

.page__title {
  text-transform: uppercase;
  font-weight: 900;
  padding: 35px 0 10px 0;
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  margin-bottom: 0;
  line-height: 1.1; }

.page__breadcrumb {
  font-size: 12px; }

.bread--crumb > span {
  padding: 0 2px; }

/* ------------- CONTENT ------------- */
body {
  line-height: 1.3 !important; }

.page__content {
  padding-top: 50px;
  padding-bottom: 30px;
  padding-right: 100px;
  margin-bottom: 10px;
  font-size: 16px; }
  .page__content .page__intro {
    font-size: 20px;
    letter-spacing: 0.8px;
    line-height: 1.2;
    font-weight: lighter;
    color: #277dca;
    margin-bottom: 35px;
    display: block; }
  .page__content h2 {
    font-weight: 600;
    font-size: 22px;
    margin-top: 40px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 40px; }
  .page__content h3 {
    font-weight: 600;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 5px;
    display: block; }
  .page__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:before {
      content: "\f0c8";
      font-family: FontAwesome;
      color: #277dca;
      /* 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: #277dca; }
  .page__content a {
    color: #277dca; }
  .page__content ul {
    margin-top: 0;
    margin-bottom: 25px; }
  .page__content p {
    margin-bottom: 15px; }
  .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: #277dca; }

.page .flex-control-paging li a.flex-active {
  background: #277dca; }

/* 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: #277dca;
  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 {
  width: 100%;
  height: auto; }

/* ------------- FILES ------------- */
.page__files h2 {
  font-weight: bold;
  font-size: 22px;
  margin-top: 40px;
  display: block;
  text-transform: uppercase; }
.page__files li {
  margin-bottom: 5px; }
  .page__files li a {
    color: #277dca; }
  .page__files li:before {
    content: "\f0c8";
    font-family: FontAwesome;
    color: #277dca;
    /* 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; }

/* ------------- CONTACT ------------- */
.page__contact {
  background-color: #277dca;
  max-width: 350px;
  width: 100%;
  padding: 20px 20px 30px 30px; }

.contact__title {
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  font-size: 22px;
  display: block;
  margin-bottom: 10px; }

.contact__name {
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  line-height: 19px; }

.contact__phone {
  color: white;
  font-size: 18px;
  display: block;
  margin-top: 10px; }
  .contact__phone i {
    margin-right: 10px; }

.contact__phone a {
  color: white;
  font-size: 18px; }

.contact__email {
  color: white;
  font-size: 15px;
  display: block;
  margin-top: 12px; }
  .contact__email a {
    color: white;
    text-decoration: underline; }
  .contact__email i {
    margin-right: 10px; }

.contact__availability {
  color: white;
  font-size: 15px;
  display: block;
  margin-top: 12px; }
  .contact__availability i {
    margin-right: 10px;
    position: relative;
    display: inline-block;
    width: 5%;
    vertical-align: top; }
  .contact__availability .contact__availability__text {
    position: relative;
    display: inline-block;
    width: 90%;
    vertical-align: top; }
    .contact__availability .contact__availability__text p {
      margin-bottom: 10px; }

/* ------------- PAGE FOCUS ------------- */
.page__footer {
  background-color: #277dca; }

.page__focus {
  background: #242b3d;
  overflow: hidden;
  width: 115%;
  height: 300px; }
  .page__focus .link_title {
    font-size: 32px;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    position: absolute;
    top: 40%;
    width: 60%;
    -webkit-transition: top 500ms;
    -moz-transition: top 500ms;
    -ms-transition: top 500ms;
    -o-transition: top 500ms; }
  .page__focus a {
    position: absolute;
    bottom: 30px;
    border: 1px solid white;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 20px;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease; }
  .page__focus img {
    width: 100%;
    height: auto;
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease; }
  .page__focus:hover .link_title {
    top: 110px;
    text-shadow: 2px 2px 20px #000; }
  .page__focus:hover a {
    bottom: 50px;
    opacity: 1;
    text-shadow: 2px 2px 20px #000; }
  .page__focus:hover img {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7; }

.page__focus1 {
  -webkit-clip-path: polygon(0% 0, 100% 0, 70% 100%, 0 100%);
  clip-path: polygon(0% 0, 100% 0, 70% 100%, 0 100%);
  -webkit-transform: translate(0, -20%);
  -moz-transform: translate(0, -20%);
  -ms-transform: translate(0, -20%);
  -o-transform: translate(0, -20%);
  transform: translate(0, -20%); }
  .page__focus1 .link_title {
    left: 50px; }
  .page__focus1 a {
    left: 50px; }

.page__focus2 {
  -webkit-clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0 100%);
  -webkit-transform: translate(-14%, -30%);
  -moz-transform: translate(-14%, -30%);
  -ms-transform: translate(-14%, -30%);
  -o-transform: translate(-14%, -30%);
  transform: translate(-14%, -30%); }
  .page__focus2 .link_title {
    right: 50px;
    text-align: right; }
  .page__focus2 a {
    right: 50px; }

/*
 *  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; }

.page-template-fondation .page__content li:before {
  color: #c6d552; }

/*
 *  Define Homepage Style
 *  
 *  Universite de la Rochelle 1.0.0 by Beekom 
 */
/* ------------- 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; }

/* ------------- 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 #2372b9 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;
  height: 100%;
  margin-left: 10px;
  -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;
  height: 100%; }

.actuality__items, .actuality__category__text {
  position: relative; }

.actuality__category__text a {
  color: #277dca;
}

.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: #277dca;
  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: "Raleway", 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-left: 25%;
  padding-right: 45px; }

.actuality__description {
  font-family: "Raleway", 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: #277dca;
  font-size: 14px;
  line-height: 1;
  text-decoration: none; }

.actuality__link a:after, .actuality__all__link a:after {
  background-color: #277dca; }

.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;
  float: left;
  margin-top: 15px; }

.actuality__nav__onglets {
  float: right;
  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 i {
  padding: 0 20px 0 18px;
  font-size: 28px;
  color: #277dca; }

.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: #277dca;
  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: "Raleway", 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: "Raleway", 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: "Raleway", 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: "Raleway", 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: #277dca;
  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: "Raleway", 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: "Raleway", 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: #277dca;
  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: "Raleway", 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: "Raleway", sans-serif;
  color: #FFFFFF;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  float: left;
  width: 100%; }

/* ------------- VIDEO ------------- */
.home__video {
  background: #277dca;
  padding: 40px 0; }

/* slogan */
.home__video__slogan {
  padding-right: 50px; }

.home__video__slogan p {
  font-family: "Raleway", 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: "Raleway", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  padding: 0; }

/* video */
.home__video {
  padding: 70px 0 50px;
  margin-top: 60px;
  margin-bottom: 60px; }

.video__thumb {
  margin-top: -15px; }

.video__thumb .cross {
  height: 300px; }

.video__text .cross_container {
  background: #FFFFFF; }

.video__category {
  text-align: left;
  color: #277dca;
  width: 100%;
  float: left;
  padding: 30px 20px 0 35%; }

.video__category__text {
  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: "Raleway", 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: "Raleway", 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: -52px;
  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 
 */
.page-template-intermediate-page .page__header, .single-profile .page__header {
  height: 480px;
  overflow: hidden; }

.page-template-intermediate-page .page__container, .single-profile .page__container {
  padding-bottom: 100px; }
.page-template-intermediate-page .page__container .col, .single-profile .page__container .col {
  background-color: white; }
.page-template-intermediate-page .page__content, .single-profile .page__content {
  padding-right: 0px;
  padding-bottom: 0; }
.page-template-intermediate-page .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%); }
.page-template-intermediate-page .page__childs, .single-profile .page__childs {
  padding: 40px 20px; }
  .page-template-intermediate-page .page__childs li:before, .single-profile .page__childs li:before {
    display: none; }
.page-template-intermediate-page .page__child, .single-profile .page__child {
  overflow: hidden;
  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; }
  .page-template-intermediate-page .page__child .child__infos, .single-profile .page__child .child__infos {
    background-color: #EEEEEE;
    padding: 15px;
    padding-bottom: 70px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease; }
    .page-template-intermediate-page .page__child .child__infos h2, .single-profile .page__child .child__infos h2 {
      margin-top: 10px;
      display: block;
      height: 50px;
      font-size: 20px;
      font-weight: 800; }
    .page-template-intermediate-page .page__child .child__infos .title__link, .page-template-intermediate-page .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; }
  .page-template-intermediate-page .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(#eeeeee));
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 0), #eeeeee);
    background: -moz-linear-gradient(top, rgba(238, 238, 238, 0), #eeeeee);
    background: -ms-linear-gradient(top, rgba(238, 238, 238, 0), #eeeeee);
    background: -o-linear-gradient(top, rgba(238, 238, 238, 0), #eeeeee);
    border-bottom: 65px solid #eeeeee;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0px; }
  .page-template-intermediate-page .page__child p, .single-profile .page__child p {
    display: none; }
  .page-template-intermediate-page .page__child img, .single-profile .page__child img {
    width: 100%;
    height: auto; }
  .page-template-intermediate-page .page__child a.buttonULR, .single-profile .page__child a.buttonULR {
    position: absolute;
    bottom: 15px;
    left: 15px; }
  .page-template-intermediate-page .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%); }
  .page-template-intermediate-page .page__child:hover h2, .single-profile .page__child:hover h2 {
    height: auto; }
  .page-template-intermediate-page .page__child:hover p, .single-profile .page__child:hover p {
    display: block; }

.page-template-intermediate-page .page__chapeau, .single-profile .page__chapeau {
  margin-top: 30px;
  padding: 0 30px;
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 1.2;
  font-weight: lighter;
  color: #277dca;
  margin-bottom: 10px;
  display: block;
  text-align: center; }

.post__sidebar {
  background-color: #f0f0f0; }

.archive .content, .blog .content {
  width: 100%; }

.post__header__banner {
  height: 480px;
  overflow: hidden; }

/* sidebar menu */
.post__sidebar h2 {
  color: #212121;
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  letter-spacing: 1.5px;
  font-weight: 900;
  text-transform: initial;
  padding: 20px;
  margin-top: 10px;
  border-bottom: solid 1px #277dca; }

.sidebar__category .cat-item {
  position: relative;
  width: 100%; }

.sidebar__category .cat-item a {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 20px;
  width: 100%;
  border-bottom: 1px solid #b7b7b7;
  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 {
  font-weight: 600; }

.sidebar__category .cat-item a:after {
  font-family: FontAwesome;
  content: '\f105';
  position: absolute;
  right: 15px;
  top: 20px;
  opacity: 0;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s; }

.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: #277dca;
  color: #FFFFFF; }

.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: #277dca; }

.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__article__list {
  width: 90%;
  margin-right: 10%;
  margin-left: 30px; }

.archive, .blog {
  /* blocs noir */
  /* blocs bleu */
  /* blocs gris */ }
  .archive .archive__title__seperator, .blog .archive__title__seperator {
    color: #277dca;
    font-family: "Raleway", 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 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }
  .archive .cross_flex .cross_container, .blog .cross_flex .cross_container {
    width: calc( 100% + 131px );
    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: 180px;
    margin-bottom: 80px;
    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: auto;
    width: 100%; }
  .archive .post__item .post__date, .blog .post__item .post__date {
    width: 50px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    font-size: 0; }
  .archive .post__date .date__day, .blog .post__date .date__day {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    text-transform: uppercase; }
  .archive .post__item .date__day, .blog .post__item .date__day {
    font-size: 24px; }
  .archive .post__date .date__month, .blog .post__date .date__month {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    text-transform: uppercase; }
  .archive .post__date .date__year, .blog .post__date .date__year {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    text-transform: uppercase; }
  .archive .post__item .date__year, .blog .post__item .date__year {
    padding-bottom: 5px; }
  .archive .post__item .date__month, .archive .post__item .date__year, .blog .post__item .date__month, .blog .post__item .date__year {
    font-size: 14px;
    line-height: 14px; }
  .archive .slash--enfant, .blog .slash--enfant {
    position: absolute;
    top: 24px;
    bottom: 22px;
    left: 20px;
    right: 20px; }
  .archive .post__item .post__category, .blog .post__item .post__category {
    text-align: left;
    width: 100%;
    padding-left: 28%;
    display: inline-block;
    padding-right: 20px;
    margin-top: 20px; }
  .archive .post__item .post__title, .blog .post__item .post__title {
    font-family: "Raleway", sans-serif;
    text-align: left;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1.5px;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    padding-left: 25%;
    padding-right: 35px; }
  .archive .post__item .post__description, .blog .post__item .post__description {
    font-family: "Raleway", sans-serif;
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    padding-left: 25%;
    padding-right: 35px;
    min-height: 20px;
    position: relative;
    margin-bottom: 10px; }
  .archive .post__item:nth-child(3n+2) .post__content .cross_container, .archive .post__item:nth-child(3n+2) .post__date, .blog .post__item:nth-child(3n+2) .post__content .cross_container, .blog .post__item:nth-child(3n+2) .post__date {
    background-color: #292929; }
  .archive .post__item:nth-child(3n+2) .post__category, .archive .post__item:nth-child(3n+2) .post__link a, .blog .post__item:nth-child(3n+2) .post__category, .blog .post__item:nth-child(3n+2) .post__link a {
    color: #277dca; }
  .archive .post__item:nth-child(3n+2) .link--animate a:after, .blog .post__item:nth-child(3n+2) .link--animate a:after {
    background-color: #277dca; }
  .archive .post__item:nth-child(3n+2) .post__title, .archive .post__item:nth-child(3n+2) .post__title a,
  .archive .post__item:nth-child(3n+2) .post__description, .archive .post__item:nth-child(3n+2) .post__date, .blog .post__item:nth-child(3n+2) .post__title, .blog .post__item:nth-child(3n+2) .post__title a,
  .blog .post__item:nth-child(3n+2) .post__description, .blog .post__item:nth-child(3n+2) .post__date {
    color: #FFFFFF;
    text-decoration: none; }
  .archive .post__item:nth-child(3n) .post__content .cross_container, .archive .post__item:nth-child(3n) .post__date, .blog .post__item:nth-child(3n) .post__content .cross_container, .blog .post__item:nth-child(3n) .post__date {
    background-color: #277dca; }
  .archive .post__item:nth-child(3n) .post__category,  .archive .post__item:nth-child(3n) .post__category a, .archive .post__item:nth-child(3n) .post__link a, .blog .post__item:nth-child(3n) .post__category, .blog .post__item:nth-child(3n) .post__category a, .blog .post__item:nth-child(3n) .post__link a {
    color: #FFFFFF; }
  .archive .post__item:nth-child(3n) .post__title, .archive .post__item:nth-child(3n) .post__title a,
  .archive .post__item:nth-child(3n) .post__description, .archive .post__item:nth-child(3n) .post__date, .blog .post__item:nth-child(3n) .post__title, .blog .post__item:nth-child(3n) .post__title a,
  .blog .post__item:nth-child(3n) .post__description, .blog .post__item:nth-child(3n) .post__date {
    color: #FFFFFF;
    text-decoration: none; }
  .archive .post__item:nth-child(3n) .slash--blue .slash--enfant:before,
  .archive .post__item:nth-child(3n) .slash--blue .slash--enfant:after,
  .archive .post__item:nth-child(3n) .link--animate a:after, .blog .post__item:nth-child(3n) .slash--blue .slash--enfant:before,
  .blog .post__item:nth-child(3n) .slash--blue .slash--enfant:after,
  .blog .post__item:nth-child(3n) .link--animate a:after {
    background-color: #FFFFFF; }
  .archive .post__item:nth-child(3n+1) .post__content .cross_container, .archive .post__item:nth-child(3n+1) .post__date, .blog .post__item:nth-child(3n+1) .post__content .cross_container, .blog .post__item:nth-child(3n+1) .post__date {
    background-color: #f0f0f0; }
  .archive .post__item:nth-child(3n+1) .post__category, .archive .post__item:nth-child(3n+1) .post__link a, .blog .post__item:nth-child(3n+1) .post__category, .blog .post__item:nth-child(3n+1) .post__link a {
    color: #277dca; }
  .archive .post__item:nth-child(3n+1) .link--animate a:after, .blog .post__item:nth-child(3n+1) .link--animate a:after {
    background-color: #277dca; }
  .archive .post__item:nth-child(3n+1) .post__title, .archive .post__item:nth-child(3n+1) .post__title a,
  .archive .post__item:nth-child(3n+1) .post__description, .blog .post__item:nth-child(3n+1) .post__title, .blog .post__item:nth-child(3n+1) .post__title a,
  .blog .post__item:nth-child(3n+1) .post__description {
    color: #000000;
    text-decoration: none; }

.post__nav {
  position: relative;
  padding-left: 25%;
  width: 100%;
  padding-right: 15px;
  bottom: 10px;
  padding-bottom: 5px; }

.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; }

.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 {
  width: auto;
  position: relative;
  display: inline-block;
  margin: 5px; }

.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;
  padding: 10px;
  border: 2px solid #000000;
  color: #000000;
  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 a:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff; }

/* details articles */
.single .page__content img {
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
  max-width: 100%; }

.event {
  height: 100%; }

.event__sidebar {
  background-color: #f0f0f0; }

.event__items {
  padding: 150px 0;
  -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: 0;
  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: #277dca;
  z-index: -1;
  -webkit-transition: height 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: height 2s 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 #277dca;
  /* 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: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    background-color: black;
    width: 0;
    -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: 45px; }

.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;
  margin-left: 20px;
  color: #277dca; }

.event__date {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  letter-spacing: 1.5px;
  font-weight: 900;
  line-height: 1;
  margin-top: 10px; }

.event__details {
  color: #000000;
  font-family: "Raleway", sans-serif;
  margin: 7px 0; }

.event__title {
  font-weight: bold;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  font-weight: 700; }

.post-type-archive-event .post__link {
  text-align: left !important; }

.post-type-archive-event .link--animate a {
  color: #277dca; }

.post-type-archive-event .link--animate a:after {
  color: #277dca;
  background-color: #277dca; }

/* 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__header {
  height: 480px;
  overflow: hidden; }

.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: 40px 30px; }

.search h2 {
  color: #277dca;
  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-bottom: 1px #eee solid;
  padding: 30px 0 24px; }

.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; }

.search-results article a {
  text-decoration: none;
  color: #000000; }

/* articles images */
.search__image img {
  width: 100%;
  height: auto; }

/* 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: "Raleway", sans-serif;
  font-size: 26px;
  letter-spacing: 1.5px;
  font-weight: 900;
  line-height: 1;
  margin-top: 10px; }

.search__details {
  color: #000000;
  font-family: "Raleway", sans-serif;
  margin-bottom: 5px; }

.search-results .search__title {
  font-weight: bold;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0; }

.page-template-contact .page__header {
  height: 480px;
  overflow: hidden; }

.page-template-contact .page__infos:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.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: #EEEEEE;
  border: none;
  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; }

.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 - 03/01/2018

----------------------------------------------------------------------------- */
@media (max-width: 576px) {
  /*.header {
      background: red;
  } */
  /* --------- HOMEPAGE ----------- */
  .page {
    padding-top: 80px; }

  /* 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_univ {
    width: initial !important;
    display: inline-block;
    vertical-align: top;
  }

  .branding .logo_univ img, .header--stick .branding .logo_univ img {
    width: 45px;
    height: auto;
    padding: 0;
    margin: 6px 10px 0;
  }

 .branding .logo_rep_france, .header--stick .branding .logo_rep_france {
    width: initial;
    display: inline-block;
    vertical-align: top;
    margin: 0;
      padding: 10px 5px 0;
  }

  /* 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 {
    height: 80px; }

  .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-bottom: 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; }

  .header__search__mobile .sub-menu form input[type="text"] {
    width: 70%;
    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%; }

  .page__mask {
    display: none !important; }

  /* navigation */
  .header__navigation {
    left: -101%;
    opacity: 1;
    z-index: 999;
    position: absolute;
    top: 80px;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll; }

  .header__navigation--active {
    left: 0 !important; }

  .header--stick {
    background-color: #ffffff; }

  .menu-main-menu-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: 4.5vw; }

  #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 */

.page-id-157 .home__profile {
  margin-bottom: 60px;
}

  .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: 200px;
    clip-path: none;
    -webkit-clip-path: none;
    z-index: 20; }

  .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__date {
    width: 90%;
    margin: 0 5%;
    float: left;
    position: relative;
    margin-top: 10px;
    padding-right: 0; }

  .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;
    position: relative;
    width: 100%; }

  .footer .menu-item a, .footer .footer__title {
    justify-content: center;
    text-align: center; }

  .footer .footer__bottom {
    margin-top: 0; }

  /* -------- page intermediaire ------- */
  .contain--p--left {
    padding-left: 0; }

  .contain--p--left > .col {
    padding-right: 15px; }

  .page-template-intermediate-page .page__header, .single-profile .page__header {
    height: auto; }

  .page-template-intermediate-page .page__header img {
    height: auto;
    width: 100%; }

  .page-template-intermediate-page .page__container, .single-profile .page__container {
    margin-top: -40px; }

  .page-template-intermediate-page .page__chapeau {
    margin-top: 20px;
    padding: 0 5px;
    font-size: 16px;
    letter-spacing: 0.8px; }

  .page-template-intermediate-page .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; }

  .page-template-intermediate-page .page__child, .single-profile .page__child {
    height: auto; }

  .page-template-intermediate-page .page__child .child__infos h2, .single-profile .page__child .child__infos h2 {
    font-size: 16px;
    height: auto; }

  .page-template-intermediate-page .page__child p, .single-profile .page__child p {
    display: block; }

  .page-template-intermediate-page .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__focus1, .page__focus2 {
    -webkit-clip-path: polygon(0% 0px, 100% 0px, 100% 100%, 0px 100%);
    clip-path: polygon(0% 0px, 100% 0px, 100% 100%, 0px 100%);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    margin: 10px 0; }

  .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; }

  .page__focus:hover .link_title {
    top: 30%; }

  .page__focus1 a, .page__focus2 a {
    left: 27%;
    right: auto;
    bottom: 20%;
    opacity: 1 !important; }

  .page__focus:hover a {
    bottom: 20%; }

  .page__footer .page__focus__full {
    width: 100%; }

  .page__footer {
    padding: 15px 0; }

  /* ------ 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: 30px; }

  .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 .post__item .post__category, .blog .post__item .post__category {
    padding-left: 40px;
    padding-right: 20px;
    margin-top: 60px; }

  .archive .post__item .post__title, .blog .post__item .post__title,
  .archive .post__item .post__description, .blog .post__item .post__description,
  .post__nav {
    padding-left: 20px;
    padding-right: 20px; }

  .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%); }

  .blog .cross_fix, .archive .cross_fix {
    margin-top: -40px; }

  /* ----- page details actualites ----- */
  .post__header__banner {
    height: auto;
    overflow: hidden;
    margin-top: 40px; }

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

  .page__container {
    padding-bottom: 80px; }

  /* ------ page event ------ */
  .event__items {
    padding: 50px 0; }

  .event__items:before {
    left: 12%; }

  .event__item:after {
    left: 0;
    -webkit-transform: translateX(-57px);
    -ms-transform: translateX(-57px);
    transform: translateX(-57px); }

  .event__item {
    display: inline-block;
    width: 80%;
    margin-left: 20%; }

  .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 ---- */
  .event__sidebar, .post__sidebar {
    background: #F0F0F0 !important; }

  .calendar__box, .sidebar__category {
    margin: 0 30px !important; }

  .sidebar__category__list {
    width: calc( 100% - 0px ); }

  /* page recherche */
  .search-results .page__header {
    height: auto; }

  .search-results .page__header img {
    height: auto;
    width: 100%; }

  .search-results .page__container {
    margin-top: -40px; }

  .search-results .col-9 {
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%; }

  .search-results .page__title {
    font-size: 24px;
    line-height: 1; }

  .search-results .page__title span {
    font-size: 20px;
    line-height: 1; }

  .search-results .page__content {
    padding: 0; }

  .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 {
    margin-bottom: 20px; }

  .footer .menu-item a {
    line-height: 1.6; } }
@media (min-width: 450px) and (max-width: 577px) {
  /* .header {
      background: yellow !important;
  } */
  .page-template-intermediate-page .page__childs .col-md-6, .single-profile .page__childs .col-md-6 {
    width: 50%; }

  .page-template-intermediate-page .page__childs, .single-profile .page__childs {
    padding: 40px 0; }

  .page-template-intermediate-page .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: 80px; }

  /* 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_univ {
    width: initial !important;
    display: inline-block;
    vertical-align: top;
  }

  .branding .logo_univ img, .header--stick .branding .logo_univ img {
    width: 45px;
    height: auto;
    padding: 0;
    margin: 6px 10px 0;
  }

 .branding .logo_rep_france, .header--stick .branding .logo_rep_france {
    width: initial;
    display: inline-block;
    vertical-align: top;
    margin: 0;
      padding: 10px 5px 0;
  }

  .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 {
    height: 80px; }

  .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-bottom: 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 */
  .page__mask--active {
    display: none; }

  .header__navigation {
    left: -101%;
    opacity: 1;
    z-index: 999;
    position: absolute;
    top: 80px;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: scroll; }

  .menu-main-menu-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: 2.5vw; }

  #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: 2.2vw;
    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%; }

  .page-template-intermediate-page .page__header, .single-profile .page__header {
    height: auto; }

  .page-template-intermediate-page .page__header img, .single-profile .page__header img {
    height: auto;
    width: 100%; }

  .page-template-intermediate-page .page__container, .single-profile .page__container {
    margin-top: -40px; }

  .page-template-intermediate-page .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; }

  .page-template-intermediate-page .page__child, .single-profile .page__child {
    height: auto; }

  .page-template-intermediate-page .page__child .child__infos h2 {
    font-size: 16px;
    height: auto; }

  .page-template-intermediate-page .page__child p, .single-profile .page__child p {
    display: block; }

  .page-template-intermediate-page .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-template-intermediate-page .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__focus1, .page__focus2 {
    -webkit-clip-path: polygon(0% 0px, 100% 0px, 100% 100%, 0px 100%);
    clip-path: polygon(0% 0px, 100% 0px, 100% 100%, 0px 100%);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    margin: 10px 0; }

  .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__focus:hover .link_title {
    top: 30%; }

  .page__focus1 a, .page__focus2 a {
    left: 50%;
    right: auto;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

  .page__focus:hover a {
    bottom: 25%; }

  .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: 60px;
    height: 230px; }

  .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 .post__item .post__category, .blog .post__item .post__category {
    padding-left: 35%; }

  .archive .post__item .post__title, .blog .post__item .post__title,
  .archive .post__item .post__description, .blog .post__item .post__description,
  .post__nav {
    padding-left: 30%;
    padding-right: 20px; }

  .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;
    margin-top: 40px; }

  /* ------ 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 ---- */
  .event__sidebar, .post__sidebar {
    background: #F0F0F0 !important; }

  .calendar__box, .event__sidebar .sidebar__category {
    width: 50%;
    max-width: 50% !important;
    margin: 0 25% !important; }

  .sidebar .calendar {
    max-width: 100% !important; }

  /* page recherche */
  .search-results .page__header {
    height: 300px; }

  .search-results .page__header img {
    height: auto;
    width: 100%; }

  .search-results .page__container {
    margin-top: -40px; }

  .search-results .col-9 {
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%; }

  .search-results .page__title {
    font-size: 24px;
    line-height: 1; }

  .search-results .page__title span {
    font-size: 20px;
    line-height: 1; }

  .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: 80px; }

  /* 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_univ {
    width: initial !important;
    display: inline-block;
    vertical-align: top;
  }

  .branding .logo_univ img, .header--stick .branding .logo_univ img {
    width: 60px;
    height: auto;
    padding: 0;
    margin: 6px 10px 0;
  }

 .branding .logo_rep_france, .header--stick .branding .logo_rep_france {
    width: initial;
    display: inline-block;
    vertical-align: top;
    margin: 0;
      padding: 10px 5px 0;
  }

  .contain--p--both {
    padding: 0 5px; }

  /* menu */
  .header {
    height: 80px; }

  .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-bottom: 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; }

  .page__mask--active {
    display: none; }

  .menu-main-menu-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: 2.2vw; }

  #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; }

  .page-template-intermediate-page .page__infos {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }

  .page-template-intermediate-page .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__focus .link_title {
    top: 35%;
    font-size: 24px;
    -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__focus:hover .link_title {
    top: 25%; }

  .page__focus:hover a {
    bottom: 60px; }

  /* --------- 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%; }

  .page-template-intermediate-page .page__header, .single-profile .page__header {
    height: auto; }

  .page-template-intermediate-page .page__header img, .single-profile .page__header img {
    height: auto;
    width: 100%; }

  .page-template-intermediate-page .page__container, .single-profile .page__container {
    margin-top: -40px; }

  .page-template-intermediate-page .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; }

  .page-template-intermediate-page .page__child, .single-profile .page__child {
    height: auto; }

  .page-template-intermediate-page .page__child .child__infos h2, .single-profile .page__child .child__infos h2 {
    font-size: 16px;
    height: auto; }

  .page-template-intermediate-page .page__child p, .single-profile .page__child p {
    display: block; }

  .page-template-intermediate-page .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-template-intermediate-page .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__focus .link_title {
    top: 30%;
    font-size: 22px; }

  .page__focus:hover a {
    bottom: 40px; }

  .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;
    height: 230px; }

  .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 .post__item .post__category, .blog .post__item .post__category {
    padding-left: 35%; }

  .archive .post__item .post__title, .blog .post__item .post__title,
  .archive .post__item .post__description, .blog .post__item .post__description,
  .post__nav {
    padding-left: 30%;
    padding-right: 20px; }

  .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;
    margin-top: 40px; }

  /* ------ 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 ---- */
  .event__sidebar, .post__sidebar {
    background: #F0F0F0 !important; }

  .calendar__box, .event__sidebar .sidebar__category {
    width: 50%;
    max-width: 50% !important;
    margin: 0 25% !important; }

  .sidebar .calendar {
    max-width: 100% !important; }

  /* page recherche */
  .search-results .page__header {
    height: 300px; }

  .search-results .page__header img {
    height: auto;
    width: 100%; }

  .search-results .page__container {
    margin-top: -40px; }

  .search-results .col-9 {
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%; }

  .search-results .page__title {
    font-size: 24px;
    line-height: 1; }

  .search-results .page__title span {
    font-size: 20px;
    line-height: 1; }

  .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: 100px; }

  /* header */
  .branding {
    -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; }

  .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 .logo_univ img {
    margin-top: 0;
    width: 100% !important;
    height: auto;
    -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; }

  .menu-item a, .header__language a, .header__search a {
      font-size: 10px;
  }


  /* social */
  .social--bar {
    width: 60px;
    top: 100px; }

  .header, .header__navigation {
    height: 100px; }

  .header--stick {
    height: 80px !important; }

  .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; }

  .page-template-intermediate-page .page__infos {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }

  .page-template-intermediate-page .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__focus .link_title {
    top: 35%;
    font-size: 24px;
    -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__focus:hover .link_title {
    top: 25%; }

  .page__focus:hover a {
    bottom: 60px; }

  /* --------- PAGE ACTUALITES ----------- */
  .single .post__header__banner {
    height: 480px;
    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); }

  .single-post .page__container {
    margin-top: -160px !important; }

  /* 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) {
  .branding img {
    margin: 20px 10px 0;
    -webkit-transition: all 400ms !important;
    -moz-transition: all 400ms !important;
    -ms-transition: all 400ms !important;
    -o-transition: all 400ms !important; }

  .header--stick .branding img {
    margin: 20px 10px 0;
    -webkit-transition: all 400ms !important;
    -moz-transition: all 400ms !important;
    -ms-transition: all 400ms !important;
    -o-transition: all 400ms !important; }

  .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 {
    margin-top: -280px;
    padding-bottom: 250px; }

  .page__focus {
    height: 280px !important; }

  .page__focus .link_title {
    font-size: 26px; }

  .page__focus:hover .link_title {
    top: 30%; }

  .page__focus:hover a {
    bottom: 60px; }

  /* ---- 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 {
    margin-top: -80px !important; }

  .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; }

  /* ------ page actualite ----- */
  .single-post .page__container {
    margin-top: -170px !important; } }
@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,
  .page-template-intermediate-page .page__header, .page-template-intermediate-page .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 ------ */
  .page-template-intermediate-page .page__child, .single-profile .page__child {
    height: 500px; }

  /* ------ page actualite ----- */
  .single-post .page__container {
    margin-top: -170px !important; }

  .blog .sidebar--padding, .archive .sidebar--padding, .single .sidebar--padding {
    padding-right: 0; } }
@media screen and (max-width: 1090px) {
  .sidebar {
    width: 100%;
    position: absolute;
    right: 0;
    background-color: white;
    flex: none;
    height: 100%;
    max-width: 100%;
    top: 40px;
    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 {
      max-width: 400px;
      margin: auto;
      -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__button {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 23px;
    top: 5px;
    color: black;
    padding: 10px; }
    .sidebar__button i {
      font-size: 21px;
      margin-left: 5px;
      position: absolute; }

  .sidebar__button--full {
    width: 100%;
    background-color: white;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    right: 0px;
    top: 0px;
    color: black;
    padding: 10px;
    text-align: center; }

  .sidebar--padding {
    padding-top: 60px; } }

/*# sourceMappingURL=universite.css.map */