/*fonts import*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
.Outfit, body * {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;margin:0;padding:0;
}
.extraLight{font-weight:200;}
.light{font-weight: 300;}
.medium{font-weight: 500;}
.semibold{font-weight: 600;}
.bold, strong{font-weight: 700;}
.extraBold{font-weight: 800;}
.italic{font-style: italic;}
h1{font-size:26px;line-height:40px;font-weight:200;display:inline-block;width:auto;}
h2{font-size:39px;line-height:43px;font-weight:800;display:inline-block;width:auto;}
h2{font-size:29px;line-height:28px;font-weight:800;display:inline-block;width:auto;}
h3{font-size:25px;line-height:29px;font-weight:400;display:inline-block;width:auto;}
h4{font-size:14px;line-height:16px;font-weight:600;display:inline-block;width:auto;}
h5{font-size:13px;line-height:13px;font-weight:300;display:inline-block;width:auto;padding-left:2px;padding-right:2px;}
h6{font-size:18px;line-height:26px;font-weight:300;text-transform:uppercase;display:inline-block;width:auto;}
p{font-size:16px;line-height:22px;font-weight:200;}
.text-intro{font-weight:200;font-size:18px;line-height:24px;}

h1 span{font-weight:200;}
/*colors settings*/
.blanc{color:#ffffff;}
.noir{color:#000000;}
.orange{color:#e25a10;}
.rouge{color:#eb5936;}
.bleu{color:#bfe2e9;}
.rose{color:#f8c8df;}
.jaune{color:#f2d507;}
.vert{color:#4eb376;}
.blancBG{background-color:#ffffff;}
.noirBG{background-color:#000000;}
.orangeBG{background-color:#e25a10;}
.rougeBG{background-color:#eb5936;}
.bleuBG{background-color:#bfe2e9;}
.roseBG{background-color:#f8c8df;}
.jauneBG{background-color:#f2d507;}
.vertBG{background-color:#4eb376;}

.blancSVG-elmt,.blancSVG *{fill:#ffffff;}
.noirSVG-elmt, .noirSVG *{fill:#000000;}
.orangeSVG-elmt, .orangeSVG *{fill:#e25a10;}
.rougeSVG-elmt, .rougeSVG *{fill:#eb5936;}
.bleuSVG-elmt, .bleuSVG *{fill:#bfe2e9;}
.roseSVG-elmt, .roseSVG *{fill:#f8c8df;}
.jauneSVG-elmt, .jauneSVG *{fill:#f2d507;}
.vertSVG-elmt, .vertSVG *{fill:#4eb376;}

.text-center{text-align:center;}
.text-right{text-align:right;}