@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@200&display=swap");
body {
  font-family: "Oswald", sans-serif;
  margin: 0;
}

.presentation__container {
  z-index: 0;
  position: relative;
}
.presentation__container__image {
  width: 100%;
  height: 800px;
  background-image: linear-gradient(90deg, rgba(165, 0, 0, 0.76) 0%, rgba(0, 4, 10, 0.57) 100%), url("../images/equipe_senior.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.presentation__container__image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.presentation__container__text {
  z-index: 2;
  position: absolute;
  top: 35%;
  left: 40%;
  width: 24%;
}
.presentation__container__text__title {
  display: flex;
  color: white;
  font-size: 35px;
}
.presentation__container__text__title img {
  height: 198px;
}
.presentation__container__text__title_1 {
  margin-left: 5px;
  text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.presentation__container__text__title_2 {
  margin-left: 20px;
  text-shadow: -2px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.presentation__container__text__description {
  color: white;
  font-style: italic;
}

.contact__container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}
.contact__container .custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}
.contact__container .btn-5 {
  width: 180px;
  height: 45px;
  line-height: 42px;
  padding: 0;
  border: none;
  background: rgb(255, 27, 0);
  background: linear-gradient(0deg, rgb(255, 27, 0) 0%, rgb(251, 2, 2) 100%);
}
.contact__container .btn-5:hover {
  color: #ff0000;
  background: transparent;
  box-shadow: none;
}
.contact__container .btn-5:before, .contact__container .btn-5:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #ff0000;
  box-shadow: -1px -1px 5px 0px #fff, 7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.1333333333);
  transition: 400ms ease all;
}
.contact__container .btn-5:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.contact__container .btn-5:hover:before, .contact__container .btn-5:hover:after {
  width: 100%;
  transition: 800ms ease all;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .presentation__container__text {
    width: 34%;
  }
  .presentation__container__text__description {
    margin-top: 0;
  }
  .presentation__container__text__title img {
    height: 75%;
    width: 52%;
  }
  .presentation__container__text__title_1 {
    font-size: 35px;
  }
  .presentation__container__text__title_2 {
    font-size: 35px;
  }
}
@media (max-width: 767.99px) {
  .presentation__container__image {
    height: 450px;
  }
  .presentation__container__text {
    left: 19%;
    width: 64%;
  }
  .presentation__container__text__title {
    align-items: center;
  }
  .presentation__container__text__title_1 {
    font-size: 36px;
  }
  .presentation__container__text__title_2 {
    font-size: 36px;
  }
  .presentation__container__text__title img {
    width: 35%;
    height: 3%;
  }
  .presentation__container__text__description p {
    margin-top: 1%;
  }
  .contact__container {
    margin-top: 50px;
  }
}
.await_contact {
  width: 100%;
  height: 100%;
}
.await_contact img {
  object-fit: cover;
  display: flex;
  justify-content: center;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

.form-main {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1411764706), rgba(0, 0, 0, 0.1411764706)), url(../images/image_contact.jpg) no-repeat center;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form-main .main-wrapper {
  border-radius: 10px;
  padding: 45px;
  width: 40%;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1254901961);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.5215686275);
}
.form-main .main-wrapper .form-head {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  margin: 0px 0 25px;
  color: red;
}
.form-main .main-wrapper .form-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.form-main .main-wrapper .form-wrapper .form-card {
  position: relative;
  width: 100%;
}
.form-main .main-wrapper .form-wrapper .form-card .form-input {
  padding: 20px 25px 15px;
  width: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  background: transparent;
  outline: none;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  box-sizing: border-box;
}
.form-main .main-wrapper .form-wrapper .form-card .form-input:valid, .form-main .main-wrapper .form-wrapper .form-card .form-input:focus {
  border: 1px solid #515151;
}
.form-main .main-wrapper .form-wrapper .form-card .form-input:valid ~ .form-label, .form-main .main-wrapper .form-wrapper .form-card .form-input:focus ~ .form-label {
  color: #515151;
  top: 30%;
  transform: translateY(-70%);
  font-size: 13px;
  line-height: 23px;
}
.form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill, .form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill:hover, .form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill:focus, .form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill:active {
  transition: background-color 9999s ease-in-out 0s;
}
.form-main .main-wrapper .form-wrapper .form-card .form-input::-webkit-outer-spin-button, .form-main .main-wrapper .form-wrapper .form-card .form-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-main .main-wrapper .form-wrapper .form-card .form-label {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: 0.3s;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.form-main .main-wrapper .form-wrapper .form-card .form-textarea {
  padding: 20px 25px 15px;
  width: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  background: transparent;
  outline: none;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  resize: none;
  box-sizing: border-box;
}
.form-main .main-wrapper .form-wrapper .form-card .form-textarea:valid, .form-main .main-wrapper .form-wrapper .form-card .form-textarea:focus {
  border: 1px solid #515151;
}
.form-main .main-wrapper .form-wrapper .form-card .form-textarea:valid ~ .form-textarea-label, .form-main .main-wrapper .form-wrapper .form-card .form-textarea:focus ~ .form-textarea-label {
  color: #515151;
  top: 18%;
  transform: translateY(-82%);
  font-size: 13px;
  line-height: 23px;
}
.form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill, .form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill:hover, .form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill:focus, .form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill:active {
  transition: background-color 9999s ease-in-out 0s;
}
.form-main .main-wrapper .form-wrapper .form-card .form-textarea-label {
  position: absolute;
  left: 25px;
  top: 30%;
  transform: translateY(-70%);
  pointer-events: none;
  transition: 0.3s;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0 0;
}
.btn-wrap button {
  padding: 0 32px;
  font-size: 18px;
  line-height: 48px;
  border: 1px solid transparent;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.5s ease;
  cursor: pointer;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1254901961);
}
.btn-wrap button:hover {
  border: 1px solid #000;
  background: transparent;
}

