﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Asap:400,400italic,700,700italic);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
  }

footer a img, header a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

div.article {
  padding: 0px;
}

.article-content, .welcome-content {
  margin: 0px;
}

/* Color */
/* body */
/* global page */
/* Header */
/* slider */
/* footer */
/* Font */
/**********************/
/*      Responsive    */
/**********************/
/*Responsive break point */
/*humburger*/
html, body, #s4-bodyContainer {
  height: 100%;
}

html, body, #s4-bodyContainer {
  background: none;
  color: black;
  padding: 0;
  margin: 0;
  font-family: "Asap", Arial, sans-serif;
  position: relative;
  font-size: 1em;
  min-width: 300px;
}

.ms-core-navigation, button {
  font-family: "Asap", Arial, sans-serif;
}

*, *:before, *:after, hr, hr:before, hr:after, input[type="search"], input[type="search"]:before, input[type="search"]:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.site-container.edit-mode *, .site-container.edit-mode *:before, .site-container.edit-mode *:after, .site-container.edit-mode hr, .site-container.edit-mode hr:before, .site-container.edit-mode hr:after,
.site-container.edit-mode input[type="search"], .site-container.edit-mode input[type="search"]:before, .site-container.edit-mode input[type="search"]:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

strong, b, .bold {
  font-weight: bold;
}

em {
  font-style: italic;
}

header img, footer img {
  display: inline-block;
  vertical-align: middle;
}

p, .ms-rtestate-field p {
  line-height: 1.4em;
}

header a, footer a {
  text-decoration: none;
  color: inherit;
}

  header a:visited, footer a:visited {
    color: inherit;
  }

  header a i.master {
    vertical-align: top;
  }

  header a:hover, footer a:hover {
    text-decoration: underline;
  }

hr {
  border: solid #d9d9d9;
  border-width: 1px 0 0;
  clear: both;
  margin: 0.5em 0em;
  height: 0;
}

p, .ms-rtestate-field p {
  margin: 0.5em 0px;
}

  p:first-child, .ms-rtestate-field p:first-child {
    margin-top: 0px !important;
  }

  p:last-child, .ms-rtestate-field p:last-child {
    margin-bottom: 0px !important;
  }

/* Flexible image */
header img, footer img {
  height: auto;
  max-width: 100%;
}

