/** Generated by FG **/
@font-face {
	font-family: 'Conv_806Typography';
	src: url('fonts/806Typography.eot');
	src: local('☺'), url('fonts/806Typography.woff') format('woff'), url('fonts/806Typography.ttf') format('truetype'), url('fonts/806Typography.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.list-item {
  margin: 0;
	padding: 0px 0 0px 40px;
	list-style: none;
	background-image: url('img/commun/raison4.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px;
}
/*
    MODAL BEGIN
*/
.wrap {
    padding: 40px;
    text-align: center;
}
hr {
    clear: both;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #aaaaaa;
}
h1 {
    font-size: 30px;
    margin-bottom: 40px;
}
p {
    margin-bottom: 20px;
}
.btn {
    background: #0e2247;
    border: solid #f3cf12 3px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-family: 'Bebas Neue', cursive;
    padding: 8px 15px;
    text-decoration: none;
    text-align: center;
    min-width: 60px;
    position: relative;
    -webkit-transition: right 0.12s ease-in;
  -ms-transition: right 0.12s ease-in;
  transition: right 0.12s ease-in;
}
.btn:hover {
    background: #f3cf12;
      color: black;
  z-index: 2;
  border: solid #f3cf12 3px;
  transition: all ease .5s;
}

.btn:hover:before {
  right: 0;
}


.btn.btn-big {
    font-size: 18px;
    padding: 15px 20px;
    min-width: 100px;
}
.btn-close {
    color: #0e2247;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 0;

}
.btn-close:hover {
    color: #f3cf12;
}
.modal:target:before {
    display: none;
}
.modal:before {
    content:"";
    display: block;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.modal .modal-dialog {
    background: #fefefe;
    border: #f3cf12 solid 3px;
    border-radius: 5px;
    margin-left: -140px;
    position: fixed;
    left: 50%;
    z-index: 11;
    width: 280px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    top: 35%;
    font-family: 'Teko', sans-serif;
	  font-weight: 400;
    color: #0e2247;
    font-size: 25px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.modal:target .modal-dialog {
    top: -100%;
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
}
.modal-body {
    padding: 20px;
}
.modal-header, .modal-footer {
    padding: 10px 20px;
}
.modal-header {
    border-bottom: #0e2247 solid 1px;
}
.modal-header h2 {
    font-size: 20px;
}
.modal-footer {
    border-top: #0e2247 solid 1px;
    text-align: right;
}

.list-item:hover {
    color: #f3cf12
}
/*
    MODAL END
*/

 body {
  margin: 0;
  background-color: white;
  overflow-x: hidden;
  max-width: 100vw;

}

.videoMaTarget {
  width: 80%;
  max-width: 1200px;
  height: auto;
  min-height: 500px;
}

.sliderMaTarget {
  width: 100vw;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.gallery {
  width: 90vw;
  max-width: 1500px;
  margin-top: 50px;
  height: auto;
}

.responsiveSlider {
  width: 55%;
  max-width: 100vw;
  overflow: hidden;
  height: auto;
}

@media all and (max-width: 800px) {
  .responsiveSlider {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    height: auto;
  }
}


.responsiveSlider2 {
  width: 90vw;
  max-width: 400px;
  overflow: hidden;
  height: auto;
}

.gallery-cell {
  width: 90vw;
  max-height: 90vh;
  height: auto;
  display: flex;
  position: relative;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: white;
}

.gallery-cell2 {
  width: 100%;
  height: auto;
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: white;
}

.texteSliderContainer {
  width: auto;
  max-width: 600px;
  height: auto;
  margin-left: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
.texteSlider2 {
  font-family:"Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  color: black;
  width: 100%;
  margin-left: 10px;
  height: auto;
  word-wrap: break-word;
  text-align: left;
  text-transform: uppercase;
}

.texte2Slider2 {
  font-family:"Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  color: black;
  margin-left: 10px;
  width: 100%;
  height: auto;
  word-wrap: break-word;
  text-align: left;
  margin-top: 10px;
}

.texteSlider {
  font-family:"Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 1px;
  color: white;
  width: 80vw;
  max-width: 800px;
  height: auto;
  word-wrap: break-word;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
}


/* cell number */
.gallery-cell:before {
  display: flex;
  text-align: center;
  color: white;
}


/* LE LOADER */

#overlay{
     position:absolute;
     z-index:99999;
     top:130px;
     margin: 10px auto;
     left:-5px;
     bottom:0;
     right:0;
     width: 100px;
     transition: 10s 0.4s;

}
#progress{
     height:4px;
     background:white;
     position:absolute;
     width:0;
     top:50%;
     transition: 1s;
}
#progstat{
    font-family:"Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    color: white;
    width: 100%;
    margin: 10px 0;
    line-height: 20px;
    height: auto;
    word-wrap: break-word;
    text-align: center;
}





#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
}


#loader{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 90px;
    margin: -50px 0 0 -50px;
    z-index: 99999;
}

#loader img {
  width: 100%;
  -webkit-animation: pulse .5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: pulse .5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader .spineur1 {
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 50%;
  border-top: solid white 4px;
  border-left: solid white 4px;
  border-right: solid transparent 4px;
  border-bottom: solid transparent 4px;
  border-style: double;
  -webkit-animation: spin 1s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader .spineur2 {
  position: absolute;
  width: 130%;
  height: 130%;
  border-radius: 50%;
  border-top: solid white 4px;
  border-left: solid white 4px;
  border-right: solid white 4px;
  border-bottom: solid transparent 4px;
  border-style: double;
  -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader .spineur3 {
  position: absolute;
  width: 160%;
  height: 160%;
  border-radius: 50%;
  border-top: solid white 4px;
  border-left: solid transparent 4px;
  border-right: solid transparent 4px;
  border-bottom: solid transparent 4px;
  border-style: double;
  -webkit-animation: spin 4s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 4s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    @-webkit-keyframes pulse {
        0%   { 
            -webkit-transform: scale(1.0);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: scale(1.0);  /* IE 9 */
            transform: scale(1.0);  /* Firefox 16+, IE 10+, Opera */    
      }
        50% {
            -webkit-transform: scale(1.1);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: scale(1.1);  /* IE 9 */
            transform: scale(1.1);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: scale(1.0);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: scale(1.0);  /* IE 9 */
            transform: scale(1.0);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes pulse {
        0%   { 
            -webkit-transform: scale(1.0);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: scale(1.0);  /* IE 9 */
            transform: scale(1.0);  /* Firefox 16+, IE 10+, Opera */    
      }
        50% {
            -webkit-transform: scale(1.1);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: scale(1.1);  /* IE 9 */
            transform: scale(1.1);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: scale(1.0);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: scale(1.0);  /* IE 9 */
            transform: scale(1.0);  /* Firefox 16+, IE 10+, Opera */
        }
    }


/* PAGE DE LOADING */

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: #0e2247;
        z-index: 99998;
        -webkit-transform: translateY(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(0);  /* IE 9 */
        transform: translateY(0);  /* Firefox 16+, IE 10+, Opera */
    }


    #loader-wrapper .loader-section.section-top {
      top: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-top {
        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
      -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
          transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    

    .reserverCible {
      padding: 0 20px;
    }


    #loader-wrapper .loader-section2 {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: #f3cf12;
        z-index: 99997;
        -webkit-transform: translateY(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(0);  /* IE 9 */
        transform: translateY(0);  /* Firefox 16+, IE 10+, Opera */

    }


    #loader-wrapper .loader-section2 .section-top2 {
      top: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section2 .section-top2 {
        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 4.9s 0.3s cubic-bezier(0.645, 0.045, 0.355, 10.000);  
      -ms-transition: all 4.9s 0.3s cubic-bezier(0.645, 0.045, 0.355, 10.000);
          transition: all 4.9s 0.3s cubic-bezier(0.645, 0.045, 0.355, 10.000);
    }





    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out; 
          -ms-transition: all 0.3s ease-out; 
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out; 
          -ms-transition: all 0.3s 1s ease-out; 
                transition: all 0.3s 1s ease-out;
    }
    
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: all;
    }
    .no-js h1 {
        color: #222222;
    }













#socialMedia {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: nowrap;
	width: auto;
	height: 70px;
	padding: 0;
	top: 20px;
	right: 50px;
	background-color: transparent;
  -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;
    z-index: 99900;
}

.socialMediaAnimation {
	width: 140px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: nowrap;

}

@media all and (max-width: 800px) {
#socialMedia {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: nowrap;
	width: 70px;
	height: auto;
	padding: 0;
	top: 20px;
	right: 20px;
	background-color: transparent;
  -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;
    z-index: 99900;
}
	.socialMediaAnimation {
		width: 70px;
		flex-wrap: wrap;
	}
	.socialMedia {
		margin: 5px 0;
	}
}

#socialMedia .socialMediaAnimation button {
  background: #0e2247;
  width: 60px;
  height: 60px;
  display: flex;
  margin-left: 10px;
  color: white;
  border: solid #0e2247 3px;
  font-size: 20px;
/*font-family: 'PT Mono', monospace;
font-family: 'Teko', sans-serif;
font-family: 'Vidaloka', serif;
font-family: 'Yellowtail', cursive;*/
 font-family: 'Bebas Neue', cursive;
font-weight: 800;
letter-spacing: 3px;
text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  transition: all ease .5s;
  text-align: center;
  text-decoration: none;
  position: relative;
  outline: 0;
   background-color: #0e2247;
    -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition-timing-function: all ease .5s;
  overflow: hidden;
  cursor: pointer;
}



#socialMedia .socialMediaAnimation .socialMedia:hover {
  color: black;
  z-index: 2;
  border: solid #f3cf12 3px;
  transition: all ease .5s;
}

#socialMedia .socialMediaAnimation .socialMedia:before {
  content: "";
  position: absolute;
  background: #f3cf12;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0;
  border-radius: 0px;
  outline: none;
  z-index: -1;
  -webkit-transition: right 0.12s ease-in;
  -ms-transition: right 0.12s ease-in;
  transition: right 0.12s ease-in;
}