.recruit__main__title {
  display: flex;
  justify-content: center;
  font-size: 43px;
  color: red;
}

.recruit__second__title {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.form__staff {
  margin-bottom: 55px;
}

@media screen and (max-width: 767.99px) {
  .form-main .main-wrapper {
    width: 75%;
  }
  .recrutement .recruit__main__title {
    font-size: 27px;
  }
}
@media screen and (max-width: 1024px) {
  .form-main .main-wrapper {
    width: 75%;
  }
  .recrutement .recruit__main__title {
    font-size: 27px;
    margin-left: 10px;
  }
}
.infos__title {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.infos__txt {
  display: flex;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 50px;
}

.saison {
  display: flex;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
}

.container__match {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: 10px 0 30px 0;
}
.container__match__senior {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.container__match__senior h2 {
  margin-bottom: 30px;
}
.container__match__senior .match {
  display: flex;
  justify-content: center;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 600px;
  margin-bottom: 20px;
  align-items: center;
  width: 96%;
}
.container__match__senior .team {
  flex: 1;
  text-align: center;
  padding: 20px;
  background-color: #e72e2e;
  color: white;
  max-width: 200px;
  min-width: 150px;
  height: 155px;
}
.container__match__senior .team.alixan_fc {
  background: #e72e2e;
}
.container__match__senior .team.ch_s_isere {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.9388130252) 0%, rgb(36, 128, 224) 58%);
}
.container__match__senior .team.ace_fc {
  background: rgb(0, 110, 255);
}
.container__match__senior .team.fc_montmeyran {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.9388130252) 0%, rgb(24, 226, 64) 58%);
}
.container__match__senior .team.cj_saillans {
  background: linear-gradient(45deg, rgba(255, 252, 0, 0.9304096639) 3%, rgb(24, 226, 64) 58%);
}
.container__match__senior .team.diois_fc {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.9304096639) 3%, rgb(232, 21, 21) 58%);
}
.container__match__senior .team.ac_allet {
  background: rgb(14, 169, 180);
}
.container__match__senior .team.inconnue {
  background: rgba(255, 0, 0, 0.288);
}
.container__match__senior .team img {
  width: 80px;
  height: 80px;
  border-radius: 10%;
  margin-bottom: 10px;
}
.container__match__senior .team h2 {
  margin: 0;
  font-size: 1.5em;
}
.container__match__senior .team span {
  margin-top: 10px;
  font-size: 2em;
  display: block;
}
.container__match__senior .match-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: white;
  color: #333;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.container__match__senior .match-info p {
  margin: 5px 0;
  font-size: 1.2em;
  text-align: center;
  width: 97px;
}
.container__match__feminine {
  display: flex;
  flex-direction: column;
}
.container__match__feminine h2 {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.container__match__feminine .match {
  display: flex;
  justify-content: center;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 600px;
  margin-bottom: 20px;
  align-items: center;
}
.container__match__feminine .team {
  flex: 1;
  text-align: center;
  padding: 20px;
  background-color: #e72e2e;
  color: white;
  max-width: 200px;
  min-width: 150px;
  height: 155px;
}
.container__match__feminine .team.ch_s_isere {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.9388130252) 0%, rgb(36, 128, 224) 58%);
}
.container__match__feminine .team.ace_fc {
  background: rgb(0, 110, 255);
}
.container__match__feminine .team.fc_montmeyran {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.9388130252) 0%, rgb(24, 226, 64) 58%);
}
.container__match__feminine .team.cj_saillans {
  background: linear-gradient(45deg, rgba(255, 252, 0, 0.9304096639) 3%, rgb(24, 226, 64) 58%);
}
.container__match__feminine .team.diois_fc {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.9304096639) 3%, rgb(232, 21, 21) 58%);
}
.container__match__feminine .team.inconnue {
  background: rgba(255, 0, 0, 0.288);
}
.container__match__feminine .team img {
  width: 80px;
  height: 80px;
  border-radius: 10%;
  margin-bottom: 10px;
}
.container__match__feminine .team h2 {
  margin: 0;
  font-size: 1.5em;
}
.container__match__feminine .team span {
  margin-top: 10px;
  font-size: 2em;
  display: block;
}
.container__match__feminine .match-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: white;
  color: #333;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.container__match__feminine .match-info p {
  margin: 5px 0;
  font-size: 1.2em;
  text-align: center;
  width: 97px;
}