.wrapper, .title-content {
  max-width: 960px;
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.wrapperSlider {
  /*max-width: 960px;*/
  /*width: 960px;*/
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 960px) {
  .wrapper, .title-content {
    width: 100%;
  }
}

.fixed {
  position: fixed;
}

.pointer {
  cursor: pointer;
}

.centerTxt {
  text-align: center;
}

.smallTxt, .ms-rtestate-field p.smallTxt {
  font-size: 0.85em;
}

.bigTxt {
  font-size: 1.5em;
}

.disabledTxt {
  color: #999999;
}

.highlightTxt {
  color: #f58110;
}

.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.etcTxt {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  /* pour Opera 9 */
  text-overflow: ellipsis;
  /* pour le reste du monde */
  white-space: nowrap;
}

.copyTxt {
  padding: 15px 30px;
  border: 1px solid #cccccc;
  color: #4d4d4d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.inline {
  display: inline-block;
  float: left;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.noUnderline, .noUnderline:hover {
  text-decoration: none;
}

.italic {
  font-style: italic;
}

.strong {
  font-weight: bold;
}

.block {
  display: block !important;
}

.fullHeight {
  height: 100%;
}

.paddingTopBar {
  padding-top: 47px;
}

.hide {
  display: none;
}

.clear {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.clearfix:after, .row:after, .breadcrumb:after, footer:after, footer .mod-link:after, footer .mod-contact:after, .mod-content .offres:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.mgBottom1 {
  margin-bottom: 30px !important;
}

.mgTop1 {
  margin-top: 30px !important;
}

.mgRight1 {
  margin-right: 30px !important;
}

.mgTop1 {
  margin-top: 30px !important;
}

.mgBottom2 {
  margin-bottom: 60px !important;
}

.mgTop2 {
  margin-top: 60px !important;
}

.mgRight2 {
  margin-right: 60px !important;
}

.mgTop2 {
  margin-top: 60px !important;
}

.mgBottom3 {
  margin-bottom: 90px !important;
}

.mgTop3 {
  margin-top: 90px !important;
}

.mgRight3 {
  margin-right: 90px !important;
}

.mgTop3 {
  margin-top: 90px !important;
}

.mgBottom4 {
  margin-bottom: 120px !important;
}

.mgTop4 {
  margin-top: 120px !important;
}

.mgRight4 {
  margin-right: 120px !important;
}

.mgTop4 {
  margin-top: 120px !important;
}

.mgBottom5 {
  margin-bottom: 150px !important;
}

.mgTop5 {
  margin-top: 150px !important;
}

.mgRight5 {
  margin-right: 150px !important;
}

.mgTop5 {
  margin-top: 150px !important;
}

.mgBottom6 {
  margin-bottom: 180px !important;
}

.mgTop6 {
  margin-top: 180px !important;
}

.mgRight6 {
  margin-right: 180px !important;
}

.mgTop6 {
  margin-top: 180px !important;
}

.mgBottom7 {
  margin-bottom: 210px !important;
}

.mgTop7 {
  margin-top: 210px !important;
}

.mgRight7 {
  margin-right: 210px !important;
}

.mgTop7 {
  margin-top: 210px !important;
}

.mgBottom8 {
  margin-bottom: 240px !important;
}

.mgTop8 {
  margin-top: 240px !important;
}

.mgRight8 {
  margin-right: 240px !important;
}

.mgTop8 {
  margin-top: 240px !important;
}

.mgBottom9 {
  margin-bottom: 270px !important;
}

.mgTop9 {
  margin-top: 270px !important;
}

.mgRight9 {
  margin-right: 270px !important;
}

.mgTop9 {
  margin-top: 270px !important;
}

.mgBottom10 {
  margin-bottom: 300px !important;
}

.mgTop10 {
  margin-top: 300px !important;
}

.mgRight10 {
  margin-right: 300px !important;
}

.mgTop10 {
  margin-top: 300px !important;
}

.mgBottom0-5 {
  margin-bottom: 15px;
}

.has_dropdown {
  position: relative;
}

  .has_dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: white transparent transparent transparent;
    border-top-style: solid;
    margin-right: 15px;
    top: 50%;
    position: absolute;
    right: -30px;
  }

a.all {
  width: 100%;
  height: 100%;
  display: block;
}

.bg-white {
  background: #fff;
}

.bg-second {
  background: #c82804;
}

.bg-three {
  background: #c82804;
  width: 50%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  position: absolute;
}

@media screen and (max-width: 540px) {
  .hideOnMobile {
    display: none !important;
  }
}

.showOnMobile {
  display: none;
}

@media screen and (max-width: 540px) {
  .showOnMobile {
    display: block;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  line-height: 1.1;
  color: inherit;
  margin: 0.2em 0;
}

  h1.txt-second-color, h2.txt-second-color, h3.txt-second-color, h4.txt-second-color, h5.txt-second-color, h6.txt-second-color {
    color: #c82804;
    border-color: #c82804;
  }

  h1.txt-three-color, h2.txt-three-color, h3.txt-three-color, h4.txt-three-color, h5.txt-three-color, h6.txt-three-color {
    color: #ed7c00;
    border-color: #ed7c00;
  }

h1 {
  font-size: 24pt;
  text-transform: uppercase;
}

section.title-content header {
  background: none;
}

  h2, section.title-content header h1 {
    text-transform: none;
    border-left-width: 5px;
    border-style: solid;
    border-color: inherit;
    padding-left: 10px;
    border-color: #ed7c00;
    font-size: 1.8em;
    line-height: 1em;
  }

h3, .mod-col-content h1 {
  text-transform: none;
  border-left-width: 5px;
  border-style: solid;
  border-color: inherit;
  padding-left: 10px;
  border-color: #c82804;
  font-size: 1.8em;
  line-height: 1em;
  margin-bottom: 0.8em;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 1.5em 0;
}

  h4:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 6px;
    width: 6px;
    background: #c82804;
  }

.ms-rtestate-field h4 {
  color: #000;
}

input {
  color: #000;
  font-size: 1em;
  border: none;
  border-radius: 0px;
  font-family: "Asap", Arial, sans-serif;
}

  input:focus {
    -webkit-box-shadow: #b7f4ff 0px 0px 1px;
    -moz-box-shadow: #b7f4ff 0px 0px 1px;
    box-shadow: #b7f4ff 0px 0px 1px;
    border-color: #b7f4ff;
    outline: none;
  }

.share-popup .social-link.goodshare {
  line-height: 24px;
  display: inline-block;
  height: 24px;
}

  .share-popup .social-link.goodshare > span.master {
    vertical-align: baseline;
  }

.icons-social-sprite, .icons-social-facebook, .icons-social-twitter, .icons-social-youtube {
  background: url('/_layouts/15/InsermEva/images/icons-social-scdb13fcbb3.png') no-repeat;
}

.icons-social-facebook {
  background-position: 0 -48px;
  height: 24px;
  width: 24px;
}

.icons-social-twitter {
  background-position: 0 -24px;
  height: 24px;
  width: 24px;
}

.icons-social-youtube {
  background-position: 0 0;
  height: 24px;
  width: 24px;
}

.icons-social-linkedin {
  background: url('/_layouts/15/InsermEva/images/icons-social/social-linked.png') no-repeat;
  height: 24px;
  width: 24px;
}

.icons-social-googleplus {
  background: url('/_layouts/15/InsermEva/images/icons-social/social-gplus.png') no-repeat;
  height: 24px;
  width: 24px;
}

  .icons-social-sprite:hover, .icons-social-facebook:hover, .icons-social-twitter:hover, .icons-social-youtube:hover, .icons-social-linkedin:hover, .icons-social-googleplus:hover {
    text-decoration: none;
  }

.hide {
  display: none;
}

/*
$icons-sprite-dimensions: true;
@import "icons/*.png";
@include all-icons-sprites;
*/
.icons-header-sprite, .icons-header-contact, .icons-header-en, .icons-header-profil, .icons-header-rss, .icons-header-search {
  background: url('/_layouts/15/InsermEva/images/icons-header-s91154dd46c.png') no-repeat;
}

.icons-header-contact {
  background: url('/_layouts/15/InsermEva/images/icons-header/contact.png') no-repeat;
  background-position: 0 0px;
  height: 23px;
  width: 23px;
}

.icons-header-en {
  background-position: 0 0;
  height: 23px;
  width: 23px;
  display: none !important;
}

.icons-header-profil {
  background-position: 0 -46px;
  height: 23px;
  width: 23px;
}

.icons-header-rss {
  background-position: 0 -23px;
  height: 23px;
  width: 23px;
}

.icons-header-search {
  background-position: 0 -69px;
  height: 16px;
  width: 15px;
}

span.master {
  display: inline-block;
  vertical-align: middle;
}

.logo {
  background-repeat: no-repeat;
  height: 100px;
  /* hauteur de l'image */
  width: 315px;
  /* largeur de l'image */
  cursor: pointer;
  float: left;
}

  .logo > a {
    display: block;
    width: 100%;
    height: 100%;
    content: '.';
  }

@media screen and (max-width: 790px) {
  .logo {
    height: 48px;
    width: 189px;
    margin-top: 31px;
  }
}

@media screen and (max-width: 540px) {
  .logo {
    margin-top: 16px;
    width: 141.75px;
    height: 36px;
    background-size: contain;
  }
}

@media screen and (max-width: 410px) {
  .logo {
    margin-top: 20px;
    width: 120px;
    height: 36px;
    background-size: contain;
  }
}


.row {
  /* for samrtphone */
  /* for samrtphone */
}

  .row .col-1 {
    width: 8.33333%;
    float: left;
    padding: 0px 30px;
  }

  .row .col-2 {
    width: 16.66667%;
    float: left;
    padding: 0px 30px;
  }

  .row .col-3 {
    width: 25%;
    float: left;
    padding: 0px 30px;
  }

  .row .col-4 {
    width: 33.33333%;
    float: left;
    padding: 0px 30px;
  }

  .row .col-5 {
    width: 41.66667%;
    float: left;
    padding: 0px 30px;
  }

  .row .col-6 {
    width: 50%;
    float: left;
    padding: 0px 30px;
  }

  .row .col-7 {
    width: 58.33333%;
    float: left;
    padding: 0px 30px;
  }

  .row .col-8 {
    width: 66.66667%;
    float: left;
    padding: 0px 30px;
  }

  .row .col-9 {
    width: 75%;
    float: left;
    padding: 0px 30px;
  }

  .row .col-10 {
    width: 83.33333%;
    float: left;
    padding: 0px 30px;
  }

  .row .col-11 {
    width: 91.66667%;
    float: left;
    padding: 0px 30px;
  }

  .row .col-12 {
    width: 100%;
    float: left;
    padding: 0px 30px;
  }

@media screen and (max-width: 840px) {
  .row .m-col-1 {
    width: 8.33333%;
    float: left;
    padding: 0px 30px;
  }

  .row .m-col-2 {
    width: 16.66667%;
    float: left;
    padding: 0px 30px;
  }

  .row .m-col-3 {
    width: 25%;
    float: left;
    padding: 0px 30px;
  }

  .row .m-col-4 {
    width: 33.33333%;
    float: left;
    padding: 0px 30px;
  }

  .row .m-col-5 {
    width: 41.66667%;
    float: left;
    padding: 0px 30px;
  }

  .row .m-col-6 {
    width: 50%;
    float: left;
    padding: 0px 30px;
  }

  .row .m-col-7 {
    width: 58.33333%;
    float: left;
    padding: 0px 30px;
  }

  .row .m-col-8 {
    width: 66.66667%;
    float: left;
    padding: 0px 30px;
  }

  .row .m-col-9 {
    width: 75%;
    float: left;
    padding: 0px 30px;
  }

  .row .m-col-10 {
    width: 83.33333%;
    float: left;
    padding: 0px 30px;
  }

  .row .m-col-11 {
    width: 91.66667%;
    float: left;
    padding: 0px 30px;
  }

  .row .m-col-12 {
    width: 100%;
    float: left;
    padding: 0px 30px;
  }
}

@media screen and (max-width: 540px) {
  .row .s-col-1 {
    width: 8.33333%;
    float: left;
    padding: 0px 30px;
  }

  .row .s-col-2 {
    width: 16.66667%;
    float: left;
    padding: 0px 30px;
  }

  .row .s-col-3 {
    width: 25%;
    float: left;
    padding: 0px 30px;
  }

  .row .s-col-4 {
    width: 33.33333%;
    float: left;
    padding: 0px 30px;
  }

  .row .s-col-5 {
    width: 41.66667%;
    float: left;
    padding: 0px 30px;
  }

  .row .s-col-6 {
    width: 50%;
    float: left;
    padding: 0px 30px;
  }

  .row .s-col-7 {
    width: 58.33333%;
    float: left;
    padding: 0px 30px;
  }

  .row .s-col-8 {
    width: 66.66667%;
    float: left;
    padding: 0px 30px;
  }

  .row .s-col-9 {
    width: 75%;
    float: left;
    padding: 0px 30px;
  }

  .row .s-col-10 {
    width: 83.33333%;
    float: left;
    padding: 0px 30px;
  }

  .row .s-col-11 {
    width: 91.66667%;
    float: left;
    padding: 0px 30px;
  }

  .row .s-col-12 {
    width: 100%;
    float: left;
    padding: 0px 30px;
  }
}

.humburgerMenu {
  display: none;
  float: right;
  margin-top: -46px;
  position: relative;
}

@media screen and (max-width: 540px) {
  .humburgerMenu {
    display: block;
    height: 36px;
    width: 44px;
  }

    .humburgerMenu:after {
      content: '';
      position: absolute;
      display: block;
      width: 16px;
      top: 2px;
      left: 10px;
      height: 0px;
      -webkit-box-shadow: 0 10px 0 1px #c82804, 0 16px 0 1px #c82804, 0 22px 0 1px #c82804;
      -moz-box-shadow: 0 10px 0 1px #c82804, 0 16px 0 1px #c82804, 0 22px 0 1px #c82804;
      box-shadow: 0 10px 0 1px #c82804, 0 16px 0 1px #c82804, 0 22px 0 1px #c82804;
    }
}

body.with-drawerMenu .cacheForDrawer, body.with-mobileSearch .cacheForDrawer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 800;
}

  body.with-mobileSearch .cacheForDrawer input {
    position: relative;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
  }

body.with-drawerMenu .pusherForDrawerMenu {
  -webkit-transform: translateX(-270px);
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  -o-transform: translateX(-270px);
  transform: translateX(-270px);
}

body .pusherForDrawerMenu {
  height: 100%;
}

@media screen and (max-width: 540px) {
  body .pusherForDrawerMenu {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.site-container {
  height: 100%;
}

@media screen and (max-width: 540px) {
  /*  .site-container {
    overflow: hidden;
  }*/
}

.site-container .site-content {
  position: relative;
}

/* SharePoint edit mode */
@media screen and (min-width: 541px) {
  .site-container.edit-mode header {
    /*display:block;
    height: 72px;
    overflow: hidden;*/
  }

  .site-container.edit-mode footer {
    display: none;
  }

  /*  .site-container.edit-mode .site-content {
    overflow: hidden;
    height: 100%;
  }
  .site-container.edit-mode .site-content .under-ribbon {
    overflow-y: scroll;
    position: absolute;
    top: 162px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-overflow-scrolling: touch;
    padding-top: 0px;
  }*/

  .site-container.edit-mode .site-content .under-ribbon .mod-image {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  /*.site-container .site-content {
    overflow-y: scroll;
    position: absolute;
    top: 130px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-overflow-scrolling: touch;
    padding-top: 0px;
  }*/
}


/* Header */
header {
  background-color: transparent;
  color: #c82804;
  background-size: 960px 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

  header .wrapper, header .title-content {
    padding: 0px 30px;
  }

@media screen and (max-width: 540px) {
  header .wrapper, header .title-content {
    /*height: 130px;*/
  }
}

@media screen and (max-width: 840px) {
  header .wrapper, header .title-content {
    padding: 0px;
  }
}

@media screen and (max-width: 540px) {
  header .wrapper, header .title-content {
    padding: 0px;
    position: inherit;
  }
}

/* Header logo */
header .logo {
  display: inline-block;
  margin-left: -10px;
}

@media screen and (max-width: 320px) {
  header .logo {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 480px) {
  /*  header .logo {
    background-size: 100%;
    width: 236.25px;
  }*/
}

@media screen and (max-width: 840px) {
  header .logo {
    margin-left: 20px;
  }
}

@media screen and (max-width: 540px) {
  header .logo {
    margin-bottom: 0px;
    margin-right: 10px;
    margin-left: 10px;
  }
}

/* Header action icons */
header .mod-actions {
  display: block;
  vertical-align: top;
  padding-top: 14px;
  text-align: right;
}

@media screen and (max-width: 840px) {
  header .mod-actions {
    padding-right: 15px;
  }
}

@media screen and (max-width: 540px) {
  header .mod-actions {
    /*    width: 92px;*/
    padding-right: 3px;
  }
}

@media screen and (max-width: 320px) {
  header .mod-actions {
    margin-top: 0px;
    width: 100% !important;
    text-align: right;
    /*padding-right: 30px !important;*/
    margin-bottom: 0px;
  }
}

header .mod-actions a:hover {
  text-decoration: none;
}

header .mod-actions a > span.master {
  margin-right: 12px;
  margin-bottom: 15px;
}

@media screen and (max-width: 840px) {
  header .mod-actions a > span.master {
    margin-bottom: 10px;
  }
}

/* Search box */
header .mod-actions > div {
  display: inline;
}

header .mod-actions .ms-webpart-chrome {
  width: auto;
  min-width: 0px;
  display: inline-block;
  margin-bottom: 15px;
  height: 30px;
  vertical-align: middle;
}

  header .mod-actions .ms-webpart-chrome .ms-WPBody {
    position: relative;
    height: 23px;
    transform: translateY(-50%);
    top: 50%;
  }

header .mod-actions .ms-srch-sb.ms-srch-sb-border, header .mod-actions .ms-srch-sb.ms-srch-sb-borderFocused {
  border: none;
  padding-top: 1px;
}

header .mod-actions input {
  width: 110px;
  color: #c82804;
  border: none;
  border-radius: 0px;
  font-family: "Asap", Arial, sans-serif;
  margin: 0px;
  padding: 0px 3px;
  font-size: 0.7em;
  background: #FFF;
  height: 21px;
}

  header .mod-actions input:focus {
    -webkit-box-shadow: #b7f4ff 0px 0px 1px;
    -moz-box-shadow: #b7f4ff 0px 0px 1px;
    box-shadow: #b7f4ff 0px 0px 1px;
    border-color: #b7f4ff;
    outline: none;
  }

@media screen and (max-width: 540px) {
  header .mod-actions input {
    display: none;
  }
}

header .mod-actions input + button {
  background: none;
  border: none;
  padding: 0px;
  display: inline-block;
  height: 20px;
  position: relative;
  top: -3px;
}

@media screen and (max-width: 540px) {
  header .mod-actions input + button {
    display: none;
  }
}

header .mod-actions .ms-srch-sb-searchLink {
  background: url('/_layouts/15/InsermEva/images/icons-header-s91154dd46c.png') no-repeat;
  background-position: 0 -69px;
  height: 16px;
  width: 15px;
  border: none;
  margin-top: 2px;
  margin-left: 8px;
  display: inline-block;
}

@media screen and (max-width: 840px) {
  header .mod-actions .ms-srch-sb-searchLink {
    margin-right: 15px;
  }
}

@media screen and (max-width: 540px) {
  header .mod-actions .ms-webpart-chrome {
    width: auto;
    min-width: 0px;
    display: inline-block;
    vertical-align: middle;
  }

    header .mod-actions .ms-webpart-chrome .ms-WPBody {
      position: relative;
      height: 23px;
      transform: translateY(-50%);
      top: 50%;
    }

  header .mod-actions .ms-srch-sb.ms-srch-sb-border, header .mod-actions .ms-srch-sb.ms-srch-sb-borderFocused {
    padding-top: 0px;
  }

  header .mod-actions .ms-srch-sb-searchLink {
    background: url('/_layouts/15/InsermEva/images/icons-header/search-mini.png') no-repeat;
    background-position: 0px 0px;
    width: 23px;
    height: 23px;
    margin: 0px;
    padding: 0px;
    margin-right: 12px;
    margin-bottom: 10px;
    margin-left: 3px;
    margin-top: 2px;
  }
}

header .mod-actions .ms-srch-sb-searchLink > img {
  display: none;
}

header .mod-actions #siteactiontd {
  height: auto;
  line-height: 1em;
  vertical-align: baseline;
}

/* Welcome menu */
header .mod-actions .ms-welcome-root {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  padding: 0px;
  border: none;
  background: none;
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: middle;
}

@media screen and (max-width: 840px) {
  header .mod-actions .ms-welcome-root {
    height: 23px;
    line-height: 23px;
  }
}

header .mod-actions .ms-welcome-root > a.ms-core-menu-root {
  color: inherit;
  font-size: 14px;
  background: url(/_layouts/15/InsermEva/images/icons-header/down-arrow.png) no-repeat right 7px;
  padding-right: 16px;
}

@media screen and (max-width: 540px) {
  header .mod-actions .ms-welcome-root > a.ms-core-menu-root {
    display: inline-block;
    max-width: 130px;
    overflow-x: hidden;
    text-overflow: ellipsis;
  }
}

header .mod-actions .ms-welcome-root > a.ms-core-menu-root:hover {
  text-decoration: underline;
}

header .mod-actions .ms-welcome-root .ms-core-menu-box .ms-core-menu-separator {
  display: none;
}

header .mod-actions .ms-welcome-root .ms-core-menu-box .ms-core-menu-item:first-child, header .mod-actions .ms-welcome-root .ms-core-menu-box .ms-core-menu-item:nth-child(4) {
  display: none;
}

/* Site actions */
header .mod-actions .ms-siteactions-normal {
  display: inline-block;
  position: relative;
  height: 23px;
  line-height: 23px;
  padding: 0px;
  border: none;
  background: none;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 23px;
  background: url(/_layouts/15/InsermEva/images/icons-header/site-actions.png) no-repeat center;
  vertical-align: middle;
}

@media screen and (max-width: 840px) {
  header .mod-actions .ms-siteactions-normal {
    margin-bottom: 10px;
    height: 23px;
    line-height: 23px;
  }
  /*  header .mod-actions .ms-siteactions-normal {
    height: 23px;
    line-height: 23px;
  }*/
}

header .mod-actions .ms-siteactions-normal .ms-siteactions-imgspan {
  display: none;
}

/* Header title */
header .mod-title {
  margin-top: -23px;
  float: right;
  margin-bottom: 15px;
  background: url(/_layouts/15/InsermEva/Images/eva-logo.png) no-repeat center;
  width: 161px;
  height: 79px;
  color: transparent;
}

@media screen and (max-width: 780px) {
  header .mod-title {
    margin-top: 0px;
  }
}

@media screen and (max-width: 380px) {
  header .mod-title {
    font-size: 1.2em !important;
  }
}

@media screen and (max-width: 480px) {
  header .mod-title {
    font-size: 1.6em;
    padding-top: 7px;
    line-height: 36px;
  }
}

@media screen and (max-width: 840px) {
  header .mod-title {
    padding-right: 30px;
  }
}

@media screen and (max-width: 540px) {
  header .mod-title {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: -10px;
  }
}

/* Global navigation */
header nav {
  text-align: center;
}

@media screen and (max-width: 840px) {
  header nav {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 540px) {
  header nav {
    position: absolute;
    background: #c82804;
    right: 0px;
    bottom: 0px;
    top: 0px;
    width: 270px;
    display: block;
    -webkit-transform: translateX(270px);
    -moz-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 2;
    padding: 30px 0px;
  }
}

header nav ul li {
  display: inline-block;
  border-right: 3px solid #c82804;
  color: #c82804;
  margin-bottom: 15px;
  font-size: 1em;
}

@media screen and (max-width: 540px) {
  header nav ul li {
    border: none;
    font-size: 1.2em;
    display: block;
    margin: 30px;
  }

  header nav .ms-core-listMenu-horizontalBox ul, header nav .ms-core-listMenu-horizontalBox li {
    display: block;
  }
}

header nav ul li a {
  padding: 3px 12px;
}

header nav ul li.selected > a {
  font-weight: bold;
}

header nav ul li:last-child {
  border-right: none;
}

ul.ms-core-listMenu-root > li.static {
  margin-bottom: 0px;
  line-height: 1.2em;
}

.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
  margin-right: 0px;
  border: none;
}

.ms-core-listMenu-item, .ms-core-listMenu-item:link, .ms-core-listMenu-item:visited, .ms-tv-item:link, .ms-tv-item:visited, .ms-tv-header:link, .ms-tv-header:visited {
  display: initial;
  color: #fff;
}

.ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:hover, .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item.ms-core-listMenu-selected:hover, a.ms-tv-item:hover, a.ms-tv-header:hover {
  color: #fff;
  text-decoration: underline;
}

.ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:link, .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected, .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:visited {
  color: #fff;
}

header .ms-core-listMenu-item, header .ms-core-listMenu-item:link, header .ms-core-listMenu-item:visited, header .ms-tv-item:link, header  .ms-tv-item:visited, header  .ms-tv-header:link, header  .ms-tv-header:visited {
  display: initial;
  color: #c82804;
}

header .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:hover, header .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item.ms-core-listMenu-selected:hover, header a.ms-tv-item:hover, header a.ms-tv-header:hover {
  color: #c82804;
  text-decoration: underline;
}

header .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:link, header .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected, header .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:visited {
  color: #c82804;
}

.ms-core-listMenu-horizontalBox ul.ms-core-listMenu-root > li.static > a.static {
  display: none;
}

@media screen and (max-width: 540px) {
  header .ms-core-listMenu-item, header .ms-core-listMenu-item:link, header .ms-core-listMenu-item:visited, header .ms-tv-item:link, header  .ms-tv-item:visited, header  .ms-tv-header:link, header  .ms-tv-header:visited {
    display: initial;
    color: #fff;
  }

  header .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:hover, header .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item.ms-core-listMenu-selected:hover, header a.ms-tv-item:hover, header a.ms-tv-header:hover {
    color: #fff;
    text-decoration: underline;
  }

  header .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:link, header .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected, header .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:visited {
    color: #fff;
  }

  ul.ms-core-listMenu-root > li.static {
    margin: 0px;
  }
}

/* Ribbon */
#ms-designer-ribbon {
  display: none;
}

#suiteBarLeft {
  display: none;
}

#welcomeMenuBox {
  display: none;
}

#ms-help {
  display: none;
}

#suiteBar {
  display: none;
}

