@charset "UTF-8";
/*********************SUPERFISH*********************/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  font-family: "Rubik", sans-serif;
}

.sf-menu li {
  position: relative;
  width: 150px;
}

.sf-menu ul {
  position: absolute;
  display: none;
  left: 0;
  z-index: 99;
  margin-top: 10px;
}

.sf-menu > li {
  float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
  cursor: pointer;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
}

/*** DEMO SKIN ***/
.sf-menu ul {
  min-width: 12em;
  /* allow long menu items to determine submenu width */
}

.sf-menu a {
  padding: 0.75em 1em;
  text-decoration: none;
  color: white;
  /*background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255 ,0.8) 10%, transparent 10.01%) no-repeat;
  background-size: 0% 100%;
  transition: background-size .3s;*/
}

/*
.sf-menu a:hover
{
	animation:underlined 0.4s both
	//background-size: 80% 75%;
	//background-position: 50% 80%;
}

@keyframes underlined
{
	from {
		background-size:80% 80%;
		background-position: 50% 50%;
	}

	50%
	{
		background-size:50% 80%;
		background-position: 50% 50%;
	}

	50.01%
	{
		background-position: 50% 50%;
	}
	100%
	{
		background-size:80% 80%;
		background-position: 50% 50%;
	}
}*/
.sf-menu li {
  font-size: 18px;
  font-weight: bold;
  width: 250px;
  text-align: center;
  margin: 0 0px;
  color: #000;
}

.sf-menu ul li {
  color: #000;
  margin: 6px 5px 2px 0;
  border-radius: 10px;
}

.sf-menu ul ul li {
  margin: 1px 0px 0px 1px;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 1.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: white;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: white;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white;
}

/************ FIN SUPERFISH *****************/
.maquette {
  position: relative;
  display: block;
  border-radius: 5px;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  min-width: 615px;
  max-width: 675px;
  height: 500px;
  background-color: #d6e9f8;
}
.maquette .logo_maquette {
  position: absolute;
  top: 10px;
  left: 10px;
}
.maquette .date_maquette {
  position: absolute;
  top: 10px;
  right: 200px;
}
.maquette .heure_maquette {
  position: absolute;
  top: 10px;
  right: 97px;
}
.maquette .initiale_maquette {
  position: absolute;
  top: 10px;
  right: 10px;
}
.maquette .titre_maquette {
  position: absolute;
  top: 120px;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  font-size: 35px;
}
.maquette .code_article_maquette {
  position: absolute;
  top: 216px;
  left: 40px;
  font-size: 25px;
  font-weight: bolder;
}
.maquette .quantite_maquette {
  position: absolute;
  top: 200px;
  left: 330px;
}
.maquette .code_h_maquette {
  position: absolute;
  top: 230px;
  left: 330px;
}
.maquette .code_b_maquette {
  position: absolute;
  bottom: 10px;
  width: 600px;
  left: 50%;
  margin-left: -300px;
}
.maquette .numero_lot {
  position: absolute;
  bottom: 106px;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  font-size: 25px;
  font-weight: bolder;
}
.maquette .ancienne_reference {
  position: absolute;
  bottom: 175px;
  left: 20px;
}
.maquette #date_m {
  width: 120px;
  height: 35px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #adadad;
}
.maquette #heure_m {
  width: 96px;
  height: 35px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #adadad;
}
.maquette #initiale_m {
  text-align: center;
  width: 80px;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #adadad;
}
.maquette #titre_m {
  text-align: center;
  width: 500px;
  height: 40px;
  border-radius: 5px;
  font-size: 25px;
  border: 1px solid #adadad;
}
.maquette #code_article_m {
  text-align: center;
  width: 200px;
  height: 35px;
  border-radius: 5px;
  font-size: 20px;
  border: 1px solid #adadad;
}
.maquette #numero_lot_m {
  text-align: center;
  width: 200px;
  height: 35px;
  border-radius: 5px;
  font-size: 20px;
  border: 1px solid #adadad;
}

.informations_m {
  margin-top: 5px;
  font-weight: bold;
}

