
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');

* {
  /**font-family: 'Nunito', sans-serif;**/
  font-family: 'Montserrat', sans-serif;
}

html {
  scroll-behavior: smooth;
}



a {
  text-decoration: none;
  color: white;
}

.features li {
  list-style: none;
  font-size: 18px;
}

.features li:before {
  content:"·";
  font-size:30px;
  vertical-align:middle;
  line-height:20px;
}

/** largeur de la page globale **/

.principal {
  width: 98%;
  padding-bottom: 10px; 
padding-left:0;/** marges globales **/
padding-right:0;
}

.footer {
  margin-bottom: 20px;
}



/** éléménets à cacher en lg ou xs **/

.lg_nav
{
  display:contents;
}

.hidelg {
  display: none;
}

/** drapeau langue **/ 

.language
{

  margin-right:30px;

}

.navbar-nav
{
  width:100%;
}
/******* NAVBAR  partie admin *********/
.admin {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  list-style-type: none;
  padding-right:100px;
  color:white;   /** cache le lien vers l'admin **/
}

/******* NAVBAR  partie pages *********/

/** bannière **/
.banner_top
{
  display: block;
}

.banner_bottom
{ 
  display: block;
}

.banner_top h2
{
  font-size:200%;
  color:white;
}

.left_pixel_effect
{
  width:50%;
  height:100%;
  
}

.banner_top .pixels_left
{
 position: relative;
 height:100%;
 width: 30%;
 background-image: url(../images/ImagePixelInverse-90.png);
 background-repeat: repeat-y;
 background-position: left;
}

.banner_top .white_shadow
{
position: relative;
background-color: white;
width: 100%;
height:100%;
}

.right_pixel_effect
{
  width:50%;
  height:100%;
  
}

.banner_top .pixels_right
{
  position: relative;
  height:100%;
  width: 80%;
 background-image: url(../images/ImagePixelInverse+90.png);
 background-repeat: repeat-y;
 background-position: left;

}

.banner_bottom
{
  border-bottom:1px solid black;
  overflow:hidden;
}




.navmenu-item {
  font-size: 110%;
 
}

.navmenu-block {
padding:0;
margin:0;
height:100px;
/**clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);**/
transition:0.5s all;
box-shadow: 0px 5px 2px white;
padding-left:10px;
padding-right:10px;
}

.navmenu-block:hover 
{
  background-color: antiquewhite;
}

.navmenu-block a
{
  padding-left:10px;
  overflow:hidden;
}

/** partie basse **/
.left
{
background-color: #66D0F9;
 /** 87 199 242**/
 padding-left:150px;
}
.right
{
  background-color: #f28257;
 /** 242 130 87**/
}
.leftsvg 
{
  background-color: #66D0F9;
}
.leftsvg path
{
  fill:#f28257;
}

.rightsvg 
{
  background-color: #66D0F9;
}
.rightsvg path
{
  fill:#f28257;
}


/** partie haute **/
.sup_left
{


background-color: #52a6c7;
 /** 87 199 242**/
 padding-left:150px;
}
.sup_right
{
  background-color: #c26846;
 /** 242 130 87**/
}

.sup_rightsvg 
{
  background-color: #52a6c7;
}
.rightsvg path
{
  fill:#c26846;
}

.logotest img
{
  height:100px;
  width:220px;
  box-shadow: 0px 0px 20px black;

}

.logotest
{
  position:absolute;
  left:50%;
  transform:translate(-50%,-20%);
  z-index:1000;
}

.cut_head
{
  height:100%;
  width:20%;
  background-image: url('/assets/images/Separation.png');
  background-repeat: repeat-y;
  background-position: right;
  
}


/******* PAGE HOME *********/

/** nouvelle version **/ 
/** fin nouvelle version **/ 

/******** HOME/ SLIDER ***********/

.horizontal
{
display: contents;
}

.vertical
{
  display: none;
}


