
@media only screen and (min-width: 500px){.PDC
{
  height: 500px;
  background-color: white;
}
}

@media only screen and (max-width: 1000px){
.PDC{
height: 750px;
  background-color: white;
}
}

.PDC h1
{
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
  font-size:25px;
  color: #2D2D2D;
}

.progress {
  background: rgba(255,255,255,0.1);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  height: 40px;
  width: 1700px;
  max-width: 100%;
  margin: auto;
}

.progress-value {
  animation: load 3s normal forwards;
  box-shadow: 0 10px 40px -10px black;
  border-radius: 100px;
  background: grey;
  height: 5px;
  width: 0;
  margin: auto;
}

@keyframes load {
  0% { width: 0; }
  100% { width: 80%; }
}

.debutP
{
  margin: auto;
}

.Validation
{
  margin: auto;
}

.Premiers
{
  margin: auto;
}

.ValidationT
{
  margin: auto;
}

.Rendu
{
  margin: auto;
}



.debutP h4, .Validation h4, .Premiers h4, .ValidationT h4, .Rendu h4
{
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
}

.debut {

  background: rgba(255,255,255,0.1);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  height: 40px;
  max-width: 100%;
  margin: auto;

}

.debut-value {
  animation: loadV 3s normal forwards;
  box-shadow: 0 10px 40px -10px black;
  border-radius: 100px;
  background: grey;
  height: 0;
  width: 3px;
  margin: auto;
}

@keyframes loadV
{
  0% { height:  0;}
  100% {height: 100%;}
}
.allignéP
{
  display:inline-flex; max-width: 100%;margin:auto;width: 100%;margin-top:50px;
}

@media only screen and (max-width: 500px){
.allignéP
{
max-width: 100%;margin:auto;width: 100%;margin-top: 50px;display:grid;
}

.progress
{
  display: none;
}
}

form
{
  text-align:center;
  margin:auto;
}

.mail
{
  width: 100%;
  height: 30px;
  margin-bottom:20px;
  background: none repeat scroll 0 0 #FFFFFF;
  border: medium none;
  border-radius: 1px;
  bordder-color:black;
  -webkit-border-radius: 1px;
  color: white;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  background-color:#888888;
  outline: medium none;
  padding: 5px 5px 5px 10px;
  transition: background 0.25s ease-in-out 0s;
  font-family: 'Raleway', sans-serif;
}

.mail::placeholder , .name::placeholder, .surname::placeholder, .project::placeholder
{
color:#B1ADAD;
}

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

#contact
{
width:45%;
}
.surname, .name
{
margin-left:-1%;width:99%;
}}

@media only screen and (max-width: 1000px){
.surname
{
margin-top:20px;
width:100%;
}
.name
{
width:100%;
}
}

.name, .surname
{
  height: 30px;
  font-family: 'Raleway', sans-serif;
  background: none repeat scroll 0 0 #FFFFFF;
  border: medium none;
  border-radius: 1px;
  bordder-color:black;
  -webkit-border-radius: 1px;
  color: white;
  font-size: 16px;
  background-color:#888888;
  font-weight: 400;
  height: 50px;
  outline: medium none;
  padding: 5px 5px 5px 10px;
  transition: background 0.25s ease-in-out 0s;
}

.project
{
  width: 100%;
  font-family: 'Raleway', sans-serif;
  text-align: left;
  resize: vertical;
  overflow:auto;
  background: none repeat scroll 0 0 #FFFFFF;
  border: medium none;
  border-radius: 1px;
  bordder-color:black;
  -webkit-border-radius: 1px;
  background-color:#888888;
  color: white;
  font-size: 16px;
  font-weight: 400;
  height: 200px;
  outline: medium none;
  padding: 5px 5px 5px 10px;
  transition: background 0.25s ease-in-out 0s;
}

.valider
{
  width: 100%;
  margin-top:30px;
    height: 50px;
    border: 2px solid #2D2D2D;
    color: #2D2D2D;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
}
@media only screen and (min-width: 1400px) {

.promoBrowser
{
display:grid;
}

.promoBrowserT
{
display:none;
}

.prix
{
display:grid;
}

.prixT
{
display:none;
}

}

