html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #fff;
  height: 100%;
  font-family: consolas;
  background-color: #031321;
  width: 100%;
  overflow-x: hidden;
}

label {
  text-align: center;
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

h3 {
  text-align: center;
}

h4 {
  text-align: center;
}

p {
  text-align: center;
  max-width: 100%;
  padding: 5px;
}

sup {
  color: brown;
}

sup:hover {
  cursor: help;
}

.p_general {
  font-size: 1.3em;
  word-wrap: break-word;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 38px;
  text-align: center;
}

.p_actu {
  text-align: left;
}

.header {
  height: 160px;
  padding: 0 20px;
  width: 100%;
  box-shadow: 0px 2px 5px black;
  background-color: #031321;
  z-index: 10;
}

.logo {
  float: left;
  margin-top: 5px;
}

.menu {
  display: flex;
  float: right;
  line-height: 100px;
  font-size: 1.2em;
}

.menu ul {
  display: inline-flex;
}

.menu a {
  padding: 0 10px;
  transition: 0.4s;
}

.show-menu-btn,
.hide-menu-btn {
  font-size: 30px;
  transition: 0.4s;
  cursor: pointer;
  display: none;
}

.show-menu-btn {
  float: right;
}

.show-menu-btn i {
  line-height: 100px;
  margin-right: 30px;
}

.menu a:hover,
.show-menu-btn:hover,
.hide-menu-btn:hover {
  color: #3498db;
  text-decoration: none;
}

#chkbox_menu {
  position: absolute;
  visibility: hidden;
  z-index: -9999;
}

.sub-menu-1 {
  display: none;
  z-index: 2;
  line-height: 30px;
}

.menu ul li:hover .sub-menu-1 {
  display: block;
  position: absolute;
  background-color: black;
  margin-left: -15px;
  width: 250px;
  height: 45%;
  overflow-y: scroll;
}

.menu ul li:hover .sub-menu-1 ul {
  display: block;
  font-size: 0.8em;
  margin-right: 0;
}

.menu ul li:hover .sub-menu-1 ul li {
  border-bottom: 1px solid white;
}

.menu ul li:hover .sub-menu-1 ul li:last-child {
  border-bottom: none;
}

.menu ul li:hover .sub-menu-1 ul li:hover {
  display: block;
  background-color: white;
  color: black;
  padding: 1px;
  text-decoration: none;
  overflow-wrap: break-word;
  cursor: pointer;
}

.menu ul li:hover .sub-menu-1 ul li:hover a {
  display: block;
  color: #3498db;
}

.sub-menu-2 {
  display: none;
  z-index: 2;
  line-height: 30px;
}

.menu ul li:hover .sub-menu-2 {
  display: block;
  position: absolute;
  background-color: black;
  margin-left: -15px;
  width: 250px;
  height: 40%;
  overflow-y: scroll;
}

.menu ul li:hover .sub-menu-2 ul {
  display: block;
  font-size: 0.8em;
  margin-right: 0;
}

.menu ul li:hover .sub-menu-2 ul li {
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid white;
}

.menu ul li:hover .sub-menu-2 ul li:last-child {
  border-bottom: none;
}

.menu ul li:hover .sub-menu-2 ul li:hover {
  display: block;
  background-color: white;
  color: black;
  text-decoration: none;
  overflow-wrap: break-word;
  cursor: pointer;
}

.menu ul li:hover .sub-menu-2 ul li:hover a {
  display: block;
  color: #3498db;
}

.scroll {
  position: fixed;
  animation: apparition 2s;
}

@keyframes apparition {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

ul {
  display: flex;
  list-style: none;
  flex-direction: row;
  padding: 2px;
  margin-right: 30px;
  justify-content: space-between;
}

li {
  margin: 5px;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 1;
}

.txt_actu {
  text-align: left;
}

.sub-title-actu {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.8em;
}

.ps_actu {
  font-size: 1.2em;
  margin-bottom: 10px;
}

#banner_actu h1 {
  margin: 0;
  padding: 0;
  font-size: 2em;
  text-align: center;
}

#banner_actu_1 {
  display: block;
  background: url("background_banner_actu_1.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  position: relative;
  z-index: -2;
  line-height: 450px;
  width: 100%;
  color: white;
}

#banner_actu_2 {
  display: block;
  background: url("background_banner_actu_2.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  position: relative;
  z-index: -2;
  line-height: 450px;
  width: 100%;
  color: white;
}

