* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu {
  list-style-type: none;
  background-color: #333;
  padding: 10px 0;
  margin: 0;
  display: flex;
  justify-content: center;
  border-radius: 0px 0px 20px 20px;
  align-items: center;
}

.menu li {
  position: relative;
  margin: 0 15px;
}

.menu a {
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  display: block;
  font-size: 18px;
}

.menu a:hover {
  background-color: #555;
  border-radius: 10px 10px 10px 10px;
}

.submenu .sub-list {
  list-style-type: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right:0;
  background-color: #333;
  padding: 10px ;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
}

.submenu:hover .sub-list {
  display: block;
}

.sub-list li {
  margin: 0;
}

.sub-list a {
  padding: 5px 20px;
  display: block;
  color: white;
}

.sub-list a:hover {
  background-color: #555;
}
.container {
  width: 100%;
}

.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  background-color: #e5eecf;
  width:1000px;
  margin: 0 auto;
}

.text {
  flex: 1;
  text-align: left;
}

.image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.image img {
  max-width: 100%;
  height: auto;
}
.hrcenter {
  width: 1000px;
  border: 1px solid #000;
  margin: 0 auto;
}
.actu {
  clear:both;
  height: 100%;
  background-color: #a6a6a5;
  width:1000px;
  margin: 0 auto;
}
.footer {
  background-color: #c2c2c1;
  color: #000;
  width: 1000px;
  margin: auto;
  height: 100%;
  border-radius: 0px 0px 10px 10px;
}
.imgright {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.content_quot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  background-color: rgba(36, 123, 12, 0.3);
  width:1000px;
  margin: 0 auto;
  padding:10px;
  border-radius: 10px;
  margin-top: 15px;
  border: 1px solid grey;
}
.content_prod {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  background-color: rgba(189, 193, 38, 0.8);
  margin: 0 auto;
  padding:10px;
  border-radius: 10px;
  margin-top: 15px;
  border: 1px solid grey;
  text-align: center;
  column-count: 2;
}
.content_prod img{
  border-radius:10%;
  width:200px;
  height:200px;
}
.content_prod a {
  text-decoration: none;
  color: #000;
}
.content_tis {
  height: 100%;
  background-color: rgba(36, 123, 12, 0.3);
  width:1000px;
  margin: 0 auto;
  padding:10px;
  border-radius: 10px;
  border: 1px solid grey;
}
.flotte {
float:right;
}
.tis {
  align:right;
  color: grey;
}
.qualite_tis{
  font-size:1.3rem;
  font-style:italic;
  color:#261758;
}
.tis_simples {
  line-height: 1.5em;
}
.containe {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.image-group {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.image-item {
  text-align: center;
}

.image-item img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.content_anim {
  justify-content: space-around;
  align-items: center;
  height: 100%;
  background-color: rgba(222, 222, 222, 1);
  margin: 0 auto;
  padding:10px;
  border-radius: 10px;
  margin-top: 15px;
  border: 1px solid grey;
  text-align: center;
}
.content_flex {
  display: flex;
}
.sorties_bota {
  background-image:url("/imgs/fond_page_Web2.jpg");
}
.form-style {
  margin:10px auto;
  width: 400px;
  padding: 20px 12px 10px 20px;
  font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style td {
  padding: 0;
  display: block;
  list-style: none;
  margin: 10px 0 0 0;
}
.form-style label{
  margin:0 0 3px 0;
  padding:0px;
  display:block;
  font-weight: bold;
}
.form-style .required{
  color:red;
}
.form-style input[type=submit], .form-style input[type=reset]{
  background: #4eb5f1;
  padding: 8px 15px 8px 15px;
  border: none;
  color: #fff;
}
.form-style input[type=submit]:hover, .form-style input[type=reset]:hover{
  background: #4eb5f1;
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
}
.form-style .field-textarea{
  height: 100px;
}
.form-style input[type=text], 
.form-style input[type=email],
textarea{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border:1px solid #BEBEBE;
  padding: 7px;
  margin:0px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;  
}
.form-style .long{
  width: 100%;
}
.form-style input[type=text]:focus, 
.form-style input[type=email]:focus,
.form-style textarea:focus{
  -moz-box-shadow: 0 0 8px #88D5E9;
  -webkit-box-shadow: 0 0 8px #88D5E9;
  box-shadow: 0 0 8px #88D5E9;
  border: 1px solid #88D5E9;
}
.error{
  color: #D8000C;
  background-color: #FFBABA;
}
.content_tisanes {
  height: 100%;
  background-color: rgba(189, 193, 38, 0.8);
  margin: 0 auto;
  padding:10px;
  border-radius: 10px;
  margin-top: 15px;
  border: 1px solid grey;
  text-align: center;
}
.content_tisanes img {
  width:150px;
  border-radius: 10px;
}