@charset "UTF-8";
/*$modules: () !default;
@mixin exports($name) {
  @if (index($modules, $name) == false) { 
    $modules: append($modules, $name);
    @content;
  }
}*/
/*
EXEMPLE : 

@include keyframes(name) {
0% { value: 1; }
100% { value: 0; }
}
*/
/*
EXEMPLE : 

@include keyframes(name) {
0% { value: 1; }
100% { value: 0; }
}
*/
/*********************************/
/******     A APPRENDRE      *****/
/*********************************/
/*********************************/
/******  FIN : A APPRENDRE   *****/
/*********************************/
/*@import "../../utils/pages-components/_carousel-v2";*/
/*.hasprojetlabel {  
    display: inline; 
}*/
main#main-content {
  background: white;
  padding-bottom: 0; }
  main#main-content > .row {
    max-width: 100%; }
  main#main-content .row.vam {
    letter-spacing: -0.3rem; }
    main#main-content .row.vam > * {
      display: inline-block;
      letter-spacing: 0;
      vertical-align: middle;
      float: none !important; }
  main#main-content .row-max {
    max-width: 1200px;
    margin: 0 auto; }

#page-ce {
  text-align: center;
  padding: 1rem;
  overflow: hidden; }
  #page-ce #form-data form {
    text-align: left; }
  #page-ce #form-data h2, #page-ce #form-data h3, #page-ce #form-data h4 {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #333; }
  #page-ce #form-data h2, #page-ce #form-data h3 {
    text-align: center; }
  #page-ce #form-data h2 {
    font-size: 1.625rem;
    line-height: 1.75rem; }
  #page-ce #form-data h3 {
    font-size: 1.125rem;
    line-height: 1.25rem;
    margin-bottom: 0.5rem; }
  #page-ce #form-data h4 {
    font-size: 1rem;
    line-height: 1.125rem; }
  #page-ce #form-data .hasprojet {
    padding: 3px;
    padding-left: 5px; }
    #page-ce #form-data .hasprojet label {
      display: inline;
      padding-left: 5px !important; }
  #page-ce #form-data .les_mentions p {
    padding-top: 10px;
    font-size: 10px;
    font-family: 'Asap';
    text-align: justify;
    color: #707070; }
  #page-ce #form-data .infos {
    padding-top: 20px;
    padding-bottom: 20px; }
  #page-ce #form-data .custom-submit-button {
    background-color: #d71e62; }
  #page-ce #selection-offre {
    padding: 1rem 0; }
    #page-ce #selection-offre .offre {
      padding: 0.5rem;
      position: relative; }
      #page-ce #selection-offre .offre .text-content {
        position: relative;
        padding: 1rem 0.5rem; }
        #page-ce #selection-offre .offre .text-content img {
          margin-bottom: 0.75rem; }
      #page-ce #selection-offre .offre p {
        color: #666;
        font-size: 0.75rem;
        line-height: 0.875rem;
        max-width: 320px;
        display: block;
        margin: 0 auto 0.5rem; }
      #page-ce #selection-offre .offre .custom-button {
        background: #d71e62;
        border: 2px #d71e62 solid;
        margin-top: 0.5rem; }
        #page-ce #selection-offre .offre .custom-button:hover {
          background: white;
          color: #d71e62; }
      #page-ce #selection-offre .offre:first-of-type {
        margin-bottom: 2rem;
        padding-bottom: 2.5rem; }
        #page-ce #selection-offre .offre:first-of-type:before {
          content: "";
          position: absolute;
          display: inline-block;
          border-top: 1px solid #d71e62;
          bottom: 0;
          left: 0;
          right: 0; }
        #page-ce #selection-offre .offre:first-of-type:after {
          content: "";
          background: url(/Images/comiteEntreprise/ou.png);
          position: absolute;
          bottom: -21px;
          left: 50%;
          margin-left: -21px;
          height: 43px;
          width: 43px;
          display: inline-block; }
  @media only screen and (min-width: 64.0625em) {
    #page-ce #selection-offre .offre:first-of-type .text-content {
      text-align: left; }
    #page-ce #selection-offre .offre:first-of-type .visuel-content {
      text-align: right; }
    #page-ce #selection-offre .offre:last-of-type .text-content {
      text-align: right; }
    #page-ce #selection-offre .offre:last-of-type .visuel-content {
      text-align: left; }
    #page-ce #selection-offre .offre .text-content {
      padding: 1rem 2rem; }
      #page-ce #selection-offre .offre .text-content .content {
        display: inline-block;
        text-align: center; } }
  #page-ce .row .columns {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0; }
  #page-ce ul,
  #page-ce ol {
    margin: 0;
    list-style: none; }
  #page-ce article {
    padding: 2rem 0;
    border-bottom: 1px solid #ccc; }
  #page-ce .merci {
    padding-top: 2.5rem; }
    #page-ce .merci p:not(:last-of-type) {
      margin-bottom: 1rem; }
  #page-ce .breadcrumb-wrapper {
    text-align: right; }
    #page-ce .breadcrumb-wrapper .breadcrumbs {
      background: white; }
  #page-ce .liste-informations li {
    padding: 1rem 0.5rem;
    display: inline-block;
    vertical-align: top;
    width: 300px; }
    #page-ce .liste-informations li h3 {
      margin: 1rem 0 0.75rem; }
    #page-ce .liste-informations li .picto svg {
      margin: 0 auto;
      display: block;
      width: 50px;
      height: 50px; }
  #page-ce .custom-button {
    display: inline-block;
    margin: 0; }
    #page-ce .custom-button.sub-button {
      background: white;
      color: #333;
      border: 3px solid #333; }
      #page-ce .custom-button.sub-button:hover {
        background: #333;
        color: white; }
  #page-ce .custom-links {
    margin-top: 1rem;
    color: #333;
    font-size: 1rem;
    line-height: 1rem;
    display: inline-block;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    text-decoration: underline; }
    #page-ce .custom-links span i:before {
      display: inline-block;
      font-style: normal;
      content: "5";
      position: relative;
      display: inline-block;
      font-family: ElegantIcons;
      left: -.1rem; }
  #page-ce .row {
    font-size: 0; }
  #page-ce .title {
    padding: 1rem 0 0.5rem;
    margin: 0;
    text-transform: uppercase;
    font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif;
    color: #d71e62;
    font-size: 1.75rem;
    line-height: 1.875rem; }
  #page-ce .subtitle {
    font-size: 0.8125rem;
    line-height: 0.9375rem;
    padding: 0 0 1rem;
    margin: 0;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: italic; }
    #page-ce .subtitle span {
      font-style: normal;
      font-size: 1.38462em;
      line-height: 1; }
  #page-ce h2 {
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding: 0 0 0.5rem;
    margin: 0;
    font-family: "Montserrat", Arial, Helvetica, sans-serif; }
  #page-ce h3 {
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding: 0;
    margin: 0;
    font-family: "Montserrat", Arial, Helvetica, sans-serif; }
  #page-ce p {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1rem;
    font-family: "Roboto", Arial, sans-serif;
    color: #333; }
    #page-ce p.tel {
      font-size: 1.125rem;
      line-height: 1.25rem;
      margin: 0.25rem; }
    #page-ce p.horaires {
      font-size: 0.75rem;
      line-height: 1rem; }
      #page-ce p.horaires span {
        font-size: 1.16667em; }
    #page-ce p a {
      text-decoration: underline; }
      #page-ce p a:hover {
        text-decoration: underline; }
  #page-ce .mentions {
    padding-top: 2rem;
    text-align: left; }
    #page-ce .mentions p {
      font-size: 0.8125rem;
      line-height: 0.9375rem;
      color: #666666; }
      #page-ce .mentions p:not(:last-of-type) {
        margin-bottom: 1rem; }

