@charset "UTF-8";
/*
  Theme Name: Gestion Des Identifiants responsive
  Version: 3.0.0
  Author: SUEUR Florent
*/


.visible{
  display: block!important;
  visibility: visible!important;
}
.invisible{
  display: none!important;
  visibility: hidden!important;
}

/* ------------------------------------  STRUCTURE DE BASE ------------------------------------ */
/* Variables - incompatibles avec IE 11 donc non utilisées */
  :root{
    --blanc: #FFFFFF;
    --brun: #381A0A;
    --bleu: #0052FF;
    --cyan: #00E8FF;
    --rouge: #F6261B;
    --gris: #F2F2F2;
    --gris25: #C9C9C9;
    --gris50: #939393;
    --gris75: #5E5E5E;    
  }

  html{
    font-size: 62.5%;
  }

  body{
    background-color: #F2F2F2;
    font-family: "Relative", Arial, sans-serif;
    font-style: normal;
    font-size: 1.6rem; line-height: 1.8rem;
  }
  p{
    text-align: left;
    margin-bottom: 12px;
  }

  main {
    flex: 1;
  }

  .bodywrapper {
    display: flex; 
    flex-direction: column; 
    min-height: 100vh;
  }

  .bloc-contenu .borderetap a,  .bloc-contenu .noborderetap a{
        color: #381A0A;
        display: inline;
        width: auto;
        line-height: 2.4rem;
        text-decoration: underline; 
  }

  .bloc-contenu .borderetap a:hover, .bloc-contenu .noborderetap a:hover  {
        background-color: rgb(0, 174, 214);
        color: white;
  }


  a, a:visited{ color: #0052FF; text-decoration: underline; }
  a:hover, a:focus{ color: #381A0A; text-decoration: underline; }
  a:link, a:visited, a:hover, a:active { outline: none; }

  .btn, .btn:hover, .btn:focus { display: inline-block; position: relative; margin: 2px 0 0 0; padding: 9px 12px; padding-right: 36px; min-width: 36px; background: #0052FF; color: #fff; font-size: inherit; line-height: inherit; font-weight: 500; text-transform: none; text-align: left; text-decoration: none; border: 1px solid #0052FF; border-radius: 0 !important; opacity: 1; white-space: initial; outline: 0; -webkit-box-shadow: none; box-shadow: none; cursor: pointer; }
  .btn:after, .btn:hover:after, .btn:focus:after { content: ""; position: absolute; top: calc(50% - 10px); right: 12px; display: block; width: 20px; height: 20px; background: transparent no-repeat; background-size: 100%; background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg version='1.1' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 24 24' height='24px' width='24px' %3E%3Cstyle %3E .st1%7Bfill:%23FFFFFF;%7D %3C/style%3E%3Cpath class='st1' d='M 8.7967189,3.8856704 7.4747624,5.2076269 14.267136,12 7.4747624,18.792373 8.7967189,20.114329 16.250801,12.661708 a 0.93495775,0.93495775 0 0 0 0,-1.323417 z' /%3E%3C/svg%3E"); visibility: visible; -webkit-transition: right 0.2s; transition: right 0.2s; }
  .btn span, .btn:hover span, .btn:focus span { display: inline-block; position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
  .btn.invert, .btn:hover.invert, .btn:focus.invert { background: #FFF; color: #381A0A; border-color: #381A0A; }
  .btn.invert:after, .btn:hover.invert:after, .btn:focus.invert:after { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg version='1.1' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 24 24' height='24px' width='24px' %3E%3Cstyle %3E .st1%7Bfill:%23381A0A;%7D %3C/style%3E%3Cpath class='st1' d='M 8.7967189,3.8856704 7.4747624,5.2076269 14.267136,12 7.4747624,18.792373 8.7967189,20.114329 16.250801,12.661708 a 0.93495775,0.93495775 0 0 0 0,-1.323417 z' /%3E%3C/svg%3E"); }
  .btn.invert.simple, .btn:hover.invert.simple, .btn:focus.invert.simple { color: #381A0A; border-color: #381A0A; }
  .btn.simple, .btn:hover.simple, .btn:focus.simple { padding-right: 12px; color: #0052FF; background-color: transparent; border-color: #0052FF; }
  .btn.simple:after, .btn:hover.simple:after, .btn:focus.simple:after { content: none; }
  .btn.center, .btn:hover.center, .btn:focus.center { text-align: center; padding-left: 12px; padding-right: 12px; }
  .btn.center:after, .btn:hover.center:after, .btn:focus.center:after { content: none; }
  .btn.center:before, .btn:hover.center:before, .btn:focus.center:before { content: none; }

  .btn.prev, .btn.return { padding-left: 30px; padding-right: 12px; }
  .btn.prev:after, .btn.return:after  { right: auto; left: 8px; -webkit-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition: left 0.2s; transition: left 0.2s; }
  .btn.prev:hover:after, .btn.prev:focus:after,
  .btn.return:hover:after, .btn.return:focus:after { left: 0; }

  .btn.return{ background-color: transparent; border-color: #0052ff; color: #0052ff; margin-top:32px;}
  @media screen and (max-width: 767px){.btn.return{ margin-top:24px!important;}}
  .btn.return:after{ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 24 24' height='24px' width='24px' %3E%3Cstyle %3E .st1%7Bfill:%230052ff;%7D %3C/style%3E%3Cpath class='st1' d='M 8.7967189,3.8856704 7.4747624,5.2076269 14.267136,12 7.4747624,18.792373 8.7967189,20.114329 16.250801,12.661708 a 0.93495775,0.93495775 0 0 0 0,-1.323417 z' /%3E%3C/svg%3E");}

  .btn:hover, .btn.invert:hover, .btn.simple:hover, .btn:focus, .btn.invert:focus, .btn.simple:focus { color: #fff !important; background-color: #381A0A; border-color: #381A0A; }
  .btn:hover:after, .btn.invert:hover:after, .btn.simple:hover:after, .btn:focus:after, .btn.invert:focus:after, .btn.simple:focus:after { border-color: #fff; right: 4px; background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg version='1.1' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 24 24' height='24px' width='24px' %3E%3Cstyle %3E .st1%7Bfill:%23FFFFFF;%7D %3C/style%3E%3Cpath class='st1' d='M 8.7967189,3.8856704 7.4747624,5.2076269 14.267136,12 7.4747624,18.792373 8.7967189,20.114329 16.250801,12.661708 a 0.93495775,0.93495775 0 0 0 0,-1.323417 z' /%3E%3C/svg%3E"); }

  .btn[disabled], .btn:hover[disabled], .btn:focus[disabled] { background-color: #DDDDD4; border-color: #DDDDD4; color: #8B8178 !important; }
  .btn[disabled]:after, .btn:hover[disabled]:after, .btn:focus[disabled]:after { content: none; }
  
  .btn.noIco, .btn:hover.noIco, .btn:focus.noIco { padding-left: 12px; padding-right: 12px; }
  .btn.noIco:after, .btn:hover.noIco:after, .btn:focus.noIco:after { content: none; }
  	
  button#returnButton{margin-top:32px;}
  @media screen and (max-width: 767px){button#returnButton{ margin-top:24px!important;}}

  img { outline: none; }

  ul{ margin: 0; padding: 0;
    list-style: none;
  }
  ol{ margin-left: 20px; }
  ul li, ol li{ margin-bottom: 4px;}
  ul ul, ol ul{ margin-left: 12px!important; }
  ul ol, ol ol{ margin-left: 32px!important; }

  .bgBlanc{ background-color: #FFFFFF; }

  
  h1 a, h2 a {
    color: #0052FF;
    text-decoration: underline;
  }

  h1 a:hover, h2 a:hover, h1 a:focus, h2 a:focus {
    color: #381A0A;
    text-decoration: underline;
  }
  .charte2018 .navigation {
    margin-bottom: 24px;
}

  .charte2018 .navigation.noMenu{
    border-bottom: 0;
    border-top: 0;
    -webkit-transform: translateY(-32px); -ms-transform: translateY(-32px); transform: translateY(-32px);
    z-index: 899;
  }
  @media (min-width: 1200px){
    .charte2018 .navigation.noMenu{
      -webkit-transform: translateY(-40px); -ms-transform: translateY(-40px); transform: translateY(-40px);
    }
  }
  @media (max-width: 959px){
    .charte2018 .navigation.noMenu{
      -webkit-transform: translateY(-16px); -ms-transform: translateY(-16px); transform: translateY(-16px);
    }
  }


  .form-group{
    position: relative;
    margin-bottom: 24px;
    width: 100%;
  }

  .form-group:last-child{
    margin-bottom: 0;
  }

  .control-label{
    padding-top: 0!important;
    margin-bottom: 8px;
  }
  label{
    padding: 0;
    margin: 0;
    color: #381a0a;
  }

  .controls p{
    padding-top: 8px;
  }

  .modifier{
    position: absolute; top: 0; right: 0;
  }

  .form-actions{ 
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 16px;

    @media (max-width: 767px){
      flex-direction: column;
    }
  }
 
  input:not([type="submit"]){
      display: block;
      width: 100%;
      min-height: 38px;
      padding: 10px 8px 10px 12px;
      outline: 0;
      background-color: #FFFFFF;
      background-image: none;
      border: 0;
      border-radius: 0;
      font-weight: 400;
      color: #381A0A;
      font-size: 1.6rem; line-height: 1.8rem;
      opacity: 1;
      border: 1px solid #8B8178;
  }

  input:not([type="submit"]):hover, select:hover, .bootstrap-select .dropdown-toggle:hover{
    outline: 0;
    box-shadow: none;
    border-left: 4px solid;
    border-left-color: #381A0A!important;
    padding-left: 8px;
  }
  
  input:not([type="submit"]):focus, select:focus, .bootstrap-select .dropdown-toggle:focus{
    outline: 0;
    box-shadow: none;
    border-left: 4px solid;
    border-left-color: #0052FF!important;
    padding-left: 8px;
  }

  input:not([type="submit"]).frmk_champInit + label{
    position: absolute;
    left: 12px; top: 8px;
    display: inline-block; padding: 2px;
    background-color: #FFFFFF; color: #8B8178;
    font-size: 1.6rem; line-height: 2rem;
    max-width: calc(100% - 24px); overflow: hidden;
    white-space: nowrap; text-overflow: ellipsis;
  }

  input:not([type="submit"]) + label{
    position: absolute;
    left: 12px; top: -8px;
    display: inline-block; padding: 2px;
    background-color: #FFFFFF; color: #381A0A;
    font-size: 1.2rem; line-height: 1.4rem;
    max-width: calc(100% - 24px); overflow: hidden;
    white-space: nowrap; text-overflow: ellipsis;
    transition: all 0.25s;
  }

  input[type="radio"], input[type="checkbox"]{
    display: inline-block;
    position: absolute;
    left: -9999px;
  }
  input[type="radio"] + label, input[type="checkbox"] + label {
    position: relative; left: auto;
    display: inline-block; min-height: 24px;
    padding-left: 24px;
    margin-right: 18px;
    font-size: 1.3rem;
    line-height: 20px;
    cursor: pointer;
  }
  input[type="radio"] + label:before, input[type="checkbox"] + label:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    left: 0;
    top: 4px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 2px solid #381A0A;
  }
  input[type="radio"] + label:hover:before, input[type="radio"]:focus + label:before,
  input[type="checkbox"] + label:hover:before, input[type="checkbox"]:focus + label:before {
    border: 4px solid #939393;
  }
  input[type="radio"]:checked + label:before, input[type="checkbox"]:checked + label:before{
    border: 4px solid #0052FF;
  }

  input[type="checkbox"] + label:before{
    border-radius: 0;
  }
  input[type="checkbox"] + label:hover:before, input[type="checkbox"]:focus + label:before{
    background-color: #939393;
  }
  input[type="checkbox"]:checked + label:before{
    background-color: #0052FF;
  }
  input[type="checkbox"]:checked + label:after{
    content: '';
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 7px;
    left: 3px;
    top: 7px;
    border: 2px solid #FFFFFF;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg)
  }


  .bt-form-eml, .bt-form-eml-wrapper + * {
  	position: relative;
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: bold;
    border: 0;
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
    background-color: #00AED6;
    background-image: url(../img/icons/fleche_droite.png);
    background-repeat:  no-repeat;
    background-position: top 50% right 10px;
    transition: background-position .1s;
    min-width:100px;
    padding: 0 40px;
    text-align: center;
  }
 .bt-form-eml:hover, .bt-form-eml-wrapper:hover + * {
 	background-position: top 50% right 6px;
 }
  



  .input-info{
    position: relative;
  }
  .input-info input:not([type="submit"]){
    border-left: 4px solid #00E8FF;
    padding-left: 8px;
  }
    .popup {
      cursor: pointer;
      /*content: "?";*/
      display: block;
      width: 26px;
      position: absolute;
      right: 0;
      top: 0;
      color: white;
      background: #0052FF;
      text-align: center;
    }
    .tab-popup {
      display: none;
      position: absolute;
      z-index: 999;
    }
    .tab-popup .paragraphe ul {
      margin: 0 auto;
      text-align: left;
    }

  .contenu{
    font-weight: 400;
    color: #381A0A;
    font-size: 14px;
  }

  .contenu-footer{
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    font-size: 14px;
    vertical-align: center;
    letter-spacing: -0.1px;
  }

  .date{
    font-weight: 700;
    color: #B0B1A6;
    font-size: 1.2rem;
    line-height: 1rem;
  }

  .legend{
    font-weight: 700;
    color: #aeaea4;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .contenu a{
    font-weight: 400;
    color: #381A0A;
    font-size: 14px;
    text-decoration: none;
  } 

  .question{
    font-size:1.4rem;
    font-weight:500;
    color: #381A0A;
  }

  .erreur{
    color: #F6261B;
    font-size: 1.4rem;
    margin-bottom: 12px;
    font-weight: 500;
  }

  .bordererreur{
    border-left: 4px solid #F6261B;
    padding-left: 8px;
  }

  .bloc-contenu ul{
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .annotation{
    color: black;
    font-size: 10px;
    text-align: right;
    margin-bottom: 10px;
  }
  .noborderetap .annotation{
    margin-top: -22px;
  }

  /* HEADER */

  .header{
    background-color: #FFFFFF;
  }

  /* Liseret horizontal */
/*  .header .container {
	border-bottom: 1px solid #381A0A;
  } */

  /* FORM */ 

  .marg-form{
    margin-top:2px;
  }

  /* BARRE MOBILE */

  .barre-top-mobile{
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    border: 0;
    background-color: #8c8278;
    z-index: 9999;
  }

  .barre-top-mobile span{
    font-weight: 400;
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 0px;
    padding-left: 53px;
    line-height: 50px;
    text-transform: uppercase;
    cursor: pointer;

    background:url("../img/icons/burger.png") 0% 50% no-repeat;
  }

  .navig{
    background-color: #8c8278;
    height:50px;
    width:100%;
    z-index: 10000;
  }

  /* NAV */
  .affix {
        top:0;
        width: 960px;
        margin-left: -10px;
        z-index: 9999 !important;
        box-shadow: 0 0 15px 0 #2e2e2e;
    }

  .navbar {
        margin-bottom: 0px;
        background-color: #8c8278;
        border-radius: 0;
        border: 0;
        color: #FFFFFF;
        text-transform: uppercase;
    }

  .navbar-inverse .navbar-nav > li > a {

        font-weight: 500;
        color: #FFFFFF;
        font-size: 14px;
        text-transform : capitalize;
  }

  .navbar-inverse .navbar-nav > li:first-child {
    height: 50px;
    background: url("../img/icons/barre-menu.png") right no-repeat;
    padding-left:20px;
    padding-right:20px;
  }

  .navbar-inverse .navbar-nav > li {
    height: 50px;
    background: url("../img/icons/barre-menu.png") right no-repeat, url("../img/icons/barre-menu.png") left no-repeat;
    margin-left: -2px;
    padding-left:20px;
    padding-right:20px;
  }

  .navbar-inverse .navbar-nav > li:last-child {
    height: 50px;
    background: url("../img/icons/barre-menu.png") left no-repeat;
    margin-left: -2px;
    padding-left:20px;
    padding-right:20px; 
  }

  .navbar-inverse .navbar-nav > li:hover{
    background-color: #00b8e1;
  }

  .navbar-inverse .navbar-nav > .on{
    background-color: #00b8e1;
  }


  .iconhome{
    float:left;
    width:23px;
    height:50px;
    margin-left: 30px;
    margin-right: 12px;
  }

  .iconhome span{ display: none;}

  .navbar-inverse .navbar-nav{
    height: 50px;
    line-height:22px;
  }
  .affix ~ .container {
    position: relative;
    top: 50px;
  }

  .col-mg-top{
    margin-top: 10px;
  }


  /*LEFT*/
  .bloc-miseenavant {
    height: auto;
    width: 100%;
    background-color: #FFFFFF;
    padding-bottom: 10px;
  }

  .bloc-miseenavant h1 {
    margin: 0;
    padding: 0;
  }

  .bloc-miseenavant h2 a{
    font-weight: 500;
    color: #00b8e1;
    font-size: 28px;
    line-height: 31px;
    text-transform: uppercase;
  }

  .bloc-miseenavant h2 a:hover{
    color: #00b8e1;
    text-decoration: none;
  }

  .barrecatg-home h2{
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 50px;
    text-transform: uppercase;
  }

  .bloc-catg-home h3 a{
    font-weight: 700;
    color: #00b8e1;
    font-size: 20px;
  }

  .bloc-catg-home h3 a:hover{
    color: #00b8e1;
    text-decoration: none;
  }

  .bloc-catg-home h2 a{
    font-weight: 500;
    color: #00b8e1;
    font-size: 20px;
  }

  .bloc-catg-home h2 a:hover{
    color: #00b8e1;
    text-decoration: none;
  }

  .titrehome{
    width: 100%;
    padding:0 13px 0 13px;
  }

  .titresearch{
    width: 100%;
    padding: 0 15px 3px 15px;
  }

  .titrearticle{
    width: 100%;
    padding: 0 15px 3px 15px;
  }

  .titrehome-h2{
    font-weight: 500;
    color: #00bae3;
    font-size: 20px;
    line-height: 21px;
    width: 100%;
    padding: 11px 13px 0 13px;
  }

  .visuel .link-visuel-350 img{
    max-height: 350px;
  }

  .visuel .link-visuel-180 img{
    max-height: 180px;
  }

  .bloc-miseenavant .visuel img{
    max-height: 350px;
  }

  .bloc-right .visuel img{
    max-height: 180px;
  }


  .visuel {
    position: relative;
    border: 0;
  }

  .visuel a, .visuel img {
    display: block;
    margin: 0;
    width: 100%;
    object-fit: cover;
    object-position: 50% 0;
  }

  .visuel-art {
    position: relative;
    border: 0;
  }

  .visuel-art a, .visuel-art img {
    display: block;
    margin: 0;
    width: 160px;
    height: 168px;
  }

  .visuel-small {
    position: relative;
    border: 0;
  }

  .visuel-small a, .visuel-small img {
    display: block;
    margin: 0;
    width: 100%;
    object-fit: cover;
    object-position: 50% 0;
  }

  .rech-reg{
    height: 29px;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 15px;
  }

  .bt-rechregion{
    background-color: #47D5CD;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    width: 50px;
    border: 0;
    color: #FFFFFF;
    padding: 0;
    float: left;
  }

  .reg-search-marg{
    margin: 0;
    padding: 0;
  }

  .bloc-contenu {
    background-color: #FFFFFF;
    height: auto;
    width: 100%;
  }

  .bloc-contenu .oublie{
    color: #00B9E4;
    line-height: inherit;
    font-size: 11px;
    font-family: inherit;
    text-decoration: underline;
    cursor: pointer;
  }

  .bloc-contenu .label{
    font-weight: 700;
    cursor: text;
    margin-right: 20px;
    font-size: 1.4rem !important;
    text-transform: uppercase;
    color: #381A0A;
    text-align: right;
    text-transform: uppercase;
  }

  .chapeau h2{
    font-weight: 500;
    color: #381A0A;
    font-size: 18px;
  }



  .bloc-contenu h2{
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 0;
    color:#381A0A;
    font-size:18px;
    font-weight:500;
  }

  .emailling h3 {
    margin-top: 2px;
    line-height: 36px;
    margin-bottom: 2px;
    padding: 0;
    text-transform: uppercase;
    float: right;
  }

  .gallerie-art{
    width: 100%;
  }

  .gallerie-art img{
    margin-top: 10px;
    margin-bottom: 12.5px;
  }


  .barrefooter{
    max-width: 960px; 
  }

  .bt-form-actu{
    color: #FFFFFF;
    font-size: 16px;
    padding: 0;
    border: 0;
    font-weight: 500;
    padding: 8px 19px;
    border-radius: 3px;
    margin-top: 5px;
    background-color: #00b8e1;
  }

  /* PAGE RECHERCHE */

  .barre-resultat-recherche{
    min-height: 60px;
    line-height: 20px;
    max-width: 940px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 15px;
    background-color: #FFFFFF;
    color: #381A0A;
    font-size: 18px;
    font-weight: 500;
  }

  .barre-resultat-recherche h1{
    margin: 0;
    padding: 0;
    color: #381A0A;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
  }



  /* ----- SCROLL ------ */
  #scrollUp {
    position: fixed;
    bottom: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    background-color: #381A0A;
    border-radius: 4px;
    color:#FFFFFF;
    font-size:14px;
    padding:11px;
    text-decoration:none;
    z-index:500;
    opacity: 0;
    transition: opacity .2s;
    box-sizing: border-box;
  }
    #scrollUp span {
      display: none;
    }

    #scrollUp .arrow{
      width: 0;
      height: 0;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      border-bottom: 17px solid white;
      margin: 0;
    }
    #scrollUp .arrow:hover {
      height: 0;
    }


  /* ------------------------------------------ FOOTER --------------------------------------  */
  .footer{
    margin-top:10px;
    line-height: 18px;
    color: #381A0A;
    text-align: right;
    background-color: #fff;
    text-align: center;
    padding: 16px 0;
  }


  /* MENU MOBILE */
  .header .main-menu ul.mobile-dropdown {
    display: none;
    list-style-type: none;
    padding: 0;
    background-color: #B0B1A6;
    width: 100%;
  }

  .header .main-menu ul.mobile-dropdown .sub-menu {
    list-style-type: none;
    padding: 0;
  }

  .header .main-menu ul.mobile-dropdown .sub-menu li a {
    padding-left: 40px;
    display: block;
  }

  .header .main-menu ul.mobile-dropdown .sub-menu.current-menu-item a {
    cursor: default;
  }

  .header .main-menu ul.mobile-dropdown li.current-menu-item:first-child ul li a {
    background-color: #B0B1A6;
    cursor: pointer;
    text-decoration: none;
  }

  .header .main-menu ul.mobile-dropdown li.current-menu-item:first-child ul li a:hover {
    background-color: #00B9E4;
    cursor: pointer;
  }

  .header .main-menu ul.mobile-dropdown li.current-menu-item a:first-child, .header .main-menu ul.mobile-dropdown li.current-post-ancestor a:first-child {
    text-decoration: none;
    background-color: #00B9E4;
    cursor: default;
  }

  .header .main-menu ul.mobile-dropdown li a {
    color: white;
    width: 100%;
    height: 100%;
    padding: 14px 20px;
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
  }

  .header .main-menu ul.mobile-dropdown li a:hover {
    background-color: #00B9E4;
    cursor: pointer;
  }

  /* */
  .btn-select {
    position: relative;
    padding: 0;
    border-radius: 0;
    margin-bottom: 20px;
    height: 40px;
  }

  .btn-select .btn-select-value {
    padding: 6px 12px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
  }

  .btn-select .btn-select-arrow {
    float: right;
    height: 40px;
    width: 20px;
    background: #00b8e1 url("../img/icons/bt-select.png")  no-repeat 50% 50%;
    padding: 0;
    top: 0;
  }

  .btn-select ul {
    display: none;
    background-color: white;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
  }

  .btn-select ul li {
    padding: 3px 6px;
    text-align: left;
    color: #898078;
  }

  .btn-select ul li:hover {
    background-color:  #f0f0f0;
    color: #898078;
  }

  .btn-select ul li.selected {
    color: #898078;
  }

  /* Default Start */
  .btn-select.btn-default:hover, .btn-select.btn-default:active, .btn-select.btn-default.active {
    border-color: #ccc;
  }

  .btn-select.btn-default ul li.selected {
    background-color: #ccc;
  }

  .btn-select.btn-default ul, .btn-select.btn-default .btn-select-value {
    background-color: white;
    border: #ccc 0px solid;
  }

  .btn-select.btn-default:hover, .btn-select.btn-default.active {
    background-color: #e6e6e6;
  }

  /* Default End */
  .btn-default2 {
    font-weight: 500;
    color: #898078;
    font-size: 18px;
    background-color: #f0f0f0;
    border:none;
  }

  .btn-default2:focus, .btn-default2.focus {
    color: #898078;
    background-color: #f0f0f0;
    border:none;
  }

  .btn-default2:hover {
    color: #898078;
    background-color: #f0f0f0;
    border:none;
  }
  .btn-default2:active,
  .btn-default2.active,
  .open > .dropdown-toggle.btn-default2 {
    color: #898078;
    background-color:  #f0f0f0;
  }

  .btn-default2:active:hover,
  .btn-default2.active:hover,
  .open > .dropdown-toggle.btn-defaul2t:hover,
  .btn-default2:active:focus,
  .btn-default2.active:focus,
  .open > .dropdown-toggle.btn-default2:focus,
  .btn-default2:active.focus,
  .btn-default2.active.focus,
  .open > .dropdown-toggle.btn-default2.focus {
    color: #898078;
    background-color:  #f0f0f0;
  }

  .btn-default2:active,
  .btn-default2.active,
  .open > .dropdown-toggle.btn-default2 {
    background-image: none;
  }

  .btn-default2.disabled:hover,
  .btn-default2[disabled]:hover,
  fieldset[disabled] .btn-default2:hover,
  .btn-default2.disabled:focus,
  .btn-default2[disabled]:focus,
  fieldset[disabled] .btn-default2:focus,
  .btn-default2.disabled.focus,
  .btn-default2[disabled].focus,
  fieldset[disabled] .btn-default2.focus {
    background-color:  #f0f0f0;
  }

  .btn-default2 .badge {
    color: #FFFFFF;
    background-color: #333333;
  }

  /* BT RADIO */

  input[type="radio"] + label, input[type="checkbox"] + label {
    font-weight: 400;
    color: #381A0A;
    font-size: 1.6rem;
    white-space: inherit;
    background-color: transparent;
  }

  input[type="radio"] label:first-child{
    margin-right: 48px;
  }

  input[type="radio"] + label span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url('../img/icons/bt-radio.png') 0% top no-repeat;
    cursor: pointer;
  }

  input[type="radio"]:checked + label span {
    background: url('../img/icons/bt-radio.png') 100% top no-repeat;
  }

    /* ERREURS */
  ul.frmkGroupMessage {
    margin-bottom: 30px;
  }

  .frmk_messageErreurChampPicto,
  .frmk_messageInfoChampPicto,
  .messageErreurPage{
    display: block; margin-bottom: 16px;
    padding: 16px; padding-left: 54px;
    background-color: #FFFFFF;
    border: 1px solid;
    background: #FFFFFF top 12px left 16px no-repeat; background-size: 24px;
  }

  .frmk_messageErreurChampPicto, 
  .messageErreurPage{
    border: 0;
    border-left: 4px solid #F6261B;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st1%7Bfill:%23F6261B;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st1' d='M11,17h2v-2h-2V17z M23.2,17.3L14.7,2.6C14.1,1.6,13.1,1,12,1S9.9,1.6,9.3,2.6L0.8,17.3 c-0.6,1-0.6,2.1,0,3.1c0.6,1,1.6,1.6,2.7,1.6h17.1c1.1,0,2.1-0.6,2.7-1.6C23.8,19.5,23.8,18.3,23.2,17.3z M21.5,19.4 c-0.1,0.2-0.4,0.6-1,0.6H3.5c-0.6,0-0.9-0.4-1-0.6c-0.1-0.2-0.3-0.6,0-1.1L11,3.6C11.3,3.1,11.8,3,12,3s0.7,0.1,1,0.6l8.5,14.8 C21.8,18.8,21.6,19.3,21.5,19.4z M11,14h2V8h-2V14z'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
  .frmk_messageInfoChampPicto{
    font-weight: 500;
    border: 0;
    border-left: 4px solid #0052ff;
    /*background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st1%7Bfill:%23381A0A;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st1' d='M11,17h2v-7h-2V17z M11,9h2V7h-2V9z M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M12,20 c-4.4,0-8-3.6-8-8s3.6-8,8-8s8,3.6,8,8S16.4,20,12,20z'/%3E%3C/g%3E%3C/svg%3E%0A");*/
  }
  .frmk_messageErreurChampPicto b, 
  .messageErreurPage b{ color: #F6261B; }

  .frmk_messageErreurChamp{
    color: #F6261B;
    display: block;
    font-size: 1.4rem; font-weight: 400;
    margin-bottom: 8px;
    padding: 4px 0; padding-left: 13px;
    border-left: 4px solid #F6261B;
  }


  input.frmk_champErreur,
  input.champErreur {
    border-left: 4px solid;
    border-left-color: #F6261B!important ;
    padding-left: 8px;
  }
  input.frmk_champErreur:hover + .frmk_messageErreurChamp,
  input.frmk_champActif:hover + .frmk_messageErreurChamp,
  input.frmk_champErreur:hover + label + .frmk_messageErreurChamp,
  input.frmk_champActif:hover + label + .frmk_messageErreurChamp {
	border-left-color: #381A0A!important ;
  } 
  input.frmk_champErreur:focus + .frmk_messageErreurChamp,
  input.frmk_champActif:focus + .frmk_messageErreurChamp,
  input.frmk_champErreur:focus + label + .frmk_messageErreurChamp,
  input.frmk_champActif:focus + label + .frmk_messageErreurChamp {
	border-left-color: #0052FF!important ;
  } 


  .info_champ {
    margin-bottom: 8px;
    padding: 4px 0;
    padding-left: 8px;
    border-left: 4px solid #00E8FF;
  }

  .regle_password b{ display: inline-block; margin: 4px 0;}
  .regle_password ol{ list-style: disc; }

  /* Surcharge pour FriendlyCaptcha */
  .frc-captcha { max-width: 100% !important;}


@media (min-width: 960px) {

      .footer{ font-size: 12px;
      }

      .positionbt{  float: left;
      }

      .annotation{
        line-height: 35px;
      }

      .question{
          width:329px
      }

      .marg-mobile, .logo{ 
        margin-top:10px;
        margin-bottom:10px;
      }

      /*.container {
        padding-left: 12px;
        padding-right: 12px;
      }*/

      .form-control-eml, .form-control-eml-wrapper input{
        width: 329px;
        height: 40px;
        line-height: 40px;
      }

      .bloc-contenu{
      padding: 20px;
      margin: 15px 0 0 0;
        color: #381A0A;
      }

      .bloc-contenu h1{
        margin: 0;
        padding: 0;
        font-size: 2.8rem;
        line-height: 3.4rem;
        margin-bottom: 20px;
        color: #381A0A;
      }

      .bloc-contenu h3{
        margin-top: 9px;
        margin-bottom: 5px;
        margin-right: 20px;
        padding: 0;
        font-size: 1.4rem !important;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 18px;
      }

      .barre-espclient, .etapeactif, .etapenactif, .etapevalide {
        display: none;
      }

      .borderetap, .noborderetap{
        padding: 0;
        border: 0;
      }

      .bt-form-eml, .bt-form-eml-wrapper + * {
        width: auto;
      }

      .controls{
        min-height: 38px;
      }

      .input-info .popup {
        width: 24px;
        height: 24px;
        line-height: 24px;
        border-radius: 50%;
        font-size: 1.6rem; font-weight: bold;
        right: -28px;
      }

      .input-info .tab-popup {
          bottom: 54px;
          width: 70%;
          min-width: 200px;
          right: -35px;
          border: 1px solid #381A0A;
          border-radius: 0;
          padding: 10px;
          background-color: #FFFFFF;
          color: #381A0A;
          z-index: 9;
      }
      .input-info .tab-popup.popup-large {
          width: calc(100% + 38px);
      }
      .input-info .tab-popup:before {
        content: ''; display: inline-block;
        position: absolute;
        bottom: -7px; right: 12px;
        width: 14px; height: 14px;
        background: #FFFFFF;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -ms-box-shadow: -1px 1px 1px 0px #381A0A;
        -webkit-box-shadow: -1px 1px 1px 0px #381A0A;
        -moz-box-shadow: -1px 1px 1px 0px #381A0A;
        -o-box-shadow: -1px 1px 1px 0px #381A0A;
        box-shadow: -1px 1px 1px 0px #381A0A;
      }



      .input-info .popup:hover + .tab-popup {
          display: block;
          background-color: #FFFFFF;
          -ms-box-shadow: 0px 2px 8px -2px #381A0A; 
          -webkit-box-shadow: 0px 2px 8px -2px #381A0A; 
          -moz-box-shadow: 0px 2px 8px -2px #381A0A; 
          -o-box-shadow: 0px 2px 8px -2px #381A0A;
          box-shadow: 0px 2px 8px -2px #381A0A; 
      }

      .input-info .popup + a .tooltip {
          opacity: 0;
          display: none;
      }
      .input-info .popup:hover + a .tooltip {
          opacity: 1!important;
          display: block;
      }
      .input-info .popup + a {
        position: absolute;
        width: 250px;
        top: 0;
        right: calc(-250px + -24px);
      }

      .bootstrap-select > .dropdown-toggle, .bootstrap-select.btn-group .dropdown-menu {
        width: 100%;
      }
      /* LOGO HEADER */ 
      .form-control {
        margin-top: 23px;
      }

      .rech-reg-form{
        float:left;
        max-width:203px;
      }

      .bt-rechregion{
        margin-left: 15px;

      }

      .form-control-reg{
        width: 100%;
      }


      .bt-newsletter {
        margin-top: 23px;
        margin-left: 10px;
      }

      .barre-newsletter-bt{
        height: 100px;
      }

      .form-control{
        width: 220px;
      }

      .contenu-footer {
        margin-top: 20px;
      }


      .bt-form-actu {
        float: right;
        margin-right: 180px;
      }

      .btn-select {
            width: 605px;
      }

      /* --- MEDIA --- */
      .barre-top-mobile{display: none;}
      .barre-share-mobile {display: none;}
      .img-region-959{display: none;}
      .bloc-contenu h3{text-align: right;}
      .linkannuler{ display: none;}
      .hidden-desktop{
        display: none;
        visibility: hidden;
      }
}

@media (max-width: 959px) {

  .hidden-desktop{ display: inherit!important; visibility: visible!important; }

      .footer{
        font-size: 12px;
      }
      
      .marg-mobile{ 
        margin-top:34px;
        margin-bottom:19px;
      }

      .positionbt{
        float: right;
      }

      .annotation{
        line-height: 10px;
      }


      .container {
        max-width: 100%;
        padding-left: 8px;
        padding-right: 8px;
      }


      .bloc-contenu{
        padding: 20px;
        margin: 0;
        color: #381A0A;
      }

      .barre-espclient{
        height: 36px;
        width: 100%;
        line-height: 36px;
        padding-left: 20px;
        color: #FFFFFF;
        font-size: 1.4rem;
        font-weight: 700;
        background-color: #381A0A;
      }

      .bloc-contenu h1{
        margin: 0;
        padding: 0;
        font-size: 2.5rem;
        line-height: 3rem;
        margin-bottom: 20px;
        color: #381A0A;
      }

      .bloc-contenu h3{
        margin-top: 9px;
        margin-bottom: 5px;
        margin-right: 20px;
        padding: 0;
        font-size: 1.3rem !important;
        text-transform: uppercase;
        font-weight: 400;
        line-height: 18px;
      }
      .bloc-contenu label{
        font-weight: 400;
        font-size: 1.4rem;
        display: block;
        margin: 0 20px 5px 0;
        padding-left: 0;
      }

      .etapeactif, .etapevalide{
        height: 36px;
        line-height: 36px;
        width: 100%;
        font-weight: 400;
        font-size: 1.6rem;
        padding-left: 10px;
        background-color: rgb(0, 174, 214);
        color: #FFFFFF;
        text-decoration: none;
        border-top: 1px solid #FFFFFF;
      }

      .etapenactif{
        height: 36px;
        line-height: 36px;
        width: 100%;
        font-weight: 400;
        font-size: 1.6rem;
        padding-left: 10px;
        background-color: #b0b1a6;
        color: #FFFFFF;
        text-decoration: none;
        border-top: 1px solid #FFFFFF;
      }
      .borderetap + .etapenactif, .borderetap + .etapenactif {
        border-top: none;
      }

      .bloc-contenu a{
        text-decoration: none;
      }

      .etapeactif, .etapenactif, .etapvalide{
        cursor: default;
      }
      .etapeactif a, .etapeactif a:hover{
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #FFFFFF;
        cursor: pointer;
      }

      .borderetap, .noborderetap{
        padding: 18px 9px;

      }
      .borderetap{
        border-left: 2px solid rgb(0, 174, 214);
        border-right: 2px solid rgb(0, 174, 214);
        border-bottom: 2px solid rgb(0, 174, 214);
      }
      
      .controls{
        min-height: 36px;
        margin-bottom: 5px;
      }

      .control-label, .control-label label {
        padding: 0;
      }


      .popup {
          width: 32px;
          height: 32px;
          line-height: 32px;
          font-size: 1.6rem;
          border-radius: 50%;
        }

        /*.popup:hover + .tab-popup {
            display: block;
        }*/

        .tab-popup {
            position: fixed!important;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            padding: 15px!important;
            background-color: rgba(56, 26, 10, 0.85);
            border-radius: 0;
            text-align: center;
            z-index: 900;
            box-sizing: border-box;
        }

        .tab-popup .inner {
          position: relative;
          display: block;
          padding: 8px;
          background: white;
          color: #381A0A;
          max-height: calc(100% - 20px);
          top: 50%;
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
        }
        .tab-popup .inner .close {
          position: relative;
          color: #381A0A;
          opacity: 1;
          top: 0; right: 0;
          font-weight: 100;
          text-indent: -9999px;
          display: block; width: 24px; height: 24px;
          background: transparent center center no-repeat; background-size: 100%;
          background-image: url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' id='svg11' xml:space='preserve' style='enable-background:new 0 0 24 24;' viewBox='0 0 24 24' height='24px' width='24px' y='0px' x='0px' version='1.1'%3E%3Cstyle%3E .st1%7Bfill:%23381A0A;%7D %3C/style%3E%3Cpath class='st1' d='M 5.4785156 4.0175781 L 3.8964844 5.5996094 L 10.431641 12.134766 L 3.8964844 18.669922 L 5.4785156 20.251953 L 12.011719 13.716797 L 18.546875 20.251953 L 20.128906 18.669922 L 13.59375 12.134766 L 20.128906 5.5996094 L 18.546875 4.0175781 L 12.011719 10.552734 L 5.4785156 4.0175781 z ' /%3E%3C/svg%3E");
        }
        .tab-popup .inner .paragraphe {
          padding: 10px 0;
          line-height: 2.5rem;
          display: block;
        }

        .form-control-eml, .form-control-eml-wrapper input{
          width: 100%;
          height: 36px;
          line-height: 36px;
        }
        .bt-form-eml, .bt-form-eml-wrapper + * {
          width: 100%;
        }
        
        
      .barre-top{display: none;}
      .navbar, .barre-breadcrumbs{display: none;}
      .bloc-right-share, .bloc-right-share-art{display: none;}
      .img-region-960{display: none;}
      .sites-ag2r{display: none;}
      .bloc-contenu h3{text-align: left;}
      .hidden-mobile{
        display: none;
        visibility: hidden;
      }
        
      .bt-form-actu {
        float: right;
      }

      /* MOBILE SEARCH */


      .barre-top-mobile #search-mobile {
              height: 65px;
              background-color: #00BAE3;
              display: none;
      }

      .barre-top-mobile #search-mobile div {
                display: block;
                padding-top: 13px;
                padding-left: 10px;
                padding-right: 10px;
                clear: both;
                height: 65px;
      }

      .barre-top-mobile #search-mobile div input {
                  width: calc(100% - 10px);
                  background-color: #00BAE3;
                  color: #FFFFFF;
                  padding-left: 10px;
                  text-transform: none;
                  height: 40px;
                  border: 1px solid #FFFFFF;
      }


      input[class="search-input"]::-webkit-input-placeholder {
                  color: #555;
                  opacity: 1;
      }

      input[class="search-input"]:-moz-placeholder { /* Firefox 18- */
                  color: #FFFFFF; 
                  opacity: 1;
      }
        
      input[class="search-input"]::-moz-placeholder {  /* Firefox 19+ */
                  color: #FFFFFF; 
                  opacity: 1;
      }
        
      input[class="search-input"]:-ms-input-placeholder {  
                  color: #FFFFFF;
                  opacity: 1; 
      }

      .barre-top-mobile #search-mobile div button {
                  background: none;
                  position: fixed;
                  color: #FFFFFF;
                  top: 22px;
                  right: 27px;
                  border: 0;
      }

      .barre-top-mobile span {
              display: inline-block;
              float: left;
              height: 50px;
              position: relative;
      }

      .barre-top-mobile span img {
                margin: auto;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
      }

      .barre-top-mobile span#menu-search {
                cursor: pointer;
                width: 20%;
                background-color: #47D5CD;
                position: relative;
      }

      .barre-top-mobile span#menu-newsletter {
                cursor: pointer;
                width: 20%;
                background-color: #00B9E4;
                position: relative;
      }

      .barre-top-mobile #menu-search {
            background-color: #47D5CD;
      }

      .col-contenu-art{
        margin-top: 15px;
      }

      .col-contenu-info{
        margin-top: 15px;
      }

      /* TITRE ET SLOGAN */

      .solidarites{
        font-size: 34.74px;
        height: 41px;
        letter-spacing: -1px;
        font-weight: 700;
        color: #381A0A;
        margin-top: 54px;
        text-transform: uppercase;

      }

      .slogan h1{
          margin: 0;
          padding: 0;
          color: #00b8e1;
          letter-spacing:0px;
          font-size: 9px;
          font-weight: 500;
          text-transform: uppercase;
          line-height: 1.42857143;
      }

      /* LOGO HEADER */ 

      .barre-logos-small{
        height: 114px;
        border: 0;
      }

      .barre-logos-small img{
        margin-top:42px;
      }

      .barre-logos-big{
        display: none;
      }

      .btn-select {
          width: 100%;
      }


      .emailling h3 {
        float: left;
      }


      .emailling{
        margin-left: 0px;
        margin-right: 0px;
      }

      .bloc-catg-home{
        
        margin-top: 0px;
        min-height: 168px;
        width: 100%;
        background-color: #FFFFFF;
      }

      .barre-newsletter-bt{
        height: 210px;
      }

      .form-control{
        width: 100%;
        margin-top: 15px;
      }

      .rech-reg-form{
        float:left;
        width: 100%;
      }

      .form-control-reg{
        width: 100%;
      }

      .contenu-footer {
        margin: 5px;
      }

      .bt-newsletter {
        margin-top: 20px;
        float: right;
      }


      .barre-footer .menu li:last-child:after { 
      content: none;
      }

      .sites-ag2r{
        display: none;
      }

      .barregrise{

        height:2px;
        width:100%;
        background-color:#b0b0a6;
      }

      .fondblanc{
        background-color:#FFFFFF;
      }


      .btsearch-mobil{
        height: 50px;
        width: 60px;
        background:url("../img/icons/icon-search.png") 50% 50% no-repeat #00bae3;
        float: right;
        left: 0;
        z-index: 10000;
      }

      .btnewsletter-mobil{
        height: 50px;
        width: 60px;
        background:url("../img/icons/icon-newsletter.png") 50% 50% no-repeat #47D5CD;
        float: right;
        cursor: pointer;
        z-index: 10000;
      }

      /* COL ARTICLE */
      .col-right-art{
        padding: 0;
      }

      /* COL RECHERCHE */
      .col-art{
        width:100%;
        background-color:#FFFFFF;
        margin-top:13px;
      }

      .barre-resultat-recherche {
        margin-top: 13px;
        padding-bottom: 18px;
      }
                    
}



@media (min-width: 320px) {

      .container{
        max-width: 100%;
      }

      #scrollUp {
        display: none!important; 
        visibility: hidden;
      }
}

@media (min-width: 1200px) {
      .container{ width: calc(100% - 140px); max-width: calc(1440px - 140px); }
}
@media (max-width: 1199px) {
  .container{ max-width: 940px; }
}

/* theme-coloring for select and input radio */

/*
.select-wrapper:after {
		background-color: rgb(0, 174, 214);
	}
.chosen-container-single .chosen-single div, .chosen-container-active.chosen-with-drop .chosen-single div, .chosen-container .chosen-results li.highlighted{
    background-color: rgb(0, 174, 214);
  }
.chosen-container-active.chosen-with-drop .chosen-single, .chosen-container .chosen-drop{
  border-color: rgb(0, 174, 214);
}
.chosen-container .chosen-results li.group-result{
  color: rgb(0, 174, 214);
}
.chosen-container .chosen-results::-webkit-scrollbar-thumb {
    background-color: rgba(0, 174, 214, 0.7);
}
.chosen-container .chosen-results::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 174, 214, 1);
}
input[type="radio"]:checked + label:before{
    border-color: rgb(0, 174, 214);
}
*/

/* Desktops et tablettes */
@media screen and (min-height: 769px){
  body{ position: relative;
  height: auto; min-height: 100vh; 
  }
  .footer{ width: 100%; }
}

/* Mobiles */
@media screen and (max-width: 767px){
  body{ padding-bottom: 0; }
  .footer{ position: static;}
}
