@font-face {
  font-family: GearedSlab;
  src: url(font/GearedSlab.woff);
}

@font-face {
  font-family: GearedSlab-Light;
  src: url(font/GearedSlab-Light.woff);
}

h1 {
  font-size: 1.2rem;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  font-size: 3rem;
}

h2>span {
  font-size: 1.1rem;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  display: inherit;
}

p {
  font-size: 1.2rem;
  font-family: 'Muli', sans-serif;
}

.logoSite {
  width: 200px;
}

.flexCenterCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

header.headerBanner {
  background-color: #45474C;
  background-image: url("banner.png");
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 10px solid;
  border-image: linear-gradient(to right, #8D4F8E 0%, #359683 50%, #8B919F 100%);
  border-image-slice: 1;
}

.bgGray {
  background-color: #8B919E;
}

.accueilH1 {
  text-align: left;
  font-family: GearedSlab-Light;
  font-size: 1.5rem;
}

span.bloc1, span.bloc2 {
  background-color: #333;
  color: #595959;
}

.bloc1, .bloc2, .bloc3 {
  color: #fff;
  font-family: GearedSlab;
  font-size: 4rem;
  line-height: 3rem;
  padding: 90px 0;
  margin-bottom: 1rem;
}

a.bloc1:hover, a.bloc2:hover, a.bloc3:hover {
  text-decoration: none;
  color: #fff;
}

.homeFooter {
  background-color: #45474C;
  border-top: 10px solid;
  border-image: linear-gradient(to right, #8D4F8E 0%, #359683 50%, #8B919F 100%);
  border-image-slice: 1;
  height: 100px;
}

.bloc1 {
  background-color: #7F5B7F;
}

.bloc2 {
  background-color: #538278;
}

.bloc3 {
  background-color: #8B919F;
}

.moduleCard>p {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: .3rem;
}

.titleBox {
  padding-bottom: 1rem;
}

div.titleBox h2 {
  word-wrap: break-word;
}

.listNaperonBox li a {
  color: #000000 !important;
}

li {
  margin: 1rem 0;
}

li.pdf {
  list-style-image: url(img/PDF.png);
}

li.webSite {
  list-style-image: url(img/WebSite.png);
}

li a {
  display: inline-flex;
  vertical-align: 16px;
}

.yellow {
  color: #525A00;
}

.yellow h2 {
  font-family: 'Oregano', cursive;
}

.yellow .listNaperonBox {
  border: solid 3px #C7D300;
}

.yellow .titleBox {
  background-image: linear-gradient(#525A00, #FFF)
}

.blue {
  color: #1B545E;
}

.blue h2 {
  font-family: 'Concert One', cursive;
  font-size: 2.5rem;
}

.blue .listNaperonBox {
  border: solid 3px #48BDD7;
}

.blue .titleBox {
  background-image: linear-gradient(#1B545E, #FFF)
}

.orange {
  color: #694100;
}

.orange h2 {
  font-family: 'Special Elite', cursive;
  font-size: 2.5rem;
}

.orange .listNaperonBox {
  border: solid 3px #F39200;
}

.orange .titleBox {
  background-image: linear-gradient(#694100, #FFF)
}

.red {
  color: #791E08;
}

.red h2 {
  font-family: 'Francois One', sans-serif;
  font-size: 2.8rem;
}

.red .listNaperonBox {
  border: solid 3px #D3341E;
}

.red .titleBox {
  background-image: linear-gradient(#791E08, #FFF)
}