html {
  /* Taille du texte par defaut est de 16. On diminue cette valeur a 10px soit 16 x 62.5/100 = 10 */
  /*
  1 rem = 10px
  1.4 rem = 14px
  2.4 rem = 24px
  */
  font-size:62.5%;
  height: 100%;
}

body {
  background-color: #f0f0f0;
  color: #333;
  font-family: 'Open sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6{
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 30px;
  font-size: 3rem;
}

h2 {
  font-size: 24px;
  font-size: 2.4rem;
}

h3 {
  font-size: 18px;
  font-size: 1.8rem;
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
}

h5 {
  font-size: 14px;
  font-size: 1.4rem;
}

h6 {
  font-size: 12px;
  font-size: 1.2rem;
}

a {
  color:#6d6d6d;
  text-decoration: none;
}

a:hover {
  color:black;
}

code{
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
pre{
  padding: .66001rem 9.5px 9.5px;
  line-height: 2rem;
  background: -webkit-linear-gradient(top,#fff 0,#fff .75rem,#f5f7fa .75rem,#f5f7fa 2.75rem,#fff 2.75rem,#fff 4rem);
  background: linear-gradient(to bottom,#fff 0,#fff .75rem,#f5f7fa .75rem,#f5f7fa 2.75rem,#fff 2.75rem,#fff 4rem);
  background-size: 100% 4rem;
  border-color: #d3daea;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: initial;
    background-color: transparent;
    border-radius: 0;
}

.ui-state-focus a{
    color: #FFF !important; /* any color you like */
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pull-left {
  float:left;
}

.pull-right {
  float:right;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.safearea{
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

/*------------------------------------*\
    form utilities
\*------------------------------------*/

.form-group {
    margin-bottom: 1rem;
}

.form-inline
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-group label {
  display: inline-block;
  margin-bottom: .5rem;
  font-size: 1.4rem;
}

.form-group label:first-letter {
  text-transform: uppercase;
}

.form-group label.error,
.form-group label.formerreur,
.form-group span.formerreur {
    color:red;
}

.home .form-control {
  width: 100% !important;
}
.form-control {
    display: block;
    width:100%;
    padding: .375rem .75rem;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control.error{
  border-color: red;
}

.tag-editor{
  cursor: text;
  background-color: #FFF;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  line-height: inherit;
}

.tag-editor input{
  border: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  /*flex: 1;*/
  width: 100%;
}

.tag-editor .s-tags{
  display: flex;
}

.tag-editor .s-tag{
  align-items: center;
    justify-content: center;
    min-width: 0;
    padding-left: 4px;
    padding-right: 4px;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    text-decoration: none;
    white-space: nowrap;
    border-color: transparent;
    background-color: #1b7fcc;
    color: white;
    margin-right: 4px;
    display: flex;
}

.s-tag-dismiss{
  font-weight: bold;
  margin-left: 4px;
  color:white;
}

.s-tag-dismiss:hover{
  color:white;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    /*vertical-align: middle;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn::first-letter {
  text-transform: uppercase;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-primary {
  color: #fff;
  background-color: #1b7fcc;
  border-color: #1b7fcc;
  font-size: 1.4rem !important;
  padding: .375rem .75rem !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-neutral {
  color: #23232D;
  background-color: #F8F8F9;
  border-color: #D1D1D7;

}

.btn-neutral:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-danger{
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover{
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.alert{
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}



div[id^="menu_telecharger_"]{display:none;}
div[id^="menu_telecharger_"] ul.liste_format{background: #FFF;border: solid #dedede 1px;border-radius: 0;margin-top: 10px;position: absolute;z-index: 1000000;text-align: left;padding: 0;}
div[id^="menu_telecharger_"] ul.liste_format li{padding: 2px 0;list-style-type: none;margin-bottom: 0}
div[id^="menu_telecharger_"] ul.liste_format li:hover {background: #747579;}
div[id^="menu_telecharger_"] ul.liste_format li:hover a{color:white;}
div[id^="menu_telecharger_"] ul.liste_format li a {padding: 0 6px;font-size: 14px;display: block;}

div.menu_transferer{display:none;position: fixed;z-index: 10000;background: white;padding: 10px 10px 0;border:solid #E8E8E8 2px;margin-top: 10px;}
div.menu_transferer div{display: flex}

#CookieMessage {
  line-height: 1.5em;
  padding: 10px;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: 2px solid #1b7fcc;
  background: rgba(255,255,255,.85);
  position: fixed;
  z-index: 999;
  display: none;

  align-items: center;
  bottom: 0
}

#CookieMessage button.js-cookieAgreement {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 100px;
  margin-top: 5px;
  margin-left: 10px;
}

@media (min-width: 991px) {
  #CookieMessage {
    border-top: 0;
    border-bottom: 2px solid #1b7fcc;
    background: white;
    height: 100px;
    bottom: initial;
  }
}


/**
  * xs - iphone
  * sm - ipad
  * md - desktop
  *
*/

.md,
.md-flex,
.sm,
.sm-flex{
  display: none !important;
}

.xs{
  display: block !important;
}

.xs-flex {
  display: flex !important;
}

@media (min-width: 768px) {
  .detectQuerie:before {
    background: rgba(63, 193, 152, 0.2);
    content: 'min-width : 768px/max-width : 991px';
    height: 20px;
    line-height: 20px;
    position: fixed;
    width: 100%;
    z-index: 99999999;
  }

  .xs,
  .xs-flex,
  .md,
  .md-flex {
    display: none !important;
  }

  .sm {
    display:block !important;
  }

  .sm-flex {
    display: flex !important;
  }
}

@media (min-width: 991px) /*and (max-width: 1199px)*/ {
  .detectQuerie:before {
    background: rgba(63, 193, 152, 0.2);
    content: 'min-width : 991px/max-width : 1199px';
    height: 20px;
    line-height: 20px;
    position: fixed;
    width: 100%;
    z-index: 99999999;
  }
  .xs,
  .xs-flex,
  .sm,
  .sm-flex {
    display: none !important;
  }

  .md {
    display: block !important;
  }

  .md-flex {
    display: flex !important;
  }
}

.modal-overlay{top: 0;left: 0;width: 100%;height: 100%;z-index: 2054;overflow: hidden;position: fixed;background-color: rgba(34, 34, 34, 0.952941);display:none;}
.modal-wrap{top: 0;left: 0;width: 100%;height: 100%;z-index: 2054;position: fixed;outline: 0!important;-webkit-backface-visibility: hidden;/*overflow-y: scroll;*/overflow-x: hidden;display:none;}
.modal-container{/*text-align: center;*/position: absolute;width: 100%;height: 100%;left: 0;top: 0;padding: 0 8px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.p-modal-content{left: 0;width: 100%;position: relative;display: inline-block;vertical-align: middle;margin: 0 auto;text-align: left;z-index: 2045;/top: 0;}
.modal-custom-content{max-width: 600px;margin: 10px auto;position: relative;}
.modal-control-box{position: relative;float: right;top: 5px;opacity: 1!important;}
.modal-post-box{background: none repeat scroll 0 0 #F8F8F8;border: 1px solid #E6E6E6;box-shadow: 0 2px 22px rgba(0,0,0,0.5);color: #6F6E6E;padding: 40px 26px 49px;}

*[class*="ctrl_"]{width: 34px;height: 34px;background-color: #202123;cursor: pointer;background-repeat: no-repeat;background-image: url(../img/sprite.png);background-repeat: no-repeat;display: inline-block;vertical-align: middle;}
*[class*="ctrl_"]:hover{background-color: #108dd7;}

.ctrl_left        {background-position: left center;}
.ctrl_right       {background-position: -35px center;}
.ctrl_back        {background-position: -420px center;}
.ctrl_playTbl     {background-position: -498px center;width: 18px;height: 18px;margin:0;}
.ctrl_close       {background-position: -70px center;}
.ctrl_closeTbl    {background-position: -78px center;width: 18px;height: 18px;margin:0;}
.ctrl_cart        {background-position: -210px center;}
.ctrl_cartTbl     {background-position: -218px center;width: 18px;height: 18px;margin:0;}
.ctrl_cart2       {background-position: -245px center;}
.ctrl_cartTbl2    {background-position: -253px center;width: 18px;height: 18px;margin:0;}
.ctrl_download    {background-position: -280px center;}
.ctrl_downloadTbl {background-position: -288px center;width: 18px;height: 18px;margin:0;}
.ctrl_restriction {background-position: -315px center;}
.ctrl_restrictionTbl{background-position: -322px center;width: 18px;height: 18px;margin:0;}
.ctrl_pdf     {background-position: -349px center;}
.ctrl_pdfTbl    {background-position: -357px center;width: 18px;height: 18px;margin:0;}
.ctrl_serie     {background-position: -385px center;}
.ctrl_serieTbl    {background-position: -392px center;width: 18px;height: 18px;margin:0;}
.ctrl_see     {background-position: -463px center;}
.ctrl_seeTbl    {background-position: -463px center;width: 18px;height: 18px;margin:0;}
.ctrl_transfererTbl {background-position: -183px center;width: 18px;height: 18px;margin:0;}