.produits_incrimines_m {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin: 5px 0 30px 0;
  font-weight: bold;
}
.produits_incrimines_m input[type=number] {
  width: 120px;
  height: 30px;
  font-size: 30px;
  margin-left: 15px;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Pour que le footer sois en bas il faut ça apparemment ...*/
.gestion_produits {
  border-radius: 10px;
}
.gestion_produits h2 {
  text-decoration: underline;
  font-size: 30px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 50px;
}
.gestion_produits h2 img {
  vertical-align: bottom;
  margin: 0 10px;
}
.gestion_produits .categories_container {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  justify-content: center;
  margin: 0 auto;
}
.gestion_produits .categories_container .categorie_img {
  position: relative;
  margin: 15px;
  flex-basis: 330px;
  width: 330px;
  height: 120px;
  border: 2px #999999 solid;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  background: #FFF;
  text-align: center;
}
.gestion_produits .categories_container .categorie_img .img_categories {
  width: 100px;
  height: 100px;
}
.gestion_produits .categories_container .categorie_img .nom_categories {
  width: 193px;
  word-wrap: break-word;
  font-size: 19px;
  font-weight: bold;
  margin-left: 25px;
}
.gestion_produits .categories_container .categorie_img:hover {
  border: 2px #050000 solid;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.7)) brightness(1.01);
  transform: scale(1.01);
  transition: all 0.3s ease-in-out;
}
.gestion_produits .categories_container .lien_categories {
  text-decoration: none;
  color: black;
}

.titre_propriete {
  height: 45px;
  line-height: 25px;
  font-size: 22px;
  font-weight: bold;
  padding: 10px;
  background-color: #c4b9b9;
  margin: 5px 0;
  position: relative;
}
.titre_propriete .dl_legende {
  position: absolute;
  right: 5px;
}

.produits_liste {
  padding: 2px 30px;
  background: #fff1da96;
  position: relative;
  display: flex;
  align-content: center;
  height: 50px;
  line-height: 50px;
}
.produits_liste a {
  text-decoration: none;
  color: black;
}
.produits_liste .imgProduit_miniature {
  width: 50px;
  margin-right: 30px;
}

.nom_produit_liste {
  font-weight: bold;
  font-size: 18px;
}

hr {
  margin: 0;
  padding: 0;
}

.telecharger_pdf {
  position: absolute;
  right: 75px;
  margin-top: 5px;
  cursor: pointer;
  background-image: url("../web/img/produits/logo_pdf.png");
  background-repeat: no-repeat;
  width: 26px;
  height: 35px;
}
.telecharger_pdf:hover {
  background-image: url("../web/img/produits/logo_pdf_hover.png");
}

.label_produits {
  font-size: 25px;
  padding-bottom: 15px;
  text-align: left;
  width: 200px;
}

.gros_titre_categorie {
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}

.back_categorie {
  font-size: 15px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: black;
  margin: -15px;
}
.back_categorie:hover {
  text-decoration: underline;
}
.back_categorie img {
  margin-right: 10px;
}

.informations_produits {
  border: 1px #dadada solid;
  background-color: #faf9f9;
  border-radius: 10px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 50px;
  /* height: 157px; */
  padding: 10px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px;
}
.informations_produits a {
  color: black;
}
.informations_produits img {
  vertical-align: middle;
}
.informations_produits .couleurs_perso {
  height: 50px;
  line-height: 50px;
}
.informations_produits .couleurs_perso img {
  vertical-align: middle;
  margin-right: 6px;
}

.arrow_d:hover, .arrow_g:hover {
  filter: drop-shadow(16px 16px 20px red) invert(75%);
}

.produit_container_categorie {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  width: 635px;
}

.produit_container_grille {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.souscat_container {
  display: flex;
  background-color: #ffffff;
  padding: 5px;
  margin: 5px;
  flex-wrap: wrap;
}

.titre_cat {
  background-color: #a6edffad;
  padding: 0 10px;
  font-size: 25px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  width: 635px;
  cursor: pointer;
  position: relative;
}
.titre_cat img {
  vertical-align: middle;
  margin: 0 50px;
}
.titre_cat:hover {
  background-color: #4edcffad;
}
.titre_cat:hover img {
  filter: contrast(500%);
}
.titre_cat .arrow_d {
  position: absolute;
  top: 7px;
  left: 0px;
}
.titre_cat .arrow_g {
  position: absolute;
  top: 7px;
  right: 0px;
}

.card_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  width: 250px;
  min-height: 418px;
  background-color: white;
  align-self: stretch;
  font-family: "Rubik", sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.19);
  margin: 5px 15px;
}
.card a {
  color: red;
}
.card a:hover {
  color: green;
}
.card .content_nom {
  height: 45px;
  display: table;
  width: 238px;
  padding: 2px;
  margin: 5px;
}
.card .nom {
  background-color: #ececec;
  font-size: 20px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.card .contain_img {
  position: relative;
  width: 235px;
  height: 235px;
  overflow: hidden;
  margin: 0 auto;
}
.card .description {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  font-size: 13px;
}
.card .description p {
  text-decoration: underline;
  font-size: 10px;
}
.card .description .description_g {
  text-align: center;
  border-right: 1px solid black;
  min-height: 131px;
  margin: 10px auto;
}
.card .description .description_g .logo_pdf_petit:hover {
  color: green;
}
.card .description .description_d {
  text-align: center;
  padding: 0 10px;
  align-self: stretch;
  margin: 10px auto;
}
.card .description .description_d .personnalisation {
  border-radius: 5px;
  background-color: white;
  padding: 5px;
  border: 1px solid #959595;
  font-size: 10px;
  cursor: pointer;
}
.card .description .description_d .personnalisation a {
  text-decoration: none;
  color: black;
}
.card .description .description_d .personnalisation:hover {
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.7)) brightness(1.01);
  transform: scale(1.008);
  transition: all 0.1s ease-in-out;
}
.card .description .description_d .check_perso_oui, .card .description .description_d .check_perso_non {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 40px;
  line-height: 20px;
  font-size: 20px;
}
.card .description .description_d .check_perso_oui img, .card .description .description_d .check_perso_non img {
  margin-right: 10px;
}
.card .description .description_d .check_perso_non {
  height: 94px;
}

/******************************************************/
/******************************************************/
/******************************************************/
@media only screen and (min-width: 920px) {
  .gestion_produits .categories_container {
    justify-content: flex-start;
    width: 1080px;
  }

  .souscat_container {
    width: 1130px;
  }

  .produit_container_categorie {
    width: 1120px;
    justify-content: flex-start;
  }

  .titre_cat {
    width: 1120px;
  }

  .card_container {
    justify-content: flex-start;
  }

  .contenu .produit_container_grille, .contenu_contact .produit_container_grille {
    width: 1120px;
    justify-content: flex-start;
  }
}
nav {
  position: relative;
  z-index: 5;
}
nav .header_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}
nav .logo {
  margin-left: 0px;
}
nav .telephone {
  display: flex;
  justify-content: center;
  font-size: 29px;
  color: white;
  font-family: "Rubik", sans-serif;
  text-shadow: 2px 1px 2px black;
  font-weight: bold;
}
nav .telephone img {
  margin-right: 10px;
}
nav .menu {
  width: 331px;
  margin: 15px auto;
  display: flex;
  justify-content: center;
  border-radius: 10px;
}
nav .menu ul {
  display: flex;
  flex-direction: column;
}
nav sf-menu a {
  text-align: center;
}
.emplacement {
  padding: 10px;
  margin-bottom: 5px;
}
.emplacement a {
  color: black;
}
.emplacement a:hover {
  color: #555555;
}

section {
  font-family: "Rubik", sans-serif;
}

