body {
    padding: 0;
    margin: 0;
    height: 100%;
    background-color: white;
    color: black;
} 
html {
    font: 1em/1.5 "Lato", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
} 
body {
    font-size: 1.3em;
}
::selection{
    color: white;
    background-color: rgb(207, 1, 1);
}

/* --------------------------Menu déroulant------------------------------ */

#header{
    position: fixed; 
    top: 0; 
    transition: top 0.3s; 
    -webkit-box-shadow: 0 0 4px 0 grey;
    -moz-box-shadow: 0 0 4px 0 grey;
    box-shadow: 0 0 4px 0 grey;
    background-color: whitesmoke;
    text-align: center;
    width:100%;
    height: 81px;
    z-index: 99;
}
.navbar {
    display: inline;
} 
.navbar a {
    display: inline-block;
    font-size: 2em;
    text-decoration: none;      
    padding: 29px 0;           
    text-align: center;
    border-bottom-width: 3px;
    border-style: solid;
    border-color: rgba(184, 183, 183, 0);  
    font-family: 'Unica One', cursive;
    font-size: 1.3rem;  
    font-weight: bold; 
    width: 125px; 
}
.dropdown {
    display: inline-block;
}
.dropbtn {
    display: inline-block;
    background-color: whitesmoke;    
    border: none;
    text-decoration: none;      
    width: 125px;           
    padding: 26.6px 0; 
    margin-bottom: 0 0 2px 0;          
    color: black;                   
    text-align: center;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-color: rgba(184, 183, 183, 0);  
    font-family: 'Unica One', cursive;
    font-size: 1.3rem;  
    font-weight: bold;
}  
.navbar a:hover {
    border-color: rgb(207, 1, 1);
    color: rgb(207, 1, 1);
}
.dropbtn:hover {
    border-color: rgb(207, 1, 1);
    color: rgb(207, 1, 1);
}
.dropdown-content {
    display: none;
    position: absolute;
    -webkit-box-shadow: 0 0 6px 0 rgb(201, 201, 201);
    -moz-box-shadow: 0 0 6px 0 rgb(201, 201, 201);
    box-shadow: 0 0 6px 0 rgb(201, 201, 201);
    background-color: whitesmoke;
}
.dropdown-content a {
    color: black;
    padding: 15px;
    display: block;
    width: 95px;
    text-align: center;
} 
.dropdown:hover .dropdown-content {
    display: block; 
}

/* --------------------------LUNETTE & PSEUDO------------------------------ */