#banner_actu_3 {
  display: block;
  background: url("background_banner_actu_3.jpg") no-repeat bottom;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  position: relative;
  z-index: -2;
  line-height: 450px;
  width: 100%;
  color: white;
}

#grp_cards_actu {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

#banner_about {
  display: block;
  background: url("background_about.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  position: relative;
  z-index: -2;
  line-height: 400px;
  width: 100%;
  color: white;
}

#banner_about h1 {
  margin: 0;
  padding: 0;
  font-size: 2em;
  text-align: center;
  animation-name: arival_top;
  animation-duration: 10s;
  text-transform: capitalize;
}

@keyframes arival_top {
  0% {
    color: black;
    transform: translateY(-40%);
    letter-spacing: 5px;
  }
}

.cards_actu {
  width: 1000px;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  flex-direction: row;
}

.cards_actu .card {
  position: relative;
}

.cards_actu .card .face {
  width: 300px;
  height: 200px;
  transition: 0.5s;
}

.cards_actu .card .face.face1 {
  text-align: center;
  position: relative;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
  overflow: hidden;
}

.cards_actu .card:hover .face.face1 {
  background: #3498db;
  transform: translateY(0);
  cursor: pointer;
}

.cards_actu .card .face.face1 .content {
  opacity: 0.2;
  transition: 0.5s;
}

.cards_actu .card:hover .face.face1 .content {
  opacity: 1;
}

.cards_actu .card .face.face1 .content img {
  max-width: 100px;
}

.cards_actu .card .face.face1 .content li {
  max-width: 100px;
}

.cards_actu .card .face.face1 .content h3 {
  margin: 10px 0 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}

.cards_actu i {
  font-size: 2.3em;
}

.cards_actu .card .face.face2 {
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
  color: black;
  transform: translateY(-100px);
}

.cards_actu .card:hover .face.face2 {
  transform: translateY(0);
}

.cards_actu .card .face.face2 a {
  color: black;
}

.cards_actu .card .face.face2 .content p {
  margin: 0;
  padding: 0;
}

.cards_actu .card .face.face2 .content a {
  margin: 15px 0 0;
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  padding: 10px;
  border: 1px solid #333;
}

.cards_actu .card .face.face2 .content a:hover {
  background: black;
  color: white;
}

ol li {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
  font-size: 1.5em;
}

.item_mainlist:before {
  content: "- ";
}

.sublist_actu li {
  display: flex;
  flex-direction: row;
  margin:20px;
  padding-left: 0;
  margin-left: 0;
  width: 100%;
}

.item_add::before {
  display: inline-block;
  content: "+";
  color: white;
  width: 40px;
  height: 40px;
  background-color: rgba(56, 176, 0, 1);
  text-align: center;
  font-size: 1.4em;
  margin: 0;
  margin-right: 10px;
  border-radius: 20px;
  transition: 0.2s;
}

.item_add p {
  width: 70%;
  text-align: left;
  margin: 0;
}

.item_add:hover::before {
  cursor: pointer;
  box-shadow: inset 0 0 10px black;
}

.item_modify p {
  width: 70%;
  text-align: left;
  margin: 0;
}

.item_modify::before {
  display: inline-block;
  content: "\270E";
  color: white;
  width: 40px;
  height: 40px;
  background-color: rgb(34, 140, 150);
  text-align: center;
  font-size: 1.2em;
  margin: 0;
  margin-right: 10px;
  border-radius: 20px;
  transition: 0.2s;
}

.item_modify:hover::before {
  cursor: pointer;
  box-shadow: inset 0 0 10px black;
}

.new {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5em;
  border-top: 5px solid red;
  border-bottom: 5px solid red;
  padding-left: 20%;
  padding-right: 20%;
  background-color: black;
  color: white;
  padding-top: 0;
  padding-bottom: 0;
  transform: translateX(-25%) rotate(-45deg); 
  box-shadow: 0 0 20px black;
}

.subtitle_actu {
  width: 100%;
  text-align: left;
}

#rappel {
  margin-top: 16px;
  margin-bottom: 7px;
  word-wrap: break-word;
}

.pages_suivantes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1.2em;
  align-items: center;
}

.precedent {
  padding: 15px;
  margin-right: 10px;
  transition: 0.2s;
}

.precedent:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}

.precedent:hover i {
  transform: translateX(-40%);
}


.suivant {
  margin-left: 10px;
  padding: 15px;
  transition: 0.2s;
}

.suivant:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}

.suivant:hover i {
  transform: translateX(40%);
}

.img {
  max-width: 100%;
  transform: scale(1);
  transition: 0.6s;
}