#socialMedia .socialMediaAnimation .socialMedia:hover:before {
  right: 0;
}


















.popup {
  position: fixed;
  z-index: 79000;
  max-width: 400px;
  width: 0;
  top: 0;
  left: 0;
  height: 100vh;
  display: inline-flex;
  opacity: 100%;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  overflow-x: hidden;
  overflow-y: hidden;
  background:#0e2247;
  color:#fff;

}

@media all and (max-height: 600px) {
.popup {

  overflow-y: scroll;

}
}

@media all and (max-width: 800px) {
	.popup {
  max-width: 100vw;
}
}

#navPhone {
  position: fixed;
  display: flex;
  top: 20px;
  left: 20px;
  width: auto;
  height: 70px;
  background-color: transparent;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  z-index: 80000;
}




#menuClient {
	width: 100vw;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	background-image: url(img/commun/fondMenu.png);
  	background-position: cover;
  	background-size: 100%;
}

#offreEntreprises {
	width: 100vw;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	background-image: url(img/commun/fondMatarget.png);
  	background-position: cover;
  	background-size: 100%;
}

.containerEntreprises {
	width: 70vw;
	height: auto;
	margin: 75px 0 50px 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	background-color: white;
}

.imageFlyer {
	margin: 40px 40px 0 40px;
}

