/*Menu-niveau-1*/
.nav__itemlvl1 {
  font-size: 1.2rem;
}

/*Titre-texte-p-home-et-general*/
body p {
  color :#001402!important;
}
h1, h2 {
  font-family: 'Space Grotesk', sans-serif;
  color : #003d06!important;
}

h3 {
  font-family: 'Roboto', sans-serif;
  
}
 h4 {
  font-family: 'Space Grotesk', sans-serif;
  color : #003d06!important;
}

  h5, h6, .title-page  {
  font-family: 'Space Grotesk', sans-serif;
  color : #798c54!important;
}

body.body .wiziblocks__item h1, .emergency-bar__text h1{
  font-size: 38px;
  line-height:45px;
  color : #51524c;
}
body.body .wiziblocks__item h2, .emergency-bar__text h2{
  font-size: 26px;
  line-height:34px;
  color : #51524c;
}
body.body .wiziblocks__item h3, .emergency-bar__text h3, body.body .wiziblocks__item h3 .we-size-large, body.body .wiziblocks__item h3.we-size-large, body.body .wiziblocks__item h3 .ql-size-large, body.body .wiziblocks__item h3.ql-size-large, .emergency-bar__text h3 .we-size-large, .emergency-bar__text h3.we-size-large, .emergency-bar__text h3 .ql-size-large, .emergency-bar__text h3.ql-size-large{
 font-size: 24px;
 line-height:36px; 
 color : #51524c;
}

body.body .wiziblocks__item h4, .emergency-bar__text h4{
 font-size: 30px;
 line-height:26px;
  color : #003d06;
}

body.body .wiziblocks__item h5, .emergency-bar__text h5{
 font-size: 16px;
 line-height:19px;
  color : #003d06;
}

body.body .wiziblocks__item h6, .emergency-bar__text h6{
 font-size: 16px;
 line-height:19px;
  color : #003d06;
}
body, body.body .wiziblocks__item span, body.body .wiziblocks__item li, .emergency-bar__text span, .emergency-bar__text li,
body.body .wiziblocks__item p, body.body .wiziblocks__item li, .emergency-bar__text p, .emergency-bar__text li, {
 color : #001402;
 font-family: 'Inter', sans-serif;
}

/*Bouton et autre ....*/

.wiziBtn, html, button, input, select, textarea {
  border-radius: 6px !important;
}

/*footer*/
.footer {
  background-color: #51524c;
  background-image: url("https://media.cdnws.com/_i/324267/cs400-82/2464/82/fee-acroupie-olive.png");
  background-position: 0 bottom !important;
  background-repeat: no-repeat !important;
  background-size: 20%
 
}
 .footer__title {
  color: #748d89!important;
}

.footer__link, .footer__info__text.margin--half {
   color: #93c149!important;
   line-height: 1.75!important;
}

.footer__desc,.footer__desktop {
   color: #f8f8f7 !important;
}

.powered {
  background-color: #798c54;
}
.powered__p,.powered__p a {
  color: #adadad !important;
}
div.footer__bottom, .backTop {
  margin-left: 300px !important;
} 

/*bordure bloc'cadre'*/
.cadre div {
 border: solid 0.5px;
}
.wiziBtn__wrapper, .wiziblocks__item__maxWidth {
  border:none!important;
}
/*wizi lien non souligné*/
.wiziblocks__item a{
  text-decoration:none!important;
}
/*Boite à Icone*/
 .monconteneur-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    align-content: space-around;
    background-color: #f8f8f7; /*Tclaire*/
    width: 1020px;
    border: 3px solid #88b63e;
    box-sizing: border-box;
    margin: 20px auto;
}

.ligne{
    flex-direction: row; 
}

.box {
    flex: 1 1 50px;
    min-width: 280px;
    background-image: url("https://media.cdnws.com/_i/324267/cs400-139/420/40/ailes.png");
    background-size: contain;
  background-position: center;
    box-sizing: border-box;
    background-repeat: no-repeat;
    margin: 10px;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 20px 10px;
}

@media (max-width: 719px) {
.wizi-wrapper--txtOneBackground {
  padding: 0px!important;
}
}