.img:hover {
  transform: scale(0.8) /*rotate(5deg)*/;
}

.Obsolète {
  font-size: 2.5em;
  color: #c0392b;
  margin-bottom: 0;
}

.Obsolète:hover {
  cursor: help;
}

.Obsolète_sub {
  color: #c0392b;
  word-wrap: break-word;
}

.définition:hover {
  cursor: help;
}

.footer_fleche {
  display: none;
  bottom: 10px;
  float: right;
  max-width: 120px;
  margin-right: 50px;
  padding: 15px;
  right: 20px;
  font-size: 2em;
  border-radius: 4px;
  position: fixed;
  z-index: 10;
}

.footer_fleche:hover {
  cursor : pointer;
  background-color: rgba(110, 110, 110, 0.5);
}

.footer_fleche.scroll_fleche {
  display: block;
}

.pied_de_page {
  position: relative;
  width: 100%;
  text-align: center;
  justify-content: center;
  border-top: 1px solid #1e272e;
  background: #1e272e;
  padding-bottom: 20px;
}

.footer_lists {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-top: 1px solid #1e272e;
  background: #1e272e;
}

.footer_lists ul {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.footer_lists ul a:hover {
  text-decoration: none;
  color: #3498db;
}

.title_list_footer {
  font-size: 30px;
}

.logos_actu_10 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

video {
  max-height: 300px;
  max-width: 100%;
}

.figure_video_actu {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.figure_video_actu video {
  margin-bottom: 10px;
}

iframe {
  max-width: 100%;
}

@keyframes rotatecard {
  0% {
    transform: rotate(45deg);
  }

  50% {
    transform: rotate(180deg);
  }
}

.maintenance {
  display: block;
  background-color: black;
  max-width: 100%;
  padding: 30px;
  margin-bottom: 150px;
  animation-name: rotatecard;
  animation-duration: 5s;
  z-index: -1;
  color: white;
  text-align: center;
}

.maintenance_skills {
  display: block;
  background-color: black;
  max-width: 100%;
  padding: 30px;
  margin-bottom: 80px;
  animation-name: rotatecard;
  animation-duration: 5s;
  z-index: -1;
  color: white;
  text-align: center;
}

#about_links {
  word-wrap: break-word;
}

#link_oc {
  color: #7451eb;
}

.p_about {
  font-size: 1.5em;
}

.links_sm_about {
  display: inline-flex;
  text-align: center;
  border-radius: 20%;
  width: 80px;
  height: 80px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.links_sm_about i {
  font-size: 2.3em;
}

.links_sm_about:hover {
  color: black;
  background-color: white;
  text-decoration: none;
}

@keyframes rotatecard {
  0% {
    transform: rotate(30deg);
    background-color: white;
    color: black;
  }
}

#banner_creations {
  display: block;
  background: url("banner_creation.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  position: relative;
  z-index: -2;
  line-height: 400px;
  width: 100%;
  color: white;
}

#banner_creations h1 {
  margin: 0;
  padding: 0;
  font-size: 2em;
  text-align: center;
  animation-name: arival_top_rotate;
  animation-duration: 10s;
  text-transform: capitalize;
}

.banner_pages {
  text-shadow: 3px 3px 2px black;
}

#cards_websites {
  display: flex;
  width: 100%;
  justify-content: space-around;
  max-width: 100%;
}

#cards_websites img {
  cursor: pointer;
}

#p_cards_site_0 {
  display: none;
}

#p_cards_site_1 {
  display: none;
}

#p_cards_site_2 {
  display: none;
}

#p_cards_site_3 {
  display: none;
}

#card_website_0 {
  background: white;
  color: black;
  padding: 10px;
  max-width: 400px;
  height: 280px;
  border-radius: 25px;
}

#card_website_0:hover {
  cursor: pointer;
  height: auto;
}

#card_website_0:hover #p_cards_site_0 {
  display: block;
}

#card_website_1 {
  background: white;
  color: black;
  padding: 10px;
  max-width: 400px;
  height: 280px;
  border-radius: 25px;
}

#card_website_1:hover {
  cursor: pointer;
  height: auto;
}

#card_website_1:hover #p_cards_site_1 {
  display: block;
}

#card_website_2 {
  background: white;
  color: black;
  padding: 10px;
  max-width: 400px;
  height: 280px;
  border-radius: 25px;
}

#card_website_2:hover {
  cursor: pointer;
  height: auto;
}

