@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");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap");
@keyframes slide {
  from {
    height: 0px; }
  to {
    height: 150px; } }
@-moz-keyframes slide {
  from {
    height: 0px; }
  to {
    height: 150px; } }
@-webkit-keyframes slide {
  from {
    height: 0px; }
  to {
    height: 150px; } }
/*
 *  Define Variables
 *  
 *  Universite de la Rochelle 1.0.0 by Beekom 
 */
/* ------------- SIZES  ------------- */
/* ------------- ANIMATION  ------------- */
/* ------------- FONTS  ------------- */
/* ------------- FONT SIZES ------------- */
/* ------------- COLORS ------------- */
/* ------------- COLORS AUNIS ATLANTIQUE ------------- */
/*  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
 * -------------------------- */


.grecaptcha-badge { 
    visibility: hidden;
}

 .embed_download {
  text-align: center !important;
  margin-top: 20px;
 }

 .embed_download a {
      color: #7ec353;
    border-radius: 20px;
    padding: 10px 30px !important;
    background-color: #FFFFFF;
    border: solid 1px #7ec353;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.6s;
 }


@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: "Roboto", 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 #7ec353; }

.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: #7ec353;
  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: #7ec353;
  font-weight: 600;
  padding-bottom: 10px;
  font-family: "Roboto", sans-serif; }

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

.calendar__month__label {
  color: #7ec353 !important; }

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

.c-calendar_num {
  position: absolute;
  top: 3px;
  right: 0px;
  font-size: 9px;
  background: #7ec353;
  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: #7ec353 !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 #7ec353;
  border-left: 1px solid #7ec353;
  border-bottom: 1px solid #7ec353;
  text-align: center; }

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

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

.sidebar__category__select i {
  font-size: 28px;
  color: #7ec353;
  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;
  top: 34px;
  overflow-y: scroll;
  border: 0 solid #7ec353;
  background-color: #f6f4f0;
  width: calc( 100% - 30px );
  left: 15px; }

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

.sidebar__category__list li a {
  color: #232323;
  text-decoration: none;
  font-size: 15px;
  text-transform: initial;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms; }

.sidebar__category__list li a:hover {
  color: #7ec353; }

.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: "Roboto", 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: 90;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 300ms, opacity 500ms cubic-bezier(0.77, 0, 0.175, 1) 0ms; }

.page__mask--active {
  transition: visibility 0s linear 0ms, opacity 500ms 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: #232323;
  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: #232323;
  -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: #7ec353; }

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

/* form */


.page-id-19751 .form_perso_CDC {
  width: 75%;
  margin:0 12.5%;
  position: relative;
  display: inline-block;
}

@media screen and (max-width:1200px) {

.page-id-19751 .form_perso_CDC {
  width: 90%;
  margin:0 5%;
}

  .cf7_AA_secondaire .wpcf7-submit {
    color: #fff;
    background: #7ec353;
    width: 80%;
    margin:0 10%;
  }

}

@media screen and (max-width:991px) {

.page-id-19751 .form_perso_CDC {
  width: 100%;
  margin:0;
}



  .cf7_AA_secondaire .wpcf7-submit {
    color: #fff;
    background: #7ec353;
    width: 90%;
    margin:0 5%;
  }

}


.form_perso_CDC .col-md-6,
.form_perso_CDC .col-md-4 {
  position: relative;
  display: inline-block !important; }

.form_perso_CDC .form-group input {
  width: 100%; }

.form_perso_CDC textarea {
  width: 100%;
  padding: 20px;
  border-radius: 25px;
  border: 1px solid #ebebeb; }

.form_perso_CDC .wpcf7-acceptance input {
  position: relative;
  display: inline-block;
  width: auto !important;
  margin-right: 10px; }

  .cf7_AA_secondaire .wpcf7 h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 40px;
    display: block;
    color: #232323;
    margin-left: 2%;
  }

  .cf7_AA_secondaire .wpcf7 select {
    text-transform: none;
    padding: 15px;
    width: 98%;
    border-radius: 25px;
    border: solid 1px #212529;
    font-weight: 300;
  }

  .cf7_AA_secondaire .wpcf7 .wpcf7-list-item label {
    flex-direction: initial;
  }

  .cf7_AA_secondaire .wpcf7-submit {
    color: #fff;
    background: #7ec353;
    width: 60% !important;
    margin:0 20%;
  }

  .form_perso_CDC .upload_CDC_full {
  padding: 15px;
  border: 1px solid #212529;
  border-radius: 25px;
  width: 98%;
  max-width: 98%;
  margin: 0 1%;
  margin-bottom: 20px;
  vertical-align: top;
  min-height: 140px; }

.form_perso_CDC .upload_CDC {
  padding: 15px;
  border: solid 1px #212529;
  border-radius: 25px;
  width: 48%;
  max-width: 48%;
  margin: 0 1%;
  margin-bottom: 20px;
  vertical-align: top;
  min-height: 140px; }

.form_perso_CDC .wpcf7-submit {
  border: 1px solid #7ec353 !important; }

/*
 *  Define Typography Style
 *  
 *  Universite de la Rochelle 1.0.0 by Beekom 
 */
h2 {
  font-weight: bold;
  font-size: 54px;
  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: 99;
  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%;
  /* margin-left:0; */ }

.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 180px;
  -moz-box-flex: 0 0 180px;
  -webkit-flex: 0 0 180px;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  height: 100%;
  width: auto !important; }

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

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

.page-id-18704 .col_section_cards .wpb_text_column {
  background-color: #f6f4f0;
  padding: 30px 20px;
  justify-content: left;
}

.page-id-18704 .col_section_cards .wpb_text_column p {
  text-align: left !important;
}

.page-id-18704 .col_section_cards .wpb_text_column h3 {
    color: #7ec353;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    font-size: 22px !important;
    letter-spacing: 1px;
}

.page-id-18704 .col_section_cards .wpb_text_column strong {
    color: #232323;
    font-weight: 500;
    font-size: 15px;
}

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

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

/* ------------- LOGO ------------- */
.branding img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 15px 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 {
  width: 80%;
  height: auto;
  padding: 0;
  margin-top: 10px;
  -webkit-transition: all 400ms !important;
  -moz-transition: all 400ms !important;
  -ms-transition: all 400ms !important;
  -o-transition: all 400ms !important; }

/* ---------- BREADCRUMB ---------- */
.bread--crumb > span {
  color: black; }
.bread--crumb > span > a {
  color: #FFFFFF;
  font-weight: 500; }

/* ------------- MENU ------------- */
/* onglets menu */
.hide__desktop__menu {
  display: none !important; }

.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: 80%;
  float: left;
  padding-left: 2%;
  border-right: 1px solid #ebebeb;
  vertical-align: middle;
  margin-right: 2%; }

#primary-menu {
  height: 100%;
  vertical-align: middle;
  font-size: 0;
  padding-left: 0; }

.menu-item {
  height: 100%;
  width: 25%;
  display: inline-block;
  vertical-align: top; }

#menu-item-18, #menu-item-3552 {
  width: 19%; }

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

.header__search .loupeSearch img {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.menu-item a:hover, .header__language a:hover, .header__search a:hover {
  text-decoration: none;
  color: #7ec353; }

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

.header__language {
  display: none !important; }

.profile_user .loupeSearch {
  position: relative; }
  .profile_user .loupeSearch img {
    margin-top: -35px; }
  .profile_user .loupeSearch span {
    position: absolute;
    margin-top: 20px;
    letter-spacing: 0; }

.profile_user .loupeSearch::after, .search_user .loupeSearch::after {
  font-family: FontAwesome;
  content: '\f107';
  font-size: 16px;
  position: absolute;
  bottom: 10px;
  transition: all 0.3s ease-in-out 0s;
  transition-duration: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  left: 50%;
  margin-left: -8px; }

.profile_user .loupeSearch:hover::after, .search_user .loupeSearch:hover::after {
  transition: all 0.3s ease-in-out 0s;
  transition-duration: 0.3s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s; }

.sub-menu .menu__profile li a {
  text-align: left !important;
  padding: 30px 25px;
  display: block !important; }

.sub-menu .menu_clic li a {
  text-align: left !important;
  padding: 20px 25px;
  display: block !important; }

.profile_user .sub-menu {
  right: 0 !important;
  left: initial !important;
  width: 20% !important; }
  .profile_user .sub-menu .menu-item {
    width: 100%; }
    .profile_user .sub-menu .menu-item a {
      text-align: center !important; }

.search_user .loupeSearch {
  position: relative; }
  .search_user .loupeSearch img {
    margin-top: -35px; }
  .search_user .loupeSearch span {
    position: absolute;
    margin-top: 20px;
    letter-spacing: 0; }

/* ------------- SOUS ONGLETS MEGA MENU ------------- */
/* sous onglets */
#primary-menu li.menu-item-has-children a {
  position: relative !important; }

#primary-menu li.menu-item-has-children::after {
  font-family: FontAwesome;
  content: '\f107';
  font-size: 16px;
  position: absolute;
  bottom: 10px;
  transition: all 0.3s ease-in-out 0s;
  transition-duration: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  left: 50%;
  margin-left: -8px; }

#primary-menu li.menu-item-has-children .msm-submenu li:hover::after {
  display: none; }

#primary-menu li.menu-item-has-children:hover::after {
  transition: all 0.3s ease-in-out 0s;
  transition-duration: 0.3s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s; }

#primary-menu li.menu-item-has-children a:after {
  background: #7ec353 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;
  @include opacity(1);
  @include 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: 0;
  top: 6px;
  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: #7ec353 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 Loupe */
.header__search {
  height: 100%;
  width: 6%;
  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-active .sub-menu-rapide {
    overflow: scroll !important;
    max-height: 500px;
    height: auto; }
  .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: "Roboto", sans-serif;
    color: #232323;
    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: #232323;
    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: "Roboto", sans-serif;
  color: #232323;
  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: #232323;
  color: #FFFFFF; }

/* ------------- SOCIAL MEDIA ------------- */
.social--bar {
  position: absolute;
  top: 550px;
  z-index: 9999;
  left: 20px; }

.social--bar .linkSocialMedia {
  margin-top: 20px; }

.pictoSocialMedia {
  text-align: center; }

.pictoSocialMedia li a i {
  color: #a9a9a9;
  padding: 10px; }

.lineVertical {
  height: 150px;
  width: 1px;
  background: #000;
  margin: 0 auto;
  animation: slide 1s ease;
  -moz-animation: slide 1s ease;
  -webkit-animation: slide 1s ease; }

.textShare {
  margin-top: 60px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg); }

.sidebar__button {
  display: none; }

/* ------------- MENU RICHE ------------- */
.msm-menu-item .msm-submenu {
  top: 120px;
  padding: 40px;
  -webkit-transition: all 600ms !important;
  -moz-transition: all 600ms !important;
  -ms-transition: all 600ms !important;
  -o-transition: all 600ms !important; }

.header--stick .msm-menu-item .msm-submenu {
  top: 80px;
  -webkit-transition: all 600ms !important;
  -moz-transition: all 600ms !important;
  -ms-transition: all 600ms !important;
  -o-transition: all 600ms !important; }

/* .msm-menu-item .msm-submenu ul {
  column-count: 4;
  column-gap: 50px;
}
@media screen and (max-width:1200px) {
  .msm-menu-item .msm-submenu ul {
    column-gap: 10px;
  }
}

@media screen and (max-width:991px) {
  .msm-menu-item .msm-submenu ul {
  column-count: unset;
  column-gap: unset;
  }
} */

.msm-menu-item.msm-click.open .msm-submenu {
  animation: pull-up .3s !important; }

#menu-item-17487 .msm-submenu, #menu-item-17490 .msm-submenu {
  height: 75vh;
  max-height: 750px;
  overflow-y: scroll;
  overflow-x: hidden; }

.msm-submenu .menu {
  font-size: 0 !important; }

.msm-submenu .menu .msm-top-level-item {
  padding: 20px 20px 40px 20px;
  margin-right: 20px;
  width: 23% !important; }

.page .msm-submenu .msm-top-level-item ul.sub-menu {
  position: relative !important;
  display: flex !important;
  flex-direction: column;
  border-left: 0;
  font-size: 16px !important;
  max-height: auto !important;
  width: auto !important;
  background: none !important;
  left: initial !important;
  overflow: initial !important;
  height: auto;
  -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: 16px; }

.page .msm-submenu .msm-top-level-item {
  border: solid 1px #ebebeb;
  height: initial;
  margin-bottom: 20px;}
  
.page .msm-submenu .msm-top-level-item a {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-align: left;
  justify-content: left;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  padding: 0 10px 20px 10px !important;
  border-bottom: solid 1px #ebebeb;
  margin-bottom: 20px; }

.page .msm-submenu .msm-top-level-item ul.sub-menu li.menu-item, .page .msm-submenu .menu-item-has-children ul.sub-menu li.menu-item a {
  opacity: 1 !important;
  font-size: 14px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 3px !important;
  position: relative !important;
  text-transform: initial !important;
  display: inline-block;
  width: 100% !important;
  border: none !important;
  margin-bottom: 0 !important; }

/* ------------- PUSH V2 ------------- */
.push__elements {
  display: none !important;
  transform: translateY(0) !important;
  right: 8.88889rem !important;
  margin-right: -3.16667rem !important;
  position: fixed;
  bottom: 7vh;
  right: 7.6rem;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
  transform: translateY(25vh);
  z-index: 90;
  cursor: pointer; }
  .push__elements .contain, .push__elements .contain--p--both, .push__elements .contain--p--left {
    position: relative;
    width: 100px;
    height: 100px; }
    .push__elements .contain a.push_open, .push__elements .contain--p--both a.push_open, .push__elements .contain--p--left a.push_open {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -webkit-transition: all 0.8s ease;
      -moz-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
      -o-transition: all 0.8s ease; }
    .push__elements .contain .push__bg, .push__elements .contain--p--both .push__bg, .push__elements .contain--p--left .push__bg {
      transition: background-color 0.5s ease 0.75s, transform 0.45s cubic-bezier(0.17, 0.67, 0.3, 1.33);
      content: "";
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transition: transform 0.45s cubic-bezier(0.17, 0.67, 0.3, 1.33);
      transform: translateZ(0) scale(1);
      background-color: #7ec353;
      border-radius: 50%;
      box-shadow: 0px 0 0 rgba(0, 0, 0, 0.15);
      -webkit-transition: all 0.8s ease;
      -moz-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
      -o-transition: all 0.8s ease; }

.push__elements:hover a.push_open {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.push_open {
  position: relative;
  z-index: 10;
  opacity: 1;
  transform: scaleX(1);
  transition: transform 1s cubic-bezier(0.365, 0.305, 0, 1) 0.5s, opacity 1s cubic-bezier(0.365, 0.305, 0, 1) 0.5s;
  width: 6.66667rem;
  height: 6.66667rem;
  bottom: 0;
  right: 0;
  color: #fff !important;
  font-size: .8rem;
  overflow: visible;
  cursor: pointer;
  box-sizing: inherit; }
  .push_open .push_open-ctas_btn_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: scale(1);
    transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1);
    margin: .13333rem 0;
    z-index: 1;
    box-sizing: inherit; }
    .push_open .push_open-ctas_btn_inner .push_open_toggle_inner_toggle_inner  {
      color: #fff !important;
      font-size: .8rem;
      cursor: pointer; }
  .push_open .push-ctas_btn_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7ec353;
    transform: scale(1);
    z-index: 0;
    border-radius: 50%;
    overflow: hidden;
    transition: transform 0.25s cubic-bezier(0.365, 0.305, 0, 1); }

.push_open .push_open_toggle_inner::after, .push_open .push_open-ctas_toggle_inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 33%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(1) translate(-50%, -50%); }

.push_open .push_open_toggle_inner::after {
  transform: scaleX(1) translate(-50%, -50%) rotate(90deg);
  transition: transform 0.25s cubic-bezier(0.365, 0.305, 0, 1); }

.sub-menu-active .push_open .push_open_toggle_inner::after {
  transform: scaleY(0) translate(-50%, -50%) rotate(90deg); }

.push_open.push_open_toggle_inner::after, .push_open .push_open_toggle_inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 33%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(1) translate(-50%, -50%); }

.push__elements:hover .push__bg {
  transform: translateZ(0) scale(1.2);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.19);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.push__elements .menu-item {
  position: absolute;
  width: 5.2rem;
  height: 5.2rem;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.365, 0.305, 0, 1), transform 0.5s cubic-bezier(0.365, 0.305, 0, 1);
  color: #fff !important;
  font-size: .8rem;
  overflow: visible;
  cursor: pointer;
  transform: scale(1); }

.sub-menu-active .menu-item {
  transition: opacity 0.25s cubic-bezier(0.365, 0.305, 0, 1) 0.1s, transform 0.5s cubic-bezier(0.365, 0.305, 0, 1); }

.push_btn_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1);
  margin: .13333rem 0;
  z-index: 1;
  color: #fff !important;
  font-size: .8rem;
  cursor: pointer; }

.push_btn_inner img {
  height: 2.5rem;
  fill: #fff;
  overflow: hidden;
  max-width: 100%;
  vertical-align: middle;
  color: #fff !important;
  font-size: .8rem;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1); }

.push-ctas_btn_text {
  position: absolute;
  text-align: right;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-align: right;
  left: -260px;
  top: 25px;
  width: 240px;
  text-transform: uppercase;
  display: none;
  transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1); }

.push-ctas_btn_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  transform: scale(1);
  z-index: 0;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.25s cubic-bezier(0.365, 0.305, 0, 1);
  margin: .13333rem 0;
  color: #fff !important;
  font-size: .8rem;
  cursor: pointer; }

.push-ctas_btn_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.365, 0.305, 0, 1); }

.menu-item:hover img {
  transform: scale(0.95); }

.menu-item:hover .push-ctas_btn_bg, .push_open:hover .push-ctas_btn_bg {
  transform: scale(1.1); }

.sub-menu-active .push-ctas_btn_text {
  display: block; }

.sub-menu-active .push_open__sub-menu .menu-item:nth-child(1) {
  opacity: 1;
  transform: translateY(-100%) translateY(-3rem) translateZ(0); }

.sub-menu-active .push_open__sub-menu .menu-item:nth-child(2) {
  opacity: 1;
  transform: translateY(-200%) translateY(-4.5rem) translateZ(0); }

.sub-menu-active .push_open__sub-menu .menu-item:nth-child(3) {
  opacity: 1;
  transform: translateY(-300%) translateY(-6rem) translateZ(0); }

.sub-menu-active .push_open__sub-menu .menu-item:nth-child(4) {
  opacity: 1;
  transform: translateY(-400%) translateY(-7.5rem) translateZ(0); }

.sub-menu-active .push_open__sub-menu .menu-item:nth-child(5) {
  opacity: 1;
  transform: translateY(-500%) translateY(-9rem) translateZ(0); }

.sub-menu-active .push_open__sub-menu .menu-item:nth-child(6) {
  opacity: 1;
  transform: translateY(-600%) translateY(-10.5rem) translateZ(0); }

/*
 *  Define Grid Style
 *  
 *  Universite de la Rochelle 1.0.0 by Beekom 
 */
.contain, .contain--p--both, .contain--p--left {
  max-width: 1800px;
  -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: 1800px) {
  .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: calc(50% + 15px); } }
@media only screen and (max-width: 1800px) {
  .contain--p--left > .col {
    padding-right: 0; } }
/*
 *  Define Cross Style
 *  
 *  Universite de la Rochelle 1.0.0 by Beekom 
 */
.cross {
  height: 750px;
  position: relative; }

.cross_flex {
  height: 100%;
  max-height: 590px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 95%;
  margin-top: -16px; }
  .cross_flex .cross_container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #FFFFFF;
    -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: 500px;
      width: 100%;
      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: auto;
  padding: 0;
  position: relative;
  width: 70%; }
  .cross_fix .cross_container {
    width: 100%;
    height: 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); }

.cross_flex .cross_container .actuality__image__item--active a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99; }

/*
 *  Define Footer Style
 *  
 *  Universite de la Rochelle 1.0.0 by Beekom 
 */
.footer {
  background-color: #ebebeb;
  padding-top: 40px;
  padding-bottom: 40px; }

.footer__contain {
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 0; }

.footer__contain .col-md-3 {
  display: inline-block;
  padding: 0;
  position: relative;
  top: 0;
  vertical-align: top; }

.footer .footer__title {
  font-family: "Roboto", sans-serif;
  color: #232323;
  text-align: left;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  float: left;
  width: 100%; }

.footer__contain p {
  font-family: "Roboto", sans-serif;
  font-size: 14px !important;
  color: #232323;
  margin-bottom: 5px; }

.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 #232323;
  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: #232323;
  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: "Roboto", sans-serif;
  color: #232323;
  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: #232323;
  font-size: 16px;
  padding: 10px; }

/*
 *  Define Button Style
 *  
 *  Universite de la Rochelle 1.0.0 by Beekom 
 */
.button {
  background-color: transparent;
  border-collapse: collapse;
  border-style: solid;
  border-width: 2px;
  padding: 5px 25px;
  font-size: 14px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  outline-style: none;
  font-weight: bold;
  text-decoration: none !important;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  background-clip: border-box;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px; }