button {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1em;
  background-color: #e72e2e;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
button:hover {
  background-color: #cb1717;
}
button:not(:last-child) {
  margin-right: 10px;
}

@media only screen and (max-width: 767.99px) {
  .container__infos .infos__txt {
    font-size: 17px;
    margin: 20px;
  }
  .container__match {
    display: flex;
    flex-direction: column;
  }
  .container__match__senior {
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .container__match__senior .match {
    max-width: 470px;
  }
  .container__match__senior .match .team {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container__match__senior .match .team img {
    width: 100%;
    height: auto;
  }
  .container__match__senior .match .team h2 {
    font-size: 17px;
  }
  .container__match__feminine {
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .container__match__feminine .match {
    max-width: 470px;
  }
  .container__match__feminine .match .team {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container__match__feminine .match .team img {
    width: 100%;
    height: auto;
  }
  .container__match__feminine .match .team h2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1024px) {
  .container__infos .infos__txt {
    font-size: 17px;
    margin: 20px;
  }
  .container__match {
    display: flex;
    flex-direction: column;
  }
  .container__match .match {
    max-width: 470px;
    height: auto;
  }
  .container__match .match .team {
    height: auto;
  }
  .container__match__feminine {
    margin-top: 50px;
  }
  .container__match__feminine .match {
    margin-top: 15px;
    max-width: 470px;
    height: auto;
  }
  .container__match__feminine .match .team {
    height: auto;
  }
}
body {
  background: #f4f4f4;
  font-family: "proxima-soft", sans-serif;
  font-size: 14px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  font-weight: 500;
  color: #000;
}

.container__actu {
  width: 50%;
  margin: 0 auto;
}

header h1 {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  padding: 0;
  margin: 0 0 15px;
}
header span {
  font-size: 12px;
  color: #333;
}
header span i.fa {
  color: #e74c3c;
}

.main__actu {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.main__actu .hover .demo-title {
  color: #666;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.main__actu .hover .module {
  min-width: 270px;
  height: auto;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s linear 0s;
  overflow: hidden;
  position: relative;
}
.main__actu .hover .module:hover {
  box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.3);
}
.main__actu .hover .module:hover .thumbnail img {
  transform: scale(1.1);
  opacity: 0.6;
}
.main__actu .hover .module:hover .content {
  height: 278px;
}
.main__actu .hover .module:hover .content .description {
  height: 100px;
}
.main__actu .hover .module .thumbnail {
  position: relative;
  overflow: hidden;
  background: black;
  height: 600px;
}
.main__actu .hover .module .thumbnail img {
  width: 100%;
  height: 100%;
  max-height: 362px;
  transition: all 0.3s;
  object-fit: fill;
}
.main__actu .hover .module .thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #e74c3c;
  padding-top: 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 100%;
  height: 45px;
  width: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
}
.main__actu .hover .module .thumbnail .date div:first-child {
  font-size: 18px;
  line-height: 1.2;
}
.main__actu .hover .module .content {
  position: absolute;
  width: 100%;
  height: 178px;
  bottom: 0;
  background: #fff;
  padding: 30px;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.main__actu .hover .module .content .category {
  position: absolute;
  top: -34px;
  left: 0;
  color: #fff;
  text-transform: uppercase;
  background: #e74c3c;
  padding: 10px 15px;
  font-weight: bold;
}
.main__actu .hover .module .content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 24px;
  font-weight: 700;
}
.main__actu .hover .module .content .sub-title {
  margin: 0;
  padding: 0 0 20px;
  color: #e74c3c;
  font-size: 20px;
  font-weight: 400;
}
.main__actu .hover .module .content .description {
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  height: 0;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  overflow: hidden;
}
.main__actu .hover .module .content .meta {
  margin: 30px 0 0;
  color: #999999;
}
.main__actu .hover .module .content .meta .timestamp i,
.main__actu .hover .module .content .meta .comments i {
  margin-right: 5px;
}
.main__actu .hover .module .content .meta .timestamp a,
.main__actu .hover .module .content .meta .comments a {
  color: #999999;
}

@media only screen and (max-width: 767.99px) {
  .main__actu .container__actu {
    width: 95%;
  }
  .main__actu .container__actu .hover .module .content .title {
    font-size: 20px;
  }
  .main__actu .container__actu .hover .module .content .sub-title {
    font-size: 15px;
    width: 90%;
  }
  .main__actu .container__actu .hover .module .content .description {
    width: 88%;
  }
  .main__actu .container__actu .main__actu .hover .module .content .sub-title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .main__actu .container__actu {
    width: 95%;
  }
  .main__actu .container__actu .hover .module .content .title {
    font-size: 20px;
  }
  .main__actu .container__actu .hover .module .content .sub-title {
    font-size: 15px;
    width: 90%;
  }
  .main__actu .container__actu .hover .module .content .description {
    width: 88%;
  }
  .main__actu .container__actu .main__actu .hover .module .content .sub-title {
    font-size: 15px;
  }
}
header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f4f4f4;
  padding-top: 10px;
  position: relative;
}
header .header_container {
  display: flex;
  text-decoration: none;
}
header .header_container_title_1, header .header_container_title_2 {
  color: black;
  font-size: 25px;
  margin-left: 5px;
  font-weight: bold;
}
header .header_container_title_1 p, header .header_container_title_2 p {
  margin: 0;
}
header img {
  object-fit: cover;
  width: 80px;
}
header nav {
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
  width: 35%;
}
header nav a {
  text-decoration: none;
  color: black;
  position: relative;
}
header nav a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 0;
  height: 2px;
  background-color: transparent;
  transition: width 0.5s ease;
}
header nav a:hover::before {
  width: 100%;
  background-color: red;
}
header .menu-burger {
  display: none;
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 15px;
  width: 30px;
  height: 24px;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}
header .menu-burger::before, header .menu-burger::after,
header .menu-burger span {
  content: "";
  width: 100%;
  height: 4px;
  background-color: black;
  display: block;
  transition: all 0.3s ease;
}
header .menu-burger span {
  background-color: black;
}
header .menu-burger::before {
  transform-origin: top left;
}
header .menu-burger::after {
  transform-origin: bottom left;
}
header .menu-burger.open::before {
  transform: rotate(45deg);
}
header .menu-burger.open::after {
  transform: rotate(-45deg);
}
header .menu-burger.open span {
  transform: scale(0);
}
@media screen and (max-width: 767.99px) {
  header {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  header .header_container {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  header .header_container_title_1, header .header_container_title_2 {
    font-size: 18px;
  }
  header .menu-burger {
    display: flex;
  }
  header nav {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    background-color: #f4f4f4;
    padding: 10px 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-20px);
    transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header nav.active {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
    z-index: 2;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  header nav {
    width: 50%;
  }
}
.container__footer {
  background-color: #f4f4f4;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.container__footer__logo {
  display: flex;
  flex-direction: column;
  margin-right: 100px;
}
.container__footer__logo img {
  width: 95px;
  margin: 15px 0px 0px 55px;
  margin-bottom: 15px;
}
.container__footer__logo p {
  color: red;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 10px;
}
.container__footer__social {
  display: flex;
  flex-direction: column;
  margin-left: 100px;
}
.container__footer__social img {
  margin-left: 55px;
  width: 45%;
  height: 100%;
}
.container__footer__social p {
  color: red;
  font-size: 20px;
}

@media only screen and (max-width: 767.99px) {
  footer {
    margin: 10px 30px 10px 30px;
  }
  footer .container__footer {
    display: flex;
    align-items: center;
  }
  footer .container__footer__logo {
    margin-right: 60px;
  }
  footer .container__footer__logo img {
    width: 30%;
    margin: 15px 0px 10px 15px;
  }
  footer .container__footer__logo p {
    font-size: 12px;
  }
  footer .container__footer__social {
    display: flex;
    flex-direction: row;
    margin-left: 0px;
  }
  footer .container__footer__social a {
    width: 35%;
  }
  footer .container__footer__social img {
    margin-left: 0px;
    width: 100%;
  }
  footer .container__footer__social p {
    font-size: 15px;
    width: 125px;
  }
}
@media only screen and (max-width: 1024px) {
  footer {
    margin: 10px 30px 10px 30px;
  }
  footer .container__footer {
    display: flex;
    align-items: center;
  }
  footer .container__footer__logo {
    margin-right: 60px;
  }
  footer .container__footer__logo img {
    width: 23%;
    margin: 15px 0px 10px 15px;
  }
  footer .container__footer__logo p {
    font-size: 12px;
  }
  footer .container__footer__social {
    display: flex;
    flex-direction: row;
    margin-left: 0px;
  }
  footer .container__footer__social a {
    width: 25%;
  }
  footer .container__footer__social img {
    margin-left: 0px;
    width: 100%;
  }
  footer .container__footer__social p {
    font-size: 15px;
    width: 120px;
  }
}
.container {
  overflow-x: scroll;
  white-space: nowrap;
  background-color: #fff;
  display: flex;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-top: 2px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.container .scroll-disabler {
  width: 100vw;
  height: 450px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.0001);
}
.container ::-webkit-scrollbar {
  display: none;
}

article {
  min-width: 350px;
  height: 283px;
  padding: 1rem;
}
article .wrapper {
  padding: 1rem;
  background-color: #fff;
  height: 90%;
  /*box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);*/
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
article .wrapper .img {
  border-radius: 25px 25px 0 0;
  width: 70%;
}
article .wrapper .img img {
  width: 100%;
  height: 95%;
  object-fit: cover;
}
article .text__caroussel {
  font-size: 17px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
article .content > div {
  height: 2rem;
  background-color: lightgray;
  margin: 2rem auto 0 auto;
  width: 85%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
article .content > div:last-child {
  height: 5rem;
}

/* Button */
.btn {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  font-size: 16px;
  margin: 20px 0;
}
.btn:hover {
  background-color: white;
  color: black;
  transition: 0.5s;
}

/* Slider */
.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  height: 700px;
  /* Background colors for each slide */
}
.slider-container .slide {
  display: flex;
  flex: 0 0 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s ease-in-out;
  transform: translateX(100%);
}
.slider-container .slide.active {
  transform: translateX(0);
}
.slider-container .text-box {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  padding: 4em;
  box-sizing: border-box;
  width: 30%;
}
.slider-container img {
  flex: 7;
  width: 70px;
  height: auto;
  box-sizing: border-box;
  object-fit: fill;
}
.slider-container .arrow {
  position: absolute;
  top: 50%;
  font-size: 24px;
  color: red;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}
.slider-container .arrow#prevBtn {
  left: 10px;
}
.slider-container .arrow#nextBtn {
  right: 10px;
}
.slider-container #slide1 {
  background-color: #d89069;
}
.slider-container #slide2 {
  background-color: #0767b2;
}
.slider-container #slide3 {
  background-color: #e9a208;
}
.slider-container #slide4 {
  background-color: #349b70;
}

/* Mobile */
@media screen and (max-width: 767.99px) {
  .slider-container {
    height: 760px;
  }
  .slide {
    flex-direction: column;
  }
  .slide .text-box {
    order: 2;
    width: 100%;
    padding: 1em;
  }
  .slide img {
    width: 100%;
  }
}

/*# sourceMappingURL=styles.css.map */