.logopseudo{
    float:left;
}
.logo {
    display: inline;
    padding: 0 0 0 60px;
}
.logo img {
    vertical-align: middle;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
} 
.logo img:hover {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
} 
.logo img{
    display: inline-block;
}
.pseudo{
    display: inline;
}
.logopseudo a {
    font-family: 'Kalam', cursive;
    font-size: 2em;
    font-weight: bold;
    background: linear-gradient(to right, rgb(207, 1, 1), rgb(207, 1, 1) 50%, rgb(0, 0, 0) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 1s ease;
    text-decoration: none; 
}
.logopseudo a:hover {
    background-position: 0 100%;
}
.navbarhover {
    filter: brightness(0);
}
.navbarhover:hover{
    filter: brightness(1);
}

/* --------------------------Menu actif-------------------------------- */

.navbar a.actif {     
    border-bottom-color: rgb(207, 1, 1);
    color: rgb(207, 1, 1);  
}
.actif {
    border-bottom-color: rgb(207, 1, 1);
    color: rgb(207, 1, 1);
}

/* --------------------------BARRE RESEAUX--------------------------- */

.main_reseaux {
    float:right;
    padding: 28px 8px 20px 0; 
    margin: auto 0;
}
.reseaux {
    padding: 0 5px; 
}
.reseaux img{
    filter: brightness(0);
}
.reseaux img:hover{
    filter: brightness(1);
}

/* -------------Fil d'ariane------------- */

nav.breadcrumb ol {
    margin: 0 0 1em 0;
    padding-left: 0.3em;
    list-style: none;
}
nav.breadcrumb li {
    display: inline;
}  
nav.breadcrumb li a{
    text-decoration: none;
    color: rgb(207, 1, 1); 
    font-size: 0.8rem;
} 
nav.breadcrumb li + li::before {
    display: inline-block;
    margin: 0 0.15em;
    transform: rotate(15deg);
    border-right: 0.1em solid currentColor;
    height: 0.5em;
    content: "";
} 
.bold {
    color: #000;
    font-weight: 700;
    text-decoration: none;
}

/* ---------------FOOTER----------------- */
  
.footer {
    width: 100%;
    position: relative;
    height: auto;
    background-color: #252525;
}
.footer .col {
    height: auto;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 0px 20px 0px;
    margin: 0px 30px 0px 30px;
    width: 260px;
}
.footer .col h5 {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 12px;
    line-height: 17px;
    padding: 20px 0px 5px 0px;
    color: rgba(255,255,255,0.2);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.250em;
}
.footer .col ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer .col ul li {
    color: #999999;
    font-size: 14px;
    font-family: inherit;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    cursor: pointer;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}
.footer .col ul li a {
    text-decoration: none;
    color: #999999;
    font-size: 14px;
    font-family: inherit;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    cursor: pointer;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}
.footeractive {
    filter: brightness(10);
}
.footer .col ul li a:hover {
    color: #ffffff;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
}
.social ul li {
    display: inline-block;
    padding-right: 5px !important;
    filter: brightness(0);
} 
.social ul li:hover {
    filter: brightness(1);
} 
.footer .col ul li:hover {
    color: #ffffff;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
}
.clearfix {
    clear: both;
}

/* ----------------------EN TETE--------------------------- */

h1 {
    font-size: 6vw;
    font-family: 'Unica One', cursive;
    margin: 40vw 0 0 15vw;
}
.texteentete {
    cursor: pointer;
    position: relative;
    display: flex;
}
.text-border {
    position: absolute;
    font-size: 8vw;
    color: rgb(207, 1, 1);
    text-shadow: 0px 0px 4px white;
    z-index: 10;
}
.text-inside {
    position: absolute;
    font-size: 8vw;
    color: black;
    font-weight: bold;
    z-index: 11;
    clip-path: inset(100% 0 0 0);
    transition: clip-path 0.8s ease-out;
}
.texteentete:hover .text-inside {
    clip-path: inset(-10% 0 0 0);
    transition: clip-path 0.8s ease-out;
}
.slide-right {
    padding-left: 15px;
    animation-name: slideElemRight;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
}
@keyframes slideElemRight {
    0% {
        opacity: 0;
        transform: translate(-250px);
    }
}

/* ---------------------Card Reseaux sociaux---------------- */

.ActuBlock {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center; 
    flex-wrap: wrap; 
    margin: 0 8%;
    box-sizing: border-box;
}
h3{
    font-family: 'Unica One', cursive;
    color: rgb(207, 1, 1); 
    margin: 1vw;
    font-size: 1.5em;
    display: inline-block;
}
.CardYoutube {
    display: block;
    margin: 100px auto 130px;
    max-width: 600px;
    width: 100%;
    text-align: center;
    border-radius: 55px 25px;
    background-color: whitesmoke;
    box-sizing: border-box;
    border: 3px solid rgb(207, 1, 1);
    -webkit-box-shadow: 4px 4px 0px 1px rgb(241, 35, 35); 
    box-shadow: 4px 4px 0px 1px rgb(241, 35, 35);
}
.CardReseau {
    display: block;
    margin: 100px auto 130px;
    max-width: 500px;
    width: 100%;
    border-radius: 55px 25px;
    background-color: whitesmoke;
    border: 3px solid rgb(207, 1, 1);
    -webkit-box-shadow: 4px 4px 0px 1px rgb(241, 35, 35); 
    box-shadow: 4px 4px 0px 1px rgb(241, 35, 35);
}
.twitter-timeline{
    display: block;
    background-color: whitesmoke;
}
.TitreCard {
    display: block;
    text-align: center;
    border-bottom: 1px solid rgb(207, 1, 1);
}
.Button{
    border-radius: 25px;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    padding: 15px 40px;
    margin: 10px;
}
.displayblock {
    display: block;
    margin: 25px 100px;
    box-sizing: border-box;
}
.ButtonPetit{
    border-radius: 25px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    color: white;
    padding: 5px 10px;
    margin: 10px 15% 0 0;
    float:right;
}
.ButtonPetit img {
    vertical-align: middle;
}
.Button img {
    vertical-align: top;
}
.youtube{
    background-color: #e40707;
}
.youtube:hover {
    filter:saturate(1.5);
}
.twitter{
    background-color: #008DDE;
}
.twitter:hover {
    background-color: #259edb;
}
.facebook{
    background-color: #2e4a88;
}
.facebook:hover {
    background-color: #455e8f;
}

.duoButton{
    display: block;
    text-align: center;
}
.instagram {
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); 
}
.instagram:hover {
    filter:saturate(1.2);
}
.IframeResp {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-top: 56.25%; 
}
.latestVideoEmbed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
p {
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    margin: 1em;
    line-height: 1.2em;
    font-size: clamp(0.6rem, 4vw, 1rem);
    color: black;
}
.indent {
    text-indent:5%;
}
.signature{
    font-family: 'Kalam', cursive;
    text-align: right;
    font-size: 28px;
}
.CardInstagram{
    margin: 100px auto ;
    max-width: 700px;
    min-width: 250px;
    text-align: center;
    border-radius: 55px 25px;
    background-color: whitesmoke;
    width: 100%;
    height: auto;
    border: 3px solid rgb(207, 1, 1);
    -webkit-box-shadow: 4px 4px 0px 1px rgb(241, 35, 35); 
    box-shadow: 4px 4px 0px 1px rgb(241, 35, 35);
}
.imgInstagram {
    max-width:700px;
    min-width: 250px; 
    width: 100% ;
}
.sideleft {
    margin: 0 auto;
    box-sizing: border-box;
}
.sideright{
    margin: 0 auto;
    box-sizing: border-box;
}