#card_website_2:hover #p_cards_site_2 {
  display: block;
}

#card_website_3 {
  background: white;
  color: black;
  padding: 10px;
  max-width: 400px;
  height: 280px;
  border-radius: 25px;
}

#card_website_3:hover {
  cursor: pointer;
  height: auto;
}

#card_website_3:hover #p_cards_site_3 {
  display: block;
}

.card_project {
  box-shadow: 4px 4px 4px black;
}

.title_websites {
  font-size: 1.5em;
  word-wrap: break-word;
}

.mail {
  word-wrap: break-word;
}

#langages {
  display: flex;
  flex-direction: column;
  height: 400px;
  overflow-y: scroll;
  background-color: white;
  color: black;
}

#langages a {
  color: black;
}

#langages h3 {
  color: #c23616;
}

#html {
  background-color: white;
  color: black;
  font-size: 1.3em;
}

#html img {
  float: left;
}

#python {
  background-color: black;
  font-size: 1.3em;
  color: white;
}

#python img {
  float: right;
}

#python a {
  color: white;
}

#c_arduino {
  background-color: white;
  color: black;
  font-size: 1.3em;
}

#c_arduino img {
  float: left;
}

#c_arduino a {
  color: black;
}

#java {
  background-color: black;
  font-size: 1.3em;
  color: white;
}

#java img {
  float: left;
  margin-left: 5px;
}

#java a {
  color: white;
}

#js {
  background-color: black;
  color: white;
  font-size: 1.3em;
  margin-top: 5px;
}

#js a {
  color: white;
}

#js img {
  float: right;
}

#jquery {
  background-color: white;
  color: black;
  font-size: 1.3em;
  margin-top: 5px;
}

#jquery a {
  color: black;
}

#jquery img {
  float: left;
}

#php {
  background-color: black;
  color: white;
  font-size: 1.3em;
  margin-top: 5px;
}

#php img {
  float: right;
  margin-right: 5px;
}

#php a {
  color: white;
}

#mysql {
  background-color: white;
  color:  black;
  font-size: 1.3em;
  margin-top: 5px;
}

#mysql a {
  color: black;
}

#mysql img {
  float: left;
}

#disclaimer_app {
  background-color: white;
  height: 300px;
  overflow-y: scroll;
  color: black;
  font-size: 1.3em;
}

#disclaimer_app a {
  color: black;
}

.scr_apps {
  display: flex;
  flex-direction: row;
}

.scr_apps img {
  margin-right: 30px;
}

.scr_app_1 {
  transform: scale(1);
  transition: 0.5s;
}

.scr_app_1:hover {
  transform: scale(1.3);
}

.scr_app_2 {
  transform: scale(1);
  transition: 0.5s;
}

.scr_app_2:hover {
  transform: scale(1.3);
}

.scr_app_3 {
  transform: scale(1);
  transition: 0.5s;
}

.scr_app_3:hover {
  transform: scale(1.3);
}

.scr_app_4 {
  transform: scale(1);
  transition: 0.5s;
}

.scr_app_4:hover {
  transform: scale(1.3);
}

#table_partenaires_1 {
  max-width: 90%;
  border-collapse: collapse;
  border: 3px solid black;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  word-wrap: break-word;
}

#table_partenaires_1 thead {
  background-color: #df7401;
}

#table_partenaires_1 td {
  border: 1px solid black;
  padding: 5px;
  font-size: 1.3em;
}

.table_partenaires #table_partenaires_l_1 {
  background-color: rgb(34, 112, 147);
}

.table_partenaires #table_partenaires_l_2 {
  background-color: rgb(34, 140, 150);
}

.table_partenaires #table_partenaires_l_3 {
  background-color: rgb(34, 112, 147);
}

.table_partenaires #table_partenaires_l_4 {
  background-color: rgb(34, 140, 150);
}

#table_partenaires_2 {
  display: none;
  max-width: 100%;
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center;
  font-size: 1.1em;
}

#table_partenaires_2 td {
  padding: 5px;
  border: 1px solid black;
}

.table_category {
  background-color: #df7401;
}

.boxu {
  background-color: rgb(34, 112, 147);
}

.aldous {
  background-color: rgb(34, 140, 150);
}

#nd {
  margin-top: 5px;
  font-size: 1.1em;
}

.p_partenaire {
  margin-top: 0;
  padding-top: 0;
}

#formulaire_partenariat {
  background-color: white;
  width: 50%;
}

.sub-list-actu-16 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1em;
  line-height: 40px;
}

