* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  @font-face {
    font-family: 'Agrandir-Regular';
    src: url('https://saidbenmouffok.fr/assets/Agrandir/agrandir-regular.woff2') format('woff2'),
         url('https://saidbenmouffok.fr/assets/Agrandir/agrandir-regular.woff') format('woff'),
         url('https://saidbenmouffok.fr/assets/Agrandir/agrandir-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Loubag-ExtraBold';
    src: url('https://saidbenmouffok.fr/assets/Loubag/Loubag-ExtraBold.woff2') format('woff2'),
         url('https://saidbenmouffok.fr/assets/Loubag/Loubag-ExtraBold.woff') format('woff'),
         url('https://saidbenmouffok.fr/assets/Loubag/Loubag-ExtraBold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
  }

  body {
    background: #fff;
    font-family: 'Agrandir-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #005237;
  }
  
  header {
    margin-left: 20%;
    margin-right: 20%;
  }

  .titre {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    text-align: left;
  }

  .titre h1 {
    font-family: 'Loubag-ExtraBold', sans-serif;
    font-style: normal;
    font-size: 45px;
    color: #ff92d5;
  }

  .titre a {
    text-decoration: none;
    color: #005237;
  }

  .menu-header {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    align-items: center;
  }

  .nav-menu {
    text-align: right;
    margin-bottom: 2%;
  }
  
  .nav-menu a {
    color: #005237;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Agrandir-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    margin-right: 15px;
  }
  
  .nav-menu a:last-child {
      margin-right: 0;
  }
  
  .nav-menu a:hover {
    color : #ff92d5;
  }

  .full-body {
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 2%;
    margin-bottom: 2%;
  }
  
  .body-image-banner {
    background: url("../assets/body-image-banner.jpg");
    padding: 15em 5em;
    background-repeat: no-repeat;
    background-position: 50% 40%;
    background-size: cover;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 0.5%;
    margin-left: 20%;
    margin-right: 20%;
  }

  .body-image-banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .petition-image-banner {
    padding: 15em 5em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 0.5%;
    margin-left: 20%;
    margin-right: 20%;
  }

  .petition-image-banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .video-banner {
    position: relative;
    width: 100%;
    height: 450px;
    background: url('../assets/video-banners/video-banner.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video-container {
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }

  .video-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff92d5; 
    z-index: 1;
  }

  .banner {
    display: flex;
    justify-content: flex-end; 
    align-items: center;
    gap: 15px; 
    padding: 0.5em 1em;
    margin: 0.5% 0 1%;
  }

  .rs {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .petitions {
    background-color: #ff92d5;
    border-radius: 25px;
    padding: 1em 1.5em;
    white-space: nowrap; 
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }

  .petitions:hover {
    background-color: #ffbce5;
  }

  .petitions a {
    color: #005237;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }

  .rs a {
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }

  .rs i {
    color: #005237;
    font-size: 22.5px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }

  .rs i:hover {
    color: #ff92d5;
  }

  .rs-articles {
    text-align: left;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    margin-left: -10px;
  }

  .rs-articles a {
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }

  .rs-articles i {
    color: #005237;
    font-size: 25px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }

  .rs-articles i:hover {
    color: #ff92d5;
  }

  .rs-petitions {
    text-align: left;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    margin-left: -10px;
  }

  .rs-petitions a {
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }

  .rs-petitions i {
    color: #005237;
    font-size: 25px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }

  .rs-petitions i:hover {
    color: #ff92d5;
  }
  
  h2 {
    font-family: 'Loubag-ExtraBold', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #005237;
  }

  .date {
    margin-top: 1%;
    font-family: 'Agrandir-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #005237;
  }

  .last-news {
    margin-top: 3%;
    margin-bottom: 1%;
    display: flex;
    justify-content: space-between; 
    align-items: flex-start;
    gap: 1em;
  }

  .last-news>* {
    flex: 1;
  }

  .index-align-news {
    display: flex;
    flex-direction: column; 
    align-items: flex-start; 
    gap: 1em;
  }
  
  .binome-news {
    display: flex;
    justify-content: space-between; 
    align-items: flex-start;
    gap: 1em;
  }
  
  .last-news img {
    width: 100%;
    height: auto;
    border-radius: 5px; 
  }

  .bio {
    padding: 1em 1em;
    background-color: #005237;
    color: #fff;
    border-radius: 5px;
  }

  .bio h2 {
    font-family: 'Loubag-ExtraBold', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #ff92d5;
  }

  .news-1 {
    padding: 1em 1em;
    border: 1px solid;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: #005237;
    border-radius: 5px;
    border-color: #eee;
    box-shadow: 3px 1px 5px #eee;
  }

  .news-1:hover {
    color: #008055;
  }

  .news-2 {
    padding: 1em 1em;
    border: 1px solid;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: #005237;
    border-radius: 5px;
    border: 1px solid;
    border-color: #eee;
    box-shadow: 3px 1px 5px #eee;
  }

  .news-2:hover {
    color: #008055;
  }

  .news-3 {
    padding: 1em 1em;
    border: 1px solid;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: #005237;
    border-radius: 5px;
    border: 1px solid;
    border-color: #eee;
    box-shadow: 3px 1px 5px #eee;
  }

  .news-3:hover {
    color: #008055;
  }

  .news-4 {
    padding: 1em 1em;
    border: 1px solid;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: #005237;
    border-radius: 5px;
    border: 1px solid;
    border-color: #eee;
    box-shadow: 3px 1px 5px #eee;
  }

  .news-4:hover {
    color: #008055;
  }

  .button-voir-plus {
    background-color: #ff92d5;
    border-radius: 25px;
    padding: 1em 1.5em;
    white-space: nowrap; 
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    margin-top: 3%;
    text-align: center;
  }

  .button-voir-plus:hover {
    background-color: #ffbce5;
  }

  .button-voir-plus a {
    color: #005237;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }

  .rs-contact {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .rs-contact-clickable {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    gap: 5px;
    width: fit-content; 
  }

  .petition-content {
    display: flex;
    justify-content: space-between; 
    align-items: flex-start;
    gap: 3em;
  }

  .petition-text {
    min-width: 45em;
  }

  .petition-inscription {
    border-radius: 15px;
    background-color: #ff92d5;
    padding: 2em;
  }

  .counter {
    font-family: 'Loubag-ExtraBold', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-top: 2%;
    margin-bottom: 5%;
  }

  .petition-inscription input[type="checkbox"] {
    width: 15px; 
    height: 15px;
    padding: 0; 
    border: none;
  }

  .petition-inscription label {
    font-family: 'Agrandir-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
  }

  .infos-legales-petition {
    font-family: 'Agrandir-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
  }

  .petition-inscription h2 {
    font-family: 'Loubag-ExtraBold', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #005237;
  }
  
  .petition-inscription input {
    border: 1px solid;
    border-radius: 2px;
    border-color: #cbcbcb;
    background-color: #fff;
    color: #005237;
    padding: 1.5em 0.5em;
    font-family: 'Agrandir-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    width: 100%;
    height: 25px;
    box-sizing: border-box;
  }

  .petition-inscription input::placeholder {
    font-family: 'Agrandir-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #005237;
    text-align: right;
  }

  .petition-inscription button {
    border-radius: 4px;
    border: none;
    background-color: #005237;
    color: #fff;
    padding: 0.8em 1em;
    font-family: 'Loubag-ExtraBold', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 10%;
  }

  .space {
    margin-top: 2.5%;
    margin-bottom: 2.5%;
  }

  .contact {
    margin-left: 20%;
    margin-right: 20%;
  }

  .contact-form {
    border: 2px solid;
    border-radius: 15px;
    border-color: #005237;
    padding: 2em;
    position: relative;
  }
  
  .contact-form input {
    border: 1px solid;
    border-radius: 2px;
    border-color: #cbcbcb;
    background-color: #fff;
    color: #005237;
    padding: 1.5em 0.5em;
    font-family: 'Agrandir-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    width: 100%;
    height: 25px;
    box-sizing: border-box;
  }

  .contact-form textarea {
    border: 1px solid;
    border-radius: 2px;
    border-color: #cbcbcb;
    background-color: #fff;
    color: #005237;
    padding: 0.5em 0.5em;
    font-family: 'Agrandir-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
  }

  .contact-form input::placeholder {
    font-family: 'Agrandir-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #005237;
    text-align: right;
  }

  .contact-form textarea::placeholder {
    font-family: 'Agrandir-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #005237;
    text-align: right;
  }
  
  .mail {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    color: #005237;
  }
  
  .mail:hover {
    color: #008055;
  }

  .link {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    color: #005237;
  }
  
  .link:hover {
    color: #008055;
  }

  .contact-form button {
    border-radius: 4px;
    border: none;
    background-color: #005237;
    color: #fff;
    padding: 0.8em 1em;
    font-family: 'Loubag-ExtraBold', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    bottom: 2em;
    right: 2em;
  }
  
  .footer-elements {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 0.5%;
  }

  .footer-elements p {
    font-size: 15px;
  }

  .footer-elements a {
    text-decoration: none;
    color: #005237;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }

  .footer-elements a:hover {
    color: #008055;
  }

  @media only screen and (max-width: 1199px) {
  header {
    margin-left: 5%;
    margin-right: 5%;
  }

  .titre {
    margin-top: 5%;
    margin-bottom: 2%;
  }

  .titre h1 {
    font-size: 90px;
    text-decoration-thickness: 20px;
  }

  .titre p {
    font-size: 25px;
  }

  .menu-header {
    text-align: center;
    margin-top: 10%;
    margin-bottom: 3%;
    justify-content: center;
  }

  .nav-menu a {
    margin-right: 30px;
    font-size: 30px;
  }

  .rs i {
    font-size: 30px;
  }

  .rs-articles i {
    font-size: 50px;
  }

  .rs-petitions i {
    font-size: 50px;
  }

  .banner {
    margin-top: 1%;
  }

  .space {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .body-image-banner {
    margin-left: 5%;
    margin-right: 5%;
  }

  .petition-image-banner {
    margin-left: 5%;
    margin-right: 5%;
  }

  .petition-text {
    margin-top: 5%;
    min-width: 0em;
  }

  .petition-inscription label {
    font-size: 20px;
  }

  .petition-inscription input {
    font-size: 20px;
  }

  .petition-inscription input::placeholder {
    font-size: 20px;
  }

  .petition-inscription button {
    font-size: 25px;
  }

  .infos-legales-petition {
    font-size: 18px;
  }

  .petition-inscription input[type="checkbox"] {
    width: 30px; 
    height: 30px;
  }

  .full-body {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 25px;
  }

  .last-news {
    margin-top: 3%;
    margin-bottom: 3%;
    flex-direction: column;
  }

  .index-align-news {
    margin-top: 3%;
    margin-bottom: 3%;
  }
  
  .binome-news {
    flex-direction: column;
  }

  .button-voir-plus {
    border-radius: 50px;
  }

  .date {
    margin-top: 2%;
    font-size: 25px;
  }

  .petition-content {
    flex-direction: column;
  }

  .contact {
    margin-left: 0%;
    margin-right: 0%;
  }

  .footer-elements {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .footer-elements p {
    font-size: 25px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1699px) {
  header {
    margin-left: 10%;
    margin-right: 10%;
  }
  
  .full-body {
    margin-left: 10%;
    margin-right: 10%;
  }
  
  .body-image-banner {
    margin-left: 10%;
    margin-right:10%;
  }

  .petition-image-banner {
    margin-left: 10%;
    margin-right: 10%;
  }

  .petition-text {
    min-width: 40em;
  }
  
  .nav-menu {
    margin-top: 4%;
  }

  .footer-elements {
    margin-top: 4%;
    margin-bottom: 4%;
  }
}

@media only screen and (min-width: 1700px) {
}