.centrale {
  margin: 0 auto;
}

.carre_accueil {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
  flex-direction: column;
}
.carre_accueil a {
  margin: 0 20px;
}
.carre_accueil .carre_g, .carre_accueil .carre_c, .carre_accueil .carre_d {
  display: block;
  position: relative;
  width: 320px;
  height: 300px;
  margin: 20px;
  z-index: 2;
  box-shadow: #797878 0px 0px 1px 1px;
  cursor: pointer;
}
.carre_accueil .carre_g:hover, .carre_accueil .carre_c:hover, .carre_accueil .carre_d:hover {
  filter: drop-shadow(7px 7px 3px rgba(0, 0, 0, 0.7));
  transform: scale(1.008);
  transition: all 0.3s ease-in-out;
}
.carre_accueil .carre_g p, .carre_accueil .carre_c p, .carre_accueil .carre_d p {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 12%;
  transform: translate(-50%, -50%);
  font-size: 27px;
  text-align: center;
  color: white;
  font-weight: bolder;
  text-shadow: #000 3px 2px 2px;
}
.carre_accueil .cadre_text1, .carre_accueil .cadre_text2, .carre_accueil .cadre_text3 {
  position: relative;
  top: 220px;
  width: 320px;
  height: 80px;
  background: rgba(197, 197, 197, 0.555);
}

.contenu_accueil {
  padding: 0 20px;
  text-align: justify;
}
.contenu_accueil .titre_accueil {
  text-align: center;
  background: #f5f5f5;
  height: 50px;
  line-height: 50px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  width: 648px;
  margin: 0 auto 20px auto;
}
.contenu_accueil img {
  max-width: 550px;
}
.contenu_accueil .droite .catalogue {
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
}
.contenu_accueil .droite .catalogue .pdf_accueil {
  width: 240px;
  background-color: #757575;
  border-radius: 5px;
  padding-top: 5px;
  text-align: center;
  box-shadow: 1px 1px 2px black;
}
.contenu_accueil .droite .catalogue .pdf_accueil:hover {
  background-color: black;
}
.contenu_accueil .droite .catalogue .pdf_catalogue {
  background-image: url(../img/pdf.png);
  width: 250px;
  height: 95px;
  line-height: 20px;
  text-decoration: none;
  padding-right: 23px;
  color: white;
  font-size: 20px;
}
.contenu_accueil .droite .catalogue .pdf_catalogue:hover {
  background-image: url(../img/pdf_hover.png);
}
.contenu_accueil .droite .catalogue .formulaire_accueil {
  background-image: url(../img/formulaire.png);
  display: inline-block;
  width: 250px;
  height: 77px;
  display: flex;
  text-decoration: none;
  padding-left: 75px;
  margin-top: -13px;
  color: white;
  font-size: 24px;
}
.contenu_accueil .droite .catalogue .formulaire_accueil p {
  display: flex;
  /* contexte sur le parent */
  flex-direction: column;
  /* direction d'affichage verticale */
  justify-content: center;
}
.contenu_accueil .droite .catalogue .formulaire_accueil:hover {
  background-image: url(../img/formulaire_hover.png);
}
.contenu_accueil .droite #defilant {
  margin-top: 50px;
}
.contenu_accueil .droite #defilant .titre_creation {
  text-align: center;
  background: #f5f5f5;
  height: 50px;
  line-height: 50px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  width: 648px;
  margin: 0 auto 20px auto;
}
.contenu_accueil .droite #defilant p {
  text-align: center;
  font-size: 25px;
  font-weight: bolder;
}
.contenu_accueil .droite #defilant .slider-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contenu_accueil .droite #defilant .nivoSlider {
  position: relative;
  z-index: 0;
  width: 270px;
  height: 335px;
  overflow: hidden;
  border-radius: 10px;
  /* box-shadow: 0px 0px 13px rgba(0,0,0,0.6);*/
}

.haut_page {
  text-align: center;
  border: 1px solid white;
  background: #000;
  color: white;
  width: 404px;
  height: 50px;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  display: none;
  margin: 50px auto;
  font-size: 25px;
  line-height: 35px;
}
.haut_page img {
  margin: 0 15px;
}

.lien_top {
  text-decoration: none;
}

footer {
  display: flex;
  justify-content: center;
  height: 150px;
  color: white;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  margin-top: 85px;
}
footer .footer_gauche, footer .footer_centre, footer .footer_droite {
  text-align: center;
  width: 350px;
  height: 50px;
  margin: 0 20px;
}
footer .footer_droite {
  margin-top: 10px;
}
footer .footer_centre {
  font-size: 12px;
}
footer a {
  text-decoration: none;
  color: white;
}
footer a:hover {
  color: green;
}

/********************************************************/
.contenu, .contenu_contact {
  position: relative;
  box-shadow: 0px 20px 20px -18px rgba(0, 0, 0, 0.73);
  background: rgba(255, 255, 255, 0.555);
  padding: 30px;
  min-height: 450px;
  text-align: center;
  border-radius: 10px;
}

.contenu_page {
  position: relative;
  box-shadow: 0px 20px 20px -18px rgba(0, 0, 0, 0.73);
  background: rgba(255, 255, 255, 0.555);
  padding: 30px;
  min-height: 450px;
  text-align: justify;
  width: 1200px;
  border-radius: 10px;
}

.contenu_contact {
  padding: 10px;
}
.contenu_contact .plans {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  flex-direction: column;
}

.coordonnees {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}
.coordonnees .logo_contact {
  margin-bottom: 10px;
}
.coordonnees .infos_contact {
  display: flex;
  align-items: center;
  justify-content: center;
}
.coordonnees .infos_contact .fieldset_coord {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
  border-radius: 5px;
  width: 350px;
  text-align: center;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.486);
  border: 1px solid #9c9c9c;
  padding: 10px;
}
.coordonnees .infos_contact .legend_coord {
  text-align: center;
  font-size: 30px;
  width: 100%;
}
.coordonnees .infos_contact .legend_coord img {
  vertical-align: middle;
  margin-right: 10px;
}