.titreTexteEntreprise2 {
/*font-family: 'PT Mono', monospace;
font-family: 'Teko', sans-serif;*/
font-family: 'Roboto', sans-serif;
/*font-family: 'Yellowtail', cursive;
 font-family: 'Bebas Neue', cursive;*/
font-weight: 300;
text-transform: uppercase;
  border-radius: 5px;
  width: 100%;
  max-width: 1100px;
  height: auto;
  text-align: center;
  color: #0e2247;
  font-size: 70px;	
  margin: 20px 40px 40px 40px;
   -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.texteEntreprise2 {
/*font-family: 'PT Mono', monospace;
font-family: 'Teko', sans-serif;*/
font-family: 'Roboto', sans-serif;
/*font-family: 'Yellowtail', cursive;
 font-family: 'Bebas Neue', cursive;*/
font-weight: 800;
  border-radius: 5px;
  width: 100%;
  max-width: 920px;
  height: auto;
  text-align: center;
  color: #0e2247;
  font-size: 30px;	
  margin: 20px 40px 0 40px;
   -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.texteEntreprise3 {
	font-family: 'Teko', sans-serif;
	font-weight: 400;
  width: 100%;
  max-width: 920px;
  text-align: left;
  color: #0e2247;
  font-size: 25px;	
 	margin: 20px 40px 0 40px;
   -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.texteEntreprise4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
  width: 100%;
  max-width: 920px;
  text-align: center;
  color: #0e2247;
  font-size: 25px;	
   -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
 	margin: 50px 40px 40px 40px;
}

@media all and (max-width: 1100px) {

	.titreTexteEntreprise2 {

		font-size: 70px;
  		margin: 20px 20px 20px 20px;
	}

	.texteEntreprise2 {
		font-size: 25px;
  		margin: 20px 20px 0 20px;
	}

	.texteEntreprise3 {
		font-size: 35px;
 		margin: 20px 20px 0 20px;
	}

	.texteEntreprise4 {
		font-size: 25px;
		margin: 50px 20px 20px 20px;
	}

}

@media all and (max-width: 800px) {

	.titreTexteEntreprise2 {

		font-size: 50px;
  		margin: 20px 20px 20px 20px;
	}

	.texteEntreprise2 {
		font-size: 20px;
  		margin: 20px 20px 0 20px;
	}

	.texteEntreprise3 {
		font-size: 30px;
 		margin: 20px 20px 0 20px;
	}

	.texteEntreprise4 {
		font-size: 20px;
		margin: 50px 20px 20px 20px;
	}

}



.qrcode {
	width: 100vw;
	height: auto;
	background-color: transparent;
	display: inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#cgvContainer {
  width: 100vw;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-image: url(img/commun/fondMatarget.png);
    background-position: cover;
    background-size: 100%;
}

.cgv {
  width: 90vw;
  height: auto;
  margin: 50px 0;
  background-color: white;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.qrcode2 {
	max-width: 1100px;
	width: 100%;
	height: auto;
	background-color: white;
	display: flex;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}


.responsiveQRCode {
	max-width: 1100px;
	width: 100%;
	height: auto;
}

#menu {
	position: relative;
  height: auto;
  background-color: transparent;
  width: 100%;
  max-width: 380px;
  border-radius: 5px;
  border: none;
  padding: 0;
  position: relative;
  -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;
    margin-left: 20px;	
    z-index: 99999;
}

#menu:hover {
	background-color: #f3cf12;
}

#menu .texteButton2 button {
  background: #0e2247;
  width: 100%;
  max-width: 380px;
  height: auto;
  padding: 15px 5px 15px 5px;
  display: flex;
  color: white;
  border: solid #f3cf12 3px;
  font-size: 20px;
/*font-family: 'PT Mono', monospace;
font-family: 'Teko', sans-serif;
font-family: 'Vidaloka', serif;
font-family: 'Yellowtail', cursive;*/
 font-family: 'Bebas Neue', cursive;
font-weight: 500;
letter-spacing: 3px;
text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  transition: all ease .5s;
  text-align: center;
  text-decoration: none;
  position: relative;
  outline: 0;
    -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition-timing-function: all ease .5s;
  overflow: hidden;
  cursor: pointer;
}



#menu .texteButton2 .itemButton:hover {
  color: black;
  z-index: 2;
  border: solid #f3cf12 3px;
  transition: all ease .5s;
}

#menu .texteButton2 .itemButton:before {
  content: "";
  position: absolute;
  background: #f3cf12;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0;
  border-radius: 0px;
  outline: none;
  z-index: -1;
  -webkit-transition: right 0.12s ease-in;
  -ms-transition: right 0.12s ease-in;
  transition: right 0.12s ease-in;
}


#menu .texteButton2 .itemButton:hover:before {
  right: 0;
}



















#menu2:hover {
  transition: all ease .5s;
  cursor: pointer;
}

.navPhoneContent:hover .navPhoneContent2{
	border: solid #f3cf12 3px;
	transition: all ease .5s;
}
#menu2 {
  width: 55px;
  height: 55px;
  display: flex;
  background-color: #0e2247;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  transition: all ease .5s;
}

.navPhoneContent {
  width: 40px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  transition: all ease .5s;
}

.navPhoneMenu {
  width: 28px;
  height: 2px;
  margin: 4px 0;
  background-color: white;
}



.navPhoneContent2 {
	width: 60px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 60px;
	border-radius: 5px;
	border: solid #0e2247 3px;
  background-color: #0e2247;
    padding: 3px;

}
#menu2 .navPhoneContent {
  outline: 0;
   background: none;
    -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition-timing-function: all ease .5s;
  overflow: visible;
  cursor: pointer;
  border: solid #0e2247 3px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: auto;
  width: auto;
}



#menu2 .navPhoneContent:hover .navPhoneContent2{
  color: black;
  z-index: 2;
}

#menu2 .navPhoneContent .navPhoneContent2:before {
  content: "";
  position: absolute;
  background: #f3cf12;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0;
  border-radius: 0px;
  outline: none;
  z-index: -1;
  -webkit-transition: right 0.12s ease-in;
  -ms-transition: right 0.12s ease-in;
  transition: right 0.12s ease-in;
}


#menu2 .navPhoneContent:hover .navPhoneContent2:before {
  right: 0;
}

.navPhoneContent:hover .navPhoneMenu {
	background-color: black;
	transition: all ease .5s;
}





#menu3:hover {
  transition: all ease .5s;
  cursor: pointer;
}

#menu3 {
  position: fixed;
  display: none;
  top: 20px;
  left: 20px;
  right: 0;
  width: 50vw;
  height: 70px;

}






.test1 {
  width: 100%;
  height: auto;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

#navcontainer2 {
  min-height: 100vh;
  height: auto;
  top: 0;
  background-color: #0e2247;
  width: 100%;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;

}

#itemsContainer {
  max-width: 250px;
  margin: 100px 0 0 0;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: auto;
}

#itemsContainer button {
  background-color: white;
  width: 100%;
  min-width: 200px;
  height: auto;
  max-height: 150px;
  padding: 20px;
  border: solid transparent 1px;
  text-align: center;
 font-family: 'Bebas Neue', cursive;
font-weight: 800;
letter-spacing: 3px;
text-transform: uppercase;
  font-size: 30px;
  margin: 20px 0;
  font-weight: 400;
  letter-spacing: 1px;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  position: relative;
  outline: 0;
   background: none;
    -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition-timing-function: all ease .5s;
  overflow: hidden;
  cursor: pointer;
}



#itemsContainer  .itemNav:hover {
  color: black;
  z-index: 2;
}

#itemsContainer  .itemNav:before {
  content: "";
  position: absolute;
  background: #f3cf12;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0;
  border-radius: 0;
  outline: none;
  z-index: -1;
  -webkit-transition: right 0.12s ease-in;
  -ms-transition: right 0.12s ease-in;
  transition: right 0.12s ease-in;

}


