/*** 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;
}
main {
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
}
#programmation {
  height: 60px;
  width: 200px;
  background: transparent;
  border: solid 1px rgba(224, 4, 66, 0.2);
  margin: 60px auto;
  color: #e00442;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  cursor: pointer;
  line-height: 60px;
  text-align: center;
}
#programmation:hover {
  background-color: #e00442;
  color: #fff;
  -o-transition-property: all;
  -o-transition: 0 0.5 ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0 0.5 ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0 0.5 ease-in-out;
  transition-property: all;
  transition: 0 0.5 ease-in-out;
}
#formNewsLetterPage {
  background-color: #6473a0;
  width: 280px;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}
#formNewsLetterPage #closeNewsLetter {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("/img/picto_close_bl.png") center center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100% auto;
  border: none;
  cursor: pointer;
}
#formNewsLetterPage img {
  height: 28px;
  width: 28px;
  margin-top: 10px;
}
#formNewsLetterPage h2 {
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  margin: 0;
  line-height: 32px;
  text-align: center;
  margin: 10px 0;
}
#formNewsLetterPage input[type="text"] {
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-size: italic !important;
  border: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  height: 30px;
  line-height: 30px;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  background-color: transparent;
}
#formNewsLetterPage input[type="text"]::placeholder {
  color: #fff;
  opacity: 1;
}
#formNewsLetterPage input[type="text"]:focus {
  border: none !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
  outline: none !important;
}
#formNewsLetterPage input[type="submit"] {
  color: #fff;
  padding: 0 15px;
  height: 40px;
  line-height: 25px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  background: transparent;
  cursor: pointer;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  transition: all ease 0.5s;
}
#formNewsLetterPage input[type="submit"]:hover {
  color: #6473a0;
  background-color: #ffffff;
}
#banner {
  margin-bottom: 100px;
  height: 440px;
}
