*{
  box-sizing: border-box;

}
@font-face {
  font-family: "San Francisco";
  font-weight: 400;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

body {
  background-color:#FAFAFA;
  font-family:'San Francisco';
  margin:0;
  padding:0;
}
h1 {
  font-size: 55px;
  font-weight:900;
  padding-top: 60px;
  margin: 0;
}
h2 {
  font-size: 38px;
  font-weight: 700;
  padding-top:16px;
  padding-bottom: 16px;
  margin: 0;
  text-align: center;
}
h3 {
  font-size: 25px;
  font-weight: 700;
  margin: 0;
}
span {
  font-weight: bold;
}
footer {
  text-align: center;
}
.fa-facebook-square {
  font-size: 24px;
}
.header {
  display:grid;
  grid-template-columns: 1fr;
  background-color: #323232;
  opacity: .96;
  height: 2.7em;
  width: 100%;
  color: #FAFAFA;
  text-align:center;
  align-items:center;
  position:fixed;
}

.header > ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

.header  > ul > li {
  padding-right: 3em;
  padding-left: 3em;
  display:inline;
}

.header > ul > li a:hover {
  color: #959595;
}

.header > ul > li > a{
  text-decoration: none;
  color: white;
}

.bienvenue {
  text-align: center;
}

.bienvenue > p {
  margin-top: .5em;
  font-size: 30px;
  font-weight: 500;
}

.container, .cadeaux {
  text-align: center;
}
.container > p > a {


  color: white;
}
.container > p > a:hover {
  text-decoration: none;
}
.container > img {
  height: 650px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.services > ul  {
    list-style-type:none;
    padding: 0;
}
.services > ul > li {
  padding: 3px 0 3px 0;
  font-size: 20px;
}
.services > ul > li::before{
   content: '- ';
}

.services > h3 {
  text-align: center;
}

.blanc_casse{
  background-color:#c5b976;
  font-size: 20px;
  padding: 16px;
}

p {
  font-size: 20px;
  font-weight: 200;
}
.noir {
  background-color: #1A1A1A;
  padding: 16px;
}
.blanc {
  color: white;
}
.rose {
  background-color:#F9F0EB;
  padding: 16px;
}
.cadeaux {
  background: white;
}
.artisanale > img {
  height: 469px;
}
.ateliers > img  {
  margin-top: 0.75em;
  height: 400px;
  margin-bottom: 1.25em;
}
.bleu {
  background-color:#020814;
  color:white;
}
.massif {
  text-align: center;
  padding: 16px;
}
.massif > img {
  margin-top: 0.75em;
  height: 475px;
  margin-bottom: 1.25em;
}
.images {
  height: 100%;
  width: 100%;
}
.carte {
  margin: 16px;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex > div {
  width: 32%;
  margin: 0.5%;
  padding: 16px;
}
.space {
  justify-content: space-around;
}
.aligne {
  text-align: center;
}
.padding {
  padding: 16px;
}
#nos_services1pic{
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  height: 320px;
}
#nos_services2pic{
  width: 100%;
  height: 100%;
}
#nos_services3pic {
    width: 100%;
    height: 100%;
}

#contact-image {
  height: 450px;
}
.exceptionnelle {
  color: white;
  background: #4682B4;
}
@media screen and (max-width: 1000px) {
  .header > ul > li {
    display:inline;
    padding-right: 1em;
    padding-left: 1em;
    font-size: 30px;
  }
  .services >ul >li {
    font-size: 16px;
    padding-right: 1em;
    padding-left: 1em;
  }
  .ateliers {
    margin: 16px;
  }
  .container > img {
    height: 100%;
    width: 100%;
  }
  .ateliers > img {
    height: 100%;
    width: 100%;
  }
  .cadeaux > img {
    height: 50%;
    width: 50%;
  }
  .cadeaux {
    padding: 16px;
  }
  .massif > img {
    width: 100%;
    height: 100%;
  }
  #contact-image {
    width: 100%;
    height:100%;
    padding:16px;
  }
  .flex > div {
    width: 100%;
    margin: 1%;
  }

  #nos_services1pic {
    height: 100%;
    width: 100%;
    padding: 2%;
  }
}
.covid {
  width: 50%;
  margin: auto;
}