#AdresseExpedition_CodePays {
  background-color: #eeeeee; }

@media only screen and (min-width: 64.0625em) {
  #page-ce .mentions p:not(:last-of-type) {
    margin-bottom: 2rem; } }

.more-content {
  width: 1.2rem;
  height: 1rem;
  margin-left: 0.2rem;
  position: relative;
  display: inline-block;
  /*&:hover{
        .more-infos{
             opacity: 1;
            visibility: visible;
            -moz-transition: opacity 0.2s linear 0.1s;
            -o-transition: opacity 0.2s linear 0.1s;
            -webkit-transition: opacity 0.2s linear 0.1s;
            transition: opacity 0.2s linear 0.1s;
        }
    }*/ }
  .more-content .more-infos {
    right: 0;
    opacity: 1;
    position: absolute;
    /*visibility: hidden;*/
    display: none;
    z-index: 10;
    -moz-transition: opacity 0.2s linear 0.1s;
    -o-transition: opacity 0.2s linear 0.1s;
    -webkit-transition: opacity 0.2s linear 0.1s;
    transition: opacity 0.2s linear 0.1s;
    border-bottom: 3px solid #00a99d;
    background: white;
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
    border-top: #ccc 1px solid; }
    .more-content .more-infos .content {
      padding: 1rem;
      font-size: 0.7rem;
      font-family: "Roboto", Arial, sans-serif;
      display: inline-block; }
      .more-content .more-infos .content strong {
        font-family: 'Montserrat-Bold', Arial, Helvetica, sans-serif; }
    .more-content .more-infos a.close {
      font-family: "ElegantIcons";
      font-size: 1.5rem;
      font-weight: normal;
      color: #333;
      position: absolute;
      right: 0.6875rem;
      top: 0.625rem; }
      .more-content .more-infos a.close:before {
        content: "Q"; }
      .more-content .more-infos a.close:hover {
        color: #999; }
  .more-content .more-infos {
    width: 240px;
    z-index: 10;
    bottom: 100%;
    right: 2.5rem;
    margin-right: -140px;
    padding: 0 0 0rem;
    margin-bottom: 0.5rem; }
  .more-content .more {
    display: inline-block;
    position: relative;
    top: -0.05rem;
    cursor: pointer;
    width: 1.2rem;
    height: 1rem;
    vertical-align: middle;
    overflow: hidden; }
    .more-content .more:before {
      content: "";
      display: inline-block;
      font-size: 1rem;
      line-height: 1rem;
      color: #333;
      font-family: "ElegantIcons"; }