/*------------------Card navigation------------------------*/

h4 {
    font-size: 40px;
    font-family: 'Kalam', cursive;
    padding: 0.5rem 0 0 0;
    text-align: center;
    color: black;  
}
.card a{
    text-decoration: none;
}
.card {
    display: inline-block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 250px;
    margin: 1rem;
    font-family: arial;
    border: 1px solid rgb(207, 1, 1);
}
.card:hover {
	transform: translateY(-0.5rem) scale(1.0125);
	box-shadow: 0 0.5em 3rem -1rem rgba(0,0,0,0.5);
}
.card-list {
    display: block;
	margin: 8rem 0 0 0;
	text-align: center;
}
.CardDesc {
    color: rgb(94, 94, 94);
    font-size: 1rem;
    text-align: center;
}

/* -------------------------------------------- */


h2{
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 10px 0 10px;
    font-size: 2.8rem;
    filter: opacity(0.7);
    border-top: 2px solid rgb(207, 1, 1);
    margin: 150px auto 100px;
}
.overline {
    display: block;
    text-align: center;
}
.PetitH2 {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: overline solid rgb(207, 1, 1);
    text-decoration-thickness: 2px;
    text-transform: uppercase;
    padding: 10px 10px 0 10px;
    font-size: 1.5rem;
    filter: opacity(0.7);
    margin: 10px auto 100px;
}

/* -----------------------Map Monde---------------------------- */

svg {
    margin: 0 300px;
}
@media all and (max-width: 1500px){
        svg{
            margin: 0 100px;
}
}
    @media all and (max-width: 1200px){
    svg{
        margin: 0 0 0 0;
}
}