#itemsContainer  .itemNav:hover:before {
  right: 0;
}


#navcontainer {
  height: 100px;
  background-color: transparent;
  width: 100vw;
  display: none;
  position: sticky;
  margin-top: 0;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;
    z-index: 9999;
}

.sticky {
  position: fixed;
  top: 0;
  width: auto;
  height: auto;
}

#navcontainer .test1 button {
  background-color: white;
  width: 100%;
  height: auto;
  padding: 5px 10px;
  border: solid transparent 1px;
  text-align: center;
  font-family:'Conv_806Typography',Sans-Serif;
  font-size: 25px;
  margin: 0 20px;
  font-weight: 400;
  letter-spacing: 1px;
  border-radius: 0px;
  color: white;
  text-decoration: none;
  position: relative;
  border-radius: 0px;
  outline: 0;
   background: none;
    -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition-timing-function: all ease .5s;
  overflow: hidden;
  cursor: pointer;
}






#navcontainer .test1 .itemNav:hover {
  color: white;
  z-index: 2;
}

#navcontainer .test1 .itemNav:before {
  content: "";
  position: absolute;
  background: white;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 90%;
  border-radius: 0;
  outline: none;
  z-index: -1;
  -webkit-transition: right 0.12s ease-in;
  -ms-transition: right 0.12s ease-in;
  transition: right 0.12s ease-in;
}


#navcontainer .test1 .itemNav:hover:before {
  right: 0;
}





button:hover {
  cursor: pointer;
}

button {
	background-color: transparent;
}

#menu4:hover {
  transition: all ease .5s;
  cursor: pointer;
}

#menu4 {
  width: 55px;
  height: 55px;
  display: none;
  border-radius: 5px;
  background-color: #0e2247;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  transition: all ease .5s;
}

.cross {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: #0e2247;
  position: fixed;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  transition: all ease .5s;
}


.cross2 {
	width: 80px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 80px;
}

#menu4 .cross {
  outline: 0;
   background: #0e2247;
    -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition-timing-function: all ease .5s;
  overflow: hidden;
  cursor: pointer;
  border: solid #0e2247 3px;	
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 55px;
  width: 55px;
}

#menu4 .cross:hover {
  border: solid #f3cf12 3px;
    -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition-timing-function: all ease .5s;
}


#menu4 .cross:hover .cross2 {
  color: black;
  z-index: 2;
}

#menu4 .cross .cross2:before {
  content: "";
  position: absolute;
  background: #f3cf12;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0;
  border-radius: 0px;
  outline: none;
  z-index: -1;
  -webkit-transition: right 0.12s ease-in;
  -ms-transition: right 0.12s ease-in;
  transition: right 0.12s ease-in;
}


#menu4 .cross:hover .cross2:before {
  right: 0;
}




.cross:hover .crossR, .cross:hover .crossL {
	background-color: black;
	transition: all ease .5s;
}

.crossR {
  position: absolute;
  background-color: white;
  height: 2px;
  width: 30px;
  transform: rotate(-45deg);
}

.crossL {
  position: absolute;
  background-color: white;
  height: 2px;
  width: 30px;
  transform: rotate(45deg);
}

.cross:hover {
  transition: all ease .5s;
  cursor: pointer;
}

.test3 {
  position: absolute;
  left: 0;
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-left: 40px;
  overflow: hidden;
}



a {
  width: auto;
  height: auto;
  text-decoration: none;
}



@media all and (max-width: 1500px) {


}

@media all and (max-width: 1200px) {


}

@media all and (max-width: 800px) {
 #itemsContainer button {
  font-size: 20px;
}
}












.stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.stats_item {
  text-align: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.stats_bar {
  width: 600px;
  height: 400px;
  margin: 10px 0;
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  border: solid black 1px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}



.stats_bar:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  animation: barsIn 5s ease-in-out forwards infinite alternate;
}

.stats_bar2 {
  width: 570px;
  height: 370px;
  margin: 0;
  background-color: transparent;
  border-radius: 4px;
  overflow: hidden;
  border: solid black 1px;
  position: absolute;
  z-index: 2;
}


.stats_bar2:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: red;
  animation-delay: 5s;
  animation: barsIn 2s ease-in-out forwards infinite alternate;
}

@keyframes barsIn {
  0% {
    bottom: 0;
  }
  100% {
    bottom: var(--percentage);
  }
}







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


}

@media all and (max-width: 1300px) {

}

@media all and (max-width: 800px) {
}














































#footer {
  width: 100vw;
  height: auto;
  background-color: #0e2247;
  margin: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: white;
  flex-wrap: wrap;
}

.footerContainer {
	width: 100%;
	max-width: 80vw;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: center;
  flex-wrap: wrap;

	margin: 50px 0 0 0;

}

.footerContainer1 {
	margin: 10px 10px ;
	width: 100%;
	max-width: 300px;
	height: auto;
}

.footerContainer2 {
	width: 30%;
	height: 100%;
}

.footerSousContainer {
	width: 100%;
	height: 100%;
	margin: 0 0 20px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

.footerSousContainer2 {
	width: 100%;
	height: 100%;
	margin: 0 0 20px 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}


.titreFooter {
/*font-family: 'PT Mono', monospace;
font-family: 'Teko', sans-serif;*/
font-family: 'Roboto', sans-serif;
/*font-family: 'Yellowtail', cursive;
 font-family: 'Bebas Neue', cursive;*/
font-weight: 500;
text-transform: uppercase;
  border-radius: 5px;
  width: 100%;
  text-align: left;
  color: white;
  font-size: 30px;	
}

.titreFooter2 {
/*font-family: 'PT Mono', monospace;
font-family: 'Teko', sans-serif;*/
font-family: 'Roboto', sans-serif;
/*font-family: 'Yellowtail', cursive;
 font-family: 'Bebas Neue', cursive;*/
font-weight: 500;
text-transform: uppercase;
  border-radius: 5px;
  width: 100%;
  text-align: right;
  color: white;
  font-size: 30px;	
}

.texteFooter {
	font-family: 'Teko', sans-serif;
	font-weight: 400;
  width: 100%;
  text-align: left;
  color: white;
  font-size: 25px;	
}

.texteFooter2 {
	font-family: 'Teko', sans-serif;
	font-weight: 400;
  width: 80%;
  text-align: center;
  color: white;
  font-size: 25px;	
  margin: 0px 0 10px 0;
}

.texteFooter3 {
	font-family: 'Teko', sans-serif;
	font-weight: 400;
  width: 80%;
  text-align: right;
  color: white;
  font-size: 25px;	
}




@media all and (max-width: 1500px) {


}

@media all and (max-width: 1200px) {


}

@media all and (max-width: 900px) {

.footerContainer {
	width: 100%;
	max-width: 500px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
  flex-wrap: wrap;
	margin: 50px 0 0 0;

}

.footerContainer1 {
	margin: 20px 20px ;
	width: 100%;
	max-width: 320px;
	height: auto;
}


}

@media all and (max-width: 600px) {


}

@media all and (max-width: 800px) {


#navPhone {
  display: flex;
}



.footerContainer2 {
	width: 90%;
	height: auto;
}

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

.titreFooter {
 margin-left: 10px;
}

.titreFooter2 {
 margin-left: 10px;
 text-align: left;
}

.texteFooter3 {
 margin-left: 10px;
 text-align: left;
}

.texteFooter {
margin-left: 10px;
}

}