#RibbonContainer-TabRowRight {
  display: none;
}

/* Breadcrumb */
.mod-breadcrumb {
  background: #fff;
  border-bottom: 1px solid #ece8e6;
}

  .mod-breadcrumb .breadcrumb {
    padding: 10px 30px;
  }

  .mod-breadcrumb .s4-breadcrumb-arrowcont {
    display: none;
  }

.breadcrumb > * {
  margin: 0;
  float: left;
  position: relative;
}

.breadcrumb ul {
  display: inline-block;
}

  .breadcrumb ul:first-child:before {
    content: " ";
    margin: 0;
  }

  .breadcrumb ul.ms-breadcrumbRootNode, .breadcrumb ul.ms-breadcrumbNode {
    margin: 0px;
  }

    .breadcrumb ul.ms-breadcrumbRootNode:visited, .breadcrumb ul.ms-breadcrumbNode:visited {
      color: #000;
    }

.breadcrumb li:before {
  content: ">";
  color: #c82804;
  margin: 0 0.66667rem;
  position: relative;
  top: -1px;
}

.breadcrumb .ms-breadcrumbRootNode, .breadcrumb .ms-breadcrumbNode, .breadcrumb .ms-breadcrumbCurrentNode {
  font-size: 14px;
}

.breadcrumb li a, .breadcrumb li a:visited {
  color: #6f6d6e;
}