path {
    fill: #555;
    cursor: pointer;
}
path:hover {
    fill: rgb(207, 1, 1);
}
.worldmap{
    text-align: center;
}
.FR, .IT, .PT, .ES, .CH, .LU, .BE, .DE, .NL{
    fill:rgb(192, 62, 62);
}
#tooltip {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-top: 2px solid rgb(207, 1, 1);
    text-decoration-thickness: 2px;
    text-transform: uppercase;
    padding: 10px 10px 0 10px;
    font-size: 3.05vw;
    filter: opacity(0.7);
    margin: 20px auto;
}

 /* ------------------------Card Pays--------------------- */
 
.arrondi{
    border-radius: 50%;
    height: 2.8em;
    margin: 0.2em 0 0.2em 0.5em;
    vertical-align: middle;
}
.ArrondiMarge {
    margin: 0.2em 0 0.2em 1.5em;
}
.CardPaysVisite {
    margin: 200px 15% 0px;
    border-radius: 55px 25px;
    background-color: whitesmoke;
    border: 3px solid rgb(207, 1, 1);
    -webkit-box-shadow: 4px 4px 0px 1px rgb(241, 35, 35); 
    box-shadow: 4px 4px 0px 1px rgb(241, 35, 35);
}
.TitreCardPaysVisite {
    display: grid;
    grid-auto-flow: column;
    border-bottom: 1px solid rgb(207, 1, 1);
}
.TitreCardPaysVisite h3 {
    vertical-align: middle;
    margin-left: 20px;
}
.AlignementDroit {
    text-align: right;
    margin: 1em 0.5em 1em 0;
}
.CardParagraphe {
    margin: 100px 15% 100px;
    border-radius: 55px 25px;
    background-color: whitesmoke;
    border: 3px solid rgb(207, 1, 1);
    -webkit-box-shadow: 4px 4px 0px 1px rgb(241, 35, 35); 
    box-shadow: 4px 4px 0px 1px rgb(241, 35, 35);
}
.border {
    border: 1px solid rgb(207, 1, 1);
    width: 100%;
}
.fixInsta {
    max-height: 612px;
    min-height: 300px;
}
.responsive {
    max-width: 200px;
    min-width: 150px;
    width: 100%;
    margin: 1em;
}
.responsive:hover {
    transform: scale(1.06);
	box-shadow: 0 0.5em 3rem -1rem rgba(0,0,0,0.5); 
}
.divcenter2 {
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
}
.responsive2 {
    max-width: 300px;
    width: 100%;
    margin: 0 20px 20px 0;
}
.responsive3 {
    max-width: 600px;
    width: 100%;
    margin: 0 20px 20px 0;
}
.responsive3:hover {
    transform: scale(1.06);
	box-shadow: 0 0.5em 3rem -1rem rgba(0,0,0,0.5); 
}
.responsive2:hover {
    transform: scale(1.06);
	box-shadow: 0 0.5em 3rem -1rem rgba(0,0,0,0.5); 
}
.DescVoyage {
    margin: auto 20px;
}
.flex {
    border-bottom: 1px solid rgb(207, 1, 1);
    display: grid;
    grid-template-columns: 25% 75%;
    grid-gap: 10px;
}
.divcenter {
    max-width: 400px;
    margin: 1em auto 2em;
}
.flex2 {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 10px;
}

/* -----------------------Timeline Véhicule--------------------------- */

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 15%;
    box-sizing: border-box;
}
/* The actual timeline (the vertical ruler) */
  .timeline::after {
      content: '';
    position: absolute;
    width: 6px;
    background-color: rgb(184, 184, 184);
    top: 0;
    bottom: 0;
    left: 31px;
    margin-left: -3px;
    box-sizing: border-box;
}
/* timeline-container around content */
.timeline-container {
    padding: 10px 25px 10px 70px;
    position: relative;
    background-color: inherit;
    width: 100%;
    box-sizing: border-box;
}
  /* The circles on the timeline */
  .timeline-container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: rgb(184, 184, 184);
    border: 4px solid rgb(207, 1, 1);
    top: 15px;
    border-radius: 50%;
    z-index: 1;
    margin: 30px 0;
    /* box-sizing: border-box; */
}
/* Place the timeline-container to the right */
.right {
    left: 0%;
    box-sizing: border-box;
}
/* Add arrows to the right timeline-container (pointing left) */
.right::before {
    margin: 30px 0;
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid whitesmoke;
    border-width: 10px 10px 10px 0;
    border-color: transparent whitesmoke transparent transparent;
    box-sizing: border-box;
}
/* Fix the circle for timeline-containers on the right side */
  .right::after {
      left: 15px;
    }