@media all and (max-width: 1200px) {


.test2 {
  height: auto;
  margin-right: 0px;
  margin-bottom: 100px;
}

.test2 .icone {
  height: auto;
}
}

#corps {
  width: 100vw;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
}

.scroll {
  position: absolute;
  z-index: 5;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  bottom: 30px;
  right: 40px;
  transition: all ease .5s;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}



.scroll:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: all ease .5s;
}

.responsiveScroll {
  width: 100%;
  max-width: 150px;
  height: auto;
}
.responsiveScroll2 {
  position: absolute;
  width: 100%;
  max-width: 80px;
  height: auto;
}

@media all and (max-width: 800px) {
  .scroll {
    right: auto;
    width: 100px;
    height: 100px;
  }

@media all and (max-height: 500px) {

.scroll {

  bottom: 30px;
  right: 40px;
}

}

  .responsiveScroll {
  width: 100%;
  max-width: 100px;
  height: auto;
}
.responsiveScroll2 {
  position: absolute;
  width: 100%;
  max-width: 53px;
  height: auto;
}


}

.pulser {
  -webkit-animation: pulser 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: pulser 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

.spinner {
  -webkit-animation: spin 8s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 8s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    @-webkit-keyframes pulser {
        0% {
            -webkit-transform: translateY(0px);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(0px);  /* IE 9 */
            transform: translateY(0px);  /* Firefox 16+, IE 10+, Opera */
        }
        10% {
            -webkit-transform: translateY(10px);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(10px);  /* IE 9 */
            transform: translateY(10px);  /* Firefox 16+, IE 10+, Opera */
        }
        20% {
            -webkit-transform: translateY(0px);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(0px);  /* IE 9 */
            transform: translateY(0px);  /* Firefox 16+, IE 10+, Opera */
        }
        80% {
            -webkit-transform: translateY(0px);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(0px);  /* IE 9 */
            transform: translateY(0px);  /* Firefox 16+, IE 10+, Opera */
        }
        90% {
            -webkit-transform: translateY(10px);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(10px);  /* IE 9 */
            transform: translateY(10px);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: translateY(0px);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(0px);  /* IE 9 */
            transform: translateY(0px);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes pulser {
        0% {
            -webkit-transform: translateY(0px);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(0px);  /* IE 9 */
            transform: translateY(0px);  /* Firefox 16+, IE 10+, Opera */
        }
        10% {
            -webkit-transform: translateY(10px);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(10px);  /* IE 9 */
            transform: translateY(10px);  /* Firefox 16+, IE 10+, Opera */
        }
        20% {
            -webkit-transform: translateY(0px);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(0px);  /* IE 9 */
            transform: translateY(0px);  /* Firefox 16+, IE 10+, Opera */
        }
        80% {
            -webkit-transform: translateY(0px);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(0px);  /* IE 9 */
            transform: translateY(0px);  /* Firefox 16+, IE 10+, Opera */
        }
        90% {
            -webkit-transform: translateY(10px);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(10px);  /* IE 9 */
            transform: translateY(10px);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: translateY(0px);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(0px);  /* IE 9 */
            transform: translateY(0px);  /* Firefox 16+, IE 10+, Opera */
        }
    }
.texte4 {
/*font-family: 'PT Mono', monospace;*/
font-family: 'Teko', sans-serif;
/*font-family: 'Vidaloka', serif;
font-family: 'Yellowtail', cursive;
 font-family: 'Bebas Neue', cursive;*/
	font-size: 40px;
	text-transform: uppercase;
	margin: 0 10px;
	font-weight: 400;
}


#videoFond {
	width: 100vw;
	height: 100vh;
  	position: absolute;
  	z-index: -1;
  	top: 0;
  	overflow: hidden;
  	background-color: transparent;
  	display: inline-flex;
  	justify-content: center;
  	align-content: center;
  	align-items: center;
  	flex-wrap: wrap;
  	background-image: url(img/commun/fondMatarget.png);
  	background-position: cover;
  	background-size: 100%;
}

@media all and (max-width: 800px) {
 #videoFond {

  	background-image: url(img/commun/fondMatarget.png);
  	background-position: cover;
  	background-size: 150%;
}
}

video { 
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 	background: rgba(0,0,0,1); no-repeat;
  	background-size: cover;
  	transition: 1s opacity;
}

.stopfade { 
   opacity: .5;
}

button {
	position: absolute;
	z-index: 999;
}

#pauseButton { 
  outline: none;
  display: block;
  position: absolute;
  width: 100px;
  border: solid transparent 1px;
  padding: .4rem;
  margin: 1rem auto; 
  font-size: 1.3rem;
  background: #f3cf12;
  color: #fff;
  cursor: pointer;
  transition: .3s background;
  z-index: 0;
}

#pauseButton:hover { 
   background: rgba(0,0,0,0.5);
   cursor: pointer;
}

#navcontainer.shrink {
  height: 80px;
    -webkit-transition: all ease .5s;
  	-ms-transition: all ease .5s;
  	transition: all ease .5s;
  background: #0e2247;
}


#navcontainer.shrink #links {
    -webkit-transition: all ease .5s;
  	-ms-transition: all ease .5s;
  	transition: all ease .5s;
}
#navcontainer.shrink #links button {
	margin: 5px;
}