.breadcrumb > li:before {
  content: "";
  margin: 0;
  top: 0;
  display: none;
}

.breadcrumb > li > a {
  display: inline-block;
  background: url("/_layouts/15/InsermEva/images/breadcrumb-home.png") no-repeat;
  width: 17px;
  height: 15px;
  padding-left: 17px;
  overflow: hidden;
  vertical-align: bottom;
}

.mod-breadcrumb .breadcrumb {
  padding-left: 28px;
}

@media screen and (max-width: 540px) {
  .breadcrumb ul {
    display: block;
    margin-top: 8px !important;
  }

    .breadcrumb ul li::before {
      margin-left: 0px;
    }
}

/* Footer */
footer {
  background: #eeeeee;
  font-size: 0.85em;
}

  footer .wrapper, footer .title-content {
    display: table;
  }

@media screen and (max-width: 540px) {
  footer .wrapper, footer .title-content {
    display: block;
  }
}

footer .content {
  display: table-cell;
  vertical-align: top;
  padding: 30px 30px;
  width: 33%;
}

@media screen and (max-width: 540px) {
  footer .content {
    padding: 10px 10px;
    width: 50%;
  }

  footer .wrapper div.content:nth-child(3) {
    display: block;
    width: 100%;
  }
}

footer .content h4 {
  color: #c82804;
  font-size: 1em;
  margin: 0px;
  margin-bottom: 0.6em;
}

  footer .content h4:before {
    display: none;
  }

footer li {
  font-size: 0.9em;
  margin-bottom: 0.6em;
}

  footer li:before {
    content: '';
    display: none;
    vertical-align: middle;
    margin-right: 10px;
    height: 4px;
    width: 4px;
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;*/
    background: #c82804;
  }

footer .mod-link {
  background: #c82804;
  width: 150px;
  min-width: 150px;
  display: table-cell;
  padding: 20px 0px;
  text-align: center;
}

@media screen and (max-width: 540px) {
  footer .mod-link {
    display: block;
    width: 100%;
    padding: 30px;
  }
}

@media screen and (max-width: 480px) {
  footer .mod-link {
    text-align: center;
  }
}

footer .mod-link a {
  display: block;
  margin: 10px auto;
  color: #fff;
}

footer .mod-link .link {
  margin-top: 20px;
}

  footer .mod-link .link a {
    margin: 0px auto;
    font-size: 0.9em;
    line-height: 1.4em;
  }

@media screen and (max-width: 540px) {
  footer .mod-link a:not(.social-link) {
    display: inline-block;
    border-right: 2px solid #fff;
    padding: 0px 10px;
  }
}

footer .mod-link a:not(.social-link):last-child {
  border-right: none;
}

@media screen and (max-width: 540px) {
  footer .mod-link .mod-social-link {
    float: left;
  }
}

@media screen and (max-width: 480px) {
  footer .mod-link .mod-social-link {
    float: none;
  }
}

footer .mod-link .mod-social-link .social-link {
  border: 1px solid #fff;
  height: 40px;
  width: 40px;
  padding: 7px;
  text-align: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}

@media screen and (max-width: 540px) {
  footer .mod-link .mod-social-link .social-link {
    display: inline-block;
    margin-right: 15px;
  }
}

@media screen and (max-width: 540px) {
  footer .mod-link .link {
    float: right;
  }
}

@media screen and (max-width: 480px) {
  footer .mod-link .link {
    float: none;
  }
}

footer .mod-contact {
  text-align: center;
  color: #333333;
  background: #fff;
  height: 30px;
  line-height: 30px;
}

/* Left navigation menu */
aside {
  display: table-cell;
}

  aside nav {
    color: #fff;
    padding: 15px 0px;
  }

    aside nav ul {
    }

      aside nav ul li {
      }

        aside nav ul li a {
          padding: 10px 0px;
          display: block;
        }

    aside nav .ms-core-listMenu-verticalBox li.static > .ms-core-listMenu-item {
      padding: 10px 10px;
      font-family: "Asap", Arial, sans-serif;
      vertical-align: baseline;
    }

      aside nav .ms-core-listMenu-verticalBox li.static > .ms-core-listMenu-item:hover {
        text-decoration: none;
        background: #c86d59;
      }

      aside nav .ms-core-listMenu-verticalBox li.static > .ms-core-listMenu-item.selected {
        text-decoration: none;
        background: #c86d59;
      }