.txt_actu_16 {
  font-size: 1.3em;
  line-height: 20px;
}

/*formulaire*/
.banner_acc_form:before {
  display: block;
  content: "";
  position: absolute;
  width: 70%;
  height: 20%;
  background: url("bg_form_acc.jpg");
  background-size: cover;
  z-index: -1;
  opacity: 0.5;
}

.banner_acc_form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15%;
}

.banner_acc_form h1 {
  text-shadow: 2px 2px 2px black;
}

.formulaire_container {
  display: flex;
  width: 100%;
  position: relative;
}

.formulaire h1 {
  font-size: 2.5em;
  text-align: center;
}

form label {
  color: black;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.formulaire {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

form {
  display: flex;
  flex-direction: column;
  margin-bottom: 5%;
  background-color: #f5f5f5;
  padding: 5%;
  padding-bottom: 10%;
  box-shadow: 5px -5px 5px black;
}

input,
textarea {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 1.1em;
}

input {
  margin-bottom: 15px;
}

textarea {
  font-size: 1.5em;
}

.g-recaptcha {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#envoyer {
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  width: 50%;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  transition: 0.5s;
}

#envoyer:hover {
  cursor: pointer;
  background-color: black;
  color: white;
}

.form_succes {
  display: block;
  padding: 10px;
  background-color: rgba(56, 176, 0, 1);
  border: 1px dotted black;
  width: 25%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.form_error {
  display: block;
  padding: 10px;
  background-color: rgba(255, 0, 0, 1);
  border: 1px dotted black;
  width: 25%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.form_error_2 {
  display: block;
  padding: 10px;
  background-color: rgba(255, 0, 0, 0.7);
  border: 1px dotted black;
  width: 25%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes arival_top_rotate {
  0% {
    transform: translateY(-40%);
    letter-spacing: 30px;
  }

  80% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1024px) {
  header {
    padding: 0 !important;
  }

  .show-menu-btn,
  .hide-menu-btn {
    display: block;
  }

  .menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(51, 51, 51, 0.899);
    top: 0;
    right: -100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    line-height: normal;
    padding: 80px 0;
    transition: 0.7s;
  }

  .menu a {
    display: block;
    padding: 20px;
  }

  .menu a:hover {
    text-decoration: none;
  }

  #chkbox_menu:checked ~ .menu {
    display: block;
    right: 0;
    z-index: 5;
  }

  #chkbox_menu:checked ~ .menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hide-menu-btn {
    position: absolute;
    top: 40px;
    right: 40px;
  }

  ul {
    padding: 0;
    margin: 0;
  }

  .cards_actu {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  .footer_fleche {
    right: 15px;
    margin-right: 0;
  }

  .footer_lists {
    flex-direction: column;
    padding-bottom: 15px;
  }

  #banner_creations h1 {
    animation-name: arival_top;
    animation-duration: 10s;
  }

  @keyframes arival_top {
    0% {
      color: black;
      transform: translateY(-40%);
    }
  }

  #p_cards_site_0 {
    display: block;
  }

  #p_cards_site_1 {
    display: block;
  }

  #p_cards_site_2 {
    display: block;
  }

  #p_cards_site_3 {
    display: block;
  }

  .scr_apps {
    flex-direction: column;
  }

  .scr_apps img {
    margin-right: 0;
    margin-bottom: 5px;
  }

  #table_partenaires {
    max-width: 100%;
    min-width: 50%;
  }

  #table_partenaires_1 {
    display: none;
  }

  #table_partenaires_2 {
    display: block;
  }

  .banner_acc_form:before {
    width: 100%;
  }

  .banner_acc_form {
    margin-top: 20%;
  }

  form {
    padding-bottom: 50%;
  }

  #name_items {
    display: flex;
    flex-direction: column;
    margin-top: 4%;
  }

  .formulaire {
    width: 90%;
    max-width: 100%;
  }

  #envoyer {
    width: 50%;
  }
}

@media screen and (max-width: 1300px) {
  #cards_websites {
    flex-direction: column;
    align-items: center;
  }

  #card_website_0 {
    width: auto;
    margin-bottom: 5px;
    height: auto;
  }

  #card_website_1 {
    width: auto;
    margin-bottom: 5px;
    height: auto;
  }

  #card_website_2 {
    width: auto;
    margin-bottom: 5px;
    height: auto;
  }

  #card_website_3 {
    width: auto;
    height: auto;
  }

  .banner_acc_form:before {
    width: 100%;
  }

  #envoyer {
    width: 75%;
  }
}