.carousel {
border-top: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
/**clip-path: path (M0 0H1808.5V1090H1582H1355H1239.5H1126.5H1016H969V1095L968 1097.5L967 1099.5L965 1102L963 1103.5L961 1105L958 1106H902H850.5L847.5 1105.5L845 1104L843 1102L841 1100L839 1098L838 1095.5V1090H792.5H678H451H0V0Z);**/
background-color: white;


}

.carousel-control-prev span,
.carousel-control-next span {
  background-color: black;
 
}

.carousel-control-prev ,
.carousel-control-next  {
  width:10%;

}

/* change transition duration to control the speed of fade effect */
.carousel-item {
transition: transform 1s ease-in-out;
background-color: white;
/**
clip-path: path("M0.5 0H1780.5V1064.38H1557.57H1334.15H1220.47H1109.25H1000.49H957V1068L956 1071L955 1073L953.5 1075L952 1076.5L950.5 1078L947.5 1079.5L945.5 1080H943.403H888.285H837.597L834.644 1079.51L832 1079L830 1078L828 1076.5L827 1075.5L826 1074L825 1071.5L824 1067.5L823.5 1064.38H780.511H667.815H444.393H0.5V0Z");
**/

}

.carousel-item img
{

background-color: black;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {

  transition: color s 5s;
  
}

.carousel-fade 
{
  background-color: black;
}

.carousel-caption 
{
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;

}

.carousel .carousel-indicators button {
 width: 10px;
 height: 10px;
 border-radius: 100%;
 border:1px solid white;
 margin:10px;
 
}

.carousel .carousel-indicators
 {
  
  background-color:rgba(0,0,0,1);
  border-radius:50px;
  width:10%;
  left:50%;
  transform: translateX(-200%)

 }


.carousel-dark .carousel-indicators [data-bs-target]
{
background-color: #f25793;

}

.carousel_link
{
position:absolute;
top:60%;
left:10%;
height:20%;
width:30%;
border:2px solid black;
background: rgba(255,255,255,0.2);

}

/*** liens dans le slideshow ***/

.over_slide
{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:1;

}

.over_slide .btn
{
background-color:#05ce78;
border:none;

}
.over_slide a
{
  padding:20px;
  padding-left:20px;
  padding-right:20px;
  font-weight: bolder;
  
}
/** positions des liens sur les slides 

/** 1 nefasto **/ 
.position1
{
  top:50%;
  left:20%
}

/** 2 hybris **/ 
.position2
{
  top:50%;
  left:20%
}

/** 3 nightmare **/ 
.position3
{
  top:50%;
  left:20%
}

/** fin liens dans le slideshow **/

/******** HOME/ NEWSLETTER ***********/


.newsletter {
 
  text-decoration: none;
  background-image: url(../images/ImageNewsletter.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #57c7f2;
  background-color: rgba(87, 199, 242, 1);
    
 /** 87 199 242**/
}

.form-container {
  padding: 15px;
  padding-left: 20px;
  padding-right: 50px;
  padding-bottom:100px;
  margin-left:100px;
}




/** PERSONNALISATION DU FORMULAIRE **/


/** PERSONNALISATION DU FORMULAIRE **/

.newsletter h2
{
  color:white;
  text-shadow: 1px 1px 0px black;
}

 .newsletter .btn
{
  background-color: #f28257;
  color: white;
  font-weight: 700;
  margin-bottom: 5px;
}

.css-checkbox { 
  position: relative; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; 
  width: 1px; 
  margin: -1px; 
  padding: 10px; 
  border: 0; 
}

.form-check-label label
{ 

margin-left:10px;

} 

.rgpd_style
{
margin-left:10px;
vertical-align: middle;
}




 .css-checkbox + label 
 { 
  position: relative; 
  font-size: 14px; 
  cursor: pointer; 
  display: inline-flex; 
  align-items: center;
  justify-content:space-between;
  height: 16px; 
 
  color: rgb(0, 0, 0);

}  
  .css-checkbox + label::before { 
  content: " "; 
  display: inline-block; 
  vertical-align: middle; 
  margin-right: 10px; /** marge entre input et label du checkbox**/ 
  width: 16px; 
  height: 16px; 
  background-color: white;
  border:1px solid white;
  border-radius: 1px; 
  box-shadow: 1px 1px 1px 1px white;
  }
  
  .css-checkbox:checked + label::after { 
    content: " "; 
    position: absolute; 
    display: flex; 
    justify-content: center; 
    align-items: center;
    margin-left: 6px; 
    left: 0px; 
    top: 0px; 
    text-align: center;
    background-color: rgb(240, 144, 0); 
     font-size: 10px; 
     height: 15px; 
     width: 15px; 
     border-radius: 1px;
    
    
    }
/** FIN PERSONNALISATION DU FORMULAIRE **/

#newsletters_users_categories label,
#newsletters_users_categories input {
 
  padding-right: 20px;
  padding-left: 5px;
}



/******* NEWSLETTER ******/

/******* NEWSLETTER / page prepare ******/

/******* NEWSLETTER / page prepare/ ckeditor ******/

.ck-editor__editable[role="textbox"] {
  /* editing area */
  min-height: 500px;
  height: 500px;
}

/******* fin NEWSLETTER / page prepare/ ckeditor ******/

/******* fin NEWSLETTER / page prepare ******/

/******* fin NEWSLETTER ******/

.bottom_link a:link
{
  text-decoration: none;
  color: black;
  text-transform:lowercase;
  font-weight:300;
  font-size:100%;
}



/******* PAGE SIMPLE *********/
h2 {
  font-weight: 1000;
  font-size:300%;
}

/** HEADER **/

/** container central **/
.product {
  margin: 0;
  padding: 0;
}

/** container central **/
/** SECTION INTRODUCTION **/
.bg_video {
  position: relative;
  background-color: black;
  height: 60vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.bg_video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.bg_video .container {
  position: relative;
  z-index: 2;
}

.bg_video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.2;
  z-index: 1;
}

.box-picture
{
  width:50%;
}


.description h1,.description p
{

font-weight: 700;
font-size: 300%;
}

/** NAVBAR secondaire **/
.navcentrale {
margin:0;
padding:0;
  background-color:#53caf8 ;
  
}

/** couleur de la navcentrale suivant la catégorie **/
.boardgame, .boardgame a:link
{
background-color:#f28257;
}

.videogame, .videogame a:link
{
background-color:#53caf8;
}

.videogame a:hover,.boardgame a:hover
{
  background-color: white;
}

.videogame a:link,.boardgame a:link,.videogame a:visited,.boardgame a:visited
{
  color: white;
}

.navcentrale a 
{
  width: auto;
  height:100%;
  transition: 1s all;
  font-weight: 800;
  font-size: 150%;
}

.navcentrale .logo_ext
{
  height:40px;
}

.nav-link
{
  border-right:1px solid white;
}

.nav-link:first-child
{
  border-left:1px solid white;
}

/** fin navbar secondaire


/** SECTION OVERVIEW BOARD GAME **/

.overview {
  position: relative;
  background-color: black;
  width: 100%;
  overflow: hidden;
  height:90vh;
}

.overview .container {
  position: relative;
  z-index: 2;
}

.overview_overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.6;
  z-index: 0;
 
}