/*aside nav ul li a:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      height: 4px;
      width: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      background: #fff;
    }*/

/* welcome page */
.mod-content {
  background: #eee;
  position: relative;
}

.welcome-page-content > .mod-content {
  background: #fbad3e;
}

  .mod-content .more {
    border: none;
    font-size: 19px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin: 10px 0px 20px 0px;
    height: 29px;
    line-height: 18px;
    text-align: center;
    width: 29px;
    display: inline-block;
    background: url("/_layouts/15/InsermEva/images/plus.png") no-repeat;
  }

@-moz-document url-prefix() {
  .mod-content .more {
    padding-left: 1px;
  }
}

.mod-content .more.more-second-color {
  color: #c82804;
  border-color: #c82804;
  background-position: -29px 0px;
}

.mod-content .more.more-three-color {
  color: #ed7c00;
  border-color: #ed7c00;
  background-position: -58px 0px;
}

.mod-content .more:hover {
  text-decoration: none;
}

.mod-content .agenda  {
  background: #c82804;
  display: table-cell;
  width: 35%;
  padding: 15px 30px;
}

  .mod-content .agenda .agenda {
    background: #c82804;
    padding: 0px;
  }

@media screen and (max-width: 840px) {
  .mod-content .agenda {
    display: block;
    width: 100%;
  }
}

.mod-content .agenda h3 {
  color: #fff;
  border-color: #fff;
  line-height: 1em;
  font-size: 1.8em;
  margin-bottom: 0.2em;
}

.mod-content .agenda .agenda-leadin {
  color: #fff;
  font-size: 1em;
  line-height: 1.25em;
  display: block;
}

.mod-content .agenda .title {
  margin-top: 20px;
  color: #000;
  font-size: 0.85em;
  display: block;
}

.mod-content .agenda p {
  margin-bottom: 20px;
  font-size: 0.9em;
  line-height: 1em;
}

.mod-content .offres {
  background: #fbad3e;
  display: table-cell;
  width: 65%;
  padding: 15px 30px;
}

  .mod-content .offres h3 {
    color: #c82804;
    border-color: #c82804;
    margin-bottom: 20px;
    line-height: 21px;
    font-size: 1.8em;
  }

  .mod-content .offres .title {
    font-size: 14pt;
    line-height: 20pt;
  }

    .mod-content .offres .title.txt-second-color {
      color: #c82804;
    }

    .mod-content .offres .title.txt-three-color {
      color: #f58110;
    }

  .mod-content .offres .col {
    width: 50%;
    float: left;
    padding-right: 30px;
  }

@media screen and (max-width: 540px) {
  .mod-content .offres .col {
    width: 100%;
    float: none;
    padding: 0px;
  }
}

.mod-content .offres p.smallTxt {
  font-size: 12pt;
  line-height: 15pt;
}

.mod-content .offres .smallTxt .disabledTxt {
  font-size: 10pt;
  line-height: 20pt;
  color: #666666;
}

.mod-content .offres > div > p > a, .mod-content .offres > div > p > a:hover, .mod-content .offres > div > p > a:visited {
  color: #c82804;
}

.mod-content .offres > div > span > p {
  font-weight: normal !important;
  font-size: 10pt;
  color: #666;
}

.mod-focus {
  background: #b1a6a0;
  padding: 15px 0 0 0;
  color: #fff;
}

  .mod-focus h3 {
    margin-top: 0.2em !important;
    margin-left: 30px !important;
    text-transform: none !important;
    border-left-width: 5px !important;
    border-style: solid !important;
    padding-left: 10px !important;
    color: #FFF !important;
    border-color: #FFF !important;
    margin-bottom: 0.2em !important;
    line-height: 21px !important;
    font-size: 1.8em !important;
  }

  .mod-focus .box {
    position: relative;
    border: 2px solid #fff;
    min-height: 145px;
    max-height: 145px;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 15px;
    cursor: pointer;
  }

    .mod-focus .box:hover {
      text-decoration: underline;
    }

@media screen and (max-width: 540px) {
  .mod-focus .row .s-col-6 {
    padding: 0px 20px;
  }

  .mod-focus .row .s-col-12 {
    padding: 0px 20px;
  }

  .mod-focus .box {
    margin-bottom: 20px;
    max-height: 165px;
  }
}