/* The actual content */
.timeline-content {
    margin: 30px 0;
    padding: 10px;
    background-color: whitesmoke;
    position: relative;
    border-radius: 6px;
    box-sizing: border-box;
    border: 3px solid rgb(207, 1, 1);
    -webkit-box-shadow: 4px 4px 0px 1px rgb(241, 35, 35); 
    box-shadow: 4px 4px 0px 1px rgb(241, 35, 35);
}
.timeline-content h3{
    margin: 0 0 1vw 1vw;
}
    /* Make sure that all arrows are pointing leftwards */
  .timeline-container::before {
    left: 60px;
    border: medium solid whitesmoke;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgb(207, 1, 1) transparent transparent;
}
.Tarif {
    color: green;
    font-weight: bold; 
}

/* ---------------------------------ZOOM IMAGE--------------------------- */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 11; /* Sit on top */
  padding-top: 150px; /* 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.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
  margin-bottom: 20px;
}

/* Add Animation */
.modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 100px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.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%;
}
}

tr, td, th {
    border: 1px solid rgb(207, 1, 1);
    padding: 5px 10px;
    font-size: 1rem;
}
.Montant {
    text-align: right;
}

.borderbottom {
    border-bottom: 1px solid rgb(207, 1, 1);
}
table {
    margin: 0 auto;
}
@media all and (max-width: 900px){
    .flex {
        display: block;
        text-align: center;
    }
    .responsive {
        margin: 1rem auto;
    }
    .CardPaysVisite {
        margin: 100px 8% 100px; 
    }
    .timeline {
        margin: 0 8%;
    }
    .ButtonPetit {
        margin: -90px 8% 0 0;
    }
}

/* COOKIE ALERT */
.cookiebar {
    -webkit-box-shadow: 0px 0px 35px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 35px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 35px 15px rgba(0, 0, 0, 0.15);
    z-index: 999;
    background-color: #ffffff;
    color: #000000;
    position: fixed;
    width: auto;
    max-width: 400px;
    bottom: 15px;
    left: 30px;
    display: none;
    transition: none;
    padding: 10px;
    border-radius: 1rem;
    border: 2px solid #cf0101;
}
.cookiebar-title {
    font-family: inherit;
    font-size: 1.7rem;
    margin: 10px;
    text-align: center;
}
.cookiebar-text {
    font-family: inherit;
    font-size: large;
}
.btn-success{
    border-radius: 0.25rem;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    color: white;
    background-color: #28a745;
    border: 2px solid #28a745;
    cursor: pointer;
    margin: 18px 1rem;
    padding: 0.375rem 0.75rem;
    width: 150px;
}
.btn-success:hover {
    filter: brightness(1.2);
}
.btn-outline-success {
    border-radius: 0.25rem;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    color: rgb(207, 1, 1);
    background-color: white;
    border: 2px solid rgb(207, 1, 1);
    cursor: pointer;
    margin-left: 18px;
    padding: 0.375rem 0.75rem;
    width: 150px;
}
.btn-outline-success:hover{
    background-color: rgb(207, 1, 1);
    color:white;
}

/* -------------------Opti youtube */

.embed-youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.embed-youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
}
.embed-youtube .embed-youtube-play {
    width: 68px;
    height: 48px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    border-radius: 6px;
}
.embed-youtube .embed-youtube-play:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.embed-youtube img, .embed-youtube .embed-youtube-play {
    cursor: pointer;
}
.embed-youtube img, .embed-youtube iframe, .embed-youtube .embed-youtube-play, .embed-youtube .embed-youtube-play:before {
    position: absolute;
}
.embed-youtube .embed-youtube-play, .embed-youtube .embed-youtube-play:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.embed-youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.embed-youtube .embed-youtube-play:hover {
    background-color: #f00;
}

