body {
	font-size: 1.5vw;
	margin: 0px;
}

h1 {
  font-family: 'Verdana', sans-serif;
  font-size: 2vw;
  text-align: center;  
}

h2 {
  color: white;
  text-align: center;
  vertical-align: middle;
}

h3 {

}

h4 {
  color: white;
  font-size: 1.8vw;
  text-align: center;
}

h5 {

}

#real{
  background-color: #ff7a3b;
}

#div-trans{
  background-color: white;
}

#div-trans-or{
  background-color: #ff7a3b;
}

.navigation{
  z-index: 2;
  list-style-type: none;
  /*margin: 0;
  padding: 0;*/
  overflow: hidden;
  font-family: 'Brush Script MT', cursive;
  background-color: #222222;
  position: sticky;
  top: 0;
}

ul{
  z-index: 2;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

li {
  z-index: 2;
  list-style-type: none;
  margin: 0;
  padding: 1%;
  float: left;
  font-family: 'Brush Script MT', cursive;
  background-color: #222222;
}

li a {
  display: block;
  color: #DDDDDD;
  font-size: 3vw;
  text-align: center;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}

.list{

}


.haut{
	margin: 0;
	padding: 0;
	width: 100%;

}

.table-img{
	margin-left: auto;
  margin-right: auto;
	width: 80%;
	height: auto;
	text-align: center;
}

.image-titre{
  z-index: 1;
  width: 100%;
  height: auto;
  background-image: url("../img/ressources/header.png");
  background-color: #cccccc;
  background-repeat: no-repeat;
  display: flex;
  vertical-align: middle;
}

.image-anticabois{
  z-index: 2;
  height: 10vw;
  width: auto;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

.div-anticabois{
  margin: auto;
}

.image-JC{
  z-index: 2;
  height: 3vw;;
  background-repeat: no-repeat;
  margin-left: 0%;
  margin-right: 100%;
}

.image-mail{
  z-index: 3;
  width: auto;
  height: 60px;
  padding: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.msg{
  max-width: 100%;
}

.mail-buttons{
  display: flex;
  justify-content: center;
  align-items: center;
}

.trans-scie{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
  height: auto;
}

.trans-rabot{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
  height: auto;
}

.active a {
 color: #ff7a3b;
}

#description{
  text-align: center;
  font-family: Book Antiqua;
}

.contact{
  background-color: #d4812f;
}

.acontact{
  color: black;
  cursor: pointer;
  height: 100%;
}

.desc-txt{
  font-size: 1.5vw;
}

.main-img{
  cursor: pointer;
  width: 100%;
  height: auto;
  border-radius: 15px;
  transition: 0.5s;
}

.main-img:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 60%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(200,200,200,0.99); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #cccccc;
  padding: 10px 0;
  height: auto;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close .close-end {
  position: inherit;
  text-align: right;
  top: 15px;
  right: 35px;
  color: #202020;
  font-size: 50px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close-end:hover,
.close-end:focus,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.footer {
    background-image: url(../img/ressources/footer_2.png);
    background-position: center;
    background-size: cover;
    vertical-align: sub;
    bottom: 0px;
    height: 300px;
    color: black;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: white;
}

.footer img {
    border: none !important;
    width: auto !important;
    height:auto;
    max-width:100%;
  }


/* Fixer le bouton sur le côté gauche de la page */
.open-btn {
  display: flex;
  justify-content: flex-start;
}
/* Stylez et fixez le bouton sur la page */
.open-button {
  background-color: #1c87c9;
  color: #000000;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
}
/* Positionnez la forme Popup */
.login-popup {
  position: relative;
  text-align: center;
  max-height: 60vh;
  max-width: 60vw;
  /*width: 100%;*/
}
/* Masquez la forme Popup */
.form-popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 5%;
  border-style: solid none solid none;
  border-color: orange;
  border-width: 5px;
  transform: translate(-50%, 5%);
  z-index: 110;
}
/* Styles pour le conteneur de forme */
.form-container {
  width: auto;
  /*max-width: 400px;*/
  max-height: 60vh;
  max-width: 60vw;
  padding: 20px;
  background-color: #e6e6e6;
}
/* Largeur complète pour les champs de saisie */
.form-container input[type="text"],
.form-container input[type="password"],
.form-container input[type="textarea"] {
  max-width: 40vw;
  padding: 10px;
  margin: 5px 0 22px 0;
  border: none;
  background: #eee;
}
/*Quand les entrées sont concentrées, faites quelque chose */
.form-container input[type="text"]:focus,
.form-container input[type="textarea"]:focus,
.form-container input[type="password"]:focus {
  background-color: #ddd;
  outline: none;
}

/* Stylez le bouton de connexion*/
.form-container .btn {
  background-color: #ff863b;
  color: #000000;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  width: auto;
  margin-bottom: 10px;
  opacity: 0.8;
  font-weight: bold;
}
/* Stylez le bouton pour annuler */
.form-container .cancel {
  background-color: #242424;
  color: white;
  font-weight: normal;
}
/* Planez les effets pour les boutons */
.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}




.an-scte{
  font-size: 2vw;
  color: #101010;
}

.an-siret{
  font-size: 2vw;
  color: #333;
}

.an-mail{
  font-size: 2vw;
  color: #101010;
}

.an-nom{
  font-size: 1.5vw;
  color: #505050;
}

.an-ville{
  font-size: 1.5vw;
  color: #757575;
}

.an-dept{
  font-size: 1.3vw;
  color: #707070;
}

.an-tel{
  font-size: 2vw;
  color: #101010;
}


/* The Modal (background) */
.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    padding-top: 5%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content1 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close1 {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close1:hover,
.close1:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header1 {
    padding: 2px 16px;
    background-color: #63412e;
    color: white;
}

.modal-body1 {padding: 2px 16px;}

.modal-footer1 {
    padding: 2px 16px;
    background-color: #63412e;
    color: white;
}

.mod-trans {
  height: 30px;
}

.iframe-rwd  {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.iframe-rwd iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}