.mod-focus .box img {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mod-focus .box .infos-box {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(127, 120, 114, 0.85);
  z-index: 1;
  color: #fff;
  padding: 0px 10px;
  height: 45px;
  font-size: 13pt;
}

  .mod-focus .box .infos-box > div {
    top: 50%;
    position: relative;
    padding: 0px 10px;
    font-size: 0.9em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

/*-----------------------------------------------------------------------
    Slider
-------------------------------------------------------------------------*/
.mod-slider {
  background: #9a8f89;
}

  .mod-slider .slider-slide {
    width: 100%;
    margin: auto;
    height: 280px;
    overflow: hidden;
  }

    /*@media screen and (max-width: 540px) {
  .mod-slider .slider-slide {
    height: auto;
  }
}*/

    .mod-slider .slider-slide .content-image-slider {
      /*width: 55%;*/
      width: 100%;
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      float: left;
      position: relative;
    }

@media screen and (max-width: 540px) {
  /*  .mod-slider .slider-slide .content-image-slider {
    display: block;
    width: 100%;
    float: none;
    height: auto;
    max-height: 330px;
  }*/
}

.mod-slider .slider-slide .content-image-slider img {
  max-width: initial;
  min-height: 100%;
  height: 100%;
  width: auto;
  /*width: 100%;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translateX(-50%);
  position: relative;
}

@media screen and (max-width: 540px) {
  /*  .mod-slider .slider-slide .content-image-slider img {
    max-width: initial;
    min-height: initial;
    width: 100%;
    height: auto;
    left: 0;
    transform: translate(0, 0);
  }*/
}

.mod-slider .slider-slide .content-slider {
  width: 45%;
  height: 100%;
  background: #b1a6a0;
  display: inline-block;
  padding: 30px;
  color: #fff;
  position: relative;
  float: right;
}

@media screen and (max-width: 540px) {
  .mod-slider .slider-slide .content-slider {
    display: block;
    width: 100%;
    float: none;
  }
}

.mod-slider .slider-slide .content-slider .content-slider-text {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15.5pt;
  line-height: 20pt;
}

  .mod-slider .slider-slide .content-slider .content-slider-text > p {
    display: none;
  }

@media screen and (max-width: 540px) {
  .mod-slider .slider-slide .content-slider .content-slider-text {
    top: 0;
    transform: none;
  }
}

.mod-slider .slider-slide .content-slider .content-slider-text p {
  max-height: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8em;
  line-height: 1.25em;
}

@media screen and (max-width: 540px) {
  .mod-slider .slider-slide .content-slider .content-slider-text p {
    max-height: none;
  }
}

.mod-slider .content-slider h3, .mod-slider .content-slider h3 > a {
  font-size: 1.25em;
  border: none;
  padding-left: 0px;
  color: #FFF;
  margin-bottom: 8px;
}

  .mod-slider .content-slider h3 > a {
    font-size: 1em;
    line-height: 1.4em !important;
  }

.mod-slider .navigator {
  background: #fff;
  height: 30px;
  padding: 7px;
  width: 100%;
  cursor: default;
  text-align: center;
  position: relative;
  z-index: 1;
}

  .mod-slider .navigator .bullet {
    display: inline-block;
    padding: 5px;
  }

    .mod-slider .navigator .bullet:after {
      content: '';
      display: block;
      background: #b1a79e;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px;
      height: 8px;
      width: 8px;
    }

  .mod-slider .navigator .bullet {
    background: transparent;
  }

    .mod-slider .navigator .bullet:hover {
      cursor: pointer;
    }

    .mod-slider .navigator .bullet.is_active {
      cursor: default;
    }

      .mod-slider .navigator .bullet.is_active:after, .mod-slider .navigator .bullet:hover:after {
        background: #f58110;
      }

/* spécifique à la page col-3.html */
.mod-image {
  height: 280px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

  .mod-image img {
    height: 100%;
    max-width: inherit;
    position: relative;
    left: 50%;
    margin-left: -1000px;
  }

@media screen and (max-width: 540px) {
  .mod-image {
    height: 140px;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

    .mod-image img {
      height: 100%;
      max-width: inherit;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      margin-left: 0px;
    }
}

.title-content {
  padding: 10px 30px;
  color: #ed7c00;
}

.mod-col-content {
  background: #fbad3e;
  position: relative;
}

  .mod-col-content .nav {
    background: #fbad3e;
    width: 100%;
    padding: 10px 30px;
  }

    .mod-col-content .nav select {
      border: 1px solid #fff;
      background: none;
      height: 40px;
      line-height: 40px;
      text-align: center;
      width: 100%;
      color: #fff;
      font-size: 1em;
    }

  .mod-col-content div[class*="col"], .mod-col-content aside[class*="col"] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }

@media screen and (max-width: 840px) {
  .mod-col-content aside.col-3 {
    width: 33%;
  }
}

.mod-col-content .container {
  background: #fff;
  padding: 0px;
  display: table-cell;
}

  .mod-col-content .container .content {
    padding: 15px 30px;
    vertical-align: top;
  }

    .mod-col-content .container .content img {
      width: 100%;
    }

  .mod-col-content .container .share {
    float: right;
    background-image: url("/_layouts/15/InsermEva/images/share.png");
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    position: relative;
    top: 10px;
  }

  .mod-col-content .container .copyright {
    background: #eee;
    color: #666666;
    padding: 5px 10px;
    margin-top: -5px;
    font-size: 0.85em;
    line-height: 1em;
  }

  .mod-col-content .container .mod-profil {
    background: #fff;
    /*text-align: center;*/
  }

@media screen and (max-width: 840px) {
  .mod-col-content .container .mod-profil {
    display: block !important;
    width: 100%;
    text-align: left;
  }
}

.mod-col-content .container .mod-profil.col-3 {
  padding: 0px;
}

/* blue encart */
div.ms-rteElement-encart {
  -ms-name: "Encart";
  background: #c82804;
}

/* blue encart more */
a.ms-rteElement-more {
  -ms-name: "En savoir plus";
}


.mod-col-content .container .mod-profil .box-second, .mod-col-content .container .mod-profil .ms-rteElement-encart {
  background: #c82804;
  padding: 15px;
  margin: 30px 0px;
  color: #fff;
  display: inline-block;
  font-size: 0.85em;
  line-height: 1.2em;
}

  .mod-col-content .container .mod-profil .box-second a, .mod-col-content .container .mod-profil .ms-rteElement-encart a,
  .mod-col-content .container .mod-profil .box-second a:visited, .mod-col-content .container .mod-profil .ms-rteElement-encart a:visited,
  .mod-col-content .container .mod-profil .box-second a:hover, .mod-col-content .container .mod-profil .ms-rteElement-encart a:hover {
    color: #FFF;
    text-decoration: underline;
  }

@media screen and (max-width: 840px) {
  .mod-col-content .container .mod-profil .box-second, .mod-col-content .container .mod-profil .ms-rteElement-encart {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding-left: 33%;
  }
}

@media screen and (min-width: 841px) {
  .mod-col-content .container .mod-profil .box-second img, .mod-col-content .container .mod-profil .ms-rteElement-encart img {
    width: 100% !important;
    height: auto !important;
    margin: 0px !important;
  }
}

@media screen and (max-width: 840px) {
  .mod-col-content .container .mod-profil .box-second img, .mod-col-content .container .mod-profil .ms-rteElement-encart img {
    width: 49% !important;
    height: auto !important;
    float: left;
    margin: 0px !important;
    margin-left: -50% !important;
  }
}

.mod-col-content .container .mod-profil .box-second .more, .mod-col-content .container .mod-profil .ms-rteElement-encart .more,
.mod-col-content .container .mod-profil .box-second .ms-rteElement-more, .mod-col-content .container .mod-profil .ms-rteElement-encart .ms-rteElement-more {
  border-radius: 0px;
  border: none;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  margin: 20px 0px;
  height: 29px;
  line-height: 18px;
  /*padding-left: 1px;*/
  text-align: center;
  width: 29px;
  display: inline-block;
  color: #ffffff;
  background: url("/_layouts/15/InsermEva/images/plus.png") no-repeat;
}

.mod-col-content .container .mod-profil .box-second a.more:visited, .mod-col-content .container .mod-profil .ms-rteElement-encart a.more:visited,
.mod-col-content .container .mod-profil .box-second a.ms-rteElement-more:visited, .mod-col-content .container .mod-profil .ms-rteElement-encart a.ms-rteElement-more:visited {
  color: #ffffff;
}

.mod-col-content .container .mod-profil .box-second .more:hover, .mod-col-content .container .mod-profil .ms-rteElement-encart .more:hover; .mod-col-content .container .mod-profil .box-second .ms-rteElement-more:hover, .mod-col-content .container .mod-profil .ms-rteElement-encart .ms-rteElement-more:hover {
  text-decoration: none;
}

.mod-col-content .container .mod-profil .box-second .profil, .mod-col-content .container .mod-profil .ms-rteElement-encart .profil {
  border: 3px solid #fff;
}

@media screen and (max-width: 840px) {
  .mod-col-content .container .mod-profil .box-second .profil, .mod-col-content .container .mod-profil .ms-rteElement-encart .profil {
    display: inline-block;
  }
}

.mod-col-content .container .mod-profil .box-second .infos-profil, .mod-col-content .container .mod-profil .ms-rteElement-encart .infos-profil {
  font-style: italic;
  margin-top: 15px;
  font-size: 0.9em;
}

@media screen and (max-width: 840px) {
  .mod-col-content .container .mod-profil .box-second .infos-profil, .mod-col-content .container .mod-profil .ms-rteElement-encart .infos-profil {
    display: inline-block;
    margin: 20px;
  }
}

/* third column adjustment for mobile display */
@media screen and (max-width: 540px) {
  /*  .mod-col-content .container .mod-profil .ms-rtestate-field {
    display: table !important;
    width: 100%;
  }
  
  .mod-col-content .container .mod-profil .box-second , .mod-col-content .container .mod-profil .ms-rteElement-encart {
    display: table-row;
    width: 100%;
  }

  .mod-col-content .container .mod-profil .box-second  .profil, .mod-col-content .container .mod-profil .ms-rteElement-encart  .profil {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    margin: 15px;
  }

  .mod-col-content .container .mod-profil .box-second  .infos-profil, .mod-col-content .container .mod-profil .ms-rteElement-encart  .infos-profil {
    display: table-cell;
    margin: 0px;
    padding: 15px;
    vertical-align: middle;
  }*/
}

/* slider */
.slider-container {
  /*max-width: 960px;*/
  margin: auto;
  background: #b1a6a0;
}

@media screen and (max-width: 840px) {
  .slider-container {
    background: #b1a6a0;
  }
}

.slick-prev, .slick-next {
  display: none !important;
}

/* 3-columns adjustment */
section.mod-col-content .wrapper {
  display: table;
}

section.mod-col-content .row:after {
  content: "";
}

section.mod-col-content .row.col-9 {
  padding: 0px;
  background: #FFF;
}

section.mod-col-content .container {
  display: table;
  width: 100%;
  border-top: solid 1px #F8F2EE;
  font-size: 1em;
  line-height: 15pt;
}

/*.mod-col-content .container .mod-profil.col-3*/
.mod-col-content .container .mod-profil {
  padding: 15px;
  background-color: #c82804;
  width: 150px;
  height: 100%;
  bottom: 0px;
  color: #fff;
  font-size: 0.85em;
  position: relative;
  float: right;
}

@media screen and (max-width: 540px) {
  .mod-col-content .container .mod-profil {
    position: absolute;
    right: 0px;
    float: none;
  }
}
  .mod-col-content .container .mod-profil .ms-rtestate-field a, .mod-col-content .container .mod-profil .ms-rtestate-field a:hover, .mod-col-content .container .mod-profil .ms-rtestate-field a:visited {
    color: #fff;
    text-decoration: underline;
  }

@media screen and (min-width: 841px) {
  .mod-col-content .container .mod-profil img {
    margin: 0px !important;
    width: 100% !important;
    height: auto !important;
  }
}

.mod-col-content .container .mod-profil .box-second, .mod-col-content .container .mod-profil .ms-rteElement-encart {
  width: 100%;
}

@media screen and (max-width: 840px) {
  .mod-col-content .container .mod-profil {
    position: relative;
    width: 100%;
    height: auto;
    right: auto;
  }

    .mod-col-content .container .mod-profil img {
      width: 100%;
      height: auto;
      margin: 0px !important;
    }
}

@media screen and (max-width: 540px) {
  .mod-col-content .container .mod-profil {
    position: relative;
  }
}

@media screen and (max-width: 840px) {
  section.mod-col-content .container {
    display: block;
    width: 100%;
  }

  section.mod-col-content .col-9 {
    width: 100%;
    display: block;
  }

  section.mod-col-content .row.col-9 {
    width: 67%;
    display: table-cell;
  }

  .mod-col-content .container .mod-profil.col-3 {
    padding: 0px;
  }
}

@media screen and (max-width: 540px) {
  section.mod-col-content > .wrapper {
    display: block;
  }

  section.mod-col-content .col-9, section.mod-col-content .row.col-9 {
    width: 100%;
    display: block;
  }

    section.mod-col-content .col-9 .container {
      width: 100%;
      display: block;
    }
}

/* web part zones */
.ms-webpart-cell-vertical, .ms-webpart-chrome-vertical {
  display: block;
}

.s4-wpcell-plain {
  vertical-align: none;
}

.ms-webpartzone-cell {
  margin: 0px;
}

/* custom styles */
.ms-rteElement-H1, h1.ms-rteElement-H1, .ms-rtestate-field h1 {
  -ms-name: "Titre niveau 1";
  font-size: 1.8em;
  text-transform: none;
  border-left-width: 5px;
  padding-left: 10px;
  border-color: #c82804;
  color: #c82804;
  line-height: 1em;
  margin: 0.2em 0;
  margin-bottom: 1em;
}

.ms-rteElement-H2, h2.ms-rteElement-H2, .ms-rtestate-field h2 {
  -ms-name: "Titre niveau 2";
  font-size: 1.6em;
  text-transform: none;
  border-left-width: 5px;
  padding-left: 10px;
  border-color: #6f6d6e;
  color: #6f6d6e;
  line-height: 1em;
  margin: 0.2em 0;
  margin-bottom: 1em;
}

.ms-rteElement-H3, h3.ms-rteElement-H3, .ms-rtestate-field h3 {
  -ms-name: "Titre niveau 3";
  font-size: 1.3em;
  text-transform: none;
  border-left-width: 5px;
  padding-left: 10px;
  border-color: #a4a09f;
  color: #a4a09f;
  line-height: 1em !important;
  margin: 0.2em 0;
  margin-bottom: 1em;
}

.ms-rteElement-H4, h4.ms-rteElement-H4, .ms-rtestate-field h4 {
  -ms-name: "Titre niveau 4";
  font-size: 1.1em;
  font-weight: bold;
  text-transform: none;
  border-left-width: 5px;
  padding-left: 0px;
  border-color: #999999;
  color: #c82804;
  line-height: 1em;
  margin: 0.2em 0;
  margin-bottom: 1em;
}

h5.ms-rteElement-H5 {
  -ms-name: "Titre niveau 5";
  font-size: 1.1em;
  font-weight: bold;
  text-transform: none;
  border-left-width: 5px;
  padding-left: 0px;
  border-color: #6f6d6e;
  color: #6f6d6e;
  line-height: 1em;
  margin: 0.2em 0;
  margin-bottom: 1em;
}

h6.ms-rteElement-H6 {
  -ms-name: "Titre niveau 6";
  font-size: 1.1em;
  font-weight: bold;
  text-transform: none;
  border-left-width: 5px;
  padding-left: 0px;
  border-color: #a4a09f;
  color: #a4a09f;
  line-height: 1em;
  margin: 0.2em 0;
  margin-bottom: 1em;
}

.ms-rteElement-H4:before, h4.ms-rteElement-H4:before, .ms-rtestate-field h4:before {
  display: none;
}

/* summary */
.ms-rteStyle-summary {
  -ms-name: "Sommaire";
  font-size: 1.1em;
}

  .ms-rteStyle-summary, .ms-rteStyle-summary:visited {
    color: #6f6d6e;
  }

    .ms-rteStyle-summary:hover {
      text-decoration: underline;
    }

/* copyright */
div.ms-rteElement-copyright {
  -ms-name: "Copyright";
  background: #eee;
  color: #666666;
  padding: 5px 10px;
  margin-top: -5px;
  font-size: 0.85em;
  line-height: 1em;
}

.mod-col-content .container .ms-rteElement-copyright {
  background: #eee;
  color: #666666;
  padding: 5px 10px;
  margin-top: -5px;
  font-size: 0.85em;
  line-height: 1em;
}

  .mod-col-content .container .ms-rteElement-copyright::before {
    content: "\00a9";
    margin-right: 4px;
  }

/*.ms-rteElement-encart {
  -ms-name:"Encart bleu";
}*/

/* accordion paragraph */
div.ms-rteElement-accordion {
  -ms-name: "Paragraphe dépliable";
}

div.ms-rteElement-accordionMenuTitle {
  -ms-name: "Titre menu accordéon";
}

section.mod-col-content .container .ms-rtestate-field .ms-rteElement-accordionMenuTitle {
  color: #c82804;
  cursor: pointer;
}

  section.mod-col-content .container .ms-rtestate-field .ms-rteElement-accordionMenuTitle::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 6px;
    border-color: transparent transparent transparent #c82804;
    margin-right: 4px;
    margin-left: 4px;
  }

  section.mod-col-content .container .ms-rtestate-field .ms-rteElement-accordionMenuTitle.open::before {
    border-width: 6px 6.5px 0 6.5px;
    border-color: #c82804 transparent transparent transparent;
    margin-bottom: 3px;
    margin-right: 3px;
    margin-left: 0px;
  }

  section.mod-col-content .container .ms-rtestate-field .ms-rteElement-accordionMenuTitle:hover {
    text-decoration: underline;
  }

  section.mod-col-content .container .ms-rtestate-field .ms-rteElement-accordionMenuTitle > h1, section.mod-col-content .container .ms-rtestate-field .ms-rteElement-accordionMenuTitle > h2,
  section.mod-col-content .container .ms-rtestate-field .ms-rteElement-accordionMenuTitle > h3, section.mod-col-content .container .ms-rtestate-field .ms-rteElement-accordionMenuTitle > h4,
  section.mod-col-content .container .ms-rtestate-field .ms-rteElement-accordionMenuTitle > h5, section.mod-col-content .container .ms-rtestate-field .ms-rteElement-accordionMenuTitle > h6 {
    display: inline-block;
  }

div.ms-rteElement-accordionMenuContent {
  -ms-name: "Contenu menu accordéon";
}

section.mod-col-content .container .ms-rtestate-field .ms-rteElement-accordionMenuContent {
  display: none;
}

section.mod-col-content .container .ms-rtestate-field.ms-rtestate-write .ms-rteElement-accordionMenuContent {
  display: block;
}

/* content styles */
/* unordered list */
.mod-col-content .container ul {
  list-style: disc outside none;
  padding-left: 30px;
}

.mod-col-content .container ol {
  list-style: decimal outside none;
  padding-left: 30px;
}

/*.mod-col-content .container ul {
  display: table;
}
.mod-col-content .container ul > li {
  display: table-row;
}
.mod-col-content .container ul > li span {
  margin: 0px;
  padding: 0px;
}
.mod-col-content .container ul > li:before {
  content: "\2022";
  font-size: 20px;
  color: #c82804;
  display: table-cell;
  vertical-align: baseline;
  width: 16px;
}*/

/* ordered list */
/*.mod-col-content .container ol {
  counter-reset: insermCounter;
  display: table;
}
.mod-col-content .container ol > li {
  counter-increment: insermCounter;
  display: table-row;
}
.mod-col-content .container ol > li span {
  margin: 0px;
  padding: 0px;
}
.mod-col-content .container ol > li:before {
  content: counter(insermCounter) ".";
  display: table-cell;
  vertical-align: baseline;
  padding-right: 10px;
  font-size: 0.9em;
  text-align: right;
  color: #c82804;
}*/

/* Table */
.mod-col-content .container table {
}

  .mod-col-content .container table > tbody > tr > th {
    background-color: #b1a6a0;
    color: #FFF;
  }

  .mod-col-content .container table > tbody > tr.ms-rteTableEvenRow-default {
    background-color: #eee;
  }

  .mod-col-content .container table.small-only {
    display: none;
  }


    .mod-col-content .container table.small-only td.st-key {
      width: 40%;
      background-color: #eee;
    }

    .mod-col-content .container table.small-only td.st-val {
      width: 60%;
    }

    .mod-col-content .container table.small-only tr.ms-rteTableEvenRow-default {
      background-color: transparent;
    }

    .mod-col-content .container table.small-only tr:first-child td {
      background-color: #b1a6a0;
      color: #FFF;
    }

@media screen and (max-width: 760px) {
  .mod-col-content .container table {
    display: none;
  }

    .mod-col-content .container table.small-only {
      display: table;
      width: 100%;
    }
}

/*  search */
.mod-col-content .container .ms-rtestate-field h3 {
  line-height: 26px;
}

.mod-col-content .container .ms-srch-hover-outerContainer {
  display: none !important;
}

.mod-col-content .container #searchImg {
  width: auto;
}

.mod-col-content .container .ms-srch-Paging > li::before, .mod-col-content .container #Actions > li::before {
  display: none;
}