.texteBienvenueContainer {
	width: 100vw;
	height: 100vh;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

.texteBienvenueContainer2 {
	width: 40%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

.texteBienvenue {
	 font-family: 'Bebas Neue', cursive;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
	background-color: #f3cf12;
	font-size: 6vw;
	color: #0e2247;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.texteBienvenue span {
	height: 80px;
}

.logoMaTarget {
	position: absolute;
	width: 140px;
	height: 140px;
	left: 50%;
	margin-left: -100px;
	display: none;
}

.responsive {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.responsive2 {
  width: 100%;
  max-width: 45vw;
  height: auto;
}

.responsive4 {
  width: 80%;
  max-width: 600px;
  height: auto;
}

.responsive3 {
  width: 100%;
  max-width: 800px;
  height: auto;
}

#corps2 {
	width: 100vw;
	height: auto;
}

#presentation {
	width: 100vw;
  margin-top: 50px;
	height: auto;
	background-color: white;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

#presentation2 {
	width: 90vw;
  max-width: 1500px;
	height: auto;
	background-color: transparent;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: nowrap;
}



.textePresentation {
	max-width: 600px;
	width: 90vw;
	margin: 0;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#buttonPresentation {
  position: relative;
  height: auto;
  background-color: #0e2247;
  border-radius: 5px;
  width: 100%;
  max-width: 350px;
  padding: 0;
  position: relative;
  -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;
  margin-top: 20px; 
    z-index: 9999;
}

#buttonPresentation:hover {
  background-color: #f3cf12;
}

#buttonPresentation .texteButton2 button {
  background: #0e2247;
  width: 100%;
  max-width: 350px;
  height: auto;
  padding: 15px;
  display: flex;
  color: white;
  border: solid transparent 1px;
  font-size: 20px;
/*font-family: 'PT Mono', monospace;
font-family: 'Teko', sans-serif;
font-family: 'Vidaloka', serif;
font-family: 'Yellowtail', cursive;*/
 font-family: 'Bebas Neue', cursive;
font-weight: 800;
letter-spacing: 3px;
text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  transition: all ease .5s;
  text-align: center;
  text-decoration: none;
  position: relative;
  outline: 0;
   background: none;
    -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition-timing-function: all ease .5s;
  overflow: hidden;
  cursor: pointer;
}



#buttonPresentation .texteButton2 .itemButton:hover {
  color: #0e2247;
  z-index: 2;
  border: solid transparent 1px;
}

#buttonPresentation .texteButton2 .itemButton:before {
  content: "";
  position: absolute;
  background: #f3cf12;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0;
  border-radius: 5px;
  outline: none;
  z-index: -1;
  -webkit-transition: right 0.12s ease-in;
  -ms-transition: right 0.12s ease-in;
  transition: right 0.12s ease-in;
}


#buttonPresentation .texteButton2 .itemButton:hover:before {
  right: 0;
}

@media all and (max-width: 1100px) {
.textePresentation {
		margin: 40px 20px 0 20px;
}

#presentation2 {
	width: 100vw;
	height: auto;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
}

.texte1 {
	font-family: 'Teko', sans-serif;
	font-weight: 400;
  	width: 100%;
  	text-align: justify;
  	color: #0e2247;
  	font-size: 30px;	
}

@media all and (max-width: 800px){
	.texte1 {
		width: 100%;
	}
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}

h6 a {
  color: white;
  margin: 0;
  padding: 0;
  width: auto;
}

h6 a:hover {
  color: #f3cf12;
}
.titreTexte {
	/*font-family: 'PT Mono', monospace;
font-family: 'Teko', sans-serif;*/
font-family: 'Roboto', sans-serif;
/*font-family: 'Yellowtail', cursive;
 font-family: 'Bebas Neue', cursive;*/
font-weight: 500;
text-transform: uppercase;
  width: 100%;
  height: auto;
  text-align: left;
  color: #0e2247;
  font-size: 50px;

}

@media all and (max-width: 1200px) {
.titreTexte {
		font-size: 50px;
	}
}

@media all and (max-width: 1000px) {
.titreTexte {
		font-size: 50px;
	}
}

@media all and (max-width: 800px) {
.titreTexte {
		font-size: 37px;
	}
}


#raisons {
	width: 100vw;
	height: auto;
	background-color: white;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

.raisonContainer {
	width: 100%;
	max-width: 90vw;
	margin: 40px 0;
	height: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
}

.raisonContainer2 {
	width: 100%;
	height: auto;
	margin: 40px 0;
	height: auto;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.raison {
	width: 100%;
	margin: 0 25px;
	max-width: 800px;
	height: auto;
	display: flex;
	position: relative;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}

.raison2 {
	width: 100%;
	margin: 0 25px;
	max-width: 800px;
	height: auto;
	display: flex;
	position: relative;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}

.raisonNumber {
	border-radius: 50%;
	border: solid #f3cf12 2px;
	width: 150px;
	height: 150px;
	background-color: #f3cf12;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.responsiveMenu {
	width: 100%;
	max-width: 600px;
	height: auto;
}

@media all and (max-width: 800px) {
.responsiveMenu {
  width: 100%;
  max-width: 400px;
  height: auto;
}
}
.responsiveNumber {
	width: 100%;
	max-width: 140px;
	height: auto;
}

.texteRaison {
	width: 100%;
	height: auto;
	font-family: 'Teko', sans-serif;
	font-weight: 400;
  	text-align: justify;
  	color: #0e2247;
  	font-size: 30px;

}

.raisonImageResponsive {
	max-width: 300px;
	width: 100%;
}

@media all and (max-width: 1100px) {

.raisonImageResponsive {
  max-width: 200px;
  width: 100%;
}

.raisonContainer {
	width: 100vw;
	height: auto;
	flex-wrap: wrap;
}

.raison {
	width: 43%;
	margin: 10px 20px;
}

.raison2 {
	width: 43%;
	margin: 10px 20px;
}

}


@media all and (max-width: 800px) {


.raisonContainer {
	width: 100vw;
	height: auto;
	flex-wrap: wrap;
}

.raison {
	width: 100%;
	margin: 0px 25px;
	max-width: 800px;
	flex-wrap: wrap;
}

.raison2 {
	width: 100%;
	margin: 0px 25px;
	max-width: 800px;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

.raisonNumber {
	border-radius: 50%;
	border: solid #f3cf12 2px;
	width: 120px;
	height: 120px;
	background-color: #f3cf12;
	position: absolute;
}


}









.titre {

	/*font-family: 'PT Mono', monospace;
font-family: 'Teko', sans-serif;*/
font-family: 'Roboto', sans-serif;
/*font-family: 'Yellowtail', cursive;
 font-family: 'Bebas Neue', cursive;*/
font-weight: 500;
text-transform: uppercase;
  width: 100%;
  height: auto;
  	padding: 80px 0;
  text-align: center;
  color: white;
  background-color: #0e2247;
  font-size: 70px;	
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}



    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    @keyframes variable {
    	0% {
    		transform-origin: 40% 50%;
    		transform: rotate(20deg) translateX(10px) translateY(10px);

    	}

    	20% {
    		transform-origin: 50% 40%;
    		transform: rotate(-40deg) translateX(5px) translateY(8px);
    	}

    	40% {
			transform-origin: 40% 50%;
    		transform: rotate(20deg) translateX(10px) translateY(12px);
    	}

    	60% {
			transform-origin: 50% 40%;
    		transform: rotate(-40deg) translateX(-5px) translateY(6px);
    	}

    	80% {
    		transform: rotate(20deg) translateX(8px) translateY(-3px);
    	}

    	100% {
    		transform: rotate(-40deg) translateX(-4px) translateY(7px);
    	}
    }

    @keyframes slideIn {
    	0% {
    		font-size: 0;;
    	}

    	100% {
    		font-size: 30px;
    	}
    }


#details {
	width: 100vw;
	height: auto;
	padding: 50px 0;
	text-align: center;
	background-color: white;
	color: black;
}

.titreContainer {
	width: 100vw;
	height: auto;
	background-color: #0e2247;
}

#menuContainer {
	width: 100vw;
  margin-top: 50px;
	height: auto;
	background-color: white;
	display: flex;
	flex-wrap: nowrap;
}