.overview_text {

  background-color: rgba(255, 255, 255, 0.80);
  border-radius: 25px;
}

.overview p
{
font-weight:normal;
font-size: 120%;
}

.overview .img-responsive {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.overview ul {

  text-align: center;
  display: inline;
}

.overview li {
  display: inline;

}

.overview li:first-child {
  border-radius: 10px 0 0 10px;
}

.overview li:last-child {
  border-radius: 0 10px 10px 0;
  border-right: none;
}

.over_modal_image
{
width:100px;
position:relative;
left:50%;
top:0;
transform: translate(-50%,-250%);
}


.content
{
text-align: center;

}

.content .btn
{

  height:80%;
 
}

.content img
{

 width:90%;
 
}



.bottom_effect
{
  position:absolute;
  bottom:-10px;
  left:0;
  height:100%;
  width:100%;
  transform: rotateX(180deg);
  background-image: url(/assets/images/imagepixel.png);
  background-repeat: repeat-x;

}

/** commentaires des icones **/
.figure
{

  text-align: center;
}

.figure-caption
{
  font-size:150%;
  font-weight: 800;
  color:white;
}

/** overview jeux videos **/
.property-list
{
text-align: center;
}

.property-list .figure
{
  
  padding:0;
  margin:25px;
}


/** fin overview **/

/** modal **/

.modal-backdrop {
  z-index: 1;
  background-color: rgba(0,0,0,0.2);
 
}

.modal-body {
  z-index: 100;

}


.modal-header {
  background-color: rgba(0, 0, 0, 1);
}

.modal-header .btn-light {
  background-color: white;
}

.modal {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.modal-content {
  z-index: 50;
}

/** fin modal **/


/** ZONE DE CUT ENTRE LA PARTIE OVERVIEW ET SPREAD**/
.cut {
  position: relative;
  z-index: 1;
  bottom: 50px;
  padding: 0;

}

/** ZONE DE SPREAD IMPACT SUR CUT DE OVERVIEW**/

.spread {
  position: relative;
  z-index: 1;
  margin-top: -50px;
}

/** ZONE PHOTOS **/

/** réglages du carousel **/
.carousel-pictures .carousel-control-prev,.carousel-pictures .carousel-control-next
{
  width:5%;
  margin:0;
  padding:0;
}

.carousel-pictures .carousel-control-prev img,.carousel-pictures .carousel-control-next img {
  width:70%;

}


/** modal pictures **/ 

.photos .little
{

  padding:5px;
}

.little {
  overflow:hidden;
  margin: 0;
  border:none;
}

.little:hover .img-responsive
{
margin:0;
padding:0;
}

.little img {
  
  width: 100%;
  transition: 1s all;
  overflow:hidden;
  
}


.little img:hover {
  transform: scale(1.5);
  border:none;
}

.little .btn, .medium .btn
{
  margin:0;
  padding:0;
  border:none;
}

.medium {
  overflow: hidden;
  margin: 0;
  border:none;
 
}

.medium img {
  overflow: hidden;
  width: 100%;
  transition: 1s all;
  

}

.medium img:hover {
  transform: scale(1.5);
}

/** modal pictures **/

.modal-body
{
  background-color: black;
  border:none;
}

.modal-header,.modal-footer
{
  
  border:none;
}




/** ZONE features **/

.features p, .features li
{

margin-right:50px;
}


.features p
{
font-weight:normal;
font-size: 120%;
}

/** ZONE COMPONENTS **/

/** ZONE HOWTO **/
.howto {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height:75vh;
  width: 100%;
 
}

.howto .container {
  position: relative;
  z-index: 2;
}

.howto .text, .overview .text
{
  background-color: rgba( 255 , 255, 255, 0.80 );
  border-radius: 25px;
}

.howto .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.6;
  z-index: 1;
}

  /** zone howto **/
  .howto_background {
    width: 100%;
  }


.howto .img-responsive {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.howto .btn, .howto_active
{
  z-index:1;
}

.howto p
{
font-weight:normal;
font-size: 120%;
}

.howto .big
{

font-size: 150%;
}

.howto a:link
{
  color:white;
}

/** EXTENSIONS **/ 

.extension_margin
{
 
}


/** FIN EXTENSION **/ 

/** ZONE COLLECTOR **/
.collector {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 30rem;
  width: 100%;
  overflow: hidden;
}

.collector .container {
  position: relative;
  z-index: 5;
  
}

.collector .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.6;
  z-index:-2;
}

.collector .img-responsive {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.collector .btnModalPicture
{
  
  z-index:5;
}


.collector .img-active
{
  height:80vh;
  
}

.collector .moving_title
{
  display:contents;
}

.collector .moving_title_head
{
  display:none;
}

.collector a
{
  z-index:10;
}

/** ZONE DOWNLOADS **/




.downloads {
  width: 100%;
  background: rgb(102,208,249);
  background: -moz-linear-gradient(90deg, rgba(102,208,249,1) 24%, rgba(242,130,87,1) 85%);
  background: -webkit-linear-gradient(90deg, rgba(102,208,249,1) 24%, rgba(242,130,87,1) 85%);
  background: linear-gradient(90deg, rgba(102,208,249,1) 24%, rgba(242,130,87,1) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#66d0f9",endColorstr="#f28257",GradientType=1);
}

.cadre {
  border: 1px solid grey;
  border-radius: 50px;
  background-color: white;
}

.filters {
  list-style-type: none;
  display: inline;

}

.btn-custom
{
  background-color: #f28257;
  
    color:white;
    font-weight: bold;
    margin-left:10px;
    margin-right: 10px;
}


.filters a:link {
  background-color: #51E13F;
  border: none;
  margin: 15px;
  border-radius: 100px 100px 100px 100px;
}

.links {
  list-style-type: none;
  border-bottom: 1px solid grey;
  line-height: 2;
}

.links a {
  text-decoration: none;
  color: grey;
  text-transform: uppercase;
  
}


.format {
  font-weight: bolder;
}

/** checkbox à texte ajax **/

/** fin checkbox **/

/** pixels en bas de la newsletter **/
.home_bottom_effect
{
  position:relative;
  margin-top:-100px;
  height:100px;
  width:100%;
  transform: rotateX(180deg);
  background-image: url(/assets/images/ImagePixel.png);
  background-repeat: repeat-x;
  z-index:1;
  
}


/** footer **/

.logo_footer
{
  position:relative;
  margin-top:-50px;
  z-index:20;
}

.logo_footer img {
  height:100px;
  width:220px;
}

.footer_contact a:link {
  text-decoration: none;
  color: #53caf8;
  text-transform:uppercase;
  font-weight:800;
  font-size:120%;
}

.footer_contact a:link:after
{
  content:'.';
  position:relative;
  bottom:20%;
  left:5%;
  margin-left:20px;
  margin-right:20px;
}

.footer_contact a:link:last-child:after
{
 display: none;
}

.footer a:visited {
  text-decoration: none;
  color: #53caf8;
}


.social a {

  width:50px;
  height:50px;
  margin-left:10px;
  margin-right:10px;


}

/** lien facebook **/
.social .facebook
{
background-image: url('/assets/images/ReseauxFacebook.png');
background-size: cover;
background-repeat: no-repeat;
transition:0.5s all;
}

.social .facebook:hover
{
background-image: url('/assets/images/ReseauxFacebook-bw.png');
background-size: cover;
background-repeat: no-repeat;
}
/** lien twitter **/
.social .twitter
{
background-image: url('/assets/images/ReseauxTwitter.png');
background-size: cover;
background-repeat: no-repeat;
transition:0.5s all;
}

.social .twitter:hover
{
background-image: url('/assets/images/ReseauxTwitter-bw.png');
background-size: cover;
background-repeat: no-repeat;
}
/** lien youtube **/

.social .youtube
{
background-image: url('/assets/images/ReseauxYouTube.png');
background-size: cover;
background-repeat: no-repeat;
transition:0.5s all;
}

.social .youtube:hover
{
background-image: url('/assets/images/ReseauxYouTube-bw.png');
background-size: cover;
background-repeat: no-repeat;
}

/** lien instagram **/
.social .instagram
{
background-image: url('/assets/images/ReseauxInstagram.png');
background-size: cover;
background-repeat: no-repeat;
transition:0.5s all;
}

.social .instagram:hover
{
background-image: url('/assets/images/ReseauxInstagram-bw.png');
background-size: cover;
background-repeat: no-repeat;
}



.bottom_link a:link
{
  text-decoration: none;
  color: black;
  text-transform:lowercase;
  font-weight:300;
  font-size:100%;
  text-transform: capitalize;
}

.bottom_link a:visited 
{
  text-decoration: none;
  color: black;
  text-transform:lowercase;
  font-weight:300;
  font-size:100%;
}




/*** DEBUT BACK TO TOP ***/
#back-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  float: right;
  bottom: 50px;
  right: 25px;
  transition:1s all;
  z-index:100;
}

#back-to-top a {
  text-decoration: none;


}

.back {
  text-decoration: none;
  border:none;
  background-color: transparent;
  //transition:1s all;
 
}

/**
.hidden {
  display: none;
  transition:1s all;
}

**/

/* FIN BACK TO TOP*/


/* page team */
.team {
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #e8e8d7;
  border: 1px solid black;
  box-shadow: 2px 2px 2px black,
    2px 2px 5px black,
    2px 2px 10px black;

}

.team img {
  border-radius: 50%;
  transition: 1s all;

}

.team img:hover {
  box-shadow: 2px 2px 2px grey,
    2px 2px 5px grey,
    2px 2px 10px grey;
  transform: scale(1.1);
}

/* FIN page team */




/* MEDIAR QUERRRIIESSS ****************************************/
/* MEDIAR QUERRRIIESSS ****************************************/

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */


/* MEDIAR QUERRRIIESSS ****************************************/
/* MEDIAR QUERRRIIESSS ****************************************/

/** smartphone **/

@media all and (max-width: 768px) {
  /**navbar , je fais apparaître/disparaître certains éléments pour le responsive  **/


  .language
{
  position:absolute;
  right:0;
  top:0;
  margin-right:30px;

}


  .hidexs {
    display: hidden;
  }

  .hidelg {
    display: contents;
  }


  /** navbar **/
  /** navbar **/ 

.list-group
{
  border-radius: 0;
}

.navbar-nav h4
{
text-align:center;
color:white;
font-weight: 800;
margin-bottom: 0;
padding-bottom:0;
padding-top:10px;
padding-bottom:10px;
}

.navbar-nav h4:first-child::before
{
content:'';
position:absolute;
background-image: url('/assets/images/LogoJeuPlateau.png');
background-size: contain;
width:20px;
height:20px;
margin-left:-5%;
}

.navbar-nav:first-child
{
  background-color: #c26846;
}

.navbar-nav:last-child
{

  background-color: #52a6c7;
}

.navbar-nav div
{
display:flex;
align-items:center;
justify-content: space-around;

}

.nav-link:first-child
{
  border:none;
}

.nav-link
{
  border:none;
}

.navbar-nav:first-child div
{
  background-color: #f28257;
}


.navbar-nav:last-child div
{
  
  background-color: #66D0F9;
}

  /** fin navbar **/
  /** HOMEPAGE **/



  /** bannière **/
.lg_nav
  {
   display:none;
  }

  /** slideshow **/

/** j'affiche des images en lg remplacées par d'autres adaptées au responsive **/

.vertical
{
display:contents;
}

.horizontal
{
  display: none;
}


  .carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border:1px solid white;
    margin:10px;
    
   }

  .carousel .carousel-indicators
 {
  
  background-color:rgba(0,0,0,1);
  border-radius:50px;
  width:20%;
  left:45%;
  transform: translateX(-100%);
  
 }

 .carousel-control-prev img,.carousel-control-next img
 {


width:50%;
height:25%;

 }

 /** lien  sur carousel **/

 .over_slide .btn
{
background-color:#05ce78;
border:none;

}
.over_slide a
{
  padding:5px;
  padding-left:20px;
  padding-right:20px;
  font-weight: bolder;
  
}

 .position1, .position2, .position3
 {
  top:45%;
  left:30%;
 }

  /** fin lien  sur carousel **/

  /** zone newsletter **/

  .newsletter
  {
  margin:0;
  padding:0;
  color:white;
  text-shadow: 1px 1px 1px black,
                1px 1px 2px black;

  background-size: cover;
  }

  #newsletters_users_categories label {
    padding-right: 10px;
    padding-left: 5px;
  }

  #newsletters_users_categories input {
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-container
  {
    padding:20px;
    background:rgba(255,255,255,0.8);
    width:100%;
    margin-left:0;
  }

  /** navbar **/

  .logoxs {
    background-image: url("../images/auroragamestudio_logohd.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 100px;

  }

  /** pixels en bas de la newsletter **/
  .home_bottom_effect
  {
    z-index:15;
    height:50px;
    margin-top:-50px;
  }


  /** footer **/ 

  .logo_footer_box 
  {
width:50%;
height:100%;
margin-top:20px;
  }


   .logo_footer
{
  margin-top:-25px;
  padding-left:0;
  margin-left:0;
  padding-right:0;
  margin-right:0;
  
}

 .footer_contact
 {
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  line-height: 2;
 }

 .footer_contact a:link:after
 {
  display:none;
 }

  

 /** singlepage **/


 /****************************JEUX VIDEOS ****************************/

 .jv_introduction .jaquette, .jv_introduction .description
 {
  text-align: center;
 }

 .description h1
 {
  font-size:200%;
 }

 .logo_partners a
 {

margin:auto;
 }



 .content
 {
margin-top:-50px;
padding-top:0;

 }
 

 .features_jv .pictures
 {
  padding-top: 20px;
 }
 
.features p
{

margin:10px;
padding:0;
}

 .features_jv p,.features_jv ul,.features_jv li
 {
  margin:0;
  padding:0;
 }

 .collector .moving_title
{
  display:none;
}

.collector .moving_title_head
{
  display:contents;
}

 .collector 
 {
  height: 200vh;
  min-height: 50rem;
}
.collector_background
{
  height:200vh;
  width:100%;

}

.collector_active
{
  display: flex;
  flex-direction: column;
align-items: start;
justify-content: center;
margin-top:50px;
padding-top: 0;
margin-bottom: 0;
margin-left:10px;
}

.collector_active p,.collector_active h2
{
text-align: left  ;
}
  /****************************fin JEUX VIDEOS ****************************/

  /** zone bg video **/
  .bg_video {
    min-height: 50rem;
 
  }

  .description
  {
    margin-top:20px;
  }
  /** zone nav secondaire **/
  .navcentrale {
    justify-content: center;
    
   
  }
  .navcentrale .nav-link
  {
    border:none;
  }

  .navcentrale li {
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
    
  }


  /** zone overview **/
  .overview {
   
    height: 100vh;
    min-height: 100rem;
    align-items: flex-start;
    }


  .cut {
    bottom: 20px;
  }


  /** overview jeux videos **/
  .property-list
  {
  text-align: center;
  }

  .property-list .figure
  {
    padding:10px;
    margin:15px;
  }

  .property-list .figure
  {
    
    padding:0;
    margin:10px;
  }

  
 .content
 {

padding-top:60px;
text-align: center;

 }



  
/** fin overview jeux videos**/

  /** zone spread **/

  .spread {
    padding: 0;

  }

  /** zone howto **/
  .howto_background {
    width: 2500px;

    overflow: hidden;
  }

  .howto {
    min-height: 100vh;
    height: 110vh;
    width: 100%;
    overflow: hidden;
  }


 
  /** modal **/


  .over_modal_image
{
width:100px;
position:relative;
left:50%;
transform: translate(-50%,-150%);
}

  /** fin modal **/

  /** zone downloads **/
  .downloads {
    background: rgb(102,208,249);
    background: -moz-linear-gradient(90deg, rgba(102,208,249,1) 24%, rgba(242,130,87,1) 85%);
    background: -webkit-linear-gradient(90deg, rgba(102,208,249,1) 24%, rgba(242,130,87,1) 85%);
    background: linear-gradient(90deg, rgba(102,208,249,1) 24%, rgba(242,130,87,1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#66d0f9",endColorstr="#f28257",GradientType=1);
  }

  .cadre {
    border: none;
    width: 100%;
    border-radius: 0px;
    background-color: white;
    
  }

  .filters {
    list-style-type: none;
  }

  .filters .btn-custom
  {
    margin:0;
  }


  .filters a:link {
    background-color: #51E13F;
    border: none;
    margin: 2px;
    border-radius: 100px 100px 100px 100px;
  }

  .links {
    list-style-type: none;
    
  }

  .links a {
    text-decoration: none;
    color: grey;
    text-transform: uppercase;
    
  }

  .links div {
    padding-bottom: 5px;
    border-bottom: none
  }

  .format_texte {
    vIsibility: hidden;
  }

  .format a {
    position: relative;
    right: 0;
    font-weight: bolder;
  }



}

/** fin media query