.mod-col-content .container .ms-srch-Paging a#PageLinkPrev, .mod-col-content .container .ms-srch-Paging a#PageLinkNext {
  padding: 0px;
}

  .mod-col-content .container .ms-srch-Paging a#PageLinkPrev .ms-promlink-button-image {
    background-image: url("/_layouts/15/InsermEva/images/searchresultui.png?rev=23");
    background-position: -58px -76px;
  }

    .mod-col-content .container .ms-srch-Paging a#PageLinkPrev .ms-promlink-button-image img {
      display: none;
    }

  .mod-col-content .container .ms-srch-Paging a#PageLinkNext .ms-promlink-button-image {
    background-image: url("/_layouts/15/InsermEva/images/searchresultui.png?rev=23");
    background-position: -76px -76px;
  }

    .mod-col-content .container .ms-srch-Paging a#PageLinkNext .ms-promlink-button-image img {
      display: none;
    }

.mod-col-content .container .ms-srch-Paging #PagingSelf > a {
  color: #c82804;
}

.mod-col-content .container .ms-srch-Paging #PagingLink > a:hover {
  color: #c82804;
}

.ms-rtestate-field h3.ms-srch-ellipsis {
  font-size: 1.1em;
  font-weight: bold;
  text-transform: none;
  border-left-width: 5px;
  padding-left: 0px;
  border-color: #999999;
  color: #c82804 !important;
  line-height: 1.1em !important;
  margin: 0.2em 0;
  border: none;
  white-space: normal;
}

  .ms-rtestate-field h3.ms-srch-ellipsis .ms-srch-item-link, .ms-rtestate-field h3.ms-srch-ellipsis .ms-srch-item-link:hover {
    font-weight: bold;
    color: #c82804 !important;
  }

    .ms-rtestate-field h3.ms-srch-ellipsis .ms-srch-item-link:visited {
      color: #a4a09f !important;
    }