#buttonFood {
  position: relative;
  height: auto;
  background-color: #0e2247;
  border-radius: 5px;
  width: 100%;
  max-width: 300px;
  padding: 0;
  position: relative;
  -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;
  margin-top: 20px; 
    z-index: 9999;
}

#buttonFood:hover {
  background-color: #f3cf12;
}

#buttonFood .texteButton2 button {
  background: #0e2247;
  width: 100%;
  max-width: 300px;
  height: auto;
  padding: 15px;
  display: flex;
  color: white;
  border: solid transparent 1px;
  font-size: 20px;
/*font-family: 'PT Mono', monospace;
font-family: 'Teko', sans-serif;
font-family: 'Vidaloka', serif;
font-family: 'Yellowtail', cursive;*/
 font-family: 'Bebas Neue', cursive;
font-weight: 800;
letter-spacing: 3px;
text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  transition: all ease .5s;
  text-align: center;
  text-decoration: none;
  position: relative;
  outline: 0;
   background: none;
    -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition-timing-function: all ease .5s;
  overflow: hidden;
  cursor: pointer;
}



#buttonFood .texteButton2 .itemButton:hover {
  color: #0e2247;
  z-index: 2;
  border: solid transparent 1px;
}

#buttonFood .texteButton2 .itemButton:before {
  content: "";
  position: absolute;
  background: #f3cf12;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0;
  border-radius: 5px;
  outline: none;
  z-index: -1;
  -webkit-transition: right 0.12s ease-in;
  -ms-transition: right 0.12s ease-in;
  transition: right 0.12s ease-in;
}


#buttonFood .texteButton2 .itemButton:hover:before {
  right: 0;
}

#buttonBar {
  position: relative;
  height: auto;
  background-color: #0e2247;
  border-radius: 5px;
  width: 100%;
  max-width: 300px;
  padding: 0;
  position: relative;
  -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;
  margin-top: 20px; 
    z-index: 9999;
}

#buttonBar:hover {
  background-color: #f3cf12;
}

#buttonBar .texteButton2 button {
  background: #0e2247;
  width: 100%;
  max-width: 300px;
  height: auto;
  padding: 15px;
  display: flex;
  color: white;
  border: solid transparent 1px;
  font-size: 20px;
/*font-family: 'PT Mono', monospace;
font-family: 'Teko', sans-serif;
font-family: 'Vidaloka', serif;
font-family: 'Yellowtail', cursive;*/
 font-family: 'Bebas Neue', cursive;
font-weight: 800;
letter-spacing: 3px;
text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  transition: all ease .5s;
  text-align: center;
  text-decoration: none;
  position: relative;
  outline: 0;
   background: none;
    -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition-timing-function: all ease .5s;
  overflow: hidden;
  cursor: pointer;
}



#buttonBar .texteButton2 .itemButton:hover {
  color: #0e2247;
  z-index: 2;
  border: solid transparent 1px;
}

#buttonBar .texteButton2 .itemButton:before {
  content: "";
  position: absolute;
  background: #f3cf12;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0;
  border-radius: 5px;
  outline: none;
  z-index: -1;
  -webkit-transition: right 0.12s ease-in;
  -ms-transition: right 0.12s ease-in;
  transition: right 0.12s ease-in;
}


#buttonBar .texteButton2 .itemButton:hover:before {
  right: 0;
}

.lesmenus {
  max-width: 1000px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 600px;
}

@media all and (max-width: 700px) {
  .lesmenus {
    height: 400px;
  }
}

.menu {
  position: absolute;
  left: 50px;

}

.menuu {
  position: absolute;
  right: 100px;
}

.menu1 {
	width: 100%;
	height: auto;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: relative;
	overflow: hidden;
}

.menu2 {
	width: 50%;
	height: auto;
	display: flex;
  justify-content: flex-start;
	align-items: center;
	align-content: center;
	position: relative;
	overflow: hidden;
}

.menu3 {
	width: 50%;
	height: 70vh;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: relative;
	overflow: hidden;
}

.menu4 {
	width: 50%;
	height: 70vh;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: relative;
	overflow: hidden;
}

.menuDetail1 {
	max-width: 710px;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	overflow: visible;
	flex-wrap: wrap;
  margin-right: 50px;
}

.menuDetail2 {
  max-width: 510px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: visible;
  flex-wrap: wrap;
  margin-left: 50px;
}

@media all and (max-width: 800px) {

#menuContainer {
	flex-wrap: wrap;
}

.menu1 {
	width: 100vw;
  border-right: none;
  justify-content: center;
}

.menu2 {
	width: 100vw;
  justify-content: center;
}

.menu3 {
	width: 100vw;
}

.menu4 {
	width: 100vw;
}

.menuDetail1 {
  margin-right: 0;
}

.menuDetail2 {
  margin-top: 50px;
  margin-left: 0;
}

}