/* --------------Form Contact--------------- */

.mention p a {
    text-decoration: none;
    color: rgb(207, 1, 1);
}
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
.formcontact {
    background-color: whitesmoke;
    padding: 20px;
    border-radius: 55px 25px;
    text-align: left;
}
.formcontact label {
    margin-left: 10px;
}
input[type=submit] {
    background-color: rgb(207, 1, 1);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 auto; 
}  
input[type=submit]:hover {
    filter: brightness(1.5);
}

/* ----------------------Progress Bar-------------------- */
.margin {
    margin: 50px auto;
    text-align: center;
    vertical-align: middle;
    align-items: center;
}
.progress {
    display:inline-block;
    height: 4rem;
    overflow: hidden;
    background-color: rgb(156, 156, 156);
    border-radius: .5rem;
    width: 80%;
}
.progress-bar {
    float:left;
    height: 100%;
    text-align: center;
}
.progressbar1 {
    background-color: #d9534f;
}
.progressbar2 {
    background-color: #f0ad4e;
}
.progressbar3 {
    background-color: #5cb85c;
} 
.center {
    display:inline-block;
}
.pourcentage {
    text-align: right;
    font-size: 1.2rem;
    opacity: 0.8;
    margin: 0 10px;
}
.rouge {
    background-color: #d9534f;
    width: 0.4rem;
    border: 1px solid transparent; 
}
.jaune {
    background-color: #f0ad4e;
    width: 0.4rem;
    border: 1px solid transparent; 
}
.orange {
    background-color: #5cb85c;
    width: 0.4rem;
    border: 1px solid transparent; 
}
.transparent {
    border: 1px solid transparent; 
    text-align: left;
}

/* --------------dropdown------------------- */

.heading-primary {
    font-size: 2em;
    padding: 2em;
    text-align: center;
    border-radius: 55px 25px;
}
.accordion dl, .accordion-list {
    border-radius: 55px 25px;
}

.accordion dd, .accordion__panel {
    font-size: 1em;
    line-height: 1.5em;
}
.accordion p {
    padding: 1em 2em 1em 2em;
}
.accordion {
    position: relative;
    margin: 8rem auto;
    border-radius: 55px 25px;
}
.containeraccordion {
    display: inline-block;
    margin: 20px 15% 0;
}
.accordionTitle, .accordion__Heading {
    display: inline-block;
    border-radius: 55px 25px;
    background-color: #b44c4c;
    font-weight: 700;
    padding: 2em;
    display: block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    align-items: center;
}
.accordionTitle img {
    vertical-align: middle;
    margin: 0 0 0.4rem 0;
}
.accordionTitle:before, .accordion__Heading:before {
    content: "+";
    font-size: 1.5em;
    line-height: 0.5em;
    float: right;
    transition: transform 1s ease-in-out;
}
.accordionTitle:hover, .accordion__Heading:hover {
    background-color: #a82323;
}
.accordionTitleActive, .accordionTitle.is-expanded {
    background-color: #a82323;
}
.accordionTitleActive:before, .accordionTitle.is-expanded:before {
    transform: rotate(-225deg);
}
.accordionItem {
    height: auto;
    overflow: hidden;
    transition: max-height 1s;
}
@media screen and (min-width: 48em) {
    .accordionItem {
        transition: max-height 0.5s;
   }
}
.accordionItem.is-collapsed {
    max-height: 0;
}
.no-js .accordionItem.is-collapsed {
    max-height: auto;
}
.animateIn {
    animation: accordionIn 0.45s normal ease-in-out both 1;
}
.animateOut {
    animation: accordionOut 0.45s alternate ease-in-out both 1;
}
@keyframes accordionIn {
    0% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
        transform-origin: 50% 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
   }
}
@keyframes accordionOut {
    0% {
        opacity: 1;
        transform: scale(1);
   }
    100% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
   }
}
dt {
    vertical-align: middle;
    align-items: center;
}