@media only screen and (max-width: 1400px) {

.promoBrowser
{
display:none;
}

.promoBrowserT
{
display:grid;
}

.prix
{
display:none;
}

.prixT
{
display:grid;
}

}



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

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

#caption {
font-family: 'Lato', sans-serif;
font-size:20px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.prev,
.next {
cursor: pointer;
    position: absolute;
    top: 0;
    height: 47%;
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    padding-top: 25%;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  font-family: 'Lato', sans-serif;
  display:none;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
  width:200px;
  height:auto;
  display:none;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
body
{
margin:auto;
}


.logo
{
text-align:center;
color:black;
}

a
{
text-decoration:none;
}

.navtopG
{
Display:inline-flex;
text-decoration:none;
padding-inline-start: 0px;
}

.logoImg
{
width: 110px;
height:auto;
}

.navtop
{
text-align: center;
background: rgba(255,255,255,0.95);
width:100%;
padding-top:10px;
padding-bottom:10px;
padding-inline-start: 0px;
padding-top:20px;
padding-left:10px;
}

.navtop a
{
text-decoration:none;
color: #262626;
padding:20px;
padding-top:30px;
font-family: 'Lato', sans-serif;
font-size:14px;
}

.iconW
{
width:60px;
height:auto;
}

.promoF
{
text-align: center;
background-color: #A30DF8;
margin: 0;
color:white;
padding-top: 15px;
padding-bottom: 15px;
font-family: 'Lato', sans-serif;
}

.navmid
{
position: relative;
overflow: hidden;
text-align:center;
margin-top:50px;
margin-bottom:50px;
font-family: 'Lato', sans-serif;
}

.navmid ul
{
display: inline-block;
font-size: 0;
font-family: 'Lato', sans-serif;
text-align:center;
left: 0;
transition: left cubic-bezier(.16,1,.29,.99) .667s;
padding-inline-start: 0px;
}

.navmid li
{
font-size: 15px;
line-height: 20px;
display: inline-block;
vertical-align: top;
margin:20px;
font-family: 'Lato', sans-serif;
padding: 50px;
}

.navmid a
{
width: 184px;
font-family: 'Lato', sans-serif;
color:black;
}

footer
{
text-align:center;
}

.promo
{
text-align:left;
background-image: url(/images/imageFond.jpg);
padding-top: 150px;
padding-bottom: 200px;
margin-bottom: 50px;
background-repeat: no-repeat;
background-position: undefined undefined;
background-size: 100%;
background-color: transparent;
background-size: 100%;
height: auto;
background-position: center;
padding-left: 10%;
}



.promoO
{
text-align:left;
background-image: url(/images/fond_ordines.jpg);
padding-top:200px;
padding-bottom:200px;
margin-bottom:50px;
background-repeat: no-repeat ;
background-position: undefined undefined ;
background-size: 100% ;
background-color: transparent ;
background-size: 80%;
height: auto;
background-position: center;
padding-left:10%;
}

.promoB
{
text-align:left;
background-image: url(/images/fond_browser.jpg);
padding-top:200px;
padding-bottom:200px;
margin-bottom:50px;
background-repeat: no-repeat ;
background-position: undefined undefined ;
background-size: 100% ;
background-color: transparent ;
background-size: 80%;
height: auto;
background-position: center;
padding-left:10%;
}

.promoB2
{
text-align:left;
background-image: url(/images/fond_browser.jpg);
padding-top:200px;
padding-bottom:200px;
margin-bottom:50px;
background-repeat: no-repeat ;
background-position: undefined undefined ;
background-size: 100% ;
background-color: transparent ;
background-size: 100%;
height: auto;
background-position: center;
padding-left:10%;
}

.promoB2 h1
{
font-size: 40px;
font-family: 'Lato', sans-serif;
margin-bottom: 10px;
color:white;
}

.promoB2 h4
{
font-size: 20px;
font-family: 'Lato', sans-serif;
margin-top: 0px;
color:white;
}

.promoB2 a
{
font-size: 15px;
margin-top: 10px;
color: white;
font-weight: bold;
background-color: black;
border: 3px solid black;
font-family: 'Lato', sans-serif;
padding: 10px;
}

.promoH2
{
text-align:left;
background-image: url(/images/fond_hephaistos.jpg);
padding-top:200px;
padding-bottom:200px;
margin-bottom:50px;
background-repeat: no-repeat ;
background-position: undefined undefined ;
background-size: 100% ;
background-color: transparent ;
background-size: 100%;
height: auto;
background-position: center;
padding-left:10%;
}

.promoH2 h1
{
font-size: 40px;
font-family: 'Lato', sans-serif;
margin-bottom: 10px;
color:white;
}

.promoH2 h4
{
font-size: 20px;
font-family: 'Lato', sans-serif;
margin-top: 0px;
color:white;
}

.promoH2 a
{
font-size: 15px;
margin-top: 10px;
color: white;
font-weight: bold;
background-color: black;
border: 3px solid black;
font-family: 'Lato', sans-serif;
padding: 10px;
}

.promoH
{
text-align:left;
background-image: url(/images/fond_hephaistos.jpg);
padding-top:200px;
padding-bottom:200px;
margin-bottom:50px;
background-repeat: no-repeat ;
background-position: undefined undefined ;
background-size: 100% ;
background-color: transparent ;
background-size: 80%;
height: auto;
background-position: center;
padding-left:10%;
}

.promoH h1
{
font-size: 40px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
    color: white;
    margin-left: 10%;
}

.promoH h4
{
font-size: 20px;
font-family: 'Lato', sans-serif;
margin-top: 0px;
color:white;
    margin-left: 10%;
    margin-right: 60%;
}

.promoH a
{
font-size: 15px;
    margin-top: 10px;
    color: white;
    font-weight: bold;
    background-color: black;
    border: 3px solid black;
    font-family: 'Lato', sans-serif;
    padding: 10px;
    margin-left: 10%;
}

.promoO2
{
text-align:left;
background-image: url(/images/fond_ordines.jpg);
padding-top:200px;
padding-bottom:200px;
margin-bottom:50px;
background-repeat: no-repeat ;
background-position: undefined undefined ;
background-size: 100% ;
background-color: transparent ;
background-size: 100%;
height: auto;
background-position: center;
padding-left:10%;
}

.promoO2 h1
{
font-size: 40px;
font-family: 'Lato', sans-serif;
margin-bottom: 10px;
color:white;
}

.promoO2 h4
{
font-size: 20px;
font-family: 'Lato', sans-serif;
margin-top: 0px;
color:white;
}

.promoO2 a
{
font-size: 15px;
margin-top: 10px;
color: white;
font-weight: bold;
background-color: black;
border: 3px solid black;
font-family: 'Lato', sans-serif;
padding: 10px;
}

.prix table {
width: 70%;
    margin: 100px auto;
    text-align: center;
    height: 150px;
    background-color: white;
}
.prix th,.prix td {
height: 50px;
    vertical-align: center;
    font-family: 'Lato', sans-serif;
    width: 20px;
}

.stitre
{
font-size:15px;
color : #6E6E6E;
}

.prix h2
{
font-size: 40px;
font-family: 'Lato', sans-serif;
margin-bottom: 10px;
color:black;
text-align:center;
}

.portfolio img
{
width:550px;
height:auto;
padding:10px;
}

.portfolio table
{
width: 70%;
    margin: 100px auto;
    text-align: center;
    height: 150px;
    background-color: white;
}

.portfolio th,.portfolio td
{
height: 50px;
    vertical-align: center;
    font-family: 'Lato', sans-serif;
    width: 20px;
}

.portfolio th
{
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

.portfolio h2
{
font-size: 40px;
    font-family: 'Lato', sans-serif;
    color: black;
    text-align: center;
    }

.titre
{
font-size: 20px;
font-family: 'Lato', sans-serif;
margin-bottom: 10px;
color:black;
text-align:center;
}


.promo h1, .promo h4, .promo a, .promoO h1, .promoO h4, .promoO a
{
margin-right: 40%;

}

.promo h1
{
font-size: 40px;
font-family: 'Lato', sans-serif;
margin-bottom: 10px;
color:white;
}

.promoO h1
{
font-size: 40px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
    color: white;
    margin-left: 10%;
}

.promoB h1
{
font-size: 40px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
    color: white;
    margin-left: 10%;
}

.promoB h4
{
font-size: 20px;
font-family: 'Lato', sans-serif;
margin-top: 0px;
color:white;
    margin-left: 10%;
    margin-right: 60%;
}

.promoB a
{
font-size: 15px;
    margin-top: 10px;
    color: white;
    font-weight: bold;
    background-color: black;
    border: 3px solid black;
    font-family: 'Lato', sans-serif;
    padding: 10px;
    margin-left: 10%;
}



.promo h4
{
font-size: 20px;
font-family: 'Lato', sans-serif;
margin-top: 0px;
color:white;
}

.promoO h4
{
font-size: 20px;
font-family: 'Lato', sans-serif;
margin-top: 0px;
color:white;
    margin-left: 10%;
    margin-right: 60%;
}



.promo a
{
font-size: 15px;
margin-top: 10px;
color: white;
font-weight: bold;
background-color: black;
border: 3px solid black;
font-family: 'Lato', sans-serif;
padding: 10px;
}

.promoO a
{
font-size: 15px;
    margin-top: 10px;
    color: white;
    font-weight: bold;
    background-color: black;
    border: 3px solid black;
    font-family: 'Lato', sans-serif;
    padding: 10px;
    margin-left: 10%;
}




.promoUvoyages
{
text-align:center;
background-image: url(/images/imageFondU.jpg);
padding-top:100px;
padding-bottom:100px;
background-repeat: no-repeat ;
background-position: undefined undefined ;
background-size: 100% ;
background-color: transparent ;
background-size: cover;
height: auto;
background-position: center;
width:70%;
margin:auto;
}

.promoUvoyages h1, .promo h4, .promo a
{

}

.promoUvoyages h1
{
font-size: 40px;
font-family: 'Lato', sans-serif;
margin-bottom: 10px;
color:white;
}

.promoUvoyages h4
{
font-size: 20px;
font-family: 'Lato', sans-serif;
margin-top: 0px;
color:white;
}

.promoUvoyages a
{
font-size: 15px;
margin-top: 10px;
color: white;
font-weight: bold;
background-color: black;
border: 3px solid black;
font-family: 'Lato', sans-serif;
padding: 10px;
}

.promoBrowser
{
}

.globalBrowser
{
text-align: center;
    padding-top: 10px;
}

.globalBrowser img
{
width: 70%;
    height: auto;
    left: 0;
    margin-left: 0;
    padding:100px;
}

.globalBrowser h1
{
font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 30px;
}

.globalBrowser h4
{
font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 15px;
}


}

@media only screen and (max-width: 768px) {

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

#caption {
font-family: 'Lato', sans-serif;
    font-size: 20px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

.modal-content {
position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    margin-top: 40%;
    margin-bottom: auto;
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.prev,
.next {
cursor: pointer;
    position: absolute;
    top: 5%;
    height: 320px;
    width: auto;
    padding: 16px;
    padding-top: 30%;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  font-family: 'Lato', sans-serif;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
  display:none;
  height:auto;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
body
{
width: 100%;
margin:auto;
}


.logo
{
text-align:center;
color:black;
}

a
{
text-decoration:none;
}

.portfolio img
{
width: 250px;
    height: auto;
    padding: 10px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}

.navtopG
{
Display:grid;
text-decoration:none;
padding-inline-start: 0px;
}

.logoImg
{
width: 110px;
height:auto;
}

.navtop
{
text-align: center;
background: rgba(255,255,255,0.95);
width:100%;
padding-top:10px;
padding-bottom:10px;
padding-inline-start: 0px;
padding-top:20px;
padding-left:10px;
}

.navtop a
{
text-decoration:none;
color: #262626;
padding:20px;
padding-top:30px;
font-family: 'Lato', sans-serif;
font-size:14px;
}

.iconW
{
width:60px;
height:auto;
}

.portfolio h2
{
font-size: 40px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
    color: black;
    text-align: center;
    }

.promoF
{
text-align: center;
background-color: #A30DF8;
margin: 0;
color:white;
padding-top: 15px;
padding-bottom: 15px;
font-family: 'Lato', sans-serif;
}

.navmid
{
position: relative;
overflow: hidden;
text-align:center;
margin-top:50px;
margin-bottom:50px;
font-family: 'Lato', sans-serif;
}

.navmid ul
{
display: inline-block;
font-size: 0;
font-family: 'Lato', sans-serif;
text-align:center;
left: 0;
transition: left cubic-bezier(.16,1,.29,.99) .667s;
padding-inline-start: 0px;
}

.navmid li
{
font-size: 15px;
line-height: 20px;
display: inline-block;
vertical-align: top;
margin:20px;
font-family: 'Lato', sans-serif;
padding: 50px;
}

.navmid a
{
width: 184px;
font-family: 'Lato', sans-serif;
color:black;
}

footer
{
text-align:center;
}

.promo
{
text-align:left;
background-image: url(/images/imageFond.jpg);
padding-top:200px;
padding-bottom:200px;
background-repeat: no-repeat ;
background-position: undefined undefined ;
background-size: 100% ;
background-color: transparent ;
background-size: cover;
height: auto;
background-position: center;
padding-left:10%;
}

.fadein {
    opacity:0;
}

.promoO2
{
text-align:left;
background-image: url(/images/fond_ordines.jpg);
padding-top:200px;
padding-bottom:200px;
background-repeat: no-repeat ;
background-position: undefined undefined ;
background-size: 100% ;
background-color: transparent ;
background-size: cover;
height: auto;
background-position: center;
padding-left:10%;
}

.promoO2 h1
{
font-size: 40px;
font-family: 'Lato', sans-serif;
margin-bottom: 10px;
color:white;
}

.promoO2 h4
{
font-size: 20px;
font-family: 'Lato', sans-serif;
margin-top: 0px;
color:white;
}

.promoO2 a
{
font-size: 15px;
margin-top: 10px;
color: white;
font-weight: bold;
background-color: black;
border: 3px solid black;
font-family: 'Lato', sans-serif;
padding: 10px;
}

.promoB2
{
text-align:left;
background-image: url(/images/fond_browser.jpg);
padding-top:200px;
padding-bottom:200px;
background-repeat: no-repeat ;
background-position: undefined undefined ;
background-size: 100% ;
background-color: transparent ;
background-size: cover;
height: auto;
background-position: center;
padding-left:10%;
}

.promoB2 h1
{
font-size: 40px;
font-family: 'Lato', sans-serif;
margin-bottom: 10px;
color:white;
}

.promoB2 h4
{
font-size: 20px;
font-family: 'Lato', sans-serif;
margin-top: 0px;
color:white;
}

.promoB2 a
{
font-size: 15px;
margin-top: 10px;
color: white;
font-weight: bold;
background-color: black;
border: 3px solid black;
font-family: 'Lato', sans-serif;
padding: 10px;
}

.promoH2
{
text-align:left;
background-image: url(/images/fond_hephaistos.jpg);
padding-top:200px;
padding-bottom:200px;
background-repeat: no-repeat ;
background-position: undefined undefined ;
background-size: 100% ;
background-color: transparent ;
background-size: cover;
height: auto;
background-position: center;
padding-left:10%;
}

.promoH2 h1
{
font-size: 40px;
font-family: 'Lato', sans-serif;
margin-bottom: 10px;
color:white;
}

.promoH2 h4
{
font-size: 20px;
font-family: 'Lato', sans-serif;
margin-top: 0px;
color:white;
}

.promoH2 a
{
font-size: 15px;
margin-top: 10px;
color: white;
font-weight: bold;
background-color: black;
border: 3px solid black;
font-family: 'Lato', sans-serif;
padding: 10px;
}

.promo h1, .promo h4, .promo a
{
margin-right: 40%;

}

.promo h1
{
font-size: 40px;
font-family: 'Lato', sans-serif;
margin-bottom: 10px;
color:white;
}

.promo h4
{
font-size: 20px;
font-family: 'Lato', sans-serif;
margin-top: 0px;
color:white;
}

.promo a
{
font-size: 15px;
margin-top: 10px;
color: white;
font-weight: bold;
background-color: black;
border: 3px solid black;
font-family: 'Lato', sans-serif;
padding: 10px;
}


.promoUvoyages
{
text-align:center;
background-image: url(/images/imageFondU.jpg);
padding-top:100px;
padding-bottom:100px;
background-repeat: no-repeat ;
background-position: undefined undefined ;
background-size: 100% ;
background-color: transparent ;
background-size: cover;
height: auto;
background-position: center;
width:70%;
margin:auto;
}

.promoUvoyages h1, .promo h4, .promo a
{

}

.promoUvoyages h1
{
font-size: 40px;
font-family: 'Lato', sans-serif;
margin-bottom: 10px;
color:white;
}

.promoUvoyages h4
{
font-size: 20px;
font-family: 'Lato', sans-serif;
margin-top: 0px;
color:white;
}

.promoUvoyages a
{
font-size: 15px;
margin-top: 10px;
color: white;
font-weight: bold;
background-color: black;
border: 3px solid black;
font-family: 'Lato', sans-serif;
padding: 10px;
}

.promoBrowser
{
}

.globalBrowser
{
text-align: center;
    padding-top: 10px;
}

.globalBrowser img
{
width: 80%;
    height: auto;
    left: 0;
    margin-left: 0;
    padding: 40px;
}

.globalBrowser h1
{
font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 30px;
}

.globalBrowser h4
{
font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 15px;
}


}

@media only screen and (max-width: 500px) {

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

#caption {
font-family: 'Lato', sans-serif;
    font-size: 20px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

.modal-content {
position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    margin-top: 40%;
    margin-bottom: auto;
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.prev,
.next {
cursor: pointer;
    position: absolute;
    top: 15%;
    height: 130;
    width: auto;
    padding: 16px;
    padding-top: 20%;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  font-family: 'Lato', sans-serif;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
  display:none;
  height:auto;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
body
{
width: 100%;
margin:auto;
}


.logo
{
text-align:center;
color:black;
}

a
{
text-decoration:none;
}

.navtopG
{
Display:grid;
text-decoration:none;
padding-inline-start: 0px;
}

.logoImg
{
width: 110px;
height:auto;
}

.navtop
{
text-align: center;
background: rgba(255,255,255,0.95);
width:100%;
padding-top:10px;
padding-bottom:10px;
padding-inline-start: 0px;
padding-top:20px;
padding-left:10px;
}

.navtop a
{
text-decoration:none;
color: #262626;
padding-top:30px;
font-family: 'Lato', sans-serif;
font-size:14px;
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
padding: 5px;
}

.iconW
{
width:60px;
height:auto;
}

.promoF
{
text-align: center;
background-color: #A30DF8;
margin: 0;
color:white;
padding-top: 15px;
padding-bottom: 15px;
font-family: 'Lato', sans-serif;
}


.navmid
{
position: relative;
overflow: hidden;
text-align:center;
margin-top:50px;
margin-bottom:50px;
font-family: 'Lato', sans-serif;
}

.navmid ul
{
display: inline-block;
font-size: 0;
font-family: 'Lato', sans-serif;
text-align:center;
left: 0;
transition: left cubic-bezier(.16,1,.29,.99) .667s;
padding-inline-start: 0px;
}

.navmid li
{
font-size: 15px;
line-height: 20px;
display: inline-block;
vertical-align: top;
margin:20px;
font-family: 'Lato', sans-serif;
padding: 50px;
}

.navmid a
{
width: 184px;
font-family: 'Lato', sans-serif;
color:black;
}

footer
{
text-align:center;
}

.promo
{
text-align:left;
background-image: url(/images/imageFond.jpg);
padding-top:200px;
padding-bottom:200px;
background-repeat: no-repeat ;
background-position: undefined undefined ;
background-size: 100% ;
background-color: transparent ;
background-size: cover;
height: auto;
background-position: center;
padding-left:10%;
}

.promo h1, .promo h4, .promo a
{
margin-right: 40%;

}

.promoO
{
text-align: left;
    background-image: url(/images/fond_ordines.jpg);
    padding-top: 200px;
    padding-bottom: 200px;
    background-repeat: no-repeat;
    background-position: undefined undefined;
    background-size: 100%;
    background-color: transparent;
    background-size: cover;
    height: auto;
    background-position: center;
    padding-left: 10%;
}

.promoH
{
text-align: left;
    background-image: url(/images/fond_hephaistos.jpg);
    padding-top: 200px;
    padding-bottom: 200px;
    background-repeat: no-repeat;
    background-position: undefined undefined;
    background-size: 100%;
    background-color: transparent;
    background-size: cover;
    height: auto;
    background-position: center;
    padding-left: 10%;
}

.promoH h1
{
font-size: 40px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
    color: white;
    margin-left: 10%;
}

.promoH h4
{
font-size: 20px;
font-family: 'Lato', sans-serif;
margin-top: 0px;
color:white;
    margin-left: 10%;
    margin-right: 60%;
}

.promoH a
{
font-size: 15px;
    margin-top: 10px;
    color: white;
    font-weight: bold;
    background-color: black;
    border: 3px solid black;
    font-family: 'Lato', sans-serif;
    padding: 10px;
    margin-left: 10%;
}

.promoB
{
text-align: left;
    background-image: url(/images/fond_ordines.jpg);
    padding-top: 200px;
    padding-bottom: 200px;
    background-repeat: no-repeat;
    background-position: undefined undefined;
    background-size: 100%;
    background-color: transparent;
    background-size: cover;
    height: auto;
    background-position: center;
    padding-left: 10%;
}

.promoB h1
{
font-size: 40px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
    color: white;
    margin-left: 10%;
}

.promoB h4
{
font-size: 20px;
font-family: 'Lato', sans-serif;
margin-top: 0px;
color:white;
    margin-left: 10%;
    margin-right: 60%;
}

.promoB a
{
font-size: 15px;
    margin-top: 10px;
    color: white;
    font-weight: bold;
    background-color: black;
    border: 3px solid black;
    font-family: 'Lato', sans-serif;
    padding: 10px;
    margin-left: 10%;
}

.promoO h1
{
font-size: 40px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
    color: white;
    margin-left: 10%;
}

.promo h4
{
font-size: 20px;
font-family: 'Lato', sans-serif;
margin-top: 0px;
color:white;
}

.promoO h4
{
font-size: 20px;
font-family: 'Lato', sans-serif;
margin-top: 0px;
color:white;
    margin-left: 10%;
    margin-right: 60%;
}

.promo a
{
font-size: 15px;
margin-top: 10px;
color: white;
font-weight: bold;
background-color: black;
border: 3px solid black;
font-family: 'Lato', sans-serif;
padding: 10px;
}

.promoO a
{
font-size: 15px;
    margin-top: 10px;
    color: white;
    font-weight: bold;
    background-color: black;
    border: 3px solid black;
    font-family: 'Lato', sans-serif;
    padding: 10px;
    margin-left: 10%;
}

.prix h2
{
font-size: 40px;
font-family: 'Lato', sans-serif;
margin-bottom: 10px;
color:black;
text-align:center;
}

.portfolio img
{
width: 120px;
    margin: auto;
}


.promoUvoyages
{
text-align:center;
background-image: url(/images/imageFondU.jpg);
padding-top:100px;
padding-bottom:100px;
background-repeat: no-repeat ;
background-position: undefined undefined ;
background-size: 100% ;
background-color: transparent ;
background-size: cover;
height: auto;
background-position: center;
width:70%;
margin:auto;
}

table {
width: 100%;
    margin: 100px auto;
    text-align: center;
    height: 150px;
    background-color: white;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
th, td {
height: 50px;
    vertical-align: center;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    font-family: 'Lato', sans-serif;
    width: 20px;
}

.promoUvoyages h1, .promo h4, .promo a
{

}

.promoUvoyages h1
{
font-size: 40px;
font-family: 'Lato', sans-serif;
margin-bottom: 10px;
color:white;
}

.promoUvoyages h4
{
font-size: 20px;
font-family: 'Lato', sans-serif;
margin-top: 0px;
color:white;
}

.promoUvoyages a
{
font-size: 15px;
margin-top: 10px;
color: white;
font-weight: bold;
background-color: black;
border: 3px solid black;
font-family: 'Lato', sans-serif;
padding: 10px;
}

.promoBrowser
{
}

.globalBrowser
{
text-align: center;
    padding-top: 10px;
}

.globalBrowser img
{
width: 80%;
    height: auto;
    left: 0;
    margin-left: 0;
    padding: 40px;
}

.globalBrowser h1
{
font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 30px;
}

.globalBrowser h4
{
font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 15px;
}


}