.texte2 {
/*font-family: 'PT Mono', monospace;
font-family: 'Teko', sans-serif;*/
font-family: 'Roboto', sans-serif;
/*font-family: 'Yellowtail', cursive;
 font-family: 'Bebas Neue', cursive;*/
font-weight: 500;
text-transform: uppercase;
  border-radius: 5px;
  width: 100%;
  text-align: left;
  color: black;
  font-size: 90px;	
}

@media all and (max-width: 1600px) {


}

@media all and (max-width: 1000px) {


}

@media all and (max-width: 800px) {


}

#entrepriseContainer {
	width: 100vw;
	height: 33%;
	background-color: white;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	margin: 50px 0;
}

.texteEntrepriseContainer {
	max-width: 45vw;
	width: 90%;
  margin-left: 20px;
	position: relative;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: center;
}

.texteEntrepriseContainer2 {
  width: 90%;
  margin: 50px 0;
  position: relative;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}

.texteEntreprise {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	height: auto;
	width: 100%;
}

.sousTitreTexteEntreprise {
font-family: 'PT Mono', monospace;
/*font-family: 'Teko', sans-serif;
font-family: 'Vidaloka', serif;
font-family: 'Yellowtail', cursive;
 font-family: 'Bebas Neue', cursive;*/
font-weight: 200;
letter-spacing: 3px;
text-transform: uppercase;
  border-radius: 5px;
  width: 100vw;
  text-align: left;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  color: #0e2247;
  font-size: 20px;
}

.titreTexteEntreprise {
/*font-family: 'PT Mono', monospace;
font-family: 'Teko', sans-serif;*/
font-family: 'Roboto', sans-serif;
/*font-family: 'Yellowtail', cursive;
 font-family: 'Bebas Neue', cursive;*/
font-weight: 500;
text-transform: uppercase;
  border-radius: 5px;
  width: 100%;
  height: auto;
  text-align: left;
  color: #0e2247;
  font-size: 50px;	
}

.texteTexteEntreprise {
	font-family: 'Teko', sans-serif;
	font-weight: 400;
  width: 100%;
  text-align: justify;
  color: #0e2247;
  font-size: 30px;
}

.texteTexteEntreprise2 {
  font-family: 'Teko', sans-serif;
  font-weight: 400;
  width: 100%;
  text-align: justify;
  color: #0e2247;
  font-size: 30px;
}

#fb2 {
	visibility: hidden;

	position: absolute;
}

#fb1 {
	position: absolute;

}

#insta1 {

	position: absolute;
}

#insta2 {
	visibility: hidden;

	position: absolute;
}
#location1 {

	position: absolute;
}

#location2 {
	visibility: hidden;

	position: absolute;
}

.imageEntreprise {
	width: 100%;
	max-width: 45vw;
	height: auto;
}
.imageEntreprise2 {
	width: 50%;
	max-width: 30vw;
	height: 50%;
}

@media all and (max-width: 1100px) {
	.imageEntreprise {
		width: 90vw;
		max-width: 600px;
	}

	.responsive2 {
		max-width: 600px;
	}

	.texteEntrepriseContainer {
    max-width: none;
    margin-left: 0;
	}


	.sousTitreTexteEntreprise {
	}

	.titreTexteEntreprise {

		font-size: 50px;
	}

	.texteTexteEntreprise {
	}

	#decouvrirEntreprise {
	}
}

@media all and (max-width: 800px) {
	.sousTitreTexteEntreprise {

	}

	.titreTexteEntreprise {

		font-size: 37px;
	}




}

#quitterPage :hover {
  transition: all ease .5s;
  cursor: pointer;
}

#quitterPage  {
  width: 55px;
  height: 55px;
  top: 20px;
  left: 20px;
  display: flex;
  border-radius: 0px;
  background-color: #0e2247;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  position: fixed;
  transition: all ease .5s;
  z-index: 99999;
}


#quitterPage .cross {
  outline: 0;
   background: none;
    -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition-timing-function: all ease .5s;
  overflow: hidden;
  cursor: pointer;
  border: solid #0e2247 3px;	
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 55px;
  width: 55px;
}

#quitterPage  .cross:hover {
  border: solid #f3cf12 3px;
    -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition-timing-function: all ease .5s;
}


#quitterPage  .cross:hover .cross2 {
  color: black;
  z-index: 2;
}

#quitterPage  .cross .cross2:before {
  content: "";
  position: absolute;
  background: #f3cf12;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0;
  border-radius: 0px;
  outline: none;
  z-index: -1;
  -webkit-transition: right 0.12s ease-in;
  -ms-transition: right 0.12s ease-in;
  transition: right 0.12s ease-in;
}


#quitterPage  .cross:hover .cross2:before {
  right: 0;
}






#decouvrirEntreprise {
	position: relative;
  height: auto;
  background-color: #0e2247;
  border-radius: 5px;
  width: 100%;
  max-width: 300px;
  padding: 0;
  position: relative;
  -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;
	margin-top: 20px;	
    z-index: 9999;
}

#decouvrirEntreprise:hover {
	background-color: #f3cf12;
}

#decouvrirEntreprise .texteButton2 button {
  background: #0e2247;
  width: 100%;
  max-width: 300px;
  height: auto;
  padding: 15px;
  display: flex;
  color: white;
  border: solid transparent 1px;
  font-size: 20px;
/*font-family: 'PT Mono', monospace;
font-family: 'Teko', sans-serif;
font-family: 'Vidaloka', serif;
font-family: 'Yellowtail', cursive;*/
 font-family: 'Bebas Neue', cursive;
font-weight: 800;
letter-spacing: 3px;
text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  transition: all ease .5s;
  text-align: center;
  text-decoration: none;
  position: relative;
  outline: 0;
   background: none;
    -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition-timing-function: all ease .5s;
  overflow: hidden;
  cursor: pointer;
}



#decouvrirEntreprise .texteButton2 .itemButton:hover {
  color: #0e2247;
  z-index: 2;
  border: solid transparent 1px;
}

#decouvrirEntreprise .texteButton2 .itemButton:before {
  content: "";
  position: absolute;
  background: #f3cf12;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0;
  border-radius: 5px;
  outline: none;
  z-index: -1;
  -webkit-transition: right 0.12s ease-in;
  -ms-transition: right 0.12s ease-in;
  transition: right 0.12s ease-in;
}


#decouvrirEntreprise .texteButton2 .itemButton:hover:before {
  right: 0;
}