.horaire {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.horaire .bureau, .horaire .magasin {
  display: flex;
  align-items: center;
}
.horaire .bureau div, .horaire .magasin div {
  padding: 10px 15px;
  font-size: 18px;
}
.horaire .nom_service {
  font-weight: bolder;
  font-size: 18px;
}

.formulaire_contact {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  height: auto;
  margin: 30px auto;
  background-color: white;
  padding: 28px 20px 20px 20px;
  position: relative;
  box-shadow: 3px 23px 10px -19px rgba(0, 0, 0, 0.22);
  /**/
}
.formulaire_contact .bande_postale_couleur {
  position: relative;
  background-image: url(../img/general/bande_postale_mobile.png);
  background-repeat: repeat;
  height: 4px;
  top: 4px;
}
.formulaire_contact .bande_postale {
  position: absolute;
  width: 100%;
  top: -8px;
  left: 0px;
  height: 1px;
  opacity: 0.3;
}
.formulaire_contact .info_top {
  display: flex;
  align-items: top;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: column;
}
.formulaire_contact fieldset {
  border: 1px solid #b5b5b5;
  text-align: center;
  border-radius: 8px;
}
.formulaire_contact .options {
  display: flex;
  /*min-width: 900px;
  max-width: 900px;*/
  margin: 10px auto;
  display: none;
  flex-direction: column;
}
.formulaire_contact legend {
  font-size: 20px;
  margin: auto;
  font-weight: bold;
}
.formulaire_contact .fieldset_infos {
  border: 1px solid #adadad;
  border-radius: 8px;
  margin-bottom: 6px;
  padding: 0;
}
.formulaire_contact .fieldset_service {
  padding-left: 72px;
}
.formulaire_contact input[type=radio] {
  margin: 7px 30px 0 7px;
}
.formulaire_contact .formulaire_g {
  align-self: left;
  margin: 7px;
}
.formulaire_contact .formulaire_g .service {
  text-align: center;
}
.formulaire_contact .formulaire_g .service p {
  margin: 0 0 5px 0;
  padding: 0;
}
.formulaire_contact .formulaire_g input[type=text], .formulaire_contact .formulaire_g input[type=email], .formulaire_contact .formulaire_g select, .formulaire_contact .formulaire_g input[type=number] {
  width: 430px;
  height: 40px;
  border-radius: 7px;
  border: 0px solid white;
  line-height: 40px;
  text-align: center;
  font-weight: bolder;
  color: dodgerblue;
}
.formulaire_contact .formulaire_g input:focus {
  outline: none;
}
.formulaire_contact .formulaire_g input[type=number]::-webkit-outer-spin-button,
.formulaire_contact .formulaire_g input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  background: none;
  width: 0;
  border: none;
}
.formulaire_contact .formulaire_d .fieldset_message {
  border: 1px solid #adadad;
  border-radius: 8px;
  height: 280px;
  min-height: 270px;
  margin-top: 7px;
  height: min-content;
}
.formulaire_contact .formulaire_d textarea {
  min-width: 419px;
  max-width: 419px;
  min-height: 245px;
  border-radius: 3px;
  padding: 8px;
  border: 0px;
  margin: 0;
  margin-left: -7px;
  margin-bottom: -11px;
}
.formulaire_contact .formulaire_d textarea:focus {
  outline: none;
}
.formulaire_contact .captcha {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.formulaire_contact .btn_mail {
  width: 243px;
  text-align: center;
  position: relative;
  font-weight: bolder;
  background-color: #ffffff;
  color: #7d85a7;
  font-size: 25px;
  line-height: 50px;
  padding-left: 60px;
  padding-right: 0px;
  vertical-align: middle;
  border-radius: 11px;
  cursor: pointer;
}
.formulaire_contact .btn_mail img {
  position: absolute;
  top: 5px;
  left: 22px;
}
.formulaire_contact .btn_mail:hover {
  background-color: #eeeeee;
  color: #000;
}
.formulaire_contact .btn_div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.titre_formulaire {
  position: relative;
  padding-left: 80px;
  text-decoration: underline;
  text-align: left;
}
.titre_formulaire img {
  position: absolute;
  top: -5px;
  left: 20px;
}

.envoyer_message {
  margin-top: 15px;
  font-weight: bold;
  background-color: #8bcbff;
  font-size: 20px;
  padding: 10px 80px;
  border-radius: 5px;
  border: 1px solid black;
}
.envoyer_message:hover {
  cursor: pointer;
  background-color: #b9e0ff;
}

.rgpd {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 10px;
}

.rgpd_label {
  font-style: italic;
  font-size: 11px;
  line-height: 15px;
}

/****TITRE PAGE *****/
.titre_page {
  background: #f5f5f5;
  height: 50px;
  line-height: 50px;
  width: 1230px;
  position: relative;
  left: -45px;
  top: -52px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  z-index: 2;
  padding-left: 40px;
}

.titre_page h1 {
  font-size: 25px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 10px;
}

.titre_gauche_page {
  border-color: transparent rgba(68, 68, 68, 0.56) transparent transparent;
  border-style: solid;
  border-width: 15px;
  height: 0px;
  width: 0px;
  position: relative;
  left: -59px;
  top: -87px;
  z-index: -1;
}

.titre_droit_page {
  border-color: transparent transparent transparent rgba(68, 68, 68, 0.56);
  border-style: solid;
  border-width: 15px;
  height: 0px;
  width: 0px;
  position: relative;
  left: 1170px;
  top: -115px;
  z-index: -1;
}

.alert, .alert-danger, .alert-success {
  width: 644px;
  padding: 22px;
  margin-bottom: 15px;
  font-size: 20px;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.err404 {
  font-size: 40px;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.err404 a {
  color: black;
}
.err404 a:hover {
  color: blue;
}

.cookie_banniere {
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10000;
}
.cookie_banniere a {
  text-decoration: underline;
  color: black;
}
.cookie_banniere button {
  margin: 2px;
  border-radius: 5px;
  padding: 4px 8px;
  color: white;
  background: #006ead;
  cursor: pointer;
  font-weight: bold;
}
.cookie_banniere button:hover {
  background: #00446b;
}

/****FIN TITRE PAGE****/
/******************************************************/
/******************************************************/
/******************************************************/
@media only screen and (min-width: 920px) {
  html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Rubik", sans-serif;
  }

  body {
    min-height: 1vh;
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .centrale {
    width: 1350px;
    margin: 0 auto;
  }

  .gestion_produits {
    border-radius: 10px;
  }
  .gestion_produits h2 {
    text-decoration: underline;
    font-size: 30px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 50px;
  }
  .gestion_produits h2 img {
    vertical-align: bottom;
    margin: 0 10px;
  }
  .gestion_produits .categories_container {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    justify-content: center;
    margin: 0 auto;
  }
  .gestion_produits .categories_container .categorie_img {
    position: relative;
    margin: 15px;
    flex-basis: 330px;
    width: 330px;
    height: 120px;
    border: 2px #999999 solid;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px;
    background: #FFF;
    text-align: center;
  }
  .gestion_produits .categories_container .categorie_img .img_categories {
    width: 100px;
    height: 100px;
  }
  .gestion_produits .categories_container .categorie_img .nom_categories {
    width: 193px;
    word-wrap: break-word;
    font-size: 19px;
    font-weight: bold;
    margin-left: 25px;
  }
  .gestion_produits .categories_container .categorie_img:hover {
    border: 2px #050000 solid;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.7)) brightness(1.01);
    transform: scale(1.01);
    transition: all 0.3s ease-in-out;
  }
  .gestion_produits .categories_container .lien_categories {
    text-decoration: none;
    color: black;
  }

  .titre_propriete {
    height: 45px;
    line-height: 25px;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    background-color: #c4b9b9;
    margin: 5px 0;
    position: relative;
  }
  .titre_propriete .dl_legende {
    position: absolute;
    right: 5px;
  }

  .produits_liste {
    padding: 2px 30px;
    background: #fff1da96;
    position: relative;
    display: flex;
    align-content: center;
    height: 50px;
    line-height: 50px;
  }
  .produits_liste a {
    text-decoration: none;
    color: black;
  }
  .produits_liste .imgProduit_miniature {
    width: 50px;
    margin-right: 30px;
  }

  .nom_produit_liste {
    font-weight: bold;
    font-size: 18px;
  }

  hr {
    margin: 0;
    padding: 0;
  }

  .telecharger_pdf {
    position: absolute;
    right: 75px;
    margin-top: 5px;
    cursor: pointer;
    background-image: url("../web/img/produits/logo_pdf.png");
    background-repeat: no-repeat;
    width: 26px;
    height: 35px;
  }
  .telecharger_pdf:hover {
    background-image: url("../web/img/produits/logo_pdf_hover.png");
  }

  .label_produits {
    font-size: 25px;
    padding-bottom: 15px;
    text-align: left;
    width: 200px;
  }

  .gros_titre_categorie {
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
  }

  .back_categorie {
    font-size: 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
    margin: -15px;
  }
  .back_categorie:hover {
    text-decoration: underline;
  }
  .back_categorie img {
    margin-right: 10px;
  }

  .informations_produits {
    border: 1px #dadada solid;
    background-color: #faf9f9;
    border-radius: 10px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    /* height: 157px; */
    padding: 10px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px;
  }
  .informations_produits a {
    color: black;
  }
  .informations_produits img {
    vertical-align: middle;
  }
  .informations_produits .couleurs_perso {
    height: 50px;
    line-height: 50px;
  }
  .informations_produits .couleurs_perso img {
    vertical-align: middle;
    margin-right: 6px;
  }

  .arrow_d:hover, .arrow_g:hover {
    filter: drop-shadow(16px 16px 20px red) invert(75%);
  }

  .produit_container_categorie {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    width: 635px;
  }

  .produit_container_grille {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }

  .souscat_container {
    display: flex;
    background-color: #ffffff;
    padding: 5px;
    margin: 5px;
    flex-wrap: wrap;
  }

  .titre_cat {
    background-color: #a6edffad;
    padding: 0 10px;
    font-size: 25px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    width: 635px;
    cursor: pointer;
    position: relative;
  }
  .titre_cat img {
    vertical-align: middle;
    margin: 0 50px;
  }
  .titre_cat:hover {
    background-color: #4edcffad;
  }
  .titre_cat:hover img {
    filter: contrast(500%);
  }
  .titre_cat .arrow_d {
    position: absolute;
    top: 7px;
    left: 0px;
  }
  .titre_cat .arrow_g {
    position: absolute;
    top: 7px;
    right: 0px;
  }

  .card_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .card {
    width: 250px;
    min-height: 418px;
    background-color: white;
    align-self: stretch;
    font-family: "Rubik", sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.19);
    margin: 5px 15px;
  }
  .card a {
    color: red;
  }
  .card a:hover {
    color: green;
  }
  .card .content_nom {
    height: 45px;
    display: table;
    width: 238px;
    padding: 2px;
    margin: 5px;
  }
  .card .nom {
    background-color: #ececec;
    font-size: 20px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
  .card .contain_img {
    position: relative;
    width: 235px;
    height: 235px;
    overflow: hidden;
    margin: 0 auto;
  }
  .card .description {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    font-size: 13px;
  }
  .card .description p {
    text-decoration: underline;
    font-size: 10px;
  }
  .card .description .description_g {
    text-align: center;
    border-right: 1px solid black;
    min-height: 131px;
    margin: 10px auto;
  }
  .card .description .description_g .logo_pdf_petit:hover {
    color: green;
  }
  .card .description .description_d {
    text-align: center;
    padding: 0 10px;
    align-self: stretch;
    margin: 10px auto;
  }
  .card .description .description_d .personnalisation {
    border-radius: 5px;
    background-color: white;
    padding: 5px;
    border: 1px solid #959595;
    font-size: 10px;
    cursor: pointer;
  }
  .card .description .description_d .personnalisation a {
    text-decoration: none;
    color: black;
  }
  .card .description .description_d .personnalisation:hover {
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.7)) brightness(1.01);
    transform: scale(1.008);
    transition: all 0.1s ease-in-out;
  }
  .card .description .description_d .check_perso_oui, .card .description .description_d .check_perso_non {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 115px;
    height: 40px;
    line-height: 20px;
    font-size: 20px;
  }
  .card .description .description_d .check_perso_oui img, .card .description .description_d .check_perso_non img {
    margin-right: 10px;
  }
  .card .description .description_d .check_perso_non {
    height: 94px;
  }

  /******************************************************/
  /******************************************************/
  /******************************************************/

  /****TITRE PAGE *****/

  /****FIN TITRE PAGE****/

  /**************INPUT FILE**************/

  /* quelques styles d'interactions */

  /* styles du retour visuel */

  /* on complète l'information d'un contenu textuel
  	uniquement lorsque le paragraphe n'est pas vide */

  /*************************************/
}
@media only screen and (min-width: 920px) and (min-width: 920px) {
  .gestion_produits .categories_container {
    justify-content: flex-start;
    width: 1080px;
  }

  .souscat_container {
    width: 1130px;
  }

  .produit_container_categorie {
    width: 1120px;
    justify-content: flex-start;
  }

  .titre_cat {
    width: 1120px;
  }

  .card_container {
    justify-content: flex-start;
  }

  .contenu .produit_container_grille, .contenu_contact .produit_container_grille {
    width: 1120px;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 920px) {
  nav {
    position: relative;
    width: 1200px;
    height: 200px;
    margin: 10px auto 0 auto;
    z-index: 5;
  }
  nav .menu_droite {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    width: 100px;
    height: 70px;
    position: absolute;
    left: -100px;
  }
  nav .menu_gauche {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    width: 100px;
    height: 70px;
    position: absolute;
    right: -100px;
  }
  nav .header_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  nav .logo {
    margin-left: 50px;
  }
  nav .telephone {
    display: flex;
    justify-content: center;
    font-size: 29px;
    color: white;
    font-family: "Rubik", sans-serif;
    text-shadow: 2px 1px 2px black;
    font-weight: bold;
    margin-right: 50px;
  }
  nav .telephone img {
    margin-right: 10px;
  }
  nav .menu {
    position: relative;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0;
    border-radius: 0px;
  }
  nav .menu ul {
    flex-wrap: nowrap;
    display: flex;
    flex-direction: row;
  }
  nav .btn-accueil {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 80px;
    top: 10px;
    display: inline-block;
  }
  nav .btn-contact {
    background: url(../img/general/contact.png) no-repeat;
    background-position: bottom 7px left 33px;
  }
}
@media only screen and (min-width: 920px) {
  .emplacement {
    padding: 10px;
    margin-bottom: 5px;
  }
  .emplacement a {
    color: black;
  }
  .emplacement a:hover {
    color: #555555;
  }
}
@media only screen and (min-width: 920px) {
  .haut_page {
    position: fixed;
    text-align: center;
    right: 30px;
    bottom: 30px;
    border: 1px solid white;
    background: #000;
    color: white;
    width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    z-index: 200;
    font-size: 18px;
    line-height: 1;
  }
  .haut_page img {
    margin: 0;
  }
  .haut_page:hover {
    color: red;
  }
}
@media only screen and (min-width: 920px) {
  section {
    font-family: "Rubik", sans-serif;
    width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 920px) {
  .carre_accueil {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: row;
    margin: auto;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 920px) {
  .contenu, .contenu_contact {
    position: relative;
    box-shadow: 0px 20px 20px -18px rgba(0, 0, 0, 0.73);
    background: rgba(255, 255, 255, 0.555);
    padding: 30px;
    min-height: 450px;
    width: 1200px;
    text-align: justify;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 920px) {
  .contenu_page {
    position: relative;
    box-shadow: 0px 20px 20px -18px rgba(0, 0, 0, 0.73);
    background: rgba(255, 255, 255, 0.555);
    padding: 30px;
    min-height: 450px;
    text-align: justify;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 920px) {
  .contenu_contact {
    padding: 10px;
  }
  .contenu_contact .plans {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    flex-direction: row;
  }
}
@media only screen and (min-width: 920px) {
  .contenu_editeur {
    margin-top: -100px;
  }
  .contenu_editeur img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 920px) {
  .contenu_accueil {
    display: flex;
    align-items: start;
    justify-content: center;
    margin-top: 30px;
    position: relative;
  }
  .contenu_accueil .texte_accueil {
    background-color: rgba(255, 255, 255, 0.555);
    width: 880px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 20px 20px -18px rgba(0, 0, 0, 0.73);
  }
  .contenu_accueil .droite {
    margin-left: 33px;
    margin-top: -82px;
    display: flex;
    flex-direction: column;
  }
  .contenu_accueil .droite .catalogue {
    width: 290px;
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .contenu_accueil .droite .catalogue .pdf_accueil {
    width: 240px;
    background-color: #757575;
    border-radius: 5px;
    padding-top: 5px;
    text-align: center;
    box-shadow: 1px 1px 2px black;
  }
  .contenu_accueil .droite .catalogue .pdf_accueil:hover {
    background-color: black;
  }
  .contenu_accueil .droite .catalogue .pdf_catalogue {
    background-image: url(../img/pdf.png);
    display: inline-block;
    width: 250px;
    height: 95px;
    line-height: 20px;
    text-decoration: none;
    margin-top: -24px;
    padding-right: 23px;
    color: white;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contenu_accueil .droite .catalogue .pdf_catalogue:hover {
    background-image: url(../img/pdf_hover.png);
  }
  .contenu_accueil .droite .catalogue .formulaire_accueil {
    background-image: url(../img/formulaire.png);
    display: inline-block;
    width: 250px;
    height: 77px;
    text-decoration: none;
    padding-left: 47px;
    color: white;
    line-height: 18px;
    font-size: 20px;
  }
  .contenu_accueil .droite .catalogue .formulaire_accueil p {
    display: flex;
    /* contexte sur le parent */
    flex-direction: column;
    /* direction d'affichage verticale */
    justify-content: center;
  }
  .contenu_accueil .droite .catalogue .formulaire_accueil:hover {
    background-image: url(../img/formulaire_hover.png);
  }
  .contenu_accueil .droite #defilant {
    width: 290px;
    padding: 10px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    box-shadow: 0px 20px 20px -18px rgba(0, 0, 0, 0.73);
  }
  .contenu_accueil .droite #defilant p {
    text-align: center;
    font-size: 25px;
    font-weight: bolder;
  }
  .contenu_accueil .droite #defilant .titre_creation {
    text-align: center;
    background: #f5f5f5;
    height: 35px;
    line-height: 35px;
    width: 310px;
    position: relative;
    left: -20px;
    top: -34px;
    float: left;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
    z-index: 2;
    margin-bottom: 0px;
  }
  .contenu_accueil .droite #defilant .titre_creation_g {
    border-color: transparent rgba(68, 68, 68, 0.56) transparent transparent;
    border-style: solid;
    border-width: 10px;
    height: 0px;
    width: 0px;
    position: relative;
    left: -30px;
    top: -29px;
    z-index: -1;
  }
  .contenu_accueil .droite #defilant .titre_creation_d {
    border-color: transparent transparent transparent rgba(68, 68, 68, 0.56);
    border-style: solid;
    border-width: 10px;
    height: 0px;
    width: 0px;
    position: relative;
    left: 280px;
    top: -8px;
    z-index: -1;
  }
  .contenu_accueil .titre_accueil {
    text-align: center;
    background: #f5f5f5;
    height: 50px;
    line-height: 50px;
    width: 867px;
    position: absolute;
    left: 5px;
    top: -31px;
    float: left;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
    z-index: 2;
    margin-bottom: 0px;
  }
  .contenu_accueil .titre_accueil_g {
    border-color: transparent rgba(68, 68, 68, 0.56) transparent transparent;
    border-style: solid;
    border-width: 15px;
    height: 0px;
    width: 0px;
    position: relative;
    left: -50px;
    top: -16px;
    z-index: -1;
  }
  .contenu_accueil .titre_accueil_d {
    border-color: transparent transparent transparent rgba(68, 68, 68, 0.56);
    border-style: solid;
    border-width: 15px;
    height: 0px;
    width: 0px;
    position: relative;
    left: 817px;
    top: -46px;
    /*left: 860px;
    top: -46px;*/
    z-index: -1;
  }
}
@media only screen and (min-width: 920px) {
  .mentions a {
    text-decoration: underline;
    color: black;
    font-weight: bold;
  }
}
@media only screen and (min-width: 920px) {
  .coordonnees {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .coordonnees .logo_contact {
    margin-bottom: 10px;
  }
  .coordonnees .infos_contact {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .coordonnees .infos_contact .fieldset_coord {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
    border-radius: 5px;
    width: 350px;
    text-align: center;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.486);
    border: 1px solid #9c9c9c;
    padding: 10px;
  }
  .coordonnees .infos_contact .legend_coord {
    text-align: center;
    font-size: 30px;
    width: 100%;
  }
  .coordonnees .infos_contact .legend_coord img {
    vertical-align: middle;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 920px) {
  .horaire {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
  }
  .horaire .bureau, .horaire .magasin {
    display: flex;
    align-items: center;
  }
  .horaire .bureau div, .horaire .magasin div {
    padding: 10px 15px;
    font-size: 18px;
  }
  .horaire .nom_service {
    font-weight: bolder;
    font-size: 18px;
  }
}
@media only screen and (min-width: 920px) {
  .formulaire_contact {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    width: 1018px;
    height: auto;
    margin: 0 auto;
    background-color: white;
    padding: 28px 20px 20px 20px;
    position: relative;
    box-shadow: 3px 23px 10px -19px rgba(0, 0, 0, 0.22);
    /**/
  }
  .formulaire_contact .bande_postale_couleur {
    position: relative;
    background-image: url(../img/general/bande_postale.png);
    background-repeat: repeat;
    height: 7px;
    top: 7px;
  }
  .formulaire_contact .bande_postale {
    position: absolute;
    top: -8px;
    left: 0px;
    width: 1016px;
    height: 1px;
    opacity: 0.3;
  }
  .formulaire_contact .info_top {
    display: flex;
    align-items: top;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .formulaire_contact fieldset {
    border: 1px solid #b5b5b5;
    text-align: center;
    border-radius: 8px;
  }
  .formulaire_contact .options {
    display: flex;
    min-width: 900px;
    max-width: 900px;
    margin: 10px auto;
    display: none;
    flex-direction: column;
  }
  .formulaire_contact legend {
    font-size: 20px;
    margin: auto;
    font-weight: bold;
  }
  .formulaire_contact .fieldset_infos {
    border: 1px solid #adadad;
    border-radius: 8px;
    margin-bottom: 6px;
    padding: 0;
  }
  .formulaire_contact .fieldset_service {
    padding-left: 72px;
  }
  .formulaire_contact input[type=radio] {
    margin: 7px 30px 0 7px;
  }
  .formulaire_contact .formulaire_g {
    align-self: left;
    margin: 7px;
  }
  .formulaire_contact .formulaire_g .service {
    text-align: center;
  }
  .formulaire_contact .formulaire_g .service p {
    margin: 0 0 5px 0;
    padding: 0;
  }
  .formulaire_contact .formulaire_g input[type=text], .formulaire_contact .formulaire_g input[type=email], .formulaire_contact .formulaire_g select, .formulaire_contact .formulaire_g input[type=number] {
    width: 430px;
    height: 40px;
    border-radius: 7px;
    border: 0px solid white;
    line-height: 40px;
    text-align: center;
    font-weight: bolder;
    color: dodgerblue;
  }
  .formulaire_contact .formulaire_g input:focus {
    outline: none;
  }
  .formulaire_contact .formulaire_g input[type=number]::-webkit-outer-spin-button,
.formulaire_contact .formulaire_g input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    background: none;
    width: 0;
    border: none;
  }
  .formulaire_contact .formulaire_d {
    align-self: flex-start;
  }
  .formulaire_contact .formulaire_d .fieldset_message {
    border: 1px solid #adadad;
    border-radius: 8px;
    min-width: 431px;
    max-width: 431px;
    height: 280px;
    min-height: 270px;
    margin-top: 7px;
    height: min-content;
  }
  .formulaire_contact .formulaire_d textarea {
    min-width: 419px;
    max-width: 419px;
    min-height: 456px;
    border-radius: 3px;
    padding: 8px;
    border: 0px;
    margin: 0;
    margin-left: -7px;
    margin-bottom: -11px;
  }
  .formulaire_contact .formulaire_d textarea:focus {
    outline: none;
  }
  .formulaire_contact .captcha {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }
  .formulaire_contact .btn_mail {
    width: 243px;
    text-align: center;
    position: relative;
    font-weight: bolder;
    background-color: #ffffff;
    color: #7d85a7;
    font-size: 25px;
    line-height: 50px;
    padding-left: 60px;
    padding-right: 0px;
    vertical-align: middle;
    border-radius: 11px;
    cursor: pointer;
  }
  .formulaire_contact .btn_mail img {
    position: absolute;
    top: 5px;
    left: 22px;
  }
  .formulaire_contact .btn_mail:hover {
    background-color: #eeeeee;
    color: #000;
  }
  .formulaire_contact .btn_div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 920px) {
  .titre_formulaire {
    position: relative;
    padding-left: 80px;
    text-decoration: underline;
  }
  .titre_formulaire img {
    position: absolute;
    top: -5px;
    left: 20px;
  }
}
@media only screen and (min-width: 920px) {
  .envoyer_message {
    margin-top: 15px;
    font-weight: bold;
    background-color: #8bcbff;
    font-size: 20px;
    padding: 10px 80px;
    border-radius: 5px;
    border: 1px solid black;
  }
  .envoyer_message:hover {
    cursor: pointer;
    background-color: #b9e0ff;
  }
}
@media only screen and (min-width: 920px) {
  .titre_page {
    background: #f5f5f5;
    height: 50px;
    line-height: 50px;
    width: 1230px;
    position: relative;
    left: -45px;
    top: -52px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
    z-index: 2;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 920px) {
  .titre_page h1 {
    font-size: 25px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin: 10px;
  }
}
@media only screen and (min-width: 920px) {
  .titre_gauche_page {
    border-color: transparent rgba(68, 68, 68, 0.56) transparent transparent;
    border-style: solid;
    border-width: 15px;
    height: 0px;
    width: 0px;
    position: relative;
    left: -59px;
    top: -87px;
    z-index: -1;
  }
}
@media only screen and (min-width: 920px) {
  .titre_droit_page {
    border-color: transparent transparent transparent rgba(68, 68, 68, 0.56);
    border-style: solid;
    border-width: 15px;
    height: 0px;
    width: 0px;
    position: relative;
    left: 1170px;
    top: -115px;
    z-index: -1;
  }
}
@media only screen and (min-width: 920px) {
  .alert, .alert-success, .alert-danger {
    width: 910px;
    padding: 22px;
    margin-bottom: 15px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 920px) {
  .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }
}
@media only screen and (min-width: 920px) {
  .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }
}
@media only screen and (min-width: 920px) {
  .err404 {
    font-size: 40px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .err404 a {
    color: black;
  }
  .err404 a:hover {
    color: blue;
  }
}
@media only screen and (min-width: 920px) {
  .js .input-file-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
  }
}
@media only screen and (min-width: 920px) {
  .js .input-file-trigger {
    display: inline-block;
    padding: 14px 45px;
    background: #e4e4e4;
    color: #000;
    font-size: 1em;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 920px) {
  .js .input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    padding: 14px 0;
    opacity: 0;
    cursor: pointer;
  }
}
@media only screen and (min-width: 920px) {
  .js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
    background: #34495E;
    color: #e4e4e4;
  }
}
@media only screen and (min-width: 920px) {
  .file-return {
    text-align: center;
  }
}
@media only screen and (min-width: 920px) {
  .file-return:not(:empty) {
    margin: 1em 0;
  }
}
@media only screen and (min-width: 920px) {
  .js .file-return {
    font-style: italic;
    font-size: 0.9em;
    font-weight: bold;
  }
}
@media only screen and (min-width: 920px) {
  .js .file-return:not(:empty):before {
    content: "Fichier : ";
    font-style: normal;
    font-weight: normal;
  }
}
@media only screen and (min-width: 920px) {
  footer {
    display: flex;
    justify-content: center;
    height: 150px;
    color: white;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    margin-top: 85px;
    min-width: 1350px;
  }
  footer .footer_gauche, footer .footer_centre, footer .footer_droite {
    text-align: center;
    width: 350px;
    height: 50px;
    margin: 0 20px;
  }
  footer .footer_droite {
    margin-top: 10px;
  }
  footer .footer_centre {
    font-size: 12px;
  }
  footer a {
    text-decoration: none;
    color: white;
  }
  footer a:hover {
    color: green;
  }
}

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