.button--black {
  color: #232323;
  border-color: #232323; }
  .button--black:hover {
    color: #FFFFFF;
    background-color: #232323; }

.button--white {
  color: #FFFFFF;
  border-color: #FFFFFF; }
  .button--white:hover {
    color: #232323;
    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 #232323;
  color: #232323; }

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

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

/* ----------- AUNIS ATLANTIQUE ----------------- */
/* green */
.buttonAA--green--slider {
  background-color: #7ec353;
  color: #FFFFFF;
  padding: 10px 35px;
  border-radius: 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 1vw;
  line-height: 1vw;
  font-weight: 300;
  letter-spacing: 2px; }

.buttonAA--green--slider:after {
  background-color: #7ec353;
  text-decoration: none; }

.buttonAA--green--slider:hover {
  color: #FFFFFF !important;
  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;
  text-decoration: none;
  background-color: #232323; }

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

@keyframes upTxt {
  from {
    opacity: 0;
    transform: translateY(40px); }
  to {
    opacity: 1;
    transform: translateZ(0); } }
@-moz-keyframes upTxt {
  from {
    opacity: 0;
    transform: translateY(40px); }
  to {
    opacity: 1;
    transform: translateZ(0); } }
@-webkit-keyframes upTxt {
  from {
    opacity: 0;
    transform: translateY(40px); }
  to {
    opacity: 1;
    transform: translateZ(0); } }
.page-child .vc_row-fluid {
  animation: upTxt 1s cubic-bezier(0.365, 0.305, 0, 1);
  -moz-animation: upTxt 1s cubic-bezier(0.365, 0.305, 0, 1);
  -webkit-animation: upTxt 1s cubic-bezier(0.365, 0.305, 0, 1);
  transform: translateY(0);
  opacity: 1; }

.page-child .vc_row-fluid:nth-child(1) {
  animation-delay: 0.3s; }

.page-child .vc_row-fluid:nth-child(2) {
  animation-delay: 0.5s; }

.page-child .vc_row-fluid:nth-child(3) {
  animation-delay: 0.7s; }

.page-child .vc_row-fluid:nth-child(4) {
  animation-delay: 0.9s; }

.page-child .vc_row-fluid:nth-child(5) {
  animation-delay: 1.2s; }

.page-child .vc_row-fluid:nth-child(6) {
  animation-delay: 1.5s; }

/*  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 .picture_header {
    position: relative;
    width: 100%;
    height: auto; }
    .page__header .picture_header .filter_black {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.3; }

/* ------------- PAGE HEADER ------------- */
.page__container {
  padding-bottom: 40px; }
  .page__container .col-md-9 {
    margin: 0 auto; }

.page__infos {
  background: none;
  padding-bottom: 25px;
  position: absolute;
  min-height: 150px;
  text-align: center;
  top: 20%;
  z-index: 10; }

.page__title {
  text-transform: initial;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: 1px;
  padding: 35px 20% 10px 20%;
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
  font-size: 72px;
  margin-bottom: 30px; }
  .page__title:after {
    content: "";
    width: 20%;
    height: 2px;
    background-color: #7ec353;
    display: block;
    margin-top: 20px;
    position: absolute;
    left: 40%;
    bottom: 0; }

.page__breadcrumb {
  font-size: 12px;
  margin-top: 30px; }

.bread--crumb > span {
  padding: 0 2px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300; }

.separator_breadcrumb {
  padding: 0 5px !important; }

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

.page__content {
  padding-top: 50px;
  padding-bottom: 80px;
  margin-bottom: 60px;
  font-size: 18px;
  position: relative; }
  .page__content:after {
    content: "";
    width: 15%;
    height: 2px;
    background-color: #7ec353;
    display: block;
    margin-top: 20px;
    position: absolute;
    left: 50%;
    margin-left: -7.5%;
    bottom: 0; }
  .page__content .page__intro {
    font-size: 22px;
    letter-spacing: 0.8px;
    line-height: 1.3;
    font-weight: 300;
    color: #7ec353;
    display: block;
    text-align: justify; }
    .page__content .page__intro:after {
      content: "";
      width: 15%;
      height: 2px;
      background-color: #7ec353;
      display: block;
      margin-top: 50px;
      position: relative;
      margin-left: 0; }
  .page__content h2 {
    font-weight: 500;
    font-size: 30px;
    color: #232323;
    margin-top: 40px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 40px; }
  .page__content h3 {
    font-weight: 500;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 5px;
    display: block;
    text-transform: initial;
    color: #7ec353; }
    .page-id-39892 .page__content h3 {
      color: initial;
    }
  .page__content h4 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 5px;
    display: block;
    color: #232323; }
  .page__content h5 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    display: block;
    color: #232323; }
  .page__content h6 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
    display: block;
    color: #232323; }
  .page__content li {
    margin-bottom: 5px; }
    .single-event li {
      margin-bottom: 10px;
    }
    .single-event .content_bottom a, .single-event .content_bottom a, .single-event .event__infos_pratique a {
        color: #7ec353;
    }
    .page__content li:before, .single-event .content_bottom li:before {
      content: "\f0c8";
      font-family: FontAwesome;
      color: #7ec353;
      /* 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: #7ec353; }
  .page__content a {
    color: #7ec353; }
  .page__content ul {
    margin-top: 0;
    margin-bottom: 25px; }
  .page__content p {
    margin-bottom: 15px;
    text-align: justify;
    font-weight: 300; }
  .page__content img {
    max-width: 100%;
    height: auto; }
  .page__content ul li ul {
    margin-left: 25px;
    margin-bottom: 10px !important; }
  .page__content ul li ul li:before {
    color: #232323;
    font-size: 6px;
    margin-right: 8px;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }

/* ------------- 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: #232323;
  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: 54px;
  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-id-18391 .page__content .page__intro:after {
  margin: 40px auto !important; }

.page-id-18391 .wpcf7-form .col-md-8 {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center; }

.page-id-18391 textarea {
  overflow: auto;
  resize: vertical;
  border-radius: 15px;
  padding: 20px;
  border: 1px solid #ebebeb; }

.page-id-18391 .wpcf7-form .col-md-12 {
  padding: 0 20%;
  text-align: center; }

.page__contact {
  max-width: 100%;
  width: 100%;
  /*padding: 20px 20px 30px 30px;*/ }
  .page__contact .page__contact__content {
    width: 80%;
    margin: 60px auto;
    position: relative; }
    .page__contact .page__contact__content .bloc_contact_gray {
      position: absolute;
      width: 76%;
      left: 50%;
      margin-left: -38%;
      top: 75px;
      z-index: -1;
      height: 300px;
      background-color: #f6f4f0; }

.contact__content__top {
  position: relative;
  font-size: 0; }
  .contact__content__top .contact__title {
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    color: #232323;
    text-transform: initial;
    text-align: right;
    width: 50%;
    z-index: 10;
    padding: 30px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    border-bottom: solid 1px #7ec353;
    max-height: 120px; }
  .contact__content__top .contact__name {
    font-weight: 600;
    color: #7ec353;
    font-size: 26px;
    padding: 30px;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    text-align: left;
    width: 50%;
    display: inline-block;
    position: relative;
    border: solid 1px #7ec353;
    max-height: 125px; }

.contact__content__bottom {
  position: relative;
  font-size: 0;
  vertical-align: top; }
  .contact__content__bottom .contact__content__bottom__left {
    width: 50%;
    position: relative;
    display: inline-block;
    text-align: right;
    padding: 30px;
    vertical-align: top;
    border-left: solid 1px #7ec353;
    border-bottom: solid 1px #7ec353; }
  .contact__content__bottom .contact__content__bottom__right {
    width: 30%;
    position: relative;
    display: inline-block;
    text-align: left;
    padding: 30px 30px 60px 30px;
    vertical-align: top;
    border-right: solid 1px #7ec353;
    border-left: solid 1px #7ec353;
    border-bottom: solid 1px #7ec353; }
    .contact__content__bottom .contact__content__bottom__right h3 {
      text-transform: uppercase;
      font-size: 22px;
      font-weight: 600;
      color: #232323; }

.contact__name {
  color: #7ec353;
  font-size: 20px;
  font-weight: 600;
  display: block;
  text-decoration: none; }

.contact__address {
  color: #232323;
  font-size: 16px;
  display: block;
  text-decoration: none; }
  .contact__address p {
    margin-bottom: 5px; }

.contact__phone a {
  color: #232323;
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-top: 5px;
  text-decoration: none; }

.contact__email a {
  color: #232323;
  font-size: 18px;
  display: block;
  margin-top: 5px;
  text-decoration: none; }

.contact__site a {
  color: #7ec353;
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-top: 5px;
  text-decoration: none; }

.contact__availability {
  color: #232323;
  font-size: 18px;
  display: block;
  margin-top: 12px; }

/* ------------- PAGE FOCUS ------------- */
.page__footer {
  position: relative;
  padding: 0 0 60px 0;
  min-height: 950px; }
  .page__footer h2 {
    color: #232323;
    text-transform: initial;
    margin-left: 10px;
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
    z-index: 10;
    font-weight: 800;
    font-size: 54px;
    font-family: "Roboto", sans-serif; }
  .page__footer .bloc_focus_gray {
    width: 55%;
    height: 630px;
    background: #f6f4f0;
    position: absolute;
    left: 50%;
    margin-left: -27.5%;
    top: 45px;
    z-index: -1; }
  .page__footer .col_left_focus, .page__footer .col_right_focus {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%; }
  .page__footer .col_left_focus {
    margin-right: 2%; }
    .page__footer .col_left_focus .page__focus1__left {
      width: 33%;
      position: absolute;
      height: 100%;
      border-right: solid 1px #FFFFFF;
      top: 0;
      left: 0; }
    .page__footer .col_left_focus .page__focus1__right {
      width: 67%;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%; }
      .page__footer .col_left_focus .page__focus1__right .link_categorie {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 30px;
        border-bottom: solid 1px #FFFFFF;
        font-size: 24px;
        font-family: "Roboto", sans-serif;
        color: #FFFFFF;
        line-height: 1.2;
        text-align: left;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease; }
  .page__footer .col_right_focus {
    margin-left: 2%;
    margin-top: 70px; }
    .page__footer .col_right_focus .page__focus2__left {
      width: 33%;
      position: absolute;
      height: 100%;
      border-right: solid 1px #FFFFFF;
      top: 0;
      left: 0; }
    .page__footer .col_right_focus .page__focus2__right {
      width: 67%;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%; }
      .page__footer .col_right_focus .page__focus2__right .link_categorie {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 30px;
        border-bottom: solid 1px #FFFFFF;
        font-size: 24px;
        font-family: "Roboto", sans-serif;
        color: #FFFFFF;
        line-height: 1.2;
        text-align: left;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease; }

.page__focus {
  background: #000;
  overflow: hidden;
  width: 100%;
  height: 400px;
  position: relative; }
  .page__focus .link_title {
    position: absolute;
    font-size: 42px;
    color: white;
    font-weight: 800;
    top: 40%;
    width: 78%;
    -webkit-transition: top 500ms;
    -moz-transition: top 500ms;
    -ms-transition: top 500ms;
    -o-transition: top 500ms; }
  .page__focus a.link_hover_focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99; }
  .page__focus a.link_bottom_focus {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 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.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease; }
  .page__focus:hover .link_categorie {
    padding: 35px 30px !important; }
  .page__focus:hover a.link_bottom_focus {
    padding: 30px 0;
    opacity: 1;
    text-shadow: 2px 2px 20px #000; }
  .page__focus:hover img {
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
    transform: scale(1.05); }

.page__focus1 .link_title {
  left: 30px; }

.page__focus2 .link_title {
  left: 30px; }

/* -------- FORMULAIRES --------- */
.wpcf7-form {
  margin-bottom: 80px; }
  .wpcf7-form label.control-label {
    display: none; }
  .wpcf7-form .oblichamp {
    font-size: 12px;
    margin-top: 10px;
    color: red; }
  .wpcf7-form .wpcf7-list-item {
    margin: 0; }

.wpcf7-form .form-group {
  padding: 0; }
  .wpcf7-form .form-group .col-md-8 {
    padding: 0; }
  .wpcf7-form .form-group input {
    padding: 10px 20px;
    border-radius: 20px;
    border: 1px solid #212529; }
  .wpcf7-form .form-group .rgpd-acceptance {
    display: block;
    text-align: left;
    font-size: 14px;
    font-family: "Roboto", sans-serif; }

.wpcf7-submit {
  color: #7ec353;
  border-radius: 20px;
  padding: 10px 30px !important;
  background-color: #FFFFFF;
  border: solid 1px #7ec353;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  margin-left: 0;
  transition: all 0.6s; }

/*
 *  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 
 */
/* ------------- COMMON ------------- */
/* title */
.home__title__type {
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  font-size: 54px;
  text-transform: initial;
  letter-spacing: 1px; }

/* ------------- SLIDER ------------- */
.home .page {
  padding-top: 85px; }

.home .home__slider rs-sbg {
  background-size: contain !important; }

.home__slider h1 div {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
.home__slider h1 span {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
.home__slider h2 {
  text-transform: initial !important; }
  .home__slider h2 div {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
.home__slider .slider__container {
  position: relative;
  width: 100%;
  height: 750px;
  transform: translate3d(0px, 0px, 0px);
  overflow: hidden; }
  .home__slider .slider__container .slider__link {
    position: absolute;
    z-index: 90;
    top: 56%;
    width: 100%;
    text-align: center; }
.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; }

.home .actuality__nav__left .fa-angle-left:before {
  content: url(https://www.aunisatlantique.fr/wp-content/uploads/2020/06/return.svg) !important; }

.home .actuality__nav__right .fa-angle-right:before {
  content: url(https://www.aunisatlantique.fr/wp-content/uploads/2020/06/next.svg) !important; }

/* ------------- PROFILS ------------- */
.home__profile {
  position: relative;
  padding-bottom: 20px;
  margin-top: -120px; }

.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: "Roboto", 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: "Roboto", 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: #232323;
  -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 ------------- */
.bloc_black {
  position: absolute;
  left: 0;
  top: -320px;
  background-color: #232323;
  width: 51.4%;
  height: 740px;
  z-index: -1; }

.home__news {
  padding-top: 0;
  padding-bottom: 30px; }

.cross h2 {
  color: #FFFFFF;
  text-transform: initial;
  margin-left: 10px;
  position: relative;
  margin-top: 80px;
  margin-bottom: 30px; }

.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 {
  margin-top: -160px;
  overflow: initial; }

.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__text .cross_container {
  overflow: hidden;
  padding: 20px 10px;
  background-color: #FFFFFF; }

.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;
  z-index: 99; }

.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: "Roboto", sans-serif;
  color: #232323;
  text-align: left;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  float: left;
  width: 100%;
  margin-top: 10px;
  padding-right: 25%;
  padding-left: 0; }

.actuality__description {
  font-family: "Roboto", sans-serif;
  color: #232323;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  float: left;
  width: 100%;
  padding-left: 0;
  padding-right: 15%;
  max-height: 65px;
  margin-bottom: 10px; }

.actuality__link a {
  color: #7ec353;
  border-radius: 20px;
  padding: 5px 20px;
  border: solid 1px #7ec353;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  margin-left: 0;
  margin-top: 40px;
  transition: all 0.6s; }

.actuality__all__link a {
  color: #7ec353;
  border-radius: 20px;
  padding: 5px 20px;
  border: solid 1px #7ec353;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  margin-left: 10px;
  transition: all 0.6s; }

/* .actuality__link a:after {
    background-color: $color--green;
} */
.actuality__all__link a:hover {
  color: #FFFFFF;
  border: solid 1px #FFFFFF;
  transition: all 0.6s; }

.actuality__nav {
  position: absolute;
  padding-left: 0;
  width: 150px;
  margin-top: 0;
  bottom: 30px;
  right: -260px; }

.actuality__link {
  position: relative;
  width: auto;
  text-align: left;
  margin-right: 0;
  margin-top: 40px;
  display: inline-block; }

.actuality__all__link {
  position: relative;
  width: 80%;
  float: left; }

.actuality__nav__onglets {
  float: right;
  position: relative;
  width: 100%;
  background-color: #FFFFFF; }

.slash--icon--blue {
  position: relative;
  float: left;
  width: auto;
  height: auto; }

.actuality__nav__right, .actuality__nav__left {
  position: relative;
  float: left;
  width: 50%;
  height: auto; }

.actuality__nav i {
  padding: 20px;
  font-size: 48px;
  width: 100%;
  text-align: center;
  color: #232323; }

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

/* ------------- ACCES RAPIDE ------------- */
.acces__rapide__container {
  background-color: #f6f4f0; }

.acces__rapide__container ul {
  width: 100%;
  padding: 0 10px 40px 10px;
  margin: 0 auto;
  position: relative;
  display: inline-block; }
  .acces__rapide__container ul .pictos_item {
    width: 32%;
    position: relative;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    vertical-align: top;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.1s; }
    .acces__rapide__container ul .pictos_item .picto_acces_rapide {
      width: 75px;
      height: 75px;
      min-height: 75px;
      border-radius: 100%;
      position: relative;
      display: inline-block;
      margin-bottom: 13px;
      border: solid 1px #7ec353; }
      .acces__rapide__container ul .pictos_item .picto_acces_rapide .push-ctas_btn_bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #232323;
        transition: background-color 0.5s ease 0.75s, transform 0.45s cubic-bezier(0.17, 0.67, 0.3, 1.33);
        transform: scale(0.0001);
        z-index: 0;
        border-radius: 100%;
        overflow: hidden;
        transition: transform 0.4s cubic-bezier(0.365, 0.305, 0, 1);
        margin: 0 !important;
        color: #fff !important;
        cursor: pointer; }
      .acces__rapide__container ul .pictos_item .picto_acces_rapide img {
        margin: 0 auto;
        width: 75px;
        min-height: 75px;
        height: 75px;
        position: relative;
        display: inline-block;
        padding: 12px;
        z-index: 10;
        transition: transform 0.8s cubic-bezier(0.365, 0.305, 0, 1);
        transform: scale(1); }
    .acces__rapide__container ul .pictos_item .picto_text {
      width: 100%;
      position: relative;
      display: inline-block;
      font-family: "Roboto", sans-serif;
      color: #232323;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 900;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transform: translateY(0);
      letter-spacing: 0; }

.home .pictos_item:hover .push-ctas_btn_bg {
  background-color: #232323 !important;
  transform: translateZ(0) scale(1.1) !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.home .pictos_item:hover .picto_acces_rapide img {
  transform: translateZ(0) scale(0.9) !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.home .pictos_item:hover .picto_text {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  letter-spacing: 0.5px !important; }

/* ------------- AGENDA ------------- */
.home__agenda {
  overflow: hidden;
  padding-right: 70px;
  margin-top: -280px; }

.agenda__container {
  background-color: #FFFFFF; }

.home__agenda h2 {
  color: #232323;
  text-transform: initial;
  padding: 0 50px;
  text-align: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: 800;
  position: relative;
  display: inline-block; }

.agenda__slide {
  padding: 0px 10% 0 8%;
  margin-left: 10% !important;
  border-left: solid 1px black;
  margin-bottom: 0;
  height: auto;
  width: 90% !important;
  position: relative;
  display: inline-block; }

.agenda__item {
  height: auto;
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  border-bottom: solid #b2b2b2 1px;
  padding-bottom: 10px; }

.agenda__item:nth-child(1) {
  animation-delay: 0.6s; }

.agenda__item:nth-child(2) {
  animation-delay: 0.7s; }

.agenda__item:nth-child(3) {
  animation-delay: 0.8s; }

.agenda__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

.agenda__date {
  text-align: left; }

.agenda__date:before {
  content: '';
  position: absolute;
  top: 0px;
  left: -44px;
  width: 13px;
  height: 13px;
  background-color: #7ec353;
  border-radius: 100%; }

.agenda__date .agenda__month {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  color: #7ec353;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -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;
  margin-top: -22px; }

.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: "Roboto", sans-serif;
  color: #232323;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 900;
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.agenda__description {
  font-family: "Roboto", sans-serif;
  color: #232323;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  float: left;
  width: 100%;
  min-height: 40px;
  height: 40px;
  overflow: hidden; }

.agenda__nav {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  width: 100%;
  padding-right: 15px;
  margin-top: 20px;
  padding-bottom: 30px; }

.agenda__link {
  float: left;
  position: relative;
  width: auto;
  margin-top: 15px;
  text-decoration: none;
  margin-left: 20px; }

.agenda__link a {
  color: #7ec353;
  border-radius: 20px;
  padding: 5px 20px;
  border: solid 1px #7ec353;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  margin-left: 10px;
  transition: all 0.6s; }

.agenda__nav__onglets {
  float: right;
  position: relative;
  width: auto; }

.agenda__nav__onglets i {
  padding: 0 20px 0 18px;
  font-size: 28px;
  color: #232323; }

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

/* ----------- PROFILS UTILISATEURS ----------- */
.home .bloc_grey_container {
  position: absolute !important;
  display: inline-block;
  left: initial !important;
  height: 600px !important;
  top: 100px; }
  .home .bloc_grey_container .grey_bloc {
    background-color: #f6f4f0;
    position: absolute !important;
    width: 91% !important;
    right: 0 !important;
    height: 600px !important; }

.container_profil {
  width: 80%;
  margin: 0 10% 0 10% !important; }

.profils_cdc h2 {
  text-align: left !important;
  margin-left: calc(10% + 15px) !important;
  margin-top: 170px !important;
  margin-bottom: 40px !important; }
.profils_cdc .bloc_info_bottom_push {
  padding: 0 5px; }
  .profils_cdc .bloc_info_bottom_push .profil_home {
    background: #000; }
  .profils_cdc .bloc_info_bottom_push img {
    width: auto !important;
    height: 100% !important;
    opacity: 0.7; }
  .profils_cdc .bloc_info_bottom_push h3 {
    position: relative !important;
    bottom: initial !important;
    background: none !important;
    font-size: 32px;
    font-family: "Roboto";
    line-height: 1.2;
    text-align: center;
    font-weight: 600 !important;
    padding-bottom: 0 !important;
    margin-top: 70%; }
  .profils_cdc .bloc_info_bottom_push .mask {
    color: #fff;
    position: relative;
    background: none !important;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
    opacity: 1; }
  .profils_cdc .bloc_info_bottom_push .bb-description {
    padding-top: 10px !important; }
  .profils_cdc .bloc_info_bottom_push .bb-link {
    background: none !important;
    color: #FFFFFF;
    border: solid 1px #FFFFFF !important;
    border: medium none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
    transition: all 0.3s ease 0s;
    text-shadow: none;
    border-radius: 25px;
    margin-top: 25px; }

/* ------------- CONTENT VISUAL COMPOSER ------------- */
.home__content {
  padding-right: 100px; }
  .home__content .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0; }
  .home__content h2 {
    color: #232323;
    text-transform: initial;
    margin-left: 10px;
    text-align: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: 0;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    font-size: 54px; }

/* block Focus */
.home .contenuHomeVC .container {
  margin: 0 auto !important; }

.home .wpb_button, .home .wpb_content_element {
  margin-bottom: 20px; }

.home .contenuHomeVC .ad-detail-content .vc_row {
  margin: 0; }

.home .lesFocusAunis {
  position: absolute !important;
  z-index: 10; }

.home .contenuHomeVC .lesFocusAunis .vc_col-sm-8 .vc_column-inner {
  padding-left: 0;
  padding-right: 0; }

.home .contenuHomeVC .lesFocusAunis .vc_col-sm-4 .vc_column-inner {
  padding-left: 0;
  padding-right: 0; }

.home .blocPhoto .vc_column-inner {
  padding: 0 !important; }

.texteSurPhoto {
  margin-left: 10%;
  position: absolute;
  margin-top: 28%;
  width: 80%; }

.home .bloc-zoom-tool h2 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 20px; }

.home .contenuHomeVC .titreFocus h2 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 60px; }

.texteSurPhoto h3 {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  text-shadow: 0px 5px 20px #000;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center; }

.home .blocTexte {
  padding: 0 20px;
  text-align: center;
  margin-top: 6%; }

.home .blocTexte .wpb_text_column {
  margin-bottom: 15px; }

.blocTexte .boutonSavoirPlus .ubtn {
  padding: 10px 30px 10px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.blocTexte .boutonSavoirPlus .ubtn .ubtn-text::after {
  content: "+";
  font-size: 20px;
  padding-left: 5px; }

.photoAunisAtantiqueFocus .vc_figure, .photoAunisAtantiqueFocus .vc_single_image-wrapper, .photoAunisAtantiqueFocus .vc_single_image-wrapper img {
  width: 100%; }

.home .photoAunisAtantiqueFocus {
  margin-bottom: 0; }

.vivreEnAunisAtlantique .blocTexte p, .associationAunisAtlantique .blocTexte p {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 200;
  font-family: "Roboto", sans-serif; }

.blocTexte .boutonSavoirPlus .ubtn:hover {
  color: #fff;
  margin-top: 5px; }

.associationAunisAtlantique, .entreprendreAunisAtlantique, .vivreEnAunisAtlantique {
  min-height: 355px; }

.associationAunisAtlantique .blocTexte, .entreprendreAunisAtlantique .blocTexte, .vivreEnAunisAtlantique .blocTexte {
  margin-top: 17%; }

/* bloc association */
.BlocAssociationFocus .boutonSavoirPlus {
  background: #232323 none repeat scroll 0 0;
  color: #7ec353;
  border: solid #7ec353 1px !important;
  border: medium none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.3s ease 0s;
  text-shadow: none;
  border-radius: 25px; }

.BlocAssociationFocus .boutonSavoirPlus:hover {
  background: #8CC540;
  color: #fff;
  margin-top: 8px;
  text-shadow: none;
  transition: all 0.3s ease 0s; }

#associationAunisAtlantique::before {
  width: 40px;
  height: 0;
  border-style: solid;
  border-width: 0 50px 40px 50px;
  border-color: transparent transparent #232323 transparent;
  z-index: 9999;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px; }

#habitantAunisAtlantique::before {
  width: 40px;
  height: 0;
  border-style: solid;
  border-width: 0 50px 40px 50px;
  border-color: transparent transparent #7ec353 transparent;
  z-index: 9999;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px; }

.photoMobileEntreprendre::before {
  width: 40px;
  height: 0;
  border-style: solid;
  border-width: 0 50px 40px 50px;
  border-color: transparent transparent #f6f4f0 transparent;
  z-index: 9999;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px; }

.photoDesktopEntreprendre::before {
  width: 40px;
  height: 0;
  border-style: solid;
  border-width: 0 50px 40px 50px;
  border-color: transparent transparent #f6f4f0 transparent;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
  transform: rotate(180deg); }

/* bloc entreprendre */
.BlocEntreprendreFocus .boutonSavoirPlus {
  background: #f6f4f0 none repeat scroll 0 0;
  color: #7ec353;
  border: solid 1px #7ec353 !important;
  border: medium none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 0;
  transition: all 0.3s ease 0s;
  text-shadow: none;
  border-radius: 25px; }

.BlocEntreprendreFocus .boutonSavoirPlus:hover {
  background: #8CC540;
  color: #fff;
  margin-top: 8px;
  text-shadow: none;
  transition: all 0.3s ease 0s; }

.BlocEntreprendreFocus .photoMobileEntreprendre {
  display: none; }

/* bloc vivre */
.BlocVivreFocus .boutonSavoirPlus {
  background: #7ec353 none repeat scroll 0 0;
  color: #232323;
  border: solid 1px #232323 !important;
  border: medium none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 0;
  transition: all 0.3s ease 0s;
  text-shadow: none;
  border-radius: 25px; }

.BlocVivreFocus .boutonSavoirPlus:hover {
  background: #232323;
  color: #fff;
  margin-top: 8px;
  text-shadow: none;
  transition: all 0.3s ease 0s; }

/* texte presentation */
.home .textePresentationAunis {
  margin-top: 150px !important;
  padding-top: 240px; }

.textePresentationAunis .container, .section_push_bottom .container {
  width: 1600px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 100px; }

.textePresentationAunis h2 {
  color: #232323;
  text-transform: initial;
  margin-left: 10px;
  text-align: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
  margin-left: 0;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  font-size: 54px; }

.textePresentationAunis .textePresentation {
  width: 100%;
  padding-right: 5%; }

/* bloc video */
.section_video {
  padding-bottom: 40px; }

.section_video img {
  width: 100%;
  position: relative;
  display: block;
  padding: 30px; }

.section_video a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent; }

/* bloc evenements */
.wrapper-events {
  background: #fff !important; }

#event-slides {
  margin-top: 20px;
  height: 300px;
  overflow: hidden; }

.bloc-events h2 {
  font-family: "dosis";
  font-size: 30px !important;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
  text-align: center; }

.owl-carousel .owl-wrapper-outer {
  /*overflow: visible;*/ }

.home .owl-item {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease 0s;
  overflow: hidden;
  width: 275px !important;
  margin: 5px; }

.home .owl-item:hover {
  transition: all 0.4s ease 0s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transform: scale(1.04);
  z-index: 9999999; }

.home .bloc-events .event {
  transition: all 0.3s ease 0s; }

.home .bloc-events .event .elementsEvenement {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  margin: auto;
  min-height: 65px;
  padding: 10px;
  position: absolute;
  right: 0;
  transition: all 0.3s ease 0s;
  z-index: 9999; }

.home .bloc-events .event p.titreEvenement {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
  margin-bottom: 0; }

.home .bloc-events .event p.lienEvenement {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 30px;
  opacity: 0;
  transition: all 0.3s ease 0s; }

.home .bloc-events .event img {
  height: 100%;
  transition: all 0.6s ease 0s;
  width: auto; }

.home .bloc-events .event p.lienEvenement a {
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
  float: left;
  font-size: 30px;
  height: 30px;
  left: 50%;
  line-height: 20px;
  margin: 0 auto 0 -15px;
  position: relative;
  text-align: center;
  text-shadow: 0 0 10px #000;
  text-transform: uppercase;
  width: 30px; }

.home .bloc-events .event:hover .elementsEvenement {
  min-height: 95px;
  transition: all 0.3s ease 0s; }

.home .bloc-events .event:hover p.lienEvenement {
  bottom: 0;
  opacity: 1; }

.home .bloc-events .event-hover {
  border: 0 none;
  bottom: 0 !important;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: bold;
  height: auto !important;
  left: 0;
  padding-top: 0;
  position: absolute;
  text-align: center;
  width: 288px;
  z-index: 10000;
  background: none;
  opacity: 0;
  transition: all 0.3s ease 0s; }

.home .bloc-events .bloc-event:hover .event-hover {
  opacity: 1; }

/* ------------- BLOCS PUSH BOTTOM ------------- */
.section_push_bottom h2 {
  text-align: left;
  margin-top: 40%;
  line-height: 1.1; }

.section_push_bottom {
  position: relative;
  padding-top: 20px;
  padding-bottom: 140px; }
  .section_push_bottom .container {
    z-index: 10;
    min-height: 350px; }
  .section_push_bottom .green_bloc {
    background-color: #7ec353;
    position: absolute;
    width: 80%;
    right: 0;
    bottom: -20px;
    margin-left: 20%;
    z-index: 0;
    height: 320px !important; }

.section_push_bottom .boutonSavoirPlus {
  background: #7ec353 none repeat scroll 0 0;
  color: #FFFFFF;
  border: solid 1px #FFFFFF !important;
  border: medium none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 0;
  transition: all 0.3s ease 0s;
  text-shadow: none;
  border-radius: 25px; }

.section_push_bottom .boutonSavoirPlus:hover {
  background: #232323;
  border: solid 1px #232323 !important;
  color: #fff;
  margin-top: 8px;
  text-shadow: none;
  transition: all 0.3s ease 0s; }

.bloc_info_bottom {
  padding: 10px 15px; }

.bloc_info_bottom_push {
  text-align: center; }

.bloc_info_bottom_push img {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }

/* ------------- 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: #f6f4f0;
  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: "Roboto", sans-serif;
  color: #232323;
  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: "Roboto", sans-serif;
  color: #232323;
  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: "Roboto", 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: "Roboto", 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: "Roboto", 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: "Roboto", 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: "Roboto", sans-serif;
  color: #232323;
  text-align: right;
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 900;
  float: left;
  width: 100%;
  margin-top: 30px;
  padding: 70px 35px 0 25%; }

.video__descritpion {
  font-family: "Roboto", sans-serif;
  color: #232323;
  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; }

/* --- bar alert bottom ---- */
.btn_alert {
  margin-bottom: 0 !important; }

.txt_btn_alert {
  margin-bottom: 0 !important; }

.btn_alert .vc_btn3.vc_btn3-size-md {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px; }

.ht-n-top .ht-notification-wrap, .ht-n-bottom .ht-notification-wrap {
  padding: 5px 10px 5px 10px !important; }

.btn_alert .vc_btn3.vc_btn3-color-grey, .btn_alert .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
  color: #fff !important;
  background-color: #D81318 !important; }

/*
 *  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: 510px;
  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, .single-profile .page__infos {
  top: 12% !important;
  z-index: 10; }
  .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: #f6f4f0;
  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: #f6f4f0;
    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 {
      color: #232323;
      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: #232323;
      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: 50px;
  padding: 0 30px;
  font-size: 22px;
  letter-spacing: 0.8px;
  line-height: 1.2;
  font-weight: 300;
  color: #7ec353;
  margin-bottom: 10px;
  display: block;
  text-align: center; }

.post__header {
  position: relative; }
  .post__header .page__title {
    color: #232323;
    padding: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding-top: 0;
    width: 60%;
    margin: 0 auto; }
  .post__header .page__title::after {
    display: none; }
  .post__header .event__breadcrumb {
    text-align: center;
    padding: 0 0 20px 0px; }
    .post__header .event__breadcrumb span {
      color: #232323; }
    .post__header time .date-publication{
      text-align: center;
    padding: 0 0 20px 0px; }

.post__sidebar {
  background-color: #f0f0f0; }

.blog .contain--p--left {
  margin-bottom: 60px; }

.archive .content, .blog .content {
  width: 80%;
  margin: 0 10%; }

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

.blog .page__title, .archive .page__title {
  color: #232323;
  padding: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 0; }

.blog .page__title::after, .archive .page__title::after {
  display: none; }

.blog .event__breadcrumb, .archive .event__breadcrumb {
  text-align: center;
  padding: 0 0 40px 0px; }
  .blog .event__breadcrumb span, .archive .event__breadcrumb span {
    color: #232323; }

.background-gray {
  position: absolute;
  top: 110px;
  width: 60%;
  margin: 0 20%;
  height: calc( 100% - 125px);
  background: #f6f4f0;
  z-index: -1; }

.blog .sidebar__button--full, .archive .sidebar__button--full {
  width: 40%;
  background-color: #f6f4f0;
  border: 1px solid #7ec353;
  color: #7ec353 !important;
  right: 0px;
  top: 0px;
  color: black;
  padding: 10px;
  text-align: center;
  margin: 0 30%; }

.blog .sidebar__category__list, .single .sidebar__category__list, .category .sidebar__category__list {
  background-color: #FFFFFF !important;
  z-index: 90; }
  .blog .sidebar__category__list .cat-item, .single .sidebar__category__list .cat-item, .category .sidebar__category__list .cat-item {
    width: 100%;
    margin: 0; }
    .blog .sidebar__category__list .cat-item a, .single .sidebar__category__list .cat-item a, .category .sidebar__category__list .cat-item a {
      border: 0; }
    .blog .sidebar__category__list .cat-item a::after, .single .sidebar__category__list .cat-item a::after, .category .sidebar__category__list .cat-item a::after {
      display: none; }

/* 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: "Roboto", 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 {
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 160px; }
  .post__one .page__ss__title {
    color: #7ec353;
    text-transform: initial;
    margin-left: 10px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 10;
    font-weight: 600;
    font-size: 50px;
    font-family: "Roboto", sans-serif;
    position: relative; }

.post__one .background-black {
  position: absolute;
  top: 0;
  width: 60%;
  margin: 0 20%;
  background-color: #232323;
  height: 700px; }

.post__one .post__picture {
  height: 490px;
  width: 90%;
  margin: 0 5%;
  overflow: hidden; }

.post__one .post__picture img {
  height: auto;
  width: 100%; }

.post__one .post__info {
  width: 30%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  margin-top: -90px;
  background-color: #232323;
  position: relative;
  float: right;
  margin-right: 19.1%; }

.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-size: 24px;
  display: block;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1.5;
  line-height: 1.1;
  margin-top: 10px; }

.post__one .post__title a {
  color: #FFFFFF;
  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; }

.post__one .post__description {
  color: #FFFFFF;
  width: 60%;
  margin: 0 20%;
  padding: 20px 30px;
  position: relative; }
  .post__one .post__description a {
    color: #FFFFFF; }
    .post__one .post__description a p {
      color: #FFFFFF; }

/* liste des actus */
.archive__article__list {
  width: 90%;
  margin-right: 10%;
  margin-left: 30px;
  padding-bottom: 60px; }

.archive, .blog {
  /* blocs noir */
  /* blocs bleu */
  /* blocs gris */ }
  .archive .archive__title__seperator, .blog .archive__title__seperator {
    color: #277dca;
    font-family: "Roboto", 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: "Roboto", 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: "Roboto", 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: "Roboto", 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: "Roboto", 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: "Roboto", sans-serif;
    color: #FFFFFF;
    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: #45555f; }
  .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__link a, .blog .post__item:nth-child(3n) .post__category, .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: #232323;
    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; }

/* ------------- LISTE ACTUS ------------- */
.actus_liste_bloc {
  background: #000;
  overflow: hidden;
  width: 100%;
  height: 400px;
  position: relative; }
  .actus_liste_bloc .link_title {
    position: absolute;
    font-size: 38px;
    color: white;
    font-weight: 800;
    top: 40%;
    width: 78%;
    -webkit-transition: top 500ms;
    -moz-transition: top 500ms;
    -ms-transition: top 500ms;
    -o-transition: top 500ms; }
  .actus_liste_bloc a.link_hover_focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99; }
  .actus_liste_bloc a.link_bottom_focus {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease; }
  .actus_liste_bloc img {
    width: 100%;
    height: 100%;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease; }
  .actus_liste_bloc:hover .link_categorie {
    padding: 35px 30px !important; }
  .actus_liste_bloc:hover a.link_bottom_focus {
    padding: 30px 0;
    opacity: 1;
    text-shadow: 2px 2px 20px #000; }
  .actus_liste_bloc:hover img {
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
    transform: scale(1.05); }

.col_actus .page__focus1__left {
  width: 32%;
  position: absolute;
  height: 100%;
  border-right: solid 1px #FFFFFF;
  top: 0;
  left: 0; }
  .col_actus .page__focus1__left .post__date {
    position: absolute;
    margin-top: 43%;
    width: 100%;
    color: #FFFFFF; }
    .col_actus .page__focus1__left .post__date h3 {
      width: 100%;
      text-align: center;
      font-family: "Roboto", sans-serif;
      color: #FFFFFF;
      font-weight: 300;
      font-size: 24px; }
    .col_actus .page__focus1__left .post__date .date__day {
      width: 100%;
      text-align: center;
      font-family: "Roboto", sans-serif;
      color: #FFFFFF;
      font-size: 50px;
      font-weight: 900;
      line-height: 1;
      margin-bottom: 3px; }
    .col_actus .page__focus1__left .post__date .date__month {
      width: 100%;
      text-align: center;
      font-family: "Roboto", sans-serif;
      color: #FFFFFF;
      font-size: 28px;
      line-height: 1;
      font-weight: 900;
      margin-bottom: 3px; }
    .col_actus .page__focus1__left .post__date .date__year {
      width: 100%;
      text-align: center;
      font-family: "Roboto", sans-serif;
      color: #FFFFFF;
      font-size: 30px;
      line-height: 1;
      font-weight: 300; }
.col_actus .page__focus1__right {
  width: 68%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%; }
  .col_actus .page__focus1__right .link_title {
    left: 30px;
    text-transform: initial; }
  .col_actus .page__focus1__right .link_categorie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    border-bottom: solid 1px #FFFFFF;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    color: #FFFFFF;
    line-height: 1.2;
    text-align: left;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease; }

.col_actus:nth-child(2n+0) {
  margin-left: 49%;
  margin-top: 120px;
  margin-bottom: 120px; }
  .col_actus:nth-child(2n+0) .page__focus1__left {
    right: 0;
    left: initial;
    border-right: 0;
    border-left: solid 1px #FFFFFF; }
  .col_actus:nth-child(2n+0) .page__focus1__right {
    left: 0;
    right: initial; }
    .col_actus:nth-child(2n+0) .page__focus1__right .link_categorie {
      text-align: right; }
    .col_actus:nth-child(2n+0) .page__focus1__right .link_title {
      text-align: right;
      left: initial;
      text-transform: initial;
      right: 30px; }

/* details articles */
.single {
  background: #f6f4f0; }

.single-profile {
  background: #FFFFFF !important; }

.single .background-white {
  position: absolute;
  top: 105px;
  width: 60%;
  height: calc( 100% - 165px);
  background-color: #FFFFFF;
  left: 20%; }

.single .post__header .page__title  {
  width: 55% !important; }

.single .event__link_top {
  padding-bottom: 0; }

.single .post__header__banner {
  height: auto;
  overflow: initial; }

.single .page__container {
  margin-top: 0; }

.single .page__content {
  padding-bottom: 40px;
  margin-bottom: 0; }
  .single .page__content .page__banner {
    width: 70%;
    margin: 0 15%; }
  .single .page__content .page__content_single {
    width: 50%;
    margin: 0 25%;
    padding: 40px; }
  .single .page__content img {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    max-width: 100%; }

.single .page__content::after {
  display: none; }

.single .page__content .page__intro::after {
  content: "";
  width: 15%;
  height: 2px;
  background-color: #7ec353;
  display: block;
  margin-top: 40px;
  position: relative;
  margin-left: 0;
  margin-bottom: 40px; }

.hide--no--mobile {
  display: none; }

.post-type-archive-event, .single-event, .tax-event_category {
  background: #f6f4f0; }

.post-type-archive-event .contain--p--left, .single-event .contain--p--left {
  margin-bottom: 60px; }

.single-event .event {
  width: 90%;
  margin: 0 auto; }

.single-event .background-white {
  position: absolute;
  top: 125px;
  width: 80%;
  height: calc( 100% - 125px);
  background-color: #FFFFFF;
  left: 10%; }

.background-white {
  position: absolute;
  top: 125px;
  width: 100%;
  height: calc( 100% - 125px);
  background-color: #FFFFFF;
  z-index: -1;
  left: 0; }

.event__header {
  position: relative; }
  .event__header .page__title {
    color: #232323;
    padding: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding-top: 80px;
    width: 60%;
    margin: 0 auto; }
  .event__header .page__title::after {
    display: none; }
  .event__header .event__breadcrumb {
    text-align: center;
    padding: 0 0 40px 0px; }
    .event__header .event__breadcrumb span {
      color: #232323; }

.event__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #7ec353;
  margin-left: -5px;
  border-radius: 100%; }

.single-event .event__header::after {
  display: none; }

.event__link_top {
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 60px; }

.event {
  height: 100%; }

.event__sidebar {
  background-color: #f0f0f0; }
  .event__sidebar .sidebar__button {
    -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;
    border: none;
    position: relative;
    text-align: right;
    overflow: initial;
    width: 100%; }
    .event__sidebar .sidebar__button i {
      position: relative !important;
      font-size: 35px !important;
      margin-right: 50px;
      color: #232323; }


      .event__item .post__date_V2 {
        position: absolute;
        top: -60px;
        width: 100%;
        text-align: center;
      }

      @media screen and (max-width:991px) {

      .event__item .post__date_V2 {
        position: absolute;
        top: -40px;
        width: 100%;
        text-align: center;
      }
}

.event__items {
  position: relative;
  padding: 120px 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__link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50; }

.event__item:hover .event__place .event__place__blochover {
  opacity: 0.5 !important;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  border: none; }

.event__item:hover .event__place h2, .event__item:hover .event__place h2 {
  opacity: 1;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms; }

.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: #7ec353;
  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 #f6f4f0;
  /* Light grey */
  border-top: 2px solid #7ec353;
  /* 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;
  width: 60%;
  margin: 0 auto 180px;
  position: relative;
  -webkit-transition: all 400ms 200ms;
  -moz-transition: all 400ms 200ms;
  -ms-transition: all 400ms 200ms;
  -o-transition: all 400ms 200ms; }

.single-event .event__item {
  width: 100%;
  margin: 0 auto 100px;
  margin-top: 100px !important; }

.single-event .sidebar__category__list {
  background-color: #f6f4f0;
  z-index: 90; }

.event__item.js--animated::after {
  width: 45px; }

.event__image__container {
  vertical-align: top;
  width: 50%;
  max-width: 400px;
  margin: 0 0;
  position: relative;
  z-index: 40; }
  .event__image__container .event__hour {
    display: inline-block;
    position: relative;
    color: #232323;
    padding: 15px 20px;
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    min-height: 65px;
    margin-top: 42px;
    border-top: solid 1px #7ec353;
    border-right: solid 1px #7ec353; }
  .event__image__container .event__price {
    display: inline-block;
    position: relative;
    color: #7ec353;
    font-size: 14px;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    border-bottom: solid 1px #7ec353;
    border-right: solid 1px #7ec353; }

.event__image {
  width: 400px;
  height: 264px;
  overflow: hidden;
  background-color: #f6f4f0; }

.event__image img {
  width: 100%;
  height: 100%; }

.single-event .event__image {
  width: 100%;
  height: auto;
  margin-left: -1px; }

.single-event .event__image img {
  width: 100%;
  height: auto; }

.event__infos {
  vertical-align: top;
  width: 50%;
  max-width: 400px;
  margin: 0;
  position: relative; }
  .event__infos .event__place {
    position: relative;
    width: 75%;
    display: inline-block;
    border-bottom: solid 1px #7ec353;
    border-left: solid 1px #7ec353; }
    .event__infos .event__place img {
      padding: 20px;
      width: 100%; }
    .event__infos .event__place h2 {
      position: absolute;
      top: 40%;
      color: #FFFFFF;
      font-size: 20px;
      letter-spacing: 1px;
      width: 100%;
      text-transform: initial !important;
      text-align: center;
      opacity: 0;
      font-weight: 600;
      -webkit-transition: all 400ms;
      -moz-transition: all 400ms;
      -ms-transition: all 400ms;
      -o-transition: all 400ms; }
    .event__infos .event__place .event__place__blochover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #7ec353;
      opacity: 0;
      -webkit-transition: all 400ms;
      -moz-transition: all 400ms;
      -ms-transition: all 400ms;
      -o-transition: all 400ms; }

.single-event .event__infos {
  max-width: 45%; }

.single-event .event__place {
  width: 40%;
  position: relative;
  border: solid 1px #7ec353;
  margin-left: -1px;
  padding: 15px 20px; }
  .single-event .event__place img {
    position: relative;
    width: 100%; }
  .single-event .event__place h2 {
    position: absolute;
    top: 40%;
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 1px;
    width: 100%;
    text-transform: initial !important;
    text-align: center;
    opacity: 0;
    font-weight: 600;
    z-index: 20;
    -webkit-transition: all 400ms 200ms;
    -moz-transition: all 400ms 200ms;
    -ms-transition: all 400ms 200ms;
    -o-transition: all 400ms 200ms; }
  .single-event .event__place .event__place__blochover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #7ec353;
    opacity: 0;
    z-index: 10;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms; }

.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%;
  padding: 15px 0px; }

/* event details */
.event__category {
  display: inline-block;
  position: relative;
  color: #232323;
  padding: 10px 20px;
  font-weight: 600;
  min-height: 40px;
  border-top: solid 1px #7ec353;
  border-left: solid 1px #7ec353; }

.single-event .event__category {
  border: 0;
  padding: 0;
  min-height: auto;
  margin-bottom: 10px; }

.single-event .event__ss__title {
  font-size: 24px;
  font-weight: 200; }

.event__items .event__item:nth-child(2n) .event__category {
  border-right: solid 1px #7ec353;
  border-left: 0 !important; }
.event__items .event__item:nth-child(2n) .event__date {
  border-right: solid 1px #7ec353;
  border-left: 0 !important; }
.event__items .event__item:nth-child(2n) .event__image__container {
  text-align: right;
  overflow: hidden; }
  .event__items .event__item:nth-child(2n) .event__image__container .event__hour {
    border-left: solid 1px #7ec353;
    border-right: 0 !important; }
.event__items .event__item:nth-child(2n) .event__details {
  border-right: solid 1px #7ec353;
  border-left: 0 !important; }
.event__items .event__item:nth-child(2n) .event__place {
  border-right: solid 1px #7ec353;
  border-left: 0 !important; }
.event__items .event__item:nth-child(2n) .event__price {
  border-left: solid 1px #7ec353;
  border-right: 0 !important; }

.archive .sidebar__category__list {
  background-color: #f6f4f0;
  z-index: 90; }

.single-event .event__image__container {
  max-width: 55%; }

.single-event .event__details, .single-event .event__date {
  border-right: solid 1px #7ec353; }

.single-event .event__infos_pratique {
  width: 78%;
  margin-left: 22% !important;
  border-top: 0;
  border-left: solid #7ec353 1px;
  border-right: solid #7ec353 1px;
  border-bottom: solid #7ec353 1px;
  padding: 15px 40px; }

.single-event .event__price {
  padding: 15px 30px;
  color: #FFFFFF;
  background-color: #7ec353;
  position: relative;
  font-weight: 400;
  display: inline-block; }

.single-event .event__hour {
  margin-top: 0;
  border-left: 0;
  border-right: solid 1px #7ec353; }

.event__date {
  color: #7ec353;
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  letter-spacing: 1.5px;
  font-weight: 900;
  line-height: 1;
  padding: 15px 20px;
  position: relative;
  display: inline-block;
  min-height: 65px;
  border-top: solid #7ec353 1px;
  border-left: solid #7ec353 1px; }
  .event__date span {
    font-weight: 400 !important;
    font-size: 28px;
    padding: 0 5px; }

.single-event .event__date {
  color: #232323;
  font-size: 40px;
  padding: 15px 40px; }

.single-event .event__details {
  padding: 15px 40px; }

.event__details {
  color: #232323;
  font-family: "Roboto", sans-serif;
  padding: 15px 20px;
  border-top: solid #7ec353 1px;
  border-left: solid #7ec353 1px;
  border-bottom: solid #7ec353 1px; }

.event__title {
  color: #232323;
  font-weight: bold;
  font-size: 20px;
  display: block;
  text-transform: initial;
  font-weight: 700;
  margin-bottom: 0; }

.event__ss__title {
  color: #7ec353;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  display: block;
  text-transform: initial;
  margin-bottom: 0; }

.event__description {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.1; }

.post-type-archive-event .contain--p--left {
  padding-right: 100px; }

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

.post-type-archive-event .link--animate a {
  color: #7ec353; }

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

/* calendrier sidebar */
.sidebar {
  width: 100%;
  position: absolute;
  right: 0;
  background-color: #f6f4f0;
  flex: none;
  height: 100%;
  max-width: 100%;
  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 .sidebar__button {
    -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 200ms;
    -moz-transition: all 400ms 200ms;
    -ms-transition: all 400ms 200ms;
    -o-transition: all 400ms 200ms; }
  .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: inline-block;
  position: relative;
  color: #7ec353;
  padding: 5px 0;
  width: 300px;
  text-transform: uppercase;
  border: solid #7ec353 1px;
  border-radius: 20px;
  text-align: center;
  font-size: 18px;
  margin: 0 10px; }
  .sidebar__button a {
    color: #7ec353 !important;
    text-decoration: none; }
  .sidebar__button .fa-angle-left {
    font-size: 28px;
    color: #7ec353;
    position: absolute;
    left: 55px;
    top: 2px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms; }

.sidebar__category {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #7ec353;
  padding: 5px 0;
  width: 300px;
  text-transform: uppercase;
  border: solid #7ec353 1px;
  border-radius: 20px;
  text-align: center;
  font-size: 18px;
  margin: 0 10px; }
  .sidebar__category .sidebar__category__select {
    padding: 0; }
    .sidebar__category .sidebar__category__select i {
      right: 18px;
      top: -3px; }

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

.single-event .content_bottom {
  width: 66%;
  margin: 20px 17%;
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px; }
  .single-event .content_bottom .title_bottom_event {
    color: #232323;
    text-transform: initial;
    margin-left: 10px;
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 100px;
    z-index: 10;
    font-weight: 800;
    font-size: 54px;
    font-family: "Roboto", sans-serif;
    position: relative; }
  .single-event .content_bottom h2 {
    font-weight: 500;
    font-size: 28px;
    color: #232323;
    margin-top: 40px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 40px; }
  .single-event .content_bottom h3 {
    font-weight: 500;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 5px;
    display: block;
    text-transform: initial;
    color: #7ec353; }
  .single-event .content_bottom .wpb_button, .single-event .content_bottom .wpb_content_element, .single-event .content_bottom ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0; }

.single-event .content_bottom .title_bottom_event::after {
  content: "";
  width: 15%;
  height: 2px;
  background-color: #7ec353;
  display: block;
  margin-top: 0;
  position: absolute;
  left: 50%;
  margin-left: -7.5%;
  bottom: -30px; }

/* calendrier */
.post-type-archive .sidebar__button .fa-calendar, .tax-event_category .sidebar__button .fa-calendar {
  position: absolute;
  left: 36px;
  font-size: 16px;
  top: 9px;
  color: #7ec353; }

.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: #7ec353;
  font-size: 32px;
  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: #232323; }

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

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


.wpcf7-list-item label{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;}
form .cf7mls-btns{
  padding: 0 30px;
}
form .cf7mls_next.action-button, form .cf7mls_back.action-button{
  background-color: #fff;
  color: #000000;
  padding: 10px !important;
    width: 150px;
    text-transform: uppercase;
    border: solid #cccccc 1px;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
}

form.cf7mls input.wpcf7-form-control.wpcf7-submit{
  background-color: #fff;
  color: #7ec353;
  padding: 10px !important;
    width: 150px;
    text-transform: uppercase;
    border: solid #cccccc 1px;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
  
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover{
  cursor: pointer;
}
.form_perso_CDC .form-group .wpcf7-list-item label input {
  width: fit-content !important;}
.wpcf7-form .show_label label.control-label{
  display: block !important;
  max-width: 100% !important;}
.wpcf7-form .file_form {
  border-bottom: 1px #ccc solid;
  padding-bottom: 40px;}
.form_display{
  display: flex;
  flex-wrap: wrap;
}
.form_display_2{
  display: flex;
  flex-wrap: wrap;
}
.separateur::after{
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  height: 50%;
  width: 1px;
  background-color: #ccc;
  bottom: 50%;
  transform: translate(0px, -50%);

}
.wpcf7-form .file_form span input{
  height: auto !important;
  border-radius: 20px;
  border: none;
  font-size: 16px;
  color: #ccc;
  width: 100% !important;}
.wpcf7-form .file_form span input[type=file]::-webkit-file-upload-button{
  background-color: rgb(230, 230, 230) !important;
  border: none !important;
  font-size: 18px !important;
  cursor: pointer;
  padding: 10px 20px !important;
  border-radius: 20px !important;
}




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

/* ---------------------- Annuaire Associations ---------------------------- */
/* page inscription */
.hide_annuaire {
  display: none !important; }

.page-id-19613 .page__intro, .page-id-19619 .page__intro, .page-id-19623 .page__intro, .page-id-19619 .titre_1 {
  display: none !important; }

.page-id-19613 .form-content {
  margin: 20px auto; }

.page-id-19613 .registration-style, .page-id-19619 #login-2 {
  width: 56%;
  margin: 40px 22%;
  border-radius: 0; }

.page-id-19613 .registration-style .content, .page-id-19619 #login-2 .content {
  border-radius: 0; }

.page-id-19613 .create-account {
  display: none; }

.page-id-19613 .form-title, .page-id-19619 .login-form h1, .page-id-19623 .box_annuaire h1 {
  font-family: 'dosis' !important;
  background: #48555f;
  padding: 10px !important;
  line-height: 50px !important;
  border-radius: 0;
  color: #fff !important;
  font-size: 22px !important;
  margin: 0;
  text-transform: initial !important;
  text-align: center;
  font-weight: 500 !important; }

.page-id-19613 #iv_directories_registration label, .page-id-19619 .form-content label {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  font-size: 15px; }

.page-id-19613 #iv_directories_registration input, .page-id-19619 .form-content input {
  width: 70% !important;
  margin: 0 15%; }

#submit_iv_directories_payment, .page-id-19619 .btn-custom {
  width: 30%;
  margin: 0 35%;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase; }

.page-id-19619 .form-actions {
  margin-top: 30px; }

.page-id-19619 .form-actions p {
  text-align: center; }

.page-id-19619 #login-2 .form-control-solid, .page-id-19613 .form-control-solid, .page-id-8516 .form-control-solid {
  margin-bottom: 0 !important;
  border: 1px solid #cecece !important;
  border-radius: 0 !important; }

/* page validation inscription */
.page .box_annuaire {
  background-color: #fff;
  border: 1px solid #f3f3f3;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
  width: 56%;
  margin: 40px 22%; }

.page .box_annuaire .vc_column-inner {
  padding: 0; }

.page .btn_annuaire a {
  position: relative;
  color: #fff;
  border-radius: 0;
  background-color: #8ec061 !important;
  border: 2px solid #8ec061 !important;
  padding: 10px 15px !important; }

/* page admin */
.profile-usermenu li {
  width: 100% !important; }

.profile-usermenu li:before {
  display: none !important; }

.page-id-19615 #profile-account2 .profile-userpic img {
  border: 0 !important; }

.page-id-19615 .profile-userbuttons {
  display: none; }

.page-id-19615 .container .secondary-navigation {
  display: none; }

.page-id-19615 #profile-account2 .profile-sidebar-portlet {
  border-radius: 0; }

.page-id-19615 #profile-account2 .profile-usertitle-name {
  padding: 10px; }

.page-id-19615 #profile-account2 .profile-content, .page-id-19615 #profile-account2 .profile-content .portlet {
  padding: 0;
  border-radius: 0; }

.page-id-19615 #profile-account2 .green-haze {
  border-radius: 0; }

.page-id-19615 .portlet-title, .page-id-19615 .caption {
  background-color: #48555f !important; }

.page-id-19615 #profile-account2 .caption-subject {
  color: #fff !important;
  text-transform: uppercase;
  padding-left: 10px; }

.page-id-19615 #user-data thead {
  background-color: #fafcfd; }

.page-id-19615 table.dataTable.no-footer {
  border: 0; }

.page-id-19615 .listing-table {
  padding: 10px; }

.page-id-19615 table.dataTable thead .sorting, .page-id-19615 table.dataTable thead .sorting_desc, .page-id-19615 table.dataTable thead .sorting_asc {
  background-image: none; }

.page-id-19615 .dataTables_empty, .page-id-19615 .dataTables_length, .page-id-19615 .dataTables_filter, .page-id-19615 #user-data_info, .page-id-19615 #user-data_paginate {
  /* display: none; */ }

/* page ajout annonce */
.page-id-19615 .title_new_association {
  width: 100%;
  background-color: #48555f;
  color: #fff;
  position: relative;
  float: left;
  margin-bottom: 20px; }

.page-id-19615 .title_new_association .caption-subject {
  font-size: 18px;
  line-height: 18px;
  padding: 15px 20px !important;
  position: relative;
  float: left; }

.page-id-19615 .portlet-body {
  padding: 15px; }

.page-id-19615 #wp-new_post_content-wrap .insert-media, .page-id-19615 #wp-edit_post_content-wrap .insert-media,
.page-id-19615 #wp-new_post_content-wrap .wp-editor-tabs, .page-id-19615 #wp-new_post_content-wrap #qt_new_post_content_toolbar,
.page-id-19615 #wp-edit_post_content-wrap .wp-editor-tabs, .page-id-19615 #wp-edit_post_content-wrap #qt_edit_post_content_toolbar {
  display: none; }

.page-id-19615 .form-group {
  margin-bottom: 25px !important; }

.page-id-19615 .image_annuaire {
  padding: 15px;
  border-right: 1px solid #f3f3f3; }

.page-id-19615 .image_annuaire02 {
  padding: 15px; }

.page-id-19615 .image_annuaire label, .page-id-19615 .image_annuaire #logo_image_edit,
.page-id-19615 .image_annuaire02 label, .page-id-19615 .image_annuaire02 #post_image_edit {
  background-color: none;
  text-align: center; }

.page-id-19615 .image_annuaire #logo_image_div img,
.page-id-19615 .image_annuaire02 #post_image_div img {
  position: relative;
  left: 50%;
  margin-left: -50px;
  margin-top: 10px;
  margin-bottom: 10px; }

.page-id-19615 .galery_annuaire {
  background-color: #fafcfd;
  position: relative;
  display: block;
  min-height: 80px;
  float: left;
  width: 100%;
  padding: 15px; }

.page-id-19615 #profile-account2 label {
  background: none !important; }

.page-id-19615 .galery_annuaire #gallery_image_div {
  padding-top: 20px;
  padding-bottom: 20px; }

.page-id-19615 .picture_event {
  position: relative;
  float: left;
  width: 100%; }

.page-id-19615 .picture_event label {
  text-align: center; }

.page-id-19615 .picture_event #event_image_div img {
  position: relative;
  left: 50%;
  margin-left: -50px;
  margin-top: 10px;
  margin-bottom: 10px; }

.page-id-19615 .picture_event #event_image_edit {
  text-align: center; }

.page-id-19615 .submit_association {
  text-align: center; }

.page-id-19615 .panel {
  border-radius: 0 !important; }

.page-id-19615 .panel-title {
  line-height: 30px; }

.page-id-19615 .panel .panel-title .fa {
  font-size: 22px;
  color: #000; }

.page-id-19615 .statut_annuaire_type {
  display: none; }

.page-id-19617 .margin-top-10 {
  width: 100%; }

/* page liste associations */
/* carte */
.map-marker-info .title_asso {
  margin: 0 !important;
  padding: 0;
  width: 100%;
  position: relative;
  font-family: "dosis";
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  text-overflow: initial;
  white-space: initial;
  float: left; }

.map-marker-info .categorie_asso {
  font: italic 400 14px/21px "Open Sans", sans-serif;
  color: #999;
  width: 100%;
  position: relative;
  float: left;
  margin: 0 0 10px 0 !important;
  padding: 0; }

.map-marker-info .phone_asso, .map-marker-info .email_asso {
  width: 100%;
  position: relative;
  float: left;
  margin: 0 !important;
  padding: 0;
  font-size: 14px;
  color: #000; }

.post-type-archive-association .cbp {
  /* height: 100% !important; */ }

.post-type-archive-association footer {
  margin-top: 100px; }

.post-type-archive-association .listing-filter-content {
  z-index: 40 !important; }

.post-type-archive-association .cbp-l-grid-team-name {
  margin-top: 0;
  padding-top: 20px;
  font-family: "dosis";
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  text-overflow: initial;
  white-space: initial; }

.post-type-archive-association .range {
  background-color: #fff !important; }

.post-type-archive-association .form-control-solid {
  border: 1px solid #cecece !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; }

.post-type-archive-association #top-search {
  margin-top: -65px;
  border: 0;
  border-radius: 0; }

.post-type-archive-association .wrapper .header-big-wrapper {
  height: 480px;
  position: relative;
  background: #48555f; }

.post-type-archive-association .search #submit {
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase; }

.post-type-archive-association #map {
  height: 450px !important; }

.post-type-archive-association .cbp-l-filters-button .cbp-filter-item {
  border: 2px solid #48555f;
  color: #48555f !important;
  border-radius: 0; }

.post-type-archive-association .cbp-l-filters-button .cbp-filter-item:hover {
  color: #fff !important;
  border-color: #8ec061;
  background: #8ec061; }

.post-type-archive-association .cbp-l-filters-button .cbp-filter-item:hover a {
  color: #fff !important;
  text-decoration: none; }

.post-type-archive-association .cbp-l-filters-button .cbp-filter-item a {
  color: #48555f !important; }

.post-type-archive-association .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
  background-color: #48555f;
  border-color: #48555f;
  border-radius: 0;
  color: #fff !important; }

.post-type-archive-association .cbp-l-grid-team-position {
  padding-bottom: 0;
  margin-bottom: 0; }

.post-type-archive-association .cbp-caption {
  cursor: pointer;
  background: #fff;
  z-index: 0 !important; }

.post-type-archive-association .map-marker-info a {
  color: #48555f; }

.post-type-archive-association .cbp-item {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 30px !important;
  height: 300px; }

.post-type-archive-association .cbp-item:hover {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  height: 300px; }

.post-type-archive-association .cbp-item .contenu__association_bottom {
  z-index: 99999;
  background: #f0f0f0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease; }

.post-type-archive-association .cbp-item .contenu__association_bottom .fa {
  color: #000; }

.post-type-archive-association .cbp-item .contenu__association_bottom .contenu__association_city,
.post-type-archive-association .cbp-item .contenu__association_bottom .contenu__association_phone,
.post-type-archive-association .cbp-item .contenu__association_bottom .contenu__association_mail {
  opacity: 0;
  height: auto !important;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease; }

.post-type-archive-association .cbp-item:hover .contenu__association_bottom {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease; }

.post-type-archive-association .cbp-item:hover .contenu__association_bottom .contenu__association_city,
.post-type-archive-association .cbp-item:hover .contenu__association_bottom .contenu__association_phone,
.post-type-archive-association .cbp-item:hover .contenu__association_bottom .contenu__association_mail {
  opacity: 1;
  height: auto !important;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease; }

.post-type-archive-association .cbp-item:hover .cbp-caption-activeWrap {
  opacity: 1; }

.post-type-archive-association .cbp-item .image-container {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease; }

.post-type-archive-association .cbp-item:hover .image-container {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease; }

.post-type-archive-association .contenu__association_city::before {
  display: block;
  position: relative;
  top: 0;
  width: 28px;
  height: 3px;
  background: #8cc540;
  content: ' ';
  margin: 13px auto; }

.post-type-archive-association .cbp-l-caption-text {
  margin-top: -45px; }

.post-type-archive .listing-inscription {
  z-index: 40;
  padding-top: 30px; }

.post-type-archive .listing-inscription .btn-new {
  background-color: #8ec061;
  border-radius: 0;
  text-decoration: none;
  line-height: auto;
  padding: 10px 20px;
  width: 100%;
  height: 35px; }

/* page détails */
.single-association footer {
  position: relative;
  float: left;
  width: 100%; }

.single-association .medicaldirectory-sidebar {
  border-bottom: none; }

.single-association .medicaldirectory-sidebar .claims {
  display: none; }

.single-association .bloc_right_association, .single-association .association_sidebar {
  position: relative;
  margin-top: 40px; }

.single-association .content {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
  border-radius: 0; }

.single-association .bloc_right_association h3 {
  font-family: 'dosis';
  text-transform: uppercase;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: 9999; }

.single-association .content img {
  width: 100%;
  height: auto;
  margin: 0; }

.single-association .img_single_association {
  position: relative;
  width: 100%;
  float: left;
  height: 370px;
  overflow: hidden;
  border-radius: 0; }

.single-association .img_single_association:after {
  content: url("/wp-content/uploads/2019/07/aunis-atlantique-shadow-association.png");
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.single-association .sidebar-content .horaires_association li {
  width: 100% !important;
  float: left; }

.single-association .sidebar-content .horaires_association li strong {
  position: relative;
  float: left;
  width: auto !important;
  min-width: 110px !important; }

.single-association .form_contact_association {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.single-association.association_sidebar, .single-association .medicaldirectory-sidebar {
  background-color: #455560; }

.single-association .medicaldirectory-sidebar .sidebar-content {
  /*background-color: #767e84; */
  margin: 10px; }

.single-association .logo_association {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  position: relative;
  margin: 20px auto 10px;
  overflow: hidden;
  background-color: #fff; }

.single-association .logo_association img {
  height: auto;
  width: 100% !important;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.single-association .cbp-l-project-details-title span {
  font-family: 'dosis';
  text-transform: uppercase;
  color: #2F2F2F;
  font-size: 20px; }

.single-association .sidebar-content .cbp-l-project-details-list li {
  border-bottom: 1px solid #333; }

.single-association .cposttype-title h5 {
  text-transform: uppercase;
  font-family: "dosis";
  font-size: 20px;
  color: #8CC53F; }

.single-association .specialist-list li, .single-association .cbp-l-project-desc-text p {
  font: 400 16px/20px "dosis",sans-serif;
  color: #333; }

.single-association .sidebar-content .cbp-l-project-details-list li, .single-association .sidebar-content .cbp-l-project-details-list li a {
  color: #eee;
  font-size: 14px;
  font-family: "dosis"; }

.single-association .cbp-l-project-details-list li strong {
  font-size: 14px !important;
  font-family: "dosis";
  color: #8CC53F !important; }

.single-association .horaires_contact_asso {
  display: none; }

.single-association .horaires_contact_asso .cbp-l-project-adi-list li {
  width: 100%;
  margin-bottom: 10px; }

.specialist-list li::before {
  content: '.';
  position: absolute;
  letter-spacing: 0;
  top: -5px;
  left: 0;
  line-height: 1px;
  font-size: 50px; }

.single-association .horaires_contact_asso .title_info_comp_asso {
  font-weight: 800; }

/*  Responsive */
/*
 *  Define Responsive Style
 *  
 *  Universite de la Rochelle 1.0.0 by Beekom 
 */
/* -----------------------------------------------------------------------------

          RESPONSIVE - 03/01/2018

----------------------------------------------------------------------------- */
@media (max-width: 576px) {
  /*.header {
      background: red;
  } */
  .form_perso_CDC .upload_CDC {
    padding: 15px;
    border: solid 1px #eee;
    border-radius: 25px;
    width: 100%;
    max-width: 100%;
    margin: 0 1%;
    margin-bottom: 20px;
    vertical-align: top;
    min-height: 140px;
}
  /* --------- 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: auto;
    height: 60px;
    margin-top: 10px;
    margin-right: -10px; }

  .readingProgressbar {
    display: none !important; }

  /* slider */
  .home__slider {
    margin-top: 80px; }
    .home__slider .col {
      padding: 0 !important; }
    .home__slider .slider__container {
      height: auto; }

  .home__slider h1 {
    font-size: 34px;
    line-height: 26px; }

  .home__slider h1 span {
    font-size: 18px;
    line-height: 18px; }

  .home__slider .slider__container .slider__link {
    top: 54%; }
    .home__slider .slider__container .slider__link .buttonAA--green--slider {
      font-size: 12px;
      line-height: 12px; }

  .home__slider .slider__image:nth-child(4), .home__slider .slider__image:nth-child(8) {
    background-position: top left !important; }

  .slider__navigation {
    display: none; }

  /* menu */
  .hide__desktop__menu {
    display: block !important; }

  #msm-mobile-menu .respmenu-wrap {
    position: fixed;
    z-index: 100;
    background-color: #FFFFFF;
    border-bottom: 1px solid #ebebeb; }

  #msm-mobile-menu .respmenu-open {
    left: 20px;
    right: initial; }

  #msm-mobile-menu .respmenu-header {
    height: 80px; }

  #msm-mobile-menu .respmenu-open hr {
    width: 25px;
    border: 1px solid #232323;
    margin: 6px 0; }

  #msm-mobile-menu .menu-main-menu-container {
    width: 100%;
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    border-right: 0; }

  .respmenu {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #FFFFFF; }

  .header {
    height: 80px;
    width: 80%;
    margin-left: 20%;
    z-index: 200;
    border-left: 1px solid #ebebeb; }

  #msm-mobile-menu .respmenu li a {
    font-size: 14px; }

  #msm-mobile-menu .cbp-respmenu-more {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0; }
    #msm-mobile-menu .cbp-respmenu-more img {
      display: none; }

  #msm-mobile-menu .menu-item .msm-submenu {
    position: relative !important;
    top: 0;
    z-index: 100;
    padding: 15px; }

  #msm-mobile-menu .msm-top-level-item {
    width: 100% !important;
    border-bottom: solid 1px #ebebeb !important;
    border-left: 0;
    border-right: 0;
    border-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 10px 0 10px 0 !important; }
    #msm-mobile-menu .msm-top-level-item a {
      border: 0 !important; }

  #msm-mobile-menu .sub-menu-active {
    border-bottom: 1px solid #7ec353; }

  #msm-mobile-menu .respmenu li {
    padding-left: 0;
    padding-right: 0; }

  #msm-mobile-menu .msm-top-level-item li.menu-item-has-children {
    border: solid 1px #ebebeb !important;
    margin-bottom: 30px !important;
    padding: 0 0 20px 0 !important; }
    #msm-mobile-menu .msm-top-level-item li.menu-item-has-children a {
      border-bottom: 0;
      font-weight: 800;
      text-transform: uppercase;
      border-bottom: solid 1px #ebebeb; }

  #msm-mobile-menu .msm-top-level-item li.menu-item-has-children ul.sub-menu {
    display: block;
    background: none !important;
    padding: 10px !important;
    border-top: solid 1px #ebebeb; }
    #msm-mobile-menu .msm-top-level-item li.menu-item-has-children ul.sub-menu li a {
      border-bottom: 0;
      font-weight: 500;
      text-transform: initial;
      padding: 10px 0; }

  .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: 60px;
    -webkit-box-flex: 0 0 60px;
    -moz-box-flex: 0 0 60px;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    font-size: 0;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    background: none;
    border-left: 1px solid #ebebeb; }

  .header__search__mobile .sub-menu {
    left: -26%;
    width: 126%; }

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

  /* navigation */
  .header__navigation {
    display: none; }

  .container-fluid {
    padding: 0; }

  .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%;
    display: block;
    vertical-align: center;
    line-height: 2.5;
    position: relative;
    float: left; }

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

  /* social */
  .social--bar {
    display: none; }

  /* push */
  .push__elements {
    display: block !important; }

  .push_open {
    width: 75px;
    height: 75px; }

  .push__elements {
    bottom: 0vh;
    right: 0 !important;
    margin-right: 0 !important; }

  .push__elements .menu-item {
    position: absolute;
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 35px; }

  .push_btn_inner img {
    height: 1.8rem; }

  .push-ctas_btn_text {
    font-size: 12px;
    left: -255px;
    top: 17px;
    width: 240px;
    line-height: 1.2; }

  .sub-menu-active .push_open__sub-menu .menu-item:nth-child(1) {
    opacity: 1;
    transform: translateY(-100%) translateY(-3.5rem) translateZ(0); }

  .sub-menu-active .push_open__sub-menu .menu-item:nth-child(2) {
    opacity: 1;
    transform: translateY(-200%) translateY(-4.5rem) translateZ(0); }

  .sub-menu-active .push_open__sub-menu .menu-item:nth-child(3) {
    opacity: 1;
    transform: translateY(-300%) translateY(-7em) translateZ(0); }

  .sub-menu-active .push_open__sub-menu .menu-item:nth-child(4) {
    opacity: 1;
    transform: translateY(-400%) translateY(-6.5rem) translateZ(0); }

  .sub-menu-active .push_open__sub-menu .menu-item:nth-child(5) {
    opacity: 1;
    transform: translateY(-500%) translateY(-7.5rem) translateZ(0); }

  .sub-menu-active .push_open__sub-menu .menu-item:nth-child(6) {
    opacity: 1;
    transform: translateY(-600%) translateY(-8.5rem) translateZ(0); }

  /* actualites */
  .home__title__type {
    font-size: 40px; }

  .home__news {
    padding-top: 0px; }

  .cross h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 80%;
    font-size: 40px; }

  .home__actuality {
    margin-bottom: 30px; }

  .actuality__slide {
    height: auto;
    margin-bottom: 20px; }

  .cross {
    display: block;
    height: auto; }

  .cross_flex {
    z-index: 10;
    margin-top: 0;
    width: 100%; }

  .cross_flex .cross_container {
    width: 100%;
    height: 220px;
    clip-path: none;
    -webkit-clip-path: none;
    z-index: 20;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

  .cross_flex .cross_container img {
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    z-index: 10; }

  .cross_fix {
    margin-top: 0;
    height: auto;
    z-index: 50;
    width: 84%; }

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

  .actuality__category {
    padding-left: 25px;
    margin-top: 40px; }

  .actuality__title {
    color: #fff;
    padding-left: 0;
    text-align: left;
    font-size: 22px;
    line-height: 1.1;
    padding-right: 30px;
    margin-top: 15px; }

  .actuality__description {
    color: #fff;
    padding-left: 0;
    text-align: left;
    padding-right: 30px;
    overflow: hidden; }

  .actuality__link {
    float: left;
    position: relative;
    width: auto;
    text-align: left;
    margin-right: 35px;
    margin-top: 25px; }

  .actuality__nav {
    padding-left: 0;
    margin-top: 0;
    right: -22%;
    bottom: 60px;
    width: 20%; }

  .actuality__all__link {
    width: 100%;
    margin-top: 0px;
    margin-left: -5px;
    margin-bottom: 20px; }
    .actuality__all__link a {
      margin-left: 0;
      font-size: 12px;
      padding: 10px 20px; }

  .actuality__nav__onglets {
    width: 100%;
    margin-top: 30px;
    max-width: 150px; }

  .actuality__nav__right, .actuality__nav__left {
    width: 100%; }

  /* users */
  .home .bloc_grey_container {
    height: 600px !important;
    top: 10px; }

  .home .bloc_grey_container .grey_bloc {
    width: 60% !important;
    height: 600px !important; }

  .profils_cdc h2 {
    margin-top: 40px !important;
    margin-bottom: 10px !important; }

  .container_profil {
    width: 100%;
    margin: 0 !important; }

  .profils_cdc .bloc_info_bottom_push .profil_home {
    height: 350px !important; }

  .profils_cdc .bloc_info_bottom_push h3 {
    font-size: 26px;
    margin-top: 25%; }

  .profils_cdc .bloc_info_bottom_push .bb-link {
    font-size: 12px;
    margin-top: 30px; }

  /* actualites aunis atlantique */
  .bloc_black {
    position: absolute;
    left: 0;
    top: -150px;
    background-color: #232323;
    width: 80%;
    height: 750px; }

  /* agenda */
  .acces__rapide__container {
    display: none; }

  .home .agenda__container {
    background-color: #FFFFFF; }

  .home__agenda {
    padding-right: 15px;
    margin-top: 0; }

  .home__agenda h2 {
    margin-left: 0;
    font-size: 40px; }

  .agenda__date .agenda__month {
    font-size: 20px; }

  .agenda__slide {
    padding: 0 5% 0 5%; }

  .agenda__items, .agenda__nav {
    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: 5px;
    padding: 0; }

  .agenda__description {
    padding: 0;
    min-height: 25px; }

  .agenda__nav {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    display: inline-block;
    text-align: center;
    margin-bottom: 40px; }

  .agenda__link {
    margin-left: 0;
    width: 100%; }

  .event__link {
    left: 0; }

  .agenda__date::before {
    left: -15%; }

  /* focus 01 02 et 03 */
  .home__content h2 {
    font-size: 40px; }

  .home .lesFocusAunis {
    position: relative !important; }

  .BlocEntreprendreFocus .photoMobileEntreprendre {
    display: block; }

  .BlocEntreprendreFocus .photoDesktopEntreprendre {
    display: none; }

  .home .textePresentationAunis {
    margin-top: 80px !important;
    padding-top: 0;
    background-color: #ebebe6 !important; }

  .textePresentationAunis .container, .section_push_bottom .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0; }

  .textePresentationAunis h2 {
    text-align: center;
    font-size: 40px; }

  .textePresentationAunis .textePresentation {
    width: 100%;
    padding-right: 0;
    text-align: justify; }

  .textePresentationAunis .upb_row_bg {
    background-position: bottom !important;
    background-size: initial !important;
    min-width: 200% !important;
    left: -90% !important;
    width: 200% !important; }

  .textePresentationAunis .vc_empty_space {
    height: 270px !important; }

  /* VIDEO */
  .home .presentationAunisBottom {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .section_video {
    position: relative;
    display: inline-block; }
    .section_video .vc_col-sm-3 {
      position: relative;
      display: inline-block;
      width: 50%; }
      .section_video .vc_col-sm-3 .vc_column-inner {
        padding: 0 10px;
        margin-bottom: 15px; }
        .section_video .vc_col-sm-3 .vc_column-inner img {
          width: 100%;
          padding: 0; }

  /* PUSH BOTTOM */
  .home .section_push_bottom {
    margin-top: 0 !important; }
    .home .section_push_bottom h2 {
      margin-top: 0; }

  .section_push_bottom .green_bloc {
    background-color: #7ec353;
    position: absolute;
    width: 80%;
    right: 0;
    top: 10px;
    bottom: initial;
    margin-left: 20%;
    z-index: 0;
    height: 100% !important; }

  .bloc_info_bottom {
    margin-bottom: 10px !important; }

  .bloc_info_bottom_push {
    margin-bottom: 30px; }

  /* footer */
  .footer {
    padding: 40px 15px;
    text-align: center; }

  .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; }
    footer .footer__bottom h3 {
      display: none; }
    footer .footer__bottom p {
      display: none; }
    footer .footer__bottom #footer-bottom {
      display: none; }

  /* -------- page intermediaire ------- */
  .page__breadcrumb {
    margin-top: 15px;
    padding: 0 5%; }

  .bread--crumb > span {
    font-size: 12px; }

  .contain--p--left {
    padding-left: 0; }

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

  .page-template-intermediate-page .page__header, .single-profile .page__header, .page-child .page__header {
    height: 250px;
    margin-top: 80px; }
    .page-template-intermediate-page .page__header .col, .single-profile .page__header .col, .page-child .page__header .col {
      height: 100%; }
      .page-template-intermediate-page .page__header .col .picture_header, .single-profile .page__header .col .picture_header, .page-child .page__header .col .picture_header {
        height: 100%;
        width: 100%; }
        .page-template-intermediate-page .page__header .col .picture_header img, .single-profile .page__header .col .picture_header img, .page-child .page__header .col .picture_header img {
          height: 100%;
          width: auto; }

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

  .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;
    padding: 15px 10% 14px 10%;
    margin-bottom: 10px; }

  .page-template-intermediate-page .page__infos, .single-profile .page__infos {
    min-height: 110px;
    top: 16% !important; }

  .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-child .wpb_button, .page-child .wpb_content_element, .page-child ul.wpb_thumbnails-fluid > li {
    margin-bottom: 25px; }

  .page__header {
    height: 250px;
    overflow: hidden;
    margin-top: 80px; }

  .page__content .page__intro {
    padding: 0 5px;
    font-size: 16px;
    letter-spacing: 0.8px; }

  .page__content .page__intro::after {
    margin-top: 30px; }

  .page__container {
    margin-top: 0;
    padding-bottom: 150px; }

  .page__content {
    padding: 40px 15px;
    font-size: 16px;
    margin-bottom: 0; }

  .page__content h2 {
    font-size: 26px; }

  .page__content h3 {
    font-size: 22px;
    margin-top: 20px; }

  .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__footer h2 {
    margin: 0 10% 40px 10%;
    font-size: 40px;
    width: 80%; }

  .page__footer .bloc_focus_gray {
    width: 70%;
    height: calc(100% - 100px);
    background: #f6f4f0;
    position: absolute;
    left: 50%;
    margin-left: -35%;
    top: 30px;
    z-index: -1; }

  .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__footer .col_left_focus, .page__footer .col_right_focus {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%; }

  .page__footer .col_left_focus, .page__footer .col_right_focus {
    margin: 0 5% 40px 5%; }

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

  .page__footer .col_left_focus .page__focus1__right .link_categorie,
  .page__footer .col_right_focus .page__focus2__right .link_categorie {
    font-size: 20px;
    padding: 15px; }

  .page__focus a.link_bottom_focus {
    font-size: 14px;
    padding: 15px 0; }

  .page__focus:hover a.link_bottom_focus {
    padding: 20px 0; }

  .page__focus:hover .link_categorie {
    padding: 20px 15px !important; }

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

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

  .page__footer .page__focus__full {
    width: 100%; }

  .page__footer {
    padding: 15px 0; }

  /* contact */
  .page__contact {
    max-width: initial;
    width: auto; }

  .contact__content__top .contact__title {
    text-align: center;
    width: 100%;
    z-index: 10;
    padding: 30px;
    margin-bottom: 0;
    border-bottom: none;
    font-size: 40px; }

  .page__contact .page__contact__content .bloc_contact_gray {
    top: 60px;
    height: 100%; }

  .contact__content__top .contact__name {
    padding: 20px;
    width: 100%;
    text-align: center; }

  .contact__content__bottom .contact__content__bottom__left {
    padding: 20px;
    width: 100%;
    text-align: center;
    border-right: solid 1px #7ec353; }

  .contact__email a {
    font-size: 14px; }

  .contact__content__bottom .contact__content__bottom__right {
    padding: 20px;
    width: 100%;
    text-align: center; }

  /* ------ actualites ------- */
  /* a la une */
  .post__one {
    margin-bottom: 120px; }

  .post__one .post__picture {
    height: auto; }

  .post__one .page__ss__title {
    margin-left: 0;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px; }

  .post__one .background-black {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    background-color: #232323;
    height: calc( 100% + 30px); }

  .post__one .post__picture {
    height: auto;
    width: 130%;
    margin: 0px -15%;
    overflow: hidden; }

  .post__one .post__info {
    margin-top: -30px !important;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    margin-top: 0px; }

  .post__one .post__title {
    font-size: 20px;
    text-align: center; }

  .post__one .post__description {
    color: #FFFFFF;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center; }

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

  /* --- liste articles --- */
  .blog .content, .category .content {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px !important; }

  .blog .background-gray, .category .background-gray {
    top: 85px;
    width: 82%;
    height: calc( 100% - 125px);
    background: #f6f4f0;
    z-index: -1;
    margin: 0px 9%;
    left: 0; }

  .blog .page__title, .archive .page__title {
    font-size: 40px; }

  .actus_liste_bloc {
    height: 270px;
    width: 96%;
    margin: 0 auto; }

  .blog .actus_liste_bloc img, .category .actus_liste_bloc img {
    height: 100%;
    width: 100%; }

  .col_actus:nth-child(2n) {
    margin-left: 0;
    margin-top: 40px; }

  .col_actus:nth-child(2n) .page__focus1__right .link_title {
    text-align: right;
    left: initial;
    text-transform: initial;
    right: 10%; }

  .col_actus .page__focus1__left .post__date h3 {
    font-size: 16px; }

  .col_actus .page__focus1__left .post__date .date__day {
    font-size: 30px; }

  .col_actus .page__focus1__left .post__date .date__month,
  .col_actus .page__focus1__left .post__date .date__year {
    font-size: 20px; }

  .actus_liste_bloc a.link_bottom_focus {
    font-size: 13px; }

  .col_actus .page__focus1__right .link_categorie {
    font-size: 18px;
    padding: 20px; }

  .actus_liste_bloc:hover .link_categorie {
    padding: 25px 20px !important; }

  .col_actus .page__focus1__right .link_title {
    left: 10%;
    text-transform: initial;
    width: 90%;
    font-size: 20px;
    top: 32%; }

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

  .single .background-white {
    top: 115px;
    width: 76%;
    height: calc(100% - 160px);
    background-color: #FFFFFF;
    z-index: -1;
    margin: 0px 12%;
    left: 0; }

  .single .post__header .page__title {
    width: 70%; }

  .single .page__content .page__banner {
    width: 100%;
    margin: 0; }

  .single .page__content .page__content_single {
    width: 100%;
    margin: 0;
    padding: 30px; }

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

  .page__container {
    padding-bottom: 80px; }

  /* ------ page event ------ */
  .hide--no--mobile {
    display: inline-block !important; }

  .hide--no--desktop {
    display: none !important; }

  .archive .content {
    width: 100% !important;
    margin: 0 auto; }

  .background-white {
    top: 125px;
    width: 81%;
    height: calc( 100% - 125px);
    background-color: #FFFFFF;
    z-index: -1;
    margin: 0px 5%; }

  .post-type-archive-event .contain--p--left {
    padding: 0; }

  .sidebar__button, .sidebar__category {
    margin-bottom: 10px;
    width: 70%;
    font-size: 14px; }

  .post-type-archive .sidebar__button .fa-calendar, .tax-event_category .sidebar__button .fa-calendar {
    left: 30px;
    top: 6px; }

  .sidebar__category .sidebar__category__select i {
    right: 18px;
    top: -5px; }

  .event__header::after {
    left: 12%; }

  .event__header .page__title {
    padding-top: 100px;
    width: 90%;
    font-size: 40px;
    letter-spacing: 0; }

  .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: flex;
    flex-direction: column !important;
    width: 76%;
    margin-left: 12%; }
    .event__item .event__infos {
      order: 2; }
    .event__item .event__image__container {
      order: 3; }

  .event__image__container, .event__infos {
    width: auto;
    margin: 0; }

  .event__category {
    border-left: 0;
    border-right: solid 1px #7ec353; }

  .event__date {
    font-size: 20px;
    border-left: 0;
    border-right: solid 1px #7ec353;
    width: auto;
    padding: 15px 15px 0 15px;
    min-height: 0;
    width: 100%; }
    .event__date span {
      font-size: 18px; }

  .event__hour {
    display: inline-block;
    width: 100%;
    position: relative;
    color: #232323;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    border-right: solid 1px #7ec353;
    margin-top: -5px; }

  .event__details {
    margin: 0;
    border-left: 0;
    border-right: solid 1px #7ec353;
    border-bottom: 0; }

  .event__infos {
    margin-top: 20px; }

  .event__image {
    width: 100%;
    height: auto; }

  .event__image__container .event__place {
    position: relative;
    width: 100%;
    display: inline-block;
    border-bottom: solid 1px #7ec353;
    border-left: 0;
    border-right: solid 1px #7ec353; }
    .event__image__container .event__place img {
      padding: 15px;
      width: 70%;
      margin: 0px 15%; }
    .event__image__container .event__place h2 {
      position: absolute;
      top: 40%;
      color: #FFFFFF;
      font-size: 18px;
      letter-spacing: 1px;
      width: 100%;
      text-transform: initial !important;
      text-align: center;
      opacity: 0;
      font-weight: 600;
      -webkit-transition: all 400ms;
      -moz-transition: all 400ms;
      -ms-transition: all 400ms;
      -o-transition: all 400ms; }
    .event__image__container .event__place .event__place__blochover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #7ec353;
      opacity: 0;
      -webkit-transition: all 400ms;
      -moz-transition: all 400ms;
      -ms-transition: all 400ms;
      -o-transition: all 400ms; }

  .event__items .event__item:nth-child(2n) .event__image__container {
    text-align: left; }

  .event__items .event__item:nth-child(2n) .event__price {
    text-align: left;
    border-right: solid 1px #7ec353 !important;
    border-left: 0; }

  .event__item:nth-child(2n+1) .event__infos {
    text-align: left; }

  .event__item:nth-child(2n+1) .post__link {
    text-align: left !important; }

  /* page détails events */
  .event__breadcrumb {
    font-size: 14px;
    width: 70%;
    padding: 0 0 20px 0px !important;
    margin: 10px auto; }

  .single-event .event {
    width: 100%;
    margin: 0 auto; }

  .single-event .background-white {
    top: 125px;
    width: 90%;
    left: 0;
    margin: 0 5%; }

  .sidebar__button .fa-angle-left {
    left: 40px;
    top: -1px; }

  .sidebar__category .sidebar__category__select i {
    right: 10px;
    top: -5px; }

  .single-event .event__item {
    margin-top: 50px !important; }

  .single-event .event__infos, .single-event .event__image__container {
    max-width: 90% !important;
    margin: 0 auto; }

  .single-event .event__image {
    width: 100%;
    height: auto;
    margin-left: 0; }

  .single-event .event__image__container .event__place {
    position: relative;
    width: 100%;
    display: inline-block;
    border-bottom: solid 1px #7ec353;
    border-left: solid 1px #7ec353;
    border-right: solid 1px #7ec353;
    border-top: 0;
    margin-left: 0; }

  .single-event .event__details, .single-event .event__date {
    border-right: solid 1px #7ec353;
    border-left: solid 1px #7ec353; }

  .single-event .event__date {
    color: #232323;
    font-size: 34px;
    padding: 15px 30px;
    text-align: center; }

  .single-event .event__details {
    padding: 15px 20px;
    text-align: center; }

  .single-event .event__infos_pratique {
    width: 100%;
    margin-left: 0 !important;
    border-left: solid #7ec353 1px;
    border-right: solid #7ec353 1px;
    border-top: solid #7ec353 1px;
    margin-bottom: 0;
    padding: 15px 20px; }

  .single-event .event__price {
    width: 100%;
    text-align: center; }

  .single-event .event__hour {
    margin-top: 0;
    border-left: 0;
    border-right: solid 1px #7ec353;
    text-align: center;
    border-left: 1px solid #7ec353;
    padding-top: 0; }

  .single-event .content_bottom {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-top: 0;
    padding-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px; }

  .single-event .content_bottom .title_bottom_event {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 60px;
    font-size: 40px !important;
    line-height: 1; }

  .single-event .event__image__container .event__place img {
    padding: 10px;
    width: 80%;
    margin: 0px 10%; }

  .single-event .event__image__container .event__place h2 {
    width: 85%; }

  .single-event .content_bottom h2 {
    font-size: 18px !important; }

  .single-event .content_bottom h3 {
    font-size: 20px; }

  /* --- calendrier ---- */
  .event__sidebar, .post__sidebar {
    background: #F0F0F0 !important; }

  .calendar__box {
    margin: 0 40px !important; }

  .sidebar__category__list {
    width: calc( 90% - 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{
    flex-direction: column;
  }
  .footer__contain .col-12 {
    flex: 1 1 auto;
    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 (max-width: 767px) {
.separateur::after{
    display: none;}}
@media (min-width: 577px) and (max-width: 767px) {
  /*.header {
      background: green;
  } */
  /* --------- 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: auto;
    height: 60px;
    margin-top: 10px;
    margin-right: -10px; }

  .readingProgressbar {
    display: none !important; }

  /* slider */
  .home__slider {
    margin-top: 80px; }
    .home__slider .col {
      padding: 0 !important; }
    .home__slider .slider__container {
      height: auto; }

  .home__slider h1 {
    font-size: 40px;
    line-height: 40px; }

  .home__slider h1 span {
    font-size: 32px;
    line-height: 32px; }

  .home__slider .slider__container .slider__link {
    top: 61%; }
    .home__slider .slider__container .slider__link .buttonAA--green--slider {
      font-size: 14px;
      line-height: 14px; }

  .home__slider .slider__image:nth-child(4), .home__slider .slider__image:nth-child(8) {
    background-position: top left !important; }

  .slider__navigation {
    display: none; }

  /* menu */
  .hide__desktop__menu {
    display: block !important; }

  #msm-mobile-menu .respmenu-wrap {
    position: fixed;
    z-index: 100;
    background-color: #FFFFFF;
    border-bottom: 1px solid #ebebeb; }

  #msm-mobile-menu .respmenu-open {
    left: 20px;
    right: initial; }

  #msm-mobile-menu .respmenu-header {
    height: 80px; }

  #msm-mobile-menu .respmenu-open hr {
    width: 25px;
    border: 1px solid #232323;
    margin: 6px 0; }

  #msm-mobile-menu .menu-main-menu-container {
    width: 100%;
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    border-right: 0; }

  .respmenu {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #FFFFFF; }

  .header {
    height: 80px;
    width: 86%;
    margin-left: 12%;
    z-index: 200;
    border-left: 1px solid #ebebeb; }

  #msm-mobile-menu .respmenu li a {
    font-size: 14px; }

  #msm-mobile-menu .cbp-respmenu-more {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0; }
    #msm-mobile-menu .cbp-respmenu-more img {
      display: none; }

  #msm-mobile-menu .menu-item .msm-submenu {
    position: relative !important;
    top: 0;
    z-index: 100;
    padding: 15px; }

  #msm-mobile-menu .msm-top-level-item {
    width: 100% !important;
    border-bottom: solid 1px #ebebeb !important;
    border-left: 0;
    border-right: 0;
    border-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 10px 0 10px 0 !important; }
    #msm-mobile-menu .msm-top-level-item a {
      border: 0 !important; }

  #msm-mobile-menu .sub-menu-active {
    border-bottom: 1px solid #7ec353; }

  #msm-mobile-menu .respmenu li {
    padding-left: 0;
    padding-right: 0; }

  #msm-mobile-menu .msm-top-level-item li.menu-item-has-children {
    border: solid 1px #ebebeb !important;
    margin-bottom: 30px !important;
    padding: 0 0 20px 0 !important; }
    #msm-mobile-menu .msm-top-level-item li.menu-item-has-children a {
      border-bottom: 0;
      font-weight: 800;
      text-transform: uppercase;
      border-bottom: solid 1px #ebebeb; }

  #msm-mobile-menu .msm-top-level-item li.menu-item-has-children ul.sub-menu {
    display: block;
    background: none !important;
    padding: 10px !important;
    border-top: solid 1px #ebebeb; }
    #msm-mobile-menu .msm-top-level-item li.menu-item-has-children ul.sub-menu li a {
      border-bottom: 0;
      font-weight: 500;
      text-transform: initial;
      padding: 10px 0; }

  .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: 60px;
    -webkit-box-flex: 0 0 60px;
    -moz-box-flex: 0 0 60px;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    font-size: 0;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    background: none;
    border-left: 1px solid #ebebeb; }

  .header__search__mobile .sub-menu {
    left: 0;
    width: 100%; }

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

  /* navigation */
  .header__navigation {
    display: none; }

  .container-fluid {
    padding: 0; }

  .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%;
    display: block;
    vertical-align: center;
    line-height: 2.5;
    position: relative;
    float: left; }

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

  /* social */
  .social--bar {
    display: none; }

  /* push */
  .push__elements {
    display: block !important; }

  .push_open {
    width: 75px;
    height: 75px; }

  .push__elements {
    bottom: 0vh;
    right: 0 !important;
    margin-right: 0 !important; }

  /* actualites */
  .home__title__type {
    font-size: 40px;
    margin-top: 80px !important;
    margin-left: 30px !important; }

  .home__news {
    padding-top: 0px; }

  .home__actuality {
    margin-bottom: 60px; }

  .actuality__slide {
    height: auto;
    margin-bottom: 20px; }

  .cross {
    display: block;
    height: auto; }

  .cross_flex {
    z-index: 10;
    margin-top: 0;
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px; }

  .cross_flex .cross_container {
    width: 100%;
    height: 320px;
    clip-path: none;
    -webkit-clip-path: none;
    z-index: 20;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

  .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: -60px;
    height: auto;
    z-index: 50;
    width: 81%; }

  .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__text .cross_container {
    overflow: hidden;
    padding: 40px 0 0 30px; }

  .actuality__category {
    padding-left: 25px;
    margin-top: 40px; }

  .actuality__title {
    padding-left: 0;
    text-align: left;
    font-size: 22px;
    line-height: 1.1;
    padding-right: 120px;
    margin-top: 15px; }

  .actuality__description {
    padding-left: 0;
    text-align: left;
    padding-right: 120px;
    overflow: hidden; }

  .actuality__link {
    float: left;
    position: relative;
    width: auto;
    text-align: left;
    margin-right: 35px;
    margin-top: 5px; }

  .actuality__nav {
    position: absolute;
    padding-left: 0;
    width: 110px;
    margin-top: 0;
    bottom: 40px;
    right: -110px;
    padding-left: 0 !important; }

  .actuality__all__link {
    width: 100%;
    margin-top: 0px;
    margin-left: -5px;
    margin-bottom: 20px; }
    .actuality__all__link a {
      margin-left: 0;
      font-size: 12px;
      padding: 10px 20px; }

  .actuality__nav__onglets {
    width: 100%;
    margin-top: 30px;
    max-width: 150px; }

  /* actualites aunis atlantique */
  .bloc_black {
    position: absolute;
    left: 0;
    top: -130px;
    background-color: #232323;
    width: 78%;
    height: 440px; }

  /* accès rapide */
  .acces__rapide__container {
    display: none; }

  /* agenda */
  .home__agenda {
    padding: 0 50px;
    margin-top: -60px; }

  .home__agenda h2 {
    margin-left: 0;
    font-size: 40px; }

  .agenda__date .agenda__month {
    font-size: 20px; }

  .agenda__slide {
    padding: 0 5% 0 5%;
    width: 80% !important;
    margin-left: 13%; }

  .agenda__items, .agenda__nav {
    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: 5px;
    padding: 0; }

  .agenda__description {
    padding: 0;
    min-height: 25px; }

  .agenda__nav {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    display: inline-block;
    text-align: center;
    margin-bottom: 40px; }

  .agenda__link {
    margin-left: 0;
    width: 100%; }

  .event__link {
    left: 0; }

  .agenda__date::before {
    left: -15%; }

  /* focus 01 02 et 03 */
  .home__content h2 {
    font-size: 40px; }

  .home .lesFocusAunis {
    position: relative !important;
    padding: 0 35px; }

  .BlocEntreprendreFocus .photoMobileEntreprendre {
    display: block; }

  .BlocEntreprendreFocus .photoDesktopEntreprendre {
    display: none; }

  .home .textePresentationAunis {
    margin-top: 80px !important;
    padding-top: 0;
    background-color: #ebebe6 !important;
    padding: 0 35px; }

  .textePresentationAunis .container, .section_push_bottom .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0; }

  .textePresentationAunis h2 {
    text-align: center;
    font-size: 48px; }

  .textePresentationAunis .textePresentation {
    width: 100%;
    padding-right: 0;
    text-align: justify; }

  .textePresentationAunis .upb_row_bg {
    background-position: bottom !important;
    background-size: initial !important;
    min-width: 200% !important;
    left: -90% !important;
    width: 200% !important; }

  .textePresentationAunis .vc_empty_space {
    height: 580px !important; }

  /* user */
  .home .bloc_grey_container {
    position: absolute !important;
    display: inline-block;
    left: initial !important;
    height: 1200px !important;
    top: 0px; }

  .home .bloc_grey_container .grey_bloc {
    width: 75% !important;
    height: 1200px !important; }

  .profils_cdc h2 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .home .profil_home {
    height: 350px !important;
    padding: 0 20px;
    margin-bottom: 0 !important; }

  .profils_cdc .bloc_info_bottom_push h3 {
    font-size: 28px;
    margin-top: 20%; }

  .profils_cdc .bloc_info_bottom_push .bb-link {
    font-size: 14px;
    margin-top: 30px; }

  /* VIDEO */
  .home .presentationAunisBottom {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .section_video {
    position: relative;
    display: inline-block; }
    .section_video .vc_col-sm-3 {
      position: relative;
      display: inline-block;
      width: 50%;
      padding: 30px 50px; }
      .section_video .vc_col-sm-3 .vc_column-inner {
        padding: 0 10px;
        margin-bottom: 15px; }
        .section_video .vc_col-sm-3 .vc_column-inner img {
          width: 100%;
          padding: 0; }

  /* PUSH BOTTOM */
  .home .section_push_bottom {
    margin-top: 0 !important;
    margin-bottom: 90px !important;
    padding: 0 0 0 100px; }
    .home .section_push_bottom h2 {
      margin-top: 0;
      font-size: 48px; }
    .home .section_push_bottom .wpb_single_image {
      width: 70%; }

  .section_push_bottom .green_bloc {
    background-color: #7ec353;
    position: absolute;
    width: 80%;
    right: 0;
    top: 10px;
    bottom: initial;
    margin-left: 20%;
    z-index: 0;
    height: 100% !important; }

  .bloc_info_bottom {
    margin-bottom: 10px !important; }

  .bloc_info_bottom_push {
    margin-bottom: 30px; }

  /* footer */
  .footer {
    padding: 40px 15px;
    text-align: center; }

  .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; }
    footer .footer__bottom h3 {
      display: none; }
    footer .footer__bottom p {
      display: none; }
    footer .footer__bottom #footer-bottom {
      display: none; }

  /* -------- page intermediaire ------- */
  .page__breadcrumb {
    margin-top: 15px;
    padding: 0 5%; }

  .bread--crumb > span {
    font-size: 14px; }

  .contain--p--left {
    padding-left: 0; }

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

  .page-template-intermediate-page .page__header, .single-profile .page__header {
    height: 280px;
    margin-top: 80px; }

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

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

  .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: 34px;
    line-height: 1;
    padding: 15px 10% 14px 10%;
    margin-bottom: 10px; }

  .page__infos {
    min-height: 110px;
    top: 15%; }

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

  /* ----- page secondaire ------ */
  .page-child .wpb_button, .page-child .wpb_content_element, .page-child ul.wpb_thumbnails-fluid > li {
    margin-bottom: 25px; }

  .page__header {
    height: 280px;
    overflow: hidden;
    margin-top: 80px; }

  .page__content .page__intro {
    padding: 0 5px;
    font-size: 16px;
    letter-spacing: 0.8px; }

  .page__content .page__intro::after {
    margin-top: 30px; }

  .page__container {
    margin-top: 0;
    padding-bottom: 150px; }

  .page__content {
    padding: 40px 15px;
    font-size: 16px;
    margin-bottom: 0; }

  .page__content h2 {
    font-size: 26px; }

  .page__content h3 {
    font-size: 22px;
    margin-top: 20px; }

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

  .page__footer {
    min-height: auto; }
    .page__footer h2 {
      margin: 0 10% 40px 10%;
      font-size: 40px;
      width: 80%; }

  .page__footer .bloc_focus_gray {
    width: 70%;
    height: calc(100% - 40px);
    background: #f6f4f0;
    position: absolute;
    left: 50%;
    margin-left: -35%;
    top: 30px;
    z-index: -1; }

  .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__footer .col_left_focus, .page__footer .col_right_focus {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%; }

  .page__footer .col_left_focus, .page__footer .col_right_focus {
    margin: 0 2% 40px 2%; }

  .page__footer .col_right_focus {
    margin-top: 40px; }

  .page__focus .link_title {
    font-size: 16px;
    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: left;
    padding: 0 15px; }

  .page__footer .col_left_focus .page__focus1__right .link_categorie,
  .page__footer .col_right_focus .page__focus2__right .link_categorie {
    font-size: 16px;
    padding: 15px; }

  .page__focus a.link_bottom_focus {
    font-size: 14px;
    padding: 15px 0; }

  .page__focus:hover a.link_bottom_focus {
    padding: 20px 0; }

  .page__focus:hover .link_categorie {
    padding: 20px 15px !important; }

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

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

  .page__footer .page__focus__full {
    width: 100%; }

  .page__footer {
    padding: 15px 0; }

  /* contact */
  .page__contact {
    max-width: initial;
    width: auto; }

  .page__contact .page__contact__content {
    width: 60%;
    margin: 60px auto;
    position: relative; }

  .contact__content__top .contact__title {
    text-align: center;
    width: 100%;
    z-index: 10;
    padding: 30px;
    margin-bottom: 0;
    border-bottom: none;
    font-size: 40px; }

  .page__contact .page__contact__content .bloc_contact_gray {
    top: 60px;
    height: 100%; }

  .contact__content__top .contact__name {
    padding: 20px;
    width: 100%;
    text-align: center; }

  .contact__content__bottom .contact__content__bottom__left {
    padding: 20px;
    width: 100%;
    text-align: center;
    border-right: solid 1px #7ec353; }

  .contact__email a {
    font-size: 14px; }

  .contact__content__bottom .contact__content__bottom__right {
    padding: 20px;
    width: 100%;
    text-align: center; }

  /* ------ actualites ------- */
  /* a la une */
  .post__one {
    margin-bottom: 120px; }

  .post__one .post__picture {
    height: auto; }

  .post__one .page__ss__title {
    margin-left: 0;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px; }

  .post__one .background-black {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    background-color: #232323;
    height: calc( 100% + 30px); }

  .post__one .post__picture {
    height: auto;
    width: 130%;
    margin: 0px -15%;
    overflow: hidden; }

  .post__one .post__info {
    margin-top: -30px !important;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    margin-top: 0px; }

  .post__one .post__title {
    font-size: 20px;
    text-align: center; }

  .post__one .post__description {
    color: #FFFFFF;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center; }

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

  /* --- liste articles --- */
  .blog .content, .category .content {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px !important; }

  .blog .background-gray, .category .background-gray {
    top: 85px;
    width: 82%;
    height: calc( 100% - 125px);
    background: #f6f4f0;
    z-index: -1;
    margin: 0px 9%;
    left: 0; }

  .blog .page__title, .archive .page__title {
    font-size: 40px; }

  .actus_liste_bloc {
    height: 270px;
    width: 65%;
    margin: 0 auto;
    max-width: 650px;
    max-height: 400px;
    margin: 0 35% 0 0; }

  .col_actus:nth-child(2n) {
    margin: 0 0 0 35%;
    margin-top: 80px !important; }

  .blog .actus_liste_bloc img, .category .actus_liste_bloc img {
    height: 100%;
    width: 100%; }

  .col_actus .page__focus1__left .post__date h3 {
    font-size: 16px; }

  .col_actus .page__focus1__left .post__date .date__day {
    font-size: 30px; }

  .col_actus .page__focus1__left .post__date .date__month,
  .col_actus .page__focus1__left .post__date .date__year {
    font-size: 20px; }

  .actus_liste_bloc a.link_bottom_focus {
    font-size: 13px; }

  .col_actus .page__focus1__right .link_categorie {
    font-size: 18px;
    padding: 20px; }

  .actus_liste_bloc:hover .link_categorie {
    padding: 25px 20px !important; }

  .col_actus .page__focus1__right .link_title {
    left: 10%;
    text-transform: initial;
    width: 90%;
    font-size: 20px;
    top: 32%; }

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

  .single .background-white {
    top: 115px;
    width: 76%;
    height: calc(100% - 160px);
    background-color: #FFFFFF;
    z-index: -1;
    margin: 0px 12%;
    left: 0; }

  .single .post__header .page__title {
    width: 70%; }

  .single .page__content .page__banner {
    width: 100%;
    margin: 0; }

  .single .page__content .page__content_single {
    width: 80%;
    margin: 0 10%;
    padding: 30px; }

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

  .page__container {
    padding-bottom: 80px; }

  /* ------ page event ------ */
  .hide--no--mobile {
    display: inline-block !important; }

  .hide--no--desktop {
    display: none !important; }

  .archive .content {
    width: 100% !important;
    margin: 0 auto; }

  .background-white {
    top: 125px;
    width: 81%;
    height: calc( 100% - 125px);
    background-color: #FFFFFF;
    z-index: -1;
    margin: 0px 5%; }

  .post-type-archive-event .contain--p--left {
    padding: 0; }

  .sidebar__button, .sidebar__category {
    margin-bottom: 10px;
    width: 70%;
    font-size: 14px; }

  .post-type-archive .sidebar__button .fa-calendar, .tax-event_category .sidebar__button .fa-calendar {
    left: 30px;
    top: 6px; }

  .sidebar__category .sidebar__category__select i {
    right: 18px;
    top: -5px; }

  .event__header::after {
    left: 12%; }

  .event__header .page__title {
    padding-top: 100px;
    width: 90%;
    font-size: 40px;
    letter-spacing: 0; }

  .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: flex;
    flex-direction: column !important;
    width: 76%;
    margin-left: 12%; }
    .event__item .event__infos {
      order: 2; }
    .event__item .event__image__container {
      order: 3;
      font-size: 0; }

  .event__image__container, .event__infos {
    width: auto;
    margin: 0; }

  .event__category {
    border-left: 0;
    border-right: solid 1px #7ec353; }

  .event__date {
    font-size: 20px;
    border-left: 0;
    border-right: solid 1px #7ec353;
    width: auto;
    padding: 15px 15px 0 15px;
    min-height: 0;
    width: 75%; }
    .event__date span {
      font-size: 18px; }

  .single-event .event__date {
    width: 100%; }
    .single-event .event__date br {
      display: none; }

  .single-event .event__hour {
    width: 100%; }

  .event__hour {
    display: inline-block;
    width: 75%;
    position: relative;
    color: #232323;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    border-right: solid 1px #7ec353;
    margin-top: -5px; }

  .event__details {
    margin: 0;
    border-left: 0;
    border-right: solid 1px #7ec353;
    border-bottom: 0; }

  .event__infos {
    margin-top: 20px; }

  .event__image {
    width: 100%;
    height: auto;
    vertical-align: top;
    display: inline-block; }

  .event__image__container .event__place {
    position: relative;
    width: 65%;
    display: inline-block;
    border-bottom: solid 1px #7ec353;
    border-left: 0;
    border-right: solid 1px #7ec353; }
    .event__image__container .event__place img {
      padding: 15px;
      width: 70%;
      margin: 0px 15%; }
    .event__image__container .event__place h2 {
      position: absolute;
      top: 40%;
      color: #FFFFFF;
      font-size: 18px;
      letter-spacing: 1px;
      width: 100%;
      text-transform: initial !important;
      text-align: center;
      opacity: 0;
      font-weight: 600;
      -webkit-transition: all 400ms;
      -moz-transition: all 400ms;
      -ms-transition: all 400ms;
      -o-transition: all 400ms; }
    .event__image__container .event__place .event__place__blochover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #7ec353;
      opacity: 0;
      -webkit-transition: all 400ms;
      -moz-transition: all 400ms;
      -ms-transition: all 400ms;
      -o-transition: all 400ms; }

  .event__image__container .event__price {
    vertical-align: top; }

  .event__items .event__item:nth-child(2n) .event__image__container {
    text-align: left; }

  .event__items .event__item:nth-child(2n) .event__price {
    text-align: left;
    border-right: solid 1px #7ec353 !important;
    border-left: 0; }

  .event__item:nth-child(2n+1) .event__infos {
    text-align: left; }

  .event__item:nth-child(2n+1) .post__link {
    text-align: left !important; }

  /* page détails events */
  .event__breadcrumb {
    font-size: 14px;
    width: 70%;
    padding: 0 0 20px 0px !important;
    margin: 10px auto; }

  .single-event .event {
    width: 100%;
    margin: 0 auto; }

  .single-event .background-white {
    top: 125px;
    width: 90%;
    left: 0;
    margin: 0 5%; }

  .sidebar__button .fa-angle-left {
    left: 40px;
    top: -1px; }

  .sidebar__category .sidebar__category__select i {
    right: 10px;
    top: -5px; }

  .single-event .event__item {
    margin-top: 50px !important; }

  .single-event .event__infos, .single-event .event__image__container {
    max-width: 90% !important;
    margin: 0 auto; }

  .single-event .event__image {
    width: 100%;
    height: auto;
    margin-left: 0; }

  .single-event .event__image__container .event__place {
    position: relative;
    width: 100%;
    display: inline-block;
    border-bottom: solid 1px #7ec353;
    border-left: solid 1px #7ec353;
    border-right: solid 1px #7ec353;
    border-top: 0;
    margin-left: 0; }

  .single-event .event__details, .single-event .event__date {
    border-right: solid 1px #7ec353;
    border-left: solid 1px #7ec353; }

  .single-event .event__date {
    color: #232323;
    font-size: 34px;
    padding: 15px 30px;
    text-align: center; }

  .single-event .event__details {
    padding: 15px 20px;
    text-align: center; }

  .single-event .event__price {
    width: 100%;
    text-align: center; }

  .single-event .event__hour {
    margin-top: 0;
    border-left: 0;
    border-right: solid 1px #7ec353;
    text-align: center;
    border-left: 1px solid #7ec353;
    padding-top: 0; }

  .single-event .content_bottom {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-top: 0;
    padding-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px; }

  .single-event .content_bottom .title_bottom_event {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 60px;
    font-size: 40px !important;
    line-height: 1; }

  .single-event .event__image__container .event__place img {
    padding: 10px;
    width: 80%;
    margin: 0px 10%; }

  .single-event .event__image__container .event__place h2 {
    width: 85%; }

  .single-event .content_bottom h2 {
    font-size: 18px !important; }

  .single-event .content_bottom h3 {
    font-size: 20px; }

  /* --- calendrier ---- */
  .event__sidebar, .post__sidebar {
    background: #F0F0F0 !important; }

  .calendar__box {
    margin: 0 40px !important; }

  .sidebar__category__list {
    width: calc( 90% - 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: 768px) and (max-width: 991px) {
  /* .header {
      background: yellow;
  } */
  /* --------- 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: auto;
    height: 60px;
    margin-top: 10px;
    margin-right: -10px; }

  .readingProgressbar {
    display: none !important; }

  /* slider */
  .home__slider {
    margin-top: 80px; }
    .home__slider .slider__container {
      height: auto; }

  .home__slider h1 {
    font-size: 50px;
    line-height: 40px; }

  .home__slider h1 span {
    font-size: 32px;
    line-height: 32px; }

  .home__slider .slider__container .slider__link {
    top: 61%; }
    .home__slider .slider__container .slider__link .buttonAA--green--slider {
      font-size: 14px;
      line-height: 14px; }

  .home__slider .slider__image:nth-child(4), .home__slider .slider__image:nth-child(8) {
    background-position: top left !important; }

  .slider__navigation {
    display: none; }

  /* menu */
  .hide__desktop__menu {
    display: block !important; }

  #msm-mobile-menu .respmenu-wrap {
    position: fixed;
    z-index: 100;
    background-color: #FFFFFF;
    border-bottom: 1px solid #ebebeb; }

  #msm-mobile-menu .respmenu-open {
    left: 20px;
    right: initial; }

  #msm-mobile-menu .respmenu-header {
    height: 80px; }

  #msm-mobile-menu .respmenu-open hr {
    width: 25px;
    border: 1px solid #232323;
    margin: 6px 0; }

  #msm-mobile-menu .menu-main-menu-container {
    width: 100%;
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    border-right: 0; }

  .respmenu {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #FFFFFF; }

  .header {
    height: 80px;
    width: 86%;
    margin-left: 12%;
    z-index: 200;
    border-left: 1px solid #ebebeb; }

  #msm-mobile-menu .respmenu li a {
    font-size: 14px; }

  #msm-mobile-menu .cbp-respmenu-more {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0; }
    #msm-mobile-menu .cbp-respmenu-more img {
      display: none; }

  #msm-mobile-menu .menu-item .msm-submenu {
    position: relative !important;
    top: 0;
    z-index: 100;
    padding: 15px; }

  #msm-mobile-menu .msm-top-level-item {
    width: 100% !important;
    border-bottom: solid 1px #ebebeb !important;
    border-left: 0;
    border-right: 0;
    border-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 10px 0 10px 0 !important; }
    #msm-mobile-menu .msm-top-level-item a {
      border: 0 !important; }

  #msm-mobile-menu .sub-menu-active {
    border-bottom: 1px solid #7ec353; }

  #msm-mobile-menu .respmenu li {
    padding-left: 0;
    padding-right: 0; }

  #msm-mobile-menu .msm-top-level-item li.menu-item-has-children {
    border: solid 1px #ebebeb !important;
    margin-bottom: 30px !important;
    padding: 0 0 20px 0 !important;
    width: 48% !important;
    margin: 0 1%;
    min-height: 260px; }
    #msm-mobile-menu .msm-top-level-item li.menu-item-has-children a {
      border-bottom: 0;
      font-weight: 800;
      text-transform: uppercase;
      border-bottom: solid 1px #ebebeb; }

  #msm-mobile-menu .msm-top-level-item li.menu-item-has-children ul.sub-menu {
    display: block;
    background: none !important;
    padding: 10px !important;
    border-top: solid 1px #ebebeb; }
    #msm-mobile-menu .msm-top-level-item li.menu-item-has-children ul.sub-menu li a {
      border-bottom: 0;
      font-weight: 500;
      text-transform: initial;
      padding: 5px 0; }

  .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: 60px;
    -webkit-box-flex: 0 0 60px;
    -moz-box-flex: 0 0 60px;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    font-size: 0;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    background: none;
    border-left: 1px solid #ebebeb; }

  .header__search__mobile .sub-menu {
    left: 0;
    width: 100%; }

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

  /* navigation */
  .header__navigation {
    display: none; }

  .container-fluid {
    padding: 0; }

  .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%;
    display: block;
    vertical-align: center;
    line-height: 2.5;
    position: relative;
    float: left; }

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

  /* social */
  .social--bar {
    display: none; }

  /* push */
  .push__elements {
    display: block !important; }

  .push_open {
    width: 75px;
    height: 75px; }

  .push__elements {
    bottom: 0vh;
    right: 0 !important;
    margin-right: 0 !important; }

  /* actualites */
  .home__title__type {
    font-size: 40px;
    margin-top: 60px !important;
    margin-left: 30px !important; }

  .home__news {
    padding-top: 0; }

  .home__actuality {
    margin-bottom: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    padding-right: 0;
    margin-bottom: 0;
    height: 480px; }

  .actuality__slide {
    height: auto;
    margin-bottom: 20px; }

  .cross {
    display: block;
    height: auto; }

  .cross_flex {
    z-index: 10;
    margin-top: 0;
    width: 95%;
    margin-left: 5%; }

  .cross_flex .cross_container {
    width: 100%;
    height: 235px;
    clip-path: none;
    -webkit-clip-path: none;
    z-index: 20;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

  .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: -40px;
    height: auto;
    z-index: 50;
    width: 100%; }

  .cross_fix .cross_container {
    width: 90%;
    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__text .cross_container {
    overflow: hidden;
    padding: 15px 0 0 15px; }

  .actuality__category {
    padding-left: 25px;
    margin-top: 40px; }

  .actuality__title {
    padding-left: 0;
    text-align: left;
    font-size: 22px;
    line-height: 1.1;
    padding-right: 120px;
    margin-top: 15px; }

  .actuality__description {
    padding-left: 0;
    text-align: left;
    padding-right: 120px;
    overflow: hidden; }

  .actuality__link {
    float: left;
    position: relative;
    width: auto;
    text-align: left;
    margin-right: 35px;
    margin-top: 25px; }

  .actuality__nav {
    padding-left: 0;
    margin-top: 0;
    width: 60px;
    right: 0 !important; }

  .actuality__all__link {
    width: auto;
    margin-top: 0px;
    margin-left: -5px;
    margin-bottom: 20px; }
    .actuality__all__link a {
      margin-left: 0;
      font-size: 12px;
      padding: 10px 20px; }

  .actuality__nav__onglets {
    width: auto;
    margin-top: 0;
    max-width: 100%; }

  .actuality__nav__right, .actuality__nav__left {
    width: 100%;
    height: 60px; }

  .actuality__nav i {
    padding: 10px; }

  /* actualites aunis atlantique */
  .bloc_black {
    position: absolute;
    left: 0;
    top: -100px;
    background-color: #232323;
    width: 58%;
    height: 380px; }

  .acces__rapide__container {
    display: none; }

  /* agenda */
  .home__agenda {
    padding: 0 15px 0 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    margin-top: -100px; }

  .home__agenda h2 {
    margin-top: 20px !important;
    margin-left: 20px !important;
    padding: 0 !important;
    font-size: 40px; }

  .agenda__date .agenda__month {
    font-size: 18px; }

  .agenda__slide {
    padding: 0 5% 0 5%;
    width: 90% !important;
    margin-left: 7% !important; }

  .agenda__items, .agenda__nav {
    position: relative; }

  .agenda__date {
    width: 90%;
    margin: 0 5%;
    float: left;
    position: relative;
    margin-top: 0;
    padding-right: 0; }

  .agenda__text {
    width: 90%;
    margin: 0 5%;
    float: right;
    position: relative; }

  .agenda__item {
    height: auto;
    margin-bottom: 15px; }

  .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: 14px;
    line-height: 1.2;
    margin-top: 5px;
    padding: 0; }

  .agenda__description {
    padding: 0;
    min-height: 25px;
    font-size: 14px;
    margin-bottom: 5px; }

  .agenda__nav {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    display: inline-block;
    text-align: center;
    margin-bottom: 40px;
    padding: 0; }

  .agenda__link {
    margin-left: 0;
    width: 100%; }

  .event__link {
    left: 0; }

  .agenda__date::before {
    left: -17%; }

  /* user */
  .container_profil {
    width: 95%;
    margin: 0 5% 0 0 !important; }

  .profils_cdc h2 {
    margin-left: calc(3% + 15px) !important; }

  .profils_cdc .bloc_info_bottom_push {
    padding: 0 10px; }

  .profils_cdc .bloc_info_bottom_push .vc_column-inner {
    padding: 0 !important; }

  .profils_cdc .bloc_info_bottom_push .profil_home {
    height: 300px !important;
    margin-bottom: 0; }

  .profils_cdc .bloc_info_bottom_push h3 {
    font-size: 26px;
    margin-top: 20%; }

  .profils_cdc .bloc_info_bottom_push .bb-link {
    font-size: 12px;
    margin-top: 20px; }

  .home .bloc_grey_container .grey_bloc {
    width: 85% !important;
    height: 380px !important; }

  /* focus 01 02 et 03 */
  .associationAunisAtlantique, .entreprendreAunisAtlantique, .vivreEnAunisAtlantique {
    min-height: 205px !important; }

  .associationAunisAtlantique .blocTexte, .entreprendreAunisAtlantique .blocTexte, .vivreEnAunisAtlantique .blocTexte {
    margin-top: 0; }

  #associationAunisAtlantique::before {
    width: 40px;
    height: 0;
    border-style: solid;
    border-width: 0 30px 20px 30px;
    border-color: transparent transparent #232323 transparent;
    z-index: 9999;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px; }

  #habitantAunisAtlantique::before {
    width: 40px;
    height: 0;
    border-style: solid;
    border-width: 0 30px 20px 30px;
    border-color: transparent transparent #7ec353 transparent;
    z-index: 9999;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px; }

  .photoMobileEntreprendre::before {
    width: 40px;
    height: 0;
    border-style: solid;
    border-width: 0 30px 20px 30px;
    border-color: transparent transparent #f6f4f0 transparent;
    z-index: 9999;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px; }

  .photoDesktopEntreprendre::before {
    width: 40px;
    height: 0;
    border-style: solid;
    border-width: 0 30px 20px 30px;
    border-color: transparent transparent #f6f4f0 transparent;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    transform: rotate(180deg); }

  .home__content h2 {
    font-size: 40px; }

  .home .lesFocusAunis {
    position: relative !important;
    padding: 0 15px; }

  .BlocEntreprendreFocus .photoMobileEntreprendre {
    display: none; }

  .BlocEntreprendreFocus .photoDesktopEntreprendre {
    display: block; }

  .BlocAssociationFocus .boutonSavoirPlus, .BlocEntreprendreFocus .boutonSavoirPlus, .BlocVivreFocus .boutonSavoirPlus {
    padding: 5px 20px;
    font-size: 12px; }

  .vivreEnAunisAtlantique .blocTexte p, .associationAunisAtlantique .blocTexte p {
    font-size: 16px; }

  .texteSurPhoto h3 {
    font-size: 18px; }

  .home .textePresentationAunis {
    margin-top: 80px !important;
    padding-top: 0;
    background-color: #ebebe6 !important;
    padding: 0 35px; }
    .home .textePresentationAunis .vc_col-sm-6 {
      width: 100%; }

  .textePresentationAunis .container, .section_push_bottom .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0; }

  .textePresentationAunis h2 {
    text-align: center;
    font-size: 48px; }

  .textePresentationAunis .textePresentation {
    width: 100%;
    padding-right: 0;
    text-align: justify; }

  .textePresentationAunis .upb_row_bg {
    background-position: bottom !important;
    background-size: initial !important;
    min-width: 170% !important;
    left: -70% !important;
    width: 170% !important; }

  .textePresentationAunis .vc_empty_space {
    height: 610px !important; }

  /* VIDEO */
  .home .presentationAunisBottom {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .section_video {
    position: relative;
    display: inline-block; }
    .section_video .vc_col-sm-3 {
      position: relative;
      display: inline-block;
      width: 25%;
      padding: 10px; }
      .section_video .vc_col-sm-3 .vc_column-inner {
        padding: 0 10px;
        margin-bottom: 15px; }
        .section_video .vc_col-sm-3 .vc_column-inner img {
          width: 100%;
          padding: 0; }

  /* PUSH BOTTOM */
  .home .section_push_bottom {
    margin-top: 0 !important;
    margin-bottom: 90px !important;
    padding: 0 0 0 10px; }
    .home .section_push_bottom h2 {
      margin-top: 50px;
      font-size: 40px; }
    .home .section_push_bottom .wpb_single_image {
      width: 100%; }

  .section_push_bottom .green_bloc {
    background-color: #7ec353;
    position: absolute;
    width: 90%;
    right: 0;
    top: 70px;
    bottom: initial;
    margin-left: 10%;
    z-index: 0;
    height: 100% !important; }

  .section_push_bottom .container {
    z-index: 10;
    min-height: 260px; }

  .bloc_info_bottom {
    margin-bottom: 10px !important; }

  .bloc_info_bottom_push {
    margin-bottom: 30px; }

  .section_push_bottom .boutonSavoirPlus {
    padding: 5px 25px;
    font-size: 14px; }

  /* footer */
  .footer {
    padding: 40px 15px;
    text-align: center; }

  .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; }
    footer .footer__bottom h3 {
      display: none; }
    footer .footer__bottom p {
      display: none; }
    footer .footer__bottom #footer-bottom {
      display: none; }

  /* -------- page intermediaire ------- */
  .page__breadcrumb {
    margin-top: 15px;
    padding: 0 5%; }

  .bread--crumb > span {
    font-size: 14px; }

  .contain--p--left {
    padding-left: 0; }

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

  .page-template-intermediate-page .page__header, .single-profile .page__header {
    height: 280px;
    margin-top: 80px; }

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

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

  .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: 34px;
    line-height: 1;
    padding: 15px 10% 14px 10%;
    margin-bottom: 10px; }

  .page__infos {
    min-height: 110px;
    top: 15%; }

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

  /* ----- page secondaire ------ */
  .page-child .wpb_button, .page-child .wpb_content_element, .page-child ul.wpb_thumbnails-fluid > li {
    margin-bottom: 25px; }

  .page__header {
    height: 280px;
    overflow: hidden;
    margin-top: 80px; }

  .page__content .page__intro {
    padding: 0 5px;
    font-size: 16px;
    letter-spacing: 0.8px; }

  .page__content .page__intro::after {
    margin-top: 30px; }

  .page__container {
    margin-top: 0;
    padding-bottom: 150px; }

  .page__content {
    padding: 40px 15px;
    font-size: 16px;
    margin-bottom: 0; }

  .page__content h2 {
    font-size: 26px; }

  .page__content h3 {
    font-size: 22px;
    margin-top: 20px; }

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

  .page__footer {
    min-height: auto; }
    .page__footer h2 {
      margin: 0 10% 40px 10%;
      font-size: 40px;
      width: 80%; }

  .page__footer .bloc_focus_gray {
    width: 70%;
    height: calc(100% - 40px);
    background: #f6f4f0;
    position: absolute;
    left: 50%;
    margin-left: -35%;
    top: 30px;
    z-index: -1; }

  .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__footer .col_left_focus, .page__footer .col_right_focus {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%; }

  .page__footer .col_left_focus, .page__footer .col_right_focus {
    margin: 0 2% 40px 2%; }

  .page__footer .col_right_focus {
    margin-top: 40px; }

  .page__focus .link_title {
    font-size: 16px;
    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: left;
    padding: 0 15px; }

  .page__footer .col_left_focus .page__focus1__right .link_categorie,
  .page__footer .col_right_focus .page__focus2__right .link_categorie {
    font-size: 16px;
    padding: 15px; }

  .page__focus a.link_bottom_focus {
    font-size: 14px;
    padding: 15px 0; }

  .page__focus:hover a.link_bottom_focus {
    padding: 20px 0; }

  .page__focus:hover .link_categorie {
    padding: 20px 15px !important; }

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

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

  .page__footer .page__focus__full {
    width: 100%; }

  .page__footer {
    padding: 15px 0; }

  /* contact */
  .page__contact {
    max-width: initial;
    width: auto; }

  .page__contact .page__contact__content {
    width: 60%;
    margin: 60px auto;
    position: relative; }

  .contact__content__top .contact__title {
    text-align: center;
    width: 100%;
    z-index: 10;
    padding: 30px;
    margin-bottom: 0;
    border-bottom: none;
    font-size: 40px; }

  .page__contact .page__contact__content .bloc_contact_gray {
    top: 60px;
    height: 100%; }

  .contact__content__top .contact__name {
    padding: 20px;
    width: 100%;
    text-align: center; }

  .contact__content__bottom .contact__content__bottom__left {
    padding: 20px;
    width: 100%;
    text-align: center;
    border-right: solid 1px #7ec353; }

  .contact__email a {
    font-size: 14px; }

  .contact__content__bottom .contact__content__bottom__right {
    padding: 20px;
    width: 100%;
    text-align: center; }

  /* ------ actualites ------- */
  /* a la une */
  .post__one {
    margin-bottom: 120px; }

  .post__one .page__ss__title {
    margin-left: 0;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px; }

  .post__one .background-black {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    background-color: #232323;
    height: calc( 100% + 30px); }

  .post__one .post__picture {
    height: auto;
    width: 120%;
    margin: 0px -10%;
    overflow: hidden; }

  .post__one .post__info {
    margin-top: -30px !important;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    margin-top: 0px; }

  .post__one .post__title {
    font-size: 20px;
    text-align: center; }

  .post__one .post__description {
    color: #FFFFFF;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center; }

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

  /* --- liste articles --- */
  .blog .content, .category .content {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px !important; }

  .blog .background-gray, .category .background-gray {
    top: 85px;
    width: 82%;
    height: calc( 100% - 125px);
    background: #f6f4f0;
    z-index: -1;
    margin: 0px 9%;
    left: 0; }

  .blog .page__title, .archive .page__title {
    font-size: 40px; }

  .actus_liste_bloc {
    height: 270px;
    width: 100%;
    margin: 0 auto;
    max-width: 650px;
    max-height: 400px;
    margin: 0 35% 0 0; }

  .col_actus:nth-child(2n) {
    margin: 0 0 0 42%;
    margin-top: 80px !important; }

  .blog .actus_liste_bloc img, .category .actus_liste_bloc img {
    height: 100%;
    width: 100%; }

  .col_actus .page__focus1__left .post__date h3 {
    font-size: 16px; }

  .col_actus .page__focus1__left .post__date .date__day {
    font-size: 30px; }

  .col_actus .page__focus1__left .post__date .date__month,
  .col_actus .page__focus1__left .post__date .date__year {
    font-size: 20px; }

  .actus_liste_bloc a.link_bottom_focus {
    font-size: 13px; }

  .col_actus .page__focus1__right .link_categorie {
    font-size: 18px;
    padding: 20px; }

  .actus_liste_bloc:hover .link_categorie {
    padding: 25px 20px !important; }

  .col_actus .page__focus1__right .link_title {
    left: 10%;
    text-transform: initial;
    width: 90%;
    font-size: 20px;
    top: 32%; }

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

  .single .background-white {
    top: 115px;
    width: 76%;
    height: calc(100% - 160px);
    background-color: #FFFFFF;
    z-index: -1;
    margin: 0px 12%;
    left: 0; }

  .single .post__header .page__title {
    width: 70%; }

  .single .page__content .page__banner {
    width: 90%;
    margin: 0 auto; }

  .single .page__content .page__content_single {
    width: 80%;
    margin: 0 10%;
    padding: 30px; }

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

  .page__container {
    padding-bottom: 80px; }

  /* ------ page event ------ */
  .hide--no--mobile {
    display: inline-block !important; }

  .hide--no--desktop {
    display: none !important; }

  .archive .content {
    width: 100% !important;
    margin: 0 auto; }

  .background-white {
    top: 125px;
    width: 81%;
    height: calc( 100% - 125px);
    background-color: #FFFFFF;
    z-index: -1;
    margin: 0px 5%; }

  .post-type-archive-event .contain--p--left {
    padding: 0; }

  .sidebar__button, .sidebar__category {
    margin-bottom: 10px;
    width: 70%;
    font-size: 14px;
    max-width: 250px; }

  .post-type-archive .sidebar__button .fa-calendar, .tax-event_category .sidebar__button .fa-calendar {
    left: 30px;
    top: 6px; }

  .sidebar__category .sidebar__category__select i {
    right: 18px;
    top: -5px; }

  .event__header::after {
    left: 22%; }

  .event__header .page__title {
    padding-top: 100px;
    width: 90%;
    font-size: 40px;
    letter-spacing: 0; }

  .event__items {
    padding: 50px 0; }

  .event__items:before {
    left: 22%; }

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

  .event__item {
    display: flex;
    flex-direction: column !important;
    width: 76%;
    margin-left: 22%;
    margin-bottom: 120px; }
    .event__item .event__infos {
      order: 2; }
    .event__item .event__image__container {
      order: 3;
      font-size: 0; }

  .event__image__container, .event__infos {
    width: auto;
    margin: 0; }

  .event__category {
    border-left: 0;
    border-right: solid 1px #7ec353; }

  .event__date {
    font-size: 20px;
    border-left: 0;
    border-right: solid 1px #7ec353;
    width: auto;
    padding: 15px 15px 0 15px;
    min-height: 0;
    width: 75%; }
    .event__date span {
      font-size: 18px; }

  .single-event .event__date {
    width: 100%; }
    .single-event .event__date br {
      display: none; }

  .single-event .event__hour {
    width: 100%; }

  .event__hour {
    display: inline-block;
    width: 75%;
    position: relative;
    color: #232323;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    border-right: solid 1px #7ec353;
    margin-top: -5px; }

  .event__details {
    margin: 0;
    border-left: 0;
    border-right: solid 1px #7ec353;
    border-bottom: 0; }

  .event__infos {
    margin-top: 20px; }

  .event__image {
    width: 100%;
    height: auto;
    vertical-align: top;
    display: inline-block; }

  .event__image__container .event__place {
    position: relative;
    width: 65%;
    display: inline-block;
    border-bottom: solid 1px #7ec353;
    border-left: 0;
    border-right: solid 1px #7ec353; }
    .event__image__container .event__place img {
      padding: 15px;
      width: 70%;
      margin: 0px 15%; }
    .event__image__container .event__place h2 {
      position: absolute;
      top: 40%;
      color: #FFFFFF;
      font-size: 18px;
      letter-spacing: 1px;
      width: 100%;
      text-transform: initial !important;
      text-align: center;
      opacity: 0;
      font-weight: 600;
      -webkit-transition: all 400ms;
      -moz-transition: all 400ms;
      -ms-transition: all 400ms;
      -o-transition: all 400ms; }
    .event__image__container .event__place .event__place__blochover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #7ec353;
      opacity: 0;
      -webkit-transition: all 400ms;
      -moz-transition: all 400ms;
      -ms-transition: all 400ms;
      -o-transition: all 400ms; }

  .event__image__container .event__price {
    vertical-align: top; }

  .event__items .event__item:nth-child(2n) .event__image__container {
    text-align: left; }

  .event__items .event__item:nth-child(2n) .event__price {
    text-align: left;
    border-right: solid 1px #7ec353 !important;
    border-left: 0; }

  .event__item:nth-child(2n+1) .event__infos {
    text-align: left; }

  .event__item:nth-child(2n+1) .post__link {
    text-align: left !important; }

  /* page détails events */
  .event__breadcrumb {
    font-size: 14px;
    width: 70%;
    padding: 0 0 20px 0px !important;
    margin: 10px auto; }

  .single-event .event {
    width: 100%;
    margin: 0 auto; }

  .single-event .background-white {
    top: 125px;
    width: 90%;
    left: 0;
    margin: 0 5%; }

  .sidebar__button .fa-angle-left {
    left: 40px;
    top: -1px; }

  .sidebar__category .sidebar__category__select i {
    right: 10px;
    top: -5px; }

  .single-event .event__item {
    margin-top: 50px !important; }

  .single-event .event__infos, .single-event .event__image__container {
    max-width: 80% !important;
    margin: 0 auto; }

  .single-event .event__image {
    width: 100%;
    height: auto;
    margin-left: 0; }

  .single-event .event__image__container .event__place {
    position: relative;
    width: 100%;
    display: inline-block;
    border-bottom: solid 1px #7ec353;
    border-left: solid 1px #7ec353;
    border-right: solid 1px #7ec353;
    border-top: 0;
    margin-left: 0; }

  .single-event .event__details, .single-event .event__date {
    border-right: solid 1px #7ec353;
    border-left: solid 1px #7ec353; }

  .single-event .event__date {
    color: #232323;
    font-size: 34px;
    padding: 15px 30px;
    text-align: center; }

  .single-event .event__details {
    padding: 15px 20px;
    text-align: center; }

  .single-event .event__price {
    width: 100%;
    text-align: center; }

  .single-event .event__hour {
    margin-top: 0;
    border-left: 0;
    border-right: solid 1px #7ec353;
    text-align: center;
    border-left: 1px solid #7ec353;
    padding-top: 0; }

  .single-event .content_bottom {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-top: 0;
    padding-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px; }

  .single-event .content_bottom .title_bottom_event {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 60px;
    font-size: 40px !important;
    line-height: 1; }

  .single-event .event__image__container .event__place img {
    padding: 10px;
    width: 80%;
    margin: 0px 10%; }

  .single-event .event__image__container .event__place h2 {
    width: 85%; }

  .single-event .content_bottom h2 {
    font-size: 18px !important; }

  .single-event .content_bottom h3 {
    font-size: 20px; }

  /* --- calendrier ---- */
  .event__sidebar, .post__sidebar {
    background: #F0F0F0 !important; }

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

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

  .event__sidebar .sidebar__button {
    width: 100%;
    max-width: 100%; }

  /* 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: 992px) and (max-width: 1199px) {
  /* --------- HOMEPAGE ----------- */
  .page {
    padding-top: 100px; }

  .container-fluid {
    padding-right: 0;
    padding-left: 0; }

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

  .branding img {
    width: auto;
    height: 60px;
    margin-top: 20px;
    -webkit-transition: all 400ms !important;
    -moz-transition: all 400ms !important;
    -ms-transition: all 400ms !important;
    -o-transition: all 400ms !important; }

  .header--stick .branding img {
    width: auto;
    height: 40px;
    margin-top: 25px;
    -webkit-transition: all 400ms !important;
    -moz-transition: all 400ms !important;
    -ms-transition: all 400ms !important;
    -o-transition: all 400ms !important; }

  /* menu */
  .home #primary-menu {
    margin-bottom: 0; }

  .msm-menu-item .msm-submenu {
    top: 100px; }

  .home #primary-menu li:hover ul.sub-menu {
    width: 96%;
    left: -20px; }

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

  .menu-main-menu-container, .menu-menu-anglais-container {
    height: 100%;
    width: 74%;
    margin-right: 2%;
    padding-left: 0; }

  .header__search {
    width: 8%; }

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

  .pictoSocialMedia li a i {
    padding: 10px 0 10px 20px; }

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

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

  .textShare {
    margin-top: 80px; }

  .textShare p {
    width: 120px; }

  /* slider */
  .home__slider .slider__container {
    height: auto; }

  .home__slider h1 {
    font-size: 60px;
    line-height: 45px; }

  .home__slider h1 span {
    font-size: 42px;
    line-height: 42px; }

  .buttonAA--green--slider {
    font-size: 16px;
    line-height: 16px; }

  /* 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 */
  .home__title__type {
    font-size: 40px; }

  .home__news {
    padding-top: 0; }

  .home__actuality {
    margin-bottom: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    padding-right: 0;
    margin-bottom: 0;
    height: 540px; }

  .background-white {
    top: 105px; }

  .event__item {
    width: 82%; }

  .actuality__slide {
    height: auto;
    margin-bottom: 20px; }

  .cross {
    display: block;
    height: auto; }

  .cross_flex {
    z-index: 10;
    margin-top: 0;
    width: 96%;
    margin-left: 2%; }

  .cross_flex .cross_container {
    width: 100%;
    height: 320px;
    clip-path: none;
    -webkit-clip-path: none;
    z-index: 20;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

  .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: -60px;
    height: auto;
    z-index: 50;
    width: 100%; }

  .cross_fix .cross_container {
    width: 90%;
    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__text .cross_container {
    overflow: hidden;
    padding: 20px 0 0 15px; }

  .actuality__category {
    padding-left: 25px;
    margin-top: 40px; }

  .actuality__title {
    padding-left: 0;
    text-align: left;
    font-size: 22px;
    line-height: 1.1;
    padding-right: 120px;
    margin-top: 15px; }

  .actuality__description {
    padding-left: 0;
    text-align: left;
    padding-right: 120px;
    overflow: hidden; }

  .actuality__link {
    float: left;
    position: relative;
    width: auto;
    text-align: left;
    margin-right: 35px;
    margin-top: 25px; }

  .actuality__nav {
    padding-left: 0;
    margin-top: 0;
    width: 60px;
    right: 0 !important; }

  .actuality__all__link {
    width: auto;
    margin-top: 0px;
    margin-left: -5px;
    margin-bottom: 20px; }
    .actuality__all__link a {
      margin-left: 0;
      font-size: 12px;
      padding: 10px 20px; }

  .actuality__nav__onglets {
    width: auto;
    margin-top: 0;
    max-width: 100%; }

  .actuality__nav__right, .actuality__nav__left {
    position: relative;
    float: left;
    width: 100%;
    height: auto; }

  .actuality__nav i {
    padding: 2px 10px; }

  /* actualites aunis atlantique */
  .bloc_black {
    position: absolute;
    left: 0;
    top: -280px;
    background-color: #232323;
    width: 58%;
    height: 580px; }

  /* pictos */
  .acces__rapide__container ul {
    width: 100%;
    padding: 0 10px 20px 10px;
    margin: 0 auto;
    position: relative;
    display: inline-block; }

  .acces__rapide__container ul .pictos_item .picto_text {
    font-size: 10px; }

  .home__agenda h2 {
    padding: 0 20px;
    margin-top: 30px;
    margin-bottom: 10px; }

  .acces__rapide__container ul .pictos_item img {
    width: 50%;
    margin: 0px 25%;
    min-height: 70px; }

  /* agenda */
  .home__agenda {
    padding: 0 30px 0 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    margin-top: -120px; }

  .home__agenda h2 {
    margin-top: 20px;
    margin-left: 0;
    font-size: 40px; }

  .agenda__date .agenda__month {
    font-size: 18px; }

  .agenda__slide {
    padding: 0 5% 0 5%;
    width: 90% !important;
    margin-left: 7% !important; }

  .agenda__items, .agenda__nav {
    position: relative; }

  .agenda__date {
    width: 90%;
    margin: 0 5%;
    float: left;
    position: relative;
    margin-top: 0;
    padding-right: 0; }

  .agenda__text {
    width: 90%;
    margin: 0 5%;
    float: right;
    position: relative; }

  .agenda__item {
    height: auto;
    margin-bottom: 15px; }

  .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: 14px;
    line-height: 1.2;
    margin-top: 5px;
    padding: 0; }

  .agenda__description {
    padding: 0;
    min-height: 25px;
    font-size: 14px;
    margin-bottom: 5px; }

  .agenda__nav {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    display: inline-block;
    text-align: center;
    margin-bottom: 40px;
    padding: 0; }

  .agenda__link {
    margin-left: 0;
    width: 100%; }

  .event__link {
    left: 0; }

  .agenda__date::before {
    left: -15%; }

  .agenda__item:last-child {
   /* display: none; */ }

  /* le territoire */
  .home .textePresentationAunis {
    padding-top: 80px;
    background-color: #ebebe6; }

  .textePresentationAunis h2 {
    font-size: 46px; }

  .textePresentationAunis .container .vc_col-sm-6:first-child {
    padding-right: 20%; }

  .textePresentationAunis .container .vc_col-sm-6 .vc_empty_space {
    height: 590px !important; }

  .associationAunisAtlantique, .entreprendreAunisAtlantique, .vivreEnAunisAtlantique {
    min-height: 215px; }

  .associationAunisAtlantique .blocTexte, .entreprendreAunisAtlantique .blocTexte, .vivreEnAunisAtlantique .blocTexte {
    margin-top: 5%; }

  #associationAunisAtlantique::before {
    width: 40px;
    height: 0;
    border-style: solid;
    border-width: 0 30px 20px 30px;
    border-color: transparent transparent #232323 transparent;
    z-index: 9999;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px; }

  #habitantAunisAtlantique::before {
    width: 40px;
    height: 0;
    border-style: solid;
    border-width: 0 30px 20px 30px;
    border-color: transparent transparent #7ec353 transparent;
    z-index: 9999;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px; }

  .photoMobileEntreprendre::before {
    width: 40px;
    height: 0;
    border-style: solid;
    border-width: 0 30px 20px 30px;
    border-color: transparent transparent #f6f4f0 transparent;
    z-index: 9999;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px; }

  .photoDesktopEntreprendre::before {
    width: 40px;
    height: 0;
    border-style: solid;
    border-width: 0 30px 20px 30px;
    border-color: transparent transparent #f6f4f0 transparent;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    transform: rotate(180deg); }

  .home .textePresentationAunis {
    margin-top: 90px !important; }

  .BlocAssociationFocus .boutonSavoirPlu, .BlocEntreprendreFocus .boutonSavoirPlus, .BlocVivreFocus .boutonSavoirPlus {
    font-size: 12px; }

  /* blocs info push */
  .push__elements {
    display: none; }

  .section_push_bottom .container {
    padding: 0; }
    .section_push_bottom .container .vc_col-sm-3 {
      width: 18%; }

  /* user */
  .profils_cdc h2 {
    margin-top: 60px !important;
    font-size: 40px !important; }

  .container_profil {
    width: 95%;
    margin: 0 5% 0 0 !important; }

  .profils_cdc .bloc_info_bottom_push .profil_home {
    height: 330px !important; }

  .profils_cdc .bloc_info_bottom_push h3 {
    font-size: 26px;
    margin-top: 30%; }

  .profils_cdc .bloc_info_bottom_push .bb-link {
    font-size: 12px;
    margin-top: 20px; }

  .home .bloc_grey_container .grey_bloc {
    background-color: #f6f4f0;
    position: absolute !important;
    width: 85% !important;
    right: 0 !important;
    height: 390px !important; }

  .home .bloc_grey_container {
    top: 30px; }

  /* 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;
    padding-right: 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: 400px !important;
    overflow: hidden; }

  .page__infos {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    top: 15%; }

  .page__content {
    padding-right: 0; }

  .page__contact {
    padding: 20px 20px 30px 20px; }

  .contact__phone {
    font-size: 15px; }

  .contact__email {
    font-size: 14px; }

  .page__title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px; }

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

  .contact__content__bottom {
    top: 1px; }

  .contact__content__top .contact__name {
    padding: 30px 20px;
    max-height: 160px; }

  .page__footer {
    position: relative;
    padding: 0 0 60px 0;
    min-height: 580px;
    margin-bottom: 90px; }

  .page__footer .bloc_focus_gray {
    height: 100%; }

  /* --------- PAGE LISTE ACTUALITES ----------- */
  .post__one {
    width: 100%; }

  .archive .content, .blog .content {
    width: 90%;
    margin: 0 5%;
    padding: 0; }

  .background-gray {
    top: 90px;
    width: 76%;
    margin: 0 12%; }

  .actus_liste_bloc {
    height: 280px; }

  .actus_liste_bloc .link_title {
    font-size: 28px; }

  .col_actus .page__focus1__left .post__date {
    margin-top: 23%; }

  .col_actus .page__focus1__left .post__date h3 {
    font-size: 20px; }

  .col_actus .page__focus1__left .post__date .date__day {
    font-size: 40px; }

  .col_actus .page__focus1__left .post__date .date__month {
    font-size: 22px; }

  .col_actus .page__focus1__left .post__date .date__year {
    font-size: 20px; }

  /* --------- PAGE ACTUALITES ----------- */
  .single .page__content .page__banner {
    width: 90%;
    margin: 0 5%; }

  .single .page__content .page__content_single {
    width: 70%;
    margin: 0 15%;
    padding: 40px; }

  .single .background-white {
    position: absolute;
    top: 85px;
    width: 80%;
    height: calc( 100% - 165px);
    background-color: #FFFFFF;
    left: 10%; }

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

  .page__container {
    padding-bottom: 150px; }

  .archive .post__item {
    height: 230px;
    margin-bottom: 60px;
    position: relative; }

  .archive .post__category {
    padding-left: 32%; }

  .archive .post__title, .archive .post__description {
    padding-left: 28%; }

  .archive .cross_flex .cross_container {
    width: calc(100% + 165px); }

  /* page event */
  .post-type-archive-event .contain--p--left {
    padding-right: 45px; }

  .calendar__title {
    font-size: 16px; }

  .calendar__next, .calendar__prev {
    font-size: 20px;
    padding: 12px 15px; }

  .single-event .event {
    width: 100%;
    margin: 0 auto; }

  .single .background-white {
    top: 105px; }

  .single-event .content_bottom {
    width: 70%;
    margin: 20px 15%; }

  /* footer */
  .footer__contain .col-md-2 {
    max-width: 33.33333% !important;
    margin-bottom: 20px; } }
@media (min-width: 1200px) and (max-width: 1600px) {
  /* --------- HOMEPAGE ----------- */
  .page {
    padding-top: 100px; }

  .container-fluid {
    padding-right: 0;
    padding-left: 0; }

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

  .branding img {
    width: auto;
    height: 60px;
    margin-top: 20px;
    -webkit-transition: all 400ms !important;
    -moz-transition: all 400ms !important;
    -ms-transition: all 400ms !important;
    -o-transition: all 400ms !important; }

  .header--stick .branding img {
    width: auto;
    height: 40px;
    margin-top: 25px;
    -webkit-transition: all 400ms !important;
    -moz-transition: all 400ms !important;
    -ms-transition: all 400ms !important;
    -o-transition: all 400ms !important; }

  .actuality__nav i {
    padding: 15px;
    width: 60px; }

  /* menu */
  .home #primary-menu {
    margin-bottom: 0; }

  .msm-menu-item .msm-submenu {
    top: 100px; }

  .home #primary-menu li:hover ul.sub-menu {
    width: 96%;
    left: -20px; }

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

  .menu-main-menu-container, .menu-menu-anglais-container {
    height: 100%;
    width: 74%;
    margin-right: 1%;
    padding-left: 1%; }

  .header__search {
    width: 8%; }

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

  .pictoSocialMedia li a i {
    padding: 10px 0 10px 20px; }

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

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

  .textShare {
    margin-top: 80px; }

  .textShare p {
    width: 120px; }

  /* push */
  .push__elements {
    display: none; }

  .acces__rapide__container ul .pictos_item .picto_text {
    font-size: 12px !important; }

  /* slider */
  .home__slider .slider__container {
    height: auto; }

  .home__slider h1 {
    font-size: 60px;
    line-height: 45px; }

  .home__slider h1 span {
    font-size: 42px;
    line-height: 42px; }

  .buttonAA--green--slider {
    font-size: 16px;
    line-height: 16px; }

  /* 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 */
  .home__title__type {
    font-size: 40px; }

  .home__news {
    padding-top: 0; }

  .home__actuality {
    margin-bottom: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    padding-right: 0;
    margin-bottom: 0;
    height: 540px; }

  .background-white {
    top: 105px; }

  .event__item {
    width: 82%; }

  .actuality__slide {
    height: auto;
    margin-bottom: 20px; }

  .cross {
    display: block;
    height: auto; }

  .cross_flex {
    z-index: 10;
    margin-top: 0;
    width: 98%;
    margin-left: 0; }

  .cross_flex .cross_container {
    width: 100%;
    height: 320px;
    clip-path: none;
    -webkit-clip-path: none;
    z-index: 20;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

  .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: -50px;
    height: auto;
    z-index: 50;
    width: 100%; }

  .cross_fix .cross_container {
    width: 90%;
    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__text .cross_container {
    overflow: hidden;
    padding: 20px 0 0 15px;
    width: 80%; }

  .actuality__category {
    padding-left: 25px;
    margin-top: 40px; }

  .actuality__title {
    padding-left: 0;
    text-align: left;
    font-size: 22px;
    line-height: 1.1;
    padding-right: 30%;
    margin-top: 15px; }

  .actuality__description {
    padding-left: 0;
    text-align: left;
    padding-right: 30%;
    overflow: hidden; }

  .actuality__link {
    float: left;
    position: relative;
    width: auto;
    text-align: left;
    margin-right: 35px;
    margin-top: 25px; }

  .actuality__nav {
    padding-left: 15px;
    margin-top: 0;
    bottom: 50px;
    right: 0; }

  .actuality__all__link {
    width: auto;
    margin-top: 0px;
    margin-left: -5px;
    margin-bottom: 20px; }
    .actuality__all__link a {
      margin-left: 0;
      font-size: 12px;
      padding: 10px 20px; }

  .actuality__nav__onglets {
    width: auto;
    margin-top: 0;
    max-width: 150px; }

  /* actualites aunis atlantique */
  .bloc_black {
    position: absolute;
    left: 0;
    top: -270px;
    background-color: #232323;
    width: 58%;
    height: 580px; }

  /* acces rapides */
  .acces__rapide__container ul {
    padding: 0px 5% 20px 5%; }

  .acces__rapide__container ul .pictos_item .picto_text {
    font-size: 11px; }

  /* agenda */
  .agenda__container {
    margin-top: 40px; }

  .home__agenda {
    padding: 0 30px 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    margin-top: -180px; }

  .home__agenda h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: 0;
    font-size: 40px;
    padding: 0 30px; }

  .agenda__date .agenda__month {
    font-size: 18px; }

  .agenda__slide {
    padding: 0 5% 0 5%;
    width: 90% !important;
    margin-left: 7% !important; }

  .agenda__items, .agenda__nav {
    position: relative; }

  .agenda__date {
    width: 90%;
    margin: 0 5%;
    float: left;
    position: relative;
    margin-top: 0;
    padding-right: 0; }

  .agenda__text {
    width: 90%;
    margin: 0 5%;
    float: right;
    position: relative; }

  .agenda__item {
    height: auto;
    margin-bottom: 15px; }

  .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: 14px;
    line-height: 1.2;
    margin-top: 5px;
    padding: 0; }

  .agenda__description {
    padding: 0;
    min-height: 25px;
    font-size: 14px;
    margin-bottom: 5px; }

  .agenda__nav {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    display: inline-block;
    text-align: center;
    margin-bottom: 40px;
    padding: 0; }

  .agenda__link {
    margin-left: 0;
    width: 100%; }

  .event__link {
    left: 0; }

  .agenda__date::before {
    left: -15%; }

  .agenda__item:last-child {
   /* display: none; */}

  /* utilisateurs */
  .profils_cdc h2 {
    margin-top: 120px !important; }

  .container_profil {
    width: 90%;
    margin: 0 10% 0 0 !important; }

  .home .bloc_grey_container {
    top: 60px;
    height: 460px !important; }

  .home .bloc_grey_container .grey_bloc {
    width: 83% !important;
    height: 460px !important; }

  .profils_cdc .bloc_info_bottom_push .profil_home {
    height: 400px !important; }

  .profils_cdc .bloc_info_bottom_push h3 {
    margin-top: 35%; }

  .ult-banner-block .mask .bb-description, .ult-banner-block .mask p {
    padding: 15px 2em 0; }

  .profils_cdc .bloc_info_bottom_push .bb-link {
    padding: 10px 30px;
    font-size: 14px;
    margin-top: 30px; }

  /* le territoire */
  .home .textePresentationAunis {
    padding-top: 80px;
    margin-top: 140px !important;
    background-color: #ebebe6; }

  .textePresentationAunis h2 {
    font-size: 46px; }

  .textePresentationAunis .container .vc_col-sm-6:first-child {
    padding-right: 20%; }

  .textePresentationAunis .container .vc_col-sm-6 .vc_empty_space {
    height: 590px !important; }

  .associationAunisAtlantique, .entreprendreAunisAtlantique, .vivreEnAunisAtlantique {
    min-height: 265px; }

  /* blocs info push */
  .section_push_bottom .container {
    padding: 0; }
    .section_push_bottom .container .vc_col-sm-3 {
      width: 18%; }

  /* 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;
    padding-right: 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: 400px !important;
    overflow: hidden; }

  .page__infos {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    top: 15%; }

  .page__content {
    padding-right: 0; }

  .page__contact {
    padding: 20px 20px 30px 20px; }

  .contact__phone {
    font-size: 15px; }

  .contact__email {
    font-size: 14px; }

  .page__title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px; }

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

  .contact__content__bottom {
    top: 1px; }

  .contact__content__top .contact__name {
    padding: 30px 20px;
    max-height: 160px; }

  .page__footer {
    position: relative;
    padding: 0 0 60px 0;
    min-height: 580px;
    margin-bottom: 90px; }

  .page__footer .bloc_focus_gray {
    height: 100%; }

  /* --------- PAGE LISTE ACTUALITES ----------- */
  .post__one {
    width: 100%; }

  .archive .content, .blog .content {
    width: 90%;
    margin: 0 5%;
    padding: 0; }

  .background-gray {
    top: 90px;
    width: 76%;
    margin: 0 12%; }

  .actus_liste_bloc {
    height: 280px; }

  .actus_liste_bloc .link_title {
    font-size: 28px; }

  .col_actus .page__focus1__left .post__date {
    margin-top: 23%; }

  .col_actus .page__focus1__left .post__date h3 {
    font-size: 20px; }

  .col_actus .page__focus1__left .post__date .date__day {
    font-size: 40px; }

  .col_actus .page__focus1__left .post__date .date__month {
    font-size: 22px; }

  .col_actus .page__focus1__left .post__date .date__year {
    font-size: 20px; }

  /* --------- PAGE ACTUALITES ----------- */
  .single .page__content .page__banner {
    width: 90%;
    margin: 0 5%; }

  .single .page__content .page__content_single {
    width: 70%;
    margin: 0 15%;
    padding: 40px; }

  .single .background-white {
    position: absolute;
    top: 85px;
    width: 80%;
    height: calc( 100% - 165px);
    background-color: #FFFFFF;
    left: 10%; }

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

  .page__container {
    padding-bottom: 150px; }

  .archive .post__item {
    height: 230px;
    margin-bottom: 60px;
    position: relative; }

  .archive .post__category {
    padding-left: 32%; }

  .archive .post__title, .archive .post__description {
    padding-left: 28%; }

  .archive .cross_flex .cross_container {
    width: calc(100% + 165px); }

  /* page event */
  .post-type-archive-event .contain--p--left {
    padding-right: 45px; }

  .calendar__title {
    font-size: 16px; }

  .calendar__next, .calendar__prev {
    font-size: 20px;
    padding: 12px 15px; }

  .single-event .event {
    width: 100%;
    margin: 0 auto; }

  .single .background-white {
    top: 105px; }

  .single-event .content_bottom {
    width: 70%;
    margin: 20px 15%; }

  /* footer */
  .footer__contain .col-md-2 {
    max-width: 33.33333% !important;
    margin-bottom: 20px; } }
@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; }

  .acces__rapide__container ul .pictos_item .picto_text {
    font-size: 12px !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 {
    height: 900px; }

  .home .agenda__container {
    margin-top: 20px; }

  /* video */
  /* ------ page secondaire ------ */
  .page-template-intermediate-page .page__child, .single-profile .page__child {
    height: 500px; }

  /* ------ page actualite ----- */
  .blog .sidebar--padding, .archive .sidebar--padding, .single .sidebar--padding {
    padding-right: 0; }

  .associationAunisAtlantique, .entreprendreAunisAtlantique, .vivreEnAunisAtlantique {
    min-height: 310px; } }
@media screen and (max-width: 1900px) {
  .associationAunisAtlantique, .entreprendreAunisAtlantique, .vivreEnAunisAtlantique {
    min-height: 355px; } }

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