.mod-col-content .container .ms-srch-item {
  width: auto !important;
  overflow: visible;
}

.mod-col-content .container .ms-srch-item-path {
  color: #c82804 !important;
  font-size: 10pt !important;
  width: auto !important;
}

.mod-col-content .container .s4-wpcell-plain.ms-webpartzone-cell.ms-webpart-cell-vertical.ms-fullWidth {
  min-width: 100%;
}

  .mod-col-content .container .s4-wpcell-plain.ms-webpartzone-cell.ms-webpart-cell-vertical.ms-fullWidth #SearchBox input {
    width: 100%;
  }

  .mod-col-content .container .s4-wpcell-plain.ms-webpartzone-cell.ms-webpart-cell-vertical.ms-fullWidth .ms-srch-sbLarge {
    white-space: nowrap;
  }

  .mod-col-content .container .s4-wpcell-plain.ms-webpartzone-cell.ms-webpart-cell-vertical.ms-fullWidth .ms-srch-sb-borderFocused {
    border-color: #c82804;
  }

  .mod-col-content .container .s4-wpcell-plain.ms-webpartzone-cell.ms-webpart-cell-vertical.ms-fullWidth a.ms-srch-sb-searchLink {
    left: -40px;
  }


/* share */
.share-popup {
  border: solid 1px #000000;
  position: absolute;
  min-width: 16px;
  min-height: 16px;
  background: #c82804;
  display: block;
  padding: 0px;
  top: 0px;
  left: 0px;
  line-height: 24px;
}

  .share-popup.hidden {
    display: none;
  }

  .share-popup .social-link.goodshare {
    padding: 6px;
    height: 36px;
    margin: 0px;
  }

  .share-popup .social-link:hover {
    background-color: #ed7c00;
  }
/* paragraph content */
section.mod-col-content .container .ms-rtestate-field p {
  padding-bottom: 1em;
}

section.mod-col-content .container .ms-rtestate-field a, section.mod-col-content .container .ms-rtestate-field a:hover {
  color: #c82804;
}

  section.mod-col-content .container .ms-rtestate-field a:visited {
    color: #c82804; /*#a4a09f;*/
  }

@media screen and (max-width: 540px) {
  .slick-list {
    width: 100%;
  }
}

/* disable scroll bug on idevices */
#s4-workspace {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

/* disable the ability to scroll while the hamburger menu is open */
body.with-drawerMenu #s4-workspace {
  overflow: hidden;
}

/* the back to top arrow */
body .back-to-top {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 256000;
  width: 46px;
  height: 46px;
  border-radius: 41px;
  border: 1px solid #FFF;
  background: #9a8f89;
  display: none;
}

  body .back-to-top:hover {
    background: #ed7c00;
  }

  body .back-to-top .go-up {
    background: url("/_layouts/15/InsermEva/images/up-arrow.png");
    width: 30px;
    height: 30px;
    position: relative;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

/* focus debug */
/*.mod-focus .wrapper .row .col-3, .mod-focus .wrapper .row .col-6 {
  padding: 0px;
  position: relative;
}

.mod-focus .wrapper .row .col-3:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.mod-focus .wrapper .row .col-6:before {
  content: "";
  display: block;
  padding-top: 37.5%;
}

.mod-focus .wrapper .row .box   {
  position: absolute;
  min-width: 0px;
  height: auto;
  transform: translate(0%, 0%);
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 0;
}

.mod-focus .wrapper .row .box .content-box   {
  position: absolute;
  height: 100%;
  left: 20px;
  right: 20px;
  border: #FFF solid 2px;
}*/

.mod-focus .wrapper .row .box img {
  /*z-index: -1;*/
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}

  .mod-focus .wrapper .row .box img.invert {
    height: 100%;
    width: auto;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
  }

.mod-focus .wrapper .row .box a, .mod-focus .wrapper .row .box a:visited, .mod-focus .wrapper .row .box a:hover {
  color: #FFF;
}

/* "Contributeurs actualités" special link */
.newsPanel {
  background: #eee;
  /*display: none;*/
}

  .newsPanel > a, .newsPanel > a:visited {
    color: #666;
    font-size: 0.7em;
    text-align: right;
    display: inline-block;
    width: 100%;
    max-width: 960px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    vertical-align: middle;
  }

/* SharePoint edit mode fixes */
.site-container.edit-mode td {
  vertical-align: top;
}

.site-container video, .site-container iframe {
  width: 100% !important;
  height: auto !important;
  min-height: 360px;
}

.ms-rte-embedil {
  width: 100%;
}

/* New updates */
.ms_rtestate-field .mod-focus h3 {
}

.slickcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  /*top: 0;*/
  left: 35%;
  padding: 15px;
  height: 300px;
  /*background-color: rgba(255, 255, 255, 0.75);*/
  z-index: 50;
  width: 380px;
  text-align: left;
}

.contentCaptionText {
  position: relative;
  top: 40%;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

  .contentCaptionText div[class^='ExternalClass'] {
    background-color: rgba(255, 255, 255, 0.75);
    padding-left: 15px;
  }

  .contentCaptionText h3 {
    border-style: none;
    padding-left: 15px;
  }

@media screen and (min-width: 381px) {
  .contentCaptionText div[class^='ExternalClass'] {
    width: 450px;
  }

  .slickcaption {
    right: 0;
    left: 35%;
  }
}

.slickcaptionWrapper {
  max-width: 960px;
  width: 960px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 960px) {
  .slickcaptionWrapper {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 380px) {
  .slickcaption {
    max-width: 100%;
    width: 220px;
  }
}

.slickcaption h3 {
  display: inline-block;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.75);
}

  .slickcaption h3 a, .slickcaption h3 a:hover, .slickcaption h3 a:visited {
    color: #c82804;
  }

/* Fix ribbon when edit mode is on */
.site-container.edit-mode .pusherForDrawerMenu > header {
  position: fixed;
  width: 100%;
  z-index: 1;
  max-height: 160px;
  overflow-y: hidden;
}

.site-container.edit-mode .site-content {
  position: fixed;
  width: 100%;
  top: 160px;
  bottom: 0px;
}

.site-container.edit-mode #s4-ribbonrow {
  min-height: 126px;
}

.site-container.edit-mode #ms-designer-ribbon {
  position: fixed;
  width: 100%;
  background: #FFF;
  z-index: 1;
}

.site-container.edit-mode .breadcrumb > li > a {
  width: 0px;
}

.site-container.edit-mode .under-ribbon {
  position: absolute;
  top: 180px;
  width: 100%;
  overflow-y: scroll;
  bottom: 0px;
}

.site-container.edit-mode .mod-slider {
  display: none;
}


.mod-col-content .container .mod-profil {
  top: 0px;
}
