.welcome {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.welcome .swiper {
  flex: 0 0 auto;
  width: calc(70% - 15px);
  position: relative;
  margin-left: 0;
}
@media (max-width: 1199px) {
  .welcome .swiper {
    width: 100%;
  }
}
.welcome .swiper .bienvenue {
  background: #F49800;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  display: inline-block;
  border-bottom: 15px solid #FFFFFF;
  border-right: 15px solid #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  color: #FFFFFF;
  font-weight: 500;
  z-index: 2;
}
.welcome .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .welcome .swiper .swiper-wrapper {
    height: auto;
  }
  .welcome .swiper .swiper-slide {
    width: 100%;
    padding-top: 60%;
    background: red;
    position: relative;
    height: auto;
  }
  .welcome .swiper .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 575px) {
  .welcome .swiper .swiper-slide {
    padding-top: 100%;
  }
}
.welcome .swiper .content {
  position: absolute;
  z-index: 1;
  background: #FFFFFF;
  left: 30px;
  bottom: 30px;
  width: 50%;
  padding: 30px;
}
@media (max-width: 767px) {
  .welcome .swiper .content {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .welcome .swiper .content {
    padding: 0.75rem;
  }
}
.welcome .swiper .content h1 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
}
.welcome .swiper .content h1 b {
  font-weight: bold;
  color: #F49800;
  display: block;
}
.welcome .swiper .content p {
  margin-top: 0;
  font-weight: 300;
}
.welcome .swiper .content a {
  background: #F49800;
  color: #FFFFFF;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  display: inline-block;
}
.welcome .swiper .content a svg {
  margin-left: 15px;
}
.welcome .swiper .swiper-pagination {
  background: #F49800;
  width: auto;
  right: 0;
  left: auto;
  bottom: 0;
  margin: 0;
  display: flex;
  transform: none;
  border-top: 15px solid #FFFFFF;
  border-left: 15px solid #FFFFFF;
  padding: 13px 30px;
}
@media (max-width: 575px) {
  .welcome .swiper .swiper-pagination {
    bottom: auto;
    top: 0;
    border-top: none;
    border-bottom: 15px solid #FFFFFF;
    border-left: 15px solid #FFFFFF;
  }
}
.welcome .swiper .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 0;
  width: 16px;
  height: 16px;
  border: 3px solid #FFFFFF;
  background: #FFFFFF;
}
.welcome .swiper .swiper-pagination-bullet-active {
  background: #F49800;
}
.welcome .iframe {
  flex: 0 0 auto;
  width: calc(30% - 15px);
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .welcome .iframe {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .welcome .iframe {
    flex-direction: row;
  }
  .welcome .iframe div {
    flex: 0 0 auto;
    width: calc(50% - 15px);
    margin-left: auto;
  }
}
.welcome .iframe iframe {
  background: #F3F5F9;
  width: 100%;
  flex: 1 0 auto;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .welcome .iframe iframe {
    flex: 0 0 auto;
    width: calc(50% - 15px);
  }
}
.welcome .all_goods, .welcome .alertes {
  background: #009338;
  padding: 15px;
  text-decoration: none;
  display: block;
  color: #FFFFFF;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.welcome .all_goods .icone, .welcome .alertes .icone {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.welcome .alertes {
  background: #F49800;
  margin-top: 25px;
}
.h1 {
  margin: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
}
.h1 b {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.h1 b.text-primary {
  color: #8BA612;
}
.h1 b.text-secondary {
  color: #F49800;
}
.w-100 {
  width: 100% !important;
}
#profils {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-.5 * 1.5rem);
  margin-left: calc(-.5 * 1.5rem);
  margin-bottom: 100px;
}
#profils .profil, #profils .intro {
  flex: 0 0 auto;
  width: 25%;
  padding-right: calc(1.5rem * .5);
  padding-left: calc(1.5rem * .5);
}
@media (max-width: 1199px) {
  #profils .profil, #profils .intro {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #profils .profil, #profils .intro {
    width: 100%;
  }
}
#profils .profil .inner, #profils .intro .inner {
  height: calc(100% - 30px);
  position: relative;
  max-width: calc(100% - 30px);
}
@media (max-width: 1399px) {
  #profils .profil .inner, #profils .intro .inner {
    max-width: 100%;
  }
}
#profils .profil .inner:hover ul, #profils .intro .inner:hover ul {
  visibility: visible;
  opacity: 100%;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 576px) {
  #profils .profil .inner:hover .icone, #profils .intro .inner:hover .icone {
    width: 120px;
    height: 120px;
    top: -30px;
    left: -30px;
    transition: all 0.2s ease-in-out;
  }
  #profils .profil .inner:hover .icone img, #profils .intro .inner:hover .icone img {
    height: 60px;
    transition: all 0.2s ease-in-out;
  }
}
#profils .profil .inner > img, #profils .intro .inner > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
#profils .profil .inner ul, #profils .intro .inner ul {
  z-index: 1;
  position: relative;
  padding: 120px 30px 80px 30px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  height: 100%;
}
@media (max-width: 1399px) {
  #profils .profil .inner ul, #profils .intro .inner ul {
    padding: 120px 20px 80px 20px;
  }
}
@media (max-width: 1199px) {
  #profils .profil .inner ul, #profils .intro .inner ul {
    min-height: 500px;
  }
}
@media (max-width: 575px) {
  #profils .profil .inner ul, #profils .intro .inner ul {
    padding: 80px 0.75rem 80px 0.75rem;
    min-height: 0;
  }
}
#profils .profil .inner ul .separator, #profils .intro .inner ul .separator {
  border-bottom: 1px solid #FFFFFF;
}
#profils .profil .inner ul a, #profils .intro .inner ul a {
  color: #FFFFFF;
  font-size: 18px;
  display: flex;
  font-weight: 500;
  text-decoration: none;
}
#profils .profil .inner ul a svg, #profils .intro .inner ul a svg {
  margin-left: auto;
}
#profils .profil .inner ul a:hover, #profils .intro .inner ul a:hover {
  cursor: pointer;
}
#profils .profil .inner ul li:last-child, #profils .intro .inner ul li:last-child {
  display: none;
}
#profils .profil .inner h3, #profils .intro .inner h3 {
  z-index: 2;
  font-size: 18px;
  font-weight: 500;
  border: 15px solid #FFFFFF;
  padding: 15px 30px;
  color: #FFFFFF;
  text-transform: none;
  position: absolute;
  bottom: -30px;
  right: -30px;
  margin: 0;
}
@media (max-width: 1399px) {
  #profils .profil .inner h3, #profils .intro .inner h3 {
    right: -15px;
  }
}
@media (max-width: 1339px) and (min-width: 1200px) {
  #profils .profil .inner h3, #profils .intro .inner h3 {
    right: -15px;
    left: -15px;
    padding: 15px 0;
    text-align: center;
  }
}
#profils .profil .inner .icone, #profils .intro .inner .icone {
  z-index: 2;
  border: 15px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-transform: none;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 80px;
  height: 80px;
  transition: all 0.2s ease-in-out;
}
#profils .profil .inner .icone img, #profils .intro .inner .icone img {
  height: 40px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) and (min-width: 576px) {
  #profils .profil .inner.agriculteur, #profils .intro .inner.agriculteur {
    margin-top: 40px;
  }
}
#profils .profil .inner.agriculteur ul, #profils .intro .inner.agriculteur ul {
  background: rgba(139, 166, 18, 0.95);
}
#profils .profil .inner.agriculteur h3, #profils .profil .inner.agriculteur .icone, #profils .intro .inner.agriculteur h3, #profils .intro .inner.agriculteur .icone {
  background: #8BA612;
}
@media (max-width: 767px) and (min-width: 576px) {
  #profils .profil .inner.particulier, #profils .intro .inner.particulier {
    margin-top: 40px;
  }
}
#profils .profil .inner.particulier ul, #profils .intro .inner.particulier ul {
  background: rgba(244, 152, 0, 0.95);
}
#profils .profil .inner.particulier h3, #profils .profil .inner.particulier .icone, #profils .intro .inner.particulier h3, #profils .intro .inner.particulier .icone {
  background: #F49800;
}
@media (max-width: 1199px) and (min-width: 576px) {
  #profils .profil .inner.collectivite, #profils .intro .inner.collectivite {
    margin-top: 40px;
  }
}
#profils .profil .inner.collectivite ul, #profils .intro .inner.collectivite ul {
  background: rgba(46, 180, 211, 0.95);
}
#profils .profil .inner.collectivite h3, #profils .profil .inner.collectivite .icone, #profils .intro .inner.collectivite h3, #profils .intro .inner.collectivite .icone {
  background: #2EB4D3;
}
@media (max-width: 1199px) and (min-width: 576px) {
  #profils .profil .inner.notaire, #profils .intro .inner.notaire {
    margin-top: 40px;
  }
}
#profils .profil .inner.notaire ul, #profils .intro .inner.notaire ul {
  background: rgba(229, 0, 105, 0.95);
}
#profils .profil .inner.notaire h3, #profils .profil .inner.notaire .icone, #profils .intro .inner.notaire h3, #profils .intro .inner.notaire .icone {
  background: #E50069;
}
@media (max-width: 575px) {
  #profils .profil {
    margin-top: 30px;
  }
}
#profils .intro {
  width: 50%;
}
@media (max-width: 1399px) {
  #profils .intro {
    width: 66%;
  }
}
@media (max-width: 1199px) {
  #profils .intro {
    width: 100%;
  }
}
#profils .intro p {
  font-weight: 300;
}
#socials {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 60px;
}
@media (max-width: 575px) {
  #socials {
    gap: 15px;
    flex-wrap: wrap;
  }
}
#socials .separator {
  display: none;
}
@media (max-width: 575px) {
  #socials .separator {
    width: 100%;
    display: block;
  }
}
#socials a {
  border: 1px solid #F3F5F9;
  color: #242B34;
  display: flex;
  width: 146px;
  height: 146px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  #socials a {
    width: 100px;
    height: 100px;
  }
}
#socials a .icone {
  font-size: 40px;
  color: #8BA612;
}
@media (max-width: 575px) {
  #socials a .icone {
    font-size: 30px;
  }
}
#socials a:hover, #socials a:active, #socials a:focus {
  background: #8BA612;
  color: #FFFFFF;
}
#socials a:hover .icone, #socials a:active .icone, #socials a:focus .icone {
  color: #FFFFFF;
}