/* --------------------------- Switch Button------------------------------------- */

/* Rounded sliders */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
  
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: rgb(207, 1, 1);
}

input:focus + .slider {
    box-shadow: 0 0 1px #ccc;
}

input:checked + .slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}

/* --------------------DarkMode------------------------ */
/* Rounded sliders */

body {
    color:#222;
    -webkit-transition: background-color800ms ease;
    transition: background-color800ms ease;
}
body.dark {
  background-color:#0f172a;
  color:black;
}

/* more dark mode styles here */
.toggle {
    width: 33px;
    height: 33px;
    background-color: #FFF;
    border: 2px solid rgb(207, 1, 1);
    border-radius: 25px;
    cursor: pointer;
    position: relative;
}
.toggle1 {
    width: 33px;
    height: 33px;
    background-color: #6888bd;
    border: 2px solid rgb(207, 1, 1);
    border-radius: 30px;
    cursor: pointer;
    position: relative;
}
.toggle:hover {
    background-color: rgb(240, 240, 240); 
}
.toggle1:hover {
    background-color: #7d96bd;
}

/* ------------------------Pop up-------------------------- */
.ui-widget-header {
    background-color: lightgray;
    color: rgb(207, 1, 1);
    text-transform: uppercase;
    font-family: 'Unica One', cursive;
}  
.ui-widget-content {
    background-color: #e0dede;
}
.ui-widget-content p {
    font: "Lato", sans-serif;
}
.ui-resizable-handle {
    background-color: rgb(207, 1, 1);
}
/* ---------------------- Responsive header -----------------------------*/

.main_pages, .main_reseaux{
    display:inline;
}

@media all and (max-width: 1150px){
    .croix {
        float:left;
        display:block; 
        padding: 1.5vw 1.5vw;
        cursor:pointer;
        background: whitesmoke; 
        -webkit-box-shadow: 0 0 6px 0 rgb(197, 197, 197);
        -moz-box-shadow: 0 0 6px 0 rgb(197, 197, 197);
        box-shadow: 0px 0px 6px 0px rgb(197, 197, 197);
    }
    .bar1,.bar2,.bar3 {
        width:32px; 
        height:5px; 
        background-color:#000000; 
        margin:6px 0; 
        transition:0.4s;
    }
    .container:hover .bar3,.container:hover .bar2,.container:hover .bar1 {
        background-color:rgb(207, 1, 1);  
        transition:.5s;
    }
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    } 
    .change .bar2 {
        opacity: 0;
    } 
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }   
    .change .navbar a{
        padding: 15px 0;
    }
    .change .main_reseaux { 
        display: inline-block;
        padding: 0px;
        margin: 130px 0px 0 0px;
    }
    .change .reseaux{
        padding: 0 0px 0 0px;
    }
    .change .dropbtn{ 
        padding: 15px 0;
    }
    .change .dropdown-content {
        display:block;
        width: 125px;
        left:125px;
    }
    .change .dropdown-content a{
        width: auto;
    }
    .logopseudo{
        float: none;
    }
    .logo{
        padding: 0;
    }
    .change .main_pages{ 
        display: flex;
    }
    .change .main_reseaux{ 
        display: flex;
        margin-top: 106px;
    }
    nav .main_pages{
        float:left;
        display: none;
        flex-direction: column;
        height: 390px;
        width: 230px;
        background-color: whitesmoke;
        -webkit-box-shadow: 0 0 6px 0 rgb(197, 197, 197);
        -moz-box-shadow: 0 0 6px 0 rgb(197, 197, 197);
        box-shadow: 0px 0px 6px 0px rgb(197, 197, 197);
    }
    .reseaux {
        margin:0 7px 0 7px;
    }
} 
.mapembed {
    max-width: 595px;
    width: 100%;
    height: 450px;
    margin-bottom: 50px;
}
.mentionAuteur{
    display: block;
    text-decoration: none;
    color: rgb(207, 1, 1);
    font-style: italic;
}
