/*** archer font ***/
@font-face {
  font-family: 'HCo Archer';
  src: url('../woff/Archer-Light_Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'HCo Archer';
  src: url('../woff/Archer-LightItal_Web.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'HCo Archer';
  src: url('../woff/Archer-Book_Web.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'HCo Archer';
  src: url('../woff/Archer-BookItal_Web.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'HCo Archer';
  src: url('../woff/Archer-Medium_Web.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'HCo Archer';
  src: url('../woff/Archer-MediumItal_Web.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'HCo Archer';
  src: url('../woff/Archer-Semibold_Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'HCo Archer';
  src: url('../woff/Archer-SembdItal_Web.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'HCo Archer';
  src: url('../woff/Archer-Bold_Web.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'HCo Archer';
  src: url('../woff/Archer-BoldItal_Web.woff') format('woff');
  font-weight: 800;
  font-style: italic;
}
/*** ***/
.T0 {
  font-size: 0px;
}
.T10 {
  font-size: 10px;
}
.T11 {
  font-size: 11px;
}
.T12 {
  font-size: 12px;
}
.T14 {
  font-size: 14px;
}
.T15 {
  font-size: 15px;
}
.T16 {
  font-size: 16px;
}
.T18 {
  font-size: 18px;
}
.T19 {
  font-size: 19px;
}
.T20 {
  font-size: 20px;
}
.T22 {
  font-size: 22px;
}
.T24 {
  font-size: 24px;
}
.T25 {
  font-size: 25px;
}
.T26 {
  font-size: 26px;
}
.T30 {
  font-size: 30px;
}
.T32 {
  font-size: 32px;
}
.T40 {
  font-size: 40px;
}
.T42 {
  font-size: 42px;
}
.T48 {
  font-size: 48px;
}
.T50 {
  font-size: 50px;
}
/* POLICES */
.defaultPolice {
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
}
.selectElm {
  height: 60px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex-shrink: 0;
}
.selectElm.opened {
  position: relative;
  z-index: 5;
  overflow: visible;
}
.selectElm.opened li.sel::after {
  transform: rotate(180deg);
}
.selectElm li {
  cursor: pointer;
}
.selectElm li.sel {
  color: #6473a0;
  order: 1;
  height: 60px;
  flex-shrink: 0;
  flex-grow: 2;
  position: relative;
  /***&::after{
                background:url("/img/picto_agrandir_b.png") center right 20px no-repeat;
                background-size:auto 7px;
                width:50px;
                height:60px;
                position:absolute;
                content:" ";
                right:-50px;
                top:0;
            }
            
            &:hover{
                color:@rouge;
                &::after{
                    background:url("/img/picto_agrandir_r.png") center right 20px no-repeat;
                    background-size:auto 7px;
                }
            }***/

}
.selectElm li:not(.sel) {
  height: 40px;
  width: 260px;
  flex-shrink: 0;
  flex-grow: 2;
  text-align: right;
  margin-left: auto;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  background-color: #fff;
  order: 2;
  color: #6473a0;
  text-transform: none !important;
}
.selectElm li:not(.sel) div {
  width: 100%;
  height: 100%;
  background-color: rgba(100, 115, 160, 0.2);
  opacity: 0.5;
  padding-right: 20px;
}
.selectElm li:not(.sel) div:hover {
  opacity: 1;
}
.filtreRbrq {
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  border-left: solid 1px rgba(100, 115, 160, 0.5);
  margin: 15px 0 0 0;
  padding: 0 0 0 20px;
}
.filtreRbrq li {
  text-transform: none !important;
  margin: 0 0 5px 0;
}
.filtreRbrq li a {
  color: rgba(100, 115, 160, 0.5) !important;
}
.filtreRbrq li a:hover,
.filtreRbrq li a.sel {
  color: #6473a0 !important;
}
#rideauAccueil {
  width: 100%;
  height: 100%;
  padding-top: 160px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(224, 4, 66, 0.8);
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: top ease-in 1s;
}
#rideauAccueil > img {
  height: 150px;
}
#rideauAccueil > span {
  max-width: 500px;
  margin-top: 130px;
  color: #fff;
  font-size: 40px;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
