section#ateliers section.atelier {
  width: 100%;
  padding: 50px 0;
  background-color: white;
}
section#ateliers section.atelier:nth-child(odd) {
  background-color: #f2f2f2;
}
section#ateliers section.atelier div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section#ateliers section.atelier div.container {
    gap: 30px;
  }
}
section#ateliers section.atelier div.container.no-left-image div.right-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
}
section#ateliers section.atelier div.container div.left-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}
@media screen and (max-width: 767px) {
  section#ateliers section.atelier div.container div.left-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
section#ateliers section.atelier div.container div.left-image div.img-sizer {
  padding-bottom: 62.5%;
  position: relative;
}
section#ateliers section.atelier div.container div.left-image div.img-sizer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#ateliers section.atelier div.container div.right-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
@media screen and (max-width: 767px) {
  section#ateliers section.atelier div.container div.right-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
section#ateliers section.atelier div.container div.right-content span.date {
  display: block;
  color: #38761d;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
section#ateliers section.atelier div.container div.right-content span.atelier {
  display: block;
  color: #ed7d31;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
section#ateliers section.atelier div.container div.right-content h2 {
  font-size: 21px;
  color: black;
  font-weight: 700;
  margin-bottom: 20px;
}
section#ateliers section.atelier div.container div.right-content div.description {
  margin-bottom: 20px;
  font-size: 15px;
}
section#ateliers section.atelier div.container div.right-content i {
  font-size: 15px;
}

section#ateliers-a-programmer section.atelier {
  width: 100%;
  padding: 50px 0;
  background-color: #1b9d8e;
}
section#ateliers-a-programmer section.atelier:nth-child(odd) {
  background-color: var(--e-global-color-primary);
}
section#ateliers-a-programmer section.atelier div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section#ateliers-a-programmer section.atelier div.container {
    gap: 30px;
  }
}
section#ateliers-a-programmer section.atelier div.container.no-left-image div.right-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
}
section#ateliers-a-programmer section.atelier div.container div.left-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}
section#ateliers-a-programmer section.atelier div.container div.left-image div.img-sizer {
  padding-bottom: 62.5%;
  position: relative;
}
section#ateliers-a-programmer section.atelier div.container div.left-image div.img-sizer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  section#ateliers-a-programmer section.atelier div.container div.left-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
section#ateliers-a-programmer section.atelier div.container div.right-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
@media screen and (max-width: 767px) {
  section#ateliers-a-programmer section.atelier div.container div.right-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
section#ateliers-a-programmer section.atelier div.container div.right-content span.date {
  display: block;
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
section#ateliers-a-programmer section.atelier div.container div.right-content span.atelier {
  display: block;
  color: #ed7d31;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
section#ateliers-a-programmer section.atelier div.container div.right-content h2 {
  font-size: 21px;
  color: white;
  font-weight: 700;
  margin-bottom: 20px;
}
section#ateliers-a-programmer section.atelier div.container div.right-content div.description {
  margin-bottom: 20px;
  font-size: 15px;
  color: white;
}
section#ateliers-a-programmer section.atelier div.container div.right-content i {
  font-size: 15px;
  color: white;
}