/* Menu et corps du text*/
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  position: relative;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  background: #fafafa;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* text */
.esptext_5{
  font-size:1.2em;
}

.esptext_7{
	padding: 10px;
    border: 1px solid #bbb;
    background: #fafafa;
	font-size:1.2em;
    box-shadow: 0 0 0 4px #fff inset,
                0 0 0 5px #DAD4D4 inset;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  .container {
    max-width: 730px;
  }

  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
  
  #blocfixbar{
	  background-color:#FFFFFF;
	  color:#6c757d;
	}
	
	a.icofixbar{
	color:#6c757d;
	}
}

.pic-title {
  max-width: 200px;
  max-height:40px;
}

.pic-title_2 {
  max-width: 300px;
  max-height:40px;
}

.pic-title_3 {
  /*min-width: 300px;*/
  height:200px;
  text-align:center;
  vertical-align:middle;
}

.container {
  max-width: 50rem; /* 60 rem */
}

.container-2 {
  border:double;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.centre {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* images */
.image_logoform_min{
	max-height:50px;
	max-width:100px;
}

.image_logoform{
	max-height:100px;
	max-width:200px;
}

.photo-accueil {
  /*margin:0;
  padding:0;*/
  background: linear-gradient(
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.45)
    ), url(../images/shaking-hands-3096229_1920.jpg) no-repeat center fixed;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}

.photo-accueil-apropos {
  /*margin:0;
  padding:0;*/
  background: linear-gradient(
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.45)
    ), url(../images/new-york-472395_1920.jpg) no-repeat center fixed;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}

.photo-histoire-apropos {
  /*margin:0;
  padding:0;*/
  background: linear-gradient(
      rgba(0, 0, 0, 0.60),
      rgba(0, 0, 0, 0.80)
    ), url(../images/IMG_0316.JPG) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}

.photo-mission-apropos {
  /*margin:0;
  padding:0;*/
  background: linear-gradient(
      rgba(0, 0, 0, 0.20),
      rgba(0, 0, 0, 0.40)
    ),url(../images/new-york-918682_1920.jpg) no-repeat center fixed;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}
.photo-vision-apropos {
  /*margin:0;
  padding:0;*/
  background: linear-gradient(
      rgba(0, 0, 0, 0.20),
      rgba(0, 0, 0, 0.50)
    ),url(../images/japan-3205106_1920.jpg) no-repeat center fixed;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}
.photo-valeur-apropos {
  /*margin:0;
  padding:0;*/
  background: linear-gradient(
      rgba(0, 0, 0, 0.40),
      rgba(0, 0, 0, 0.60)
    ),url(../images/achievement-3408115_1920.jpg) no-repeat center fixed;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}

.photo-mainteneur {
  /*margin:0;
  padding:0;*/
  background: linear-gradient(
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.45)
    ),url(../images/wrench-717684_1920.jpg) no-repeat center fixed;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}

/* zone de vidéo
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}
*/

/* zone de recherche */
:root {
  --jumbotron-padding-y: 4rem;
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #fff;
  margin-top:0;
}

.en-bas {
  padding-top: var(--jumbotron-padding-y);
}
@media (min-width: 768px) {
  .jumbotron {
    margin-top: 0;
    padding-top: calc(var(--jumbotron-padding-y) * 4);
  }
  .en-bas {
    padding-top: calc(var(--jumbotron-padding-y) * 3);
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
  margin-top: 100;
}

.jumbotron-heading {
  font-weight: 500;
  color: white;
  text-shadow: 2px 2px 2px black;
}

.text-shadow {
  text-shadow: 2px 2px 2px black;
}

.jumbotron-subheading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 50rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marge-top {
  padding-top: var(--jumbotron-padding-y);
}

.marge-bottom {
  padding-bottom: var(--jumbotron-padding-y);
}

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.titleonconnexion {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.carte {
  background-color: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.carte:hover {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.carte_2 {
  background-color: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.carte_2:hover {
  /*box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);*/
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 1rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

/*---------- Toggle Switch -------------------*/

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

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

input:checked + .slider {
  background-color: #2196F3;
}

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

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

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


/*------------------------- Commentaires utilisateurs avec carroussel ______________________________ */

/* Carousel base class */
.carousel {
  padding-bottom: 1rem;
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

/* list-style-type */

ul.a {list-style-type: circle;}
ul.b {list-style-type: disc;}
ul.c {list-style-type: square;}
ol.d {list-style-type: armenian;}
ol.e {list-style-type: cjk-ideographic;}
ol.f {list-style-type: decimal;}
ol.g {list-style-type: decimal-leading-zero;}
ol.h {list-style-type: georgian;}
ol.i {list-style-type: hebrew;}
ol.j {list-style-type: hiragana;}
ol.k {list-style-type: hiragana-iroha;}
ol.l {list-style-type: katakana;}
ol.m {list-style-type: katakana-iroha;}
ol.n {list-style-type: lower-alpha;}
ol.o {list-style-type: lower-greek;}
ol.p {list-style-type: lower-latin;}
ol.q {list-style-type: lower-roman;}
ol.r {list-style-type: upper-alpha;}
ol.s {list-style-type: upper-greek;}
ol.t {list-style-type: upper-latin;}
ol.u {list-style-type: upper-roman;}
ol.v {list-style-type: none;}
/*ol.w {list-style-type: inherit;}*/
ol.w {list-style-type: none;}
ol.w > li::before {
	content: "•"; 
	color: #0062cc; 
	font-size:30px;
	padding:20px 20px 0 0;
	font-weight:bold;
}


/***************/

.menu-head{
	width:100%;
	z-index:999 !important;
}

.grand {
  font-size: 2rem;
}

.photo-profil {
  max-height: 10rem;
}

.yearinput{
	min-width:53px;
}

.searchzone{
	min-width:200px;
}

.image_user{
	/*width:5%;
	height:5%;*/
	max-height:50px;
	min-width:50px;
}

.image_lang{
	/*width:5%;
	height:5%;*/
	max-height:30px;
	/*max-width:20px;*/
}

.image_userlist{
	max-height:100px;
	max-width:200px;
}

.image_userlist_2{
	max-height:190px;
	max-width:250px;
}

.image_captcha{
	max-height:80px;
	max-width:200px;
	min-width:150px;
}

#charge_zoneaffichemonprofil, #charge_zoneformcreerpartie, #charge_zoneformspaceofPlayground, #charge_zoneaffichejesuis, #charge_zoneafficheresultmodifprofil, #charge_zoneaffichelisteabonnes, #charge_zoneaffichelistproject, #charge_zoneaffichelistactivity, #charge_zoneaffichelistmessages, #charge_zoneafficheparam, #charge_zoneaffichenewimageproject, #charge_zoneaffichenewcountry, #charge_zonecaptcha{
	visibility:hidden;
}

.chargeload{
	visibility:hidden;
}
.zonehidden{
	visibility:hidden;
	height:0px !important;
}
.nonedisplay, .statut_desactive{
	display:none !important;
}

.icon-white{
	color:#FFFFFF;
}

.simplelink{
	text-decoration:none !important;
	color:rgba(0,0,0,.9);
}

.textsize-11{
	font-size:11px;
}

.blocmargin-1{
	margin:10px;
}

.main-1{
	margin-top:-70px;
	border:none
}

.navbartextcolor-dark{
	color:rgba(0,0,0,.9);
}

.navbartextcolor-white{
	color:#fff !important;
}

@media (max-width: 974px) {
  .navbartextcolor-white{
		color:rgba(0,0,0,.9) !important;
	}
}


.todisplay-min{
	display:none;
}

.todisplay-max{
	display:block;
}

@media (max-width: 990px) {
  .todisplay-min{
	display:block;
}

.todisplay-max{
	display:none;
}
}


.btn-circle {
    font-size: 26px;
    width: 55px;
    height: 55px;
    margin-top: 15px;
    line-height: 45px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100% !important;
    background: 0 0;
	padding:5px 15px 5px 15px;
}

.autour {
  /*margin-bottom: 10rem;*/
  padding-bottom: 10rem;
}

.emphaze {
  font-weight:normal;
}

.textspacenowrap{
 	white-space:nowrap;
}

.bloc {
  border : 1px solid #ffffff;
  padding: 1rem;
  margin: 1rem;
}

.bloc:hover {
  text-shadow: none;
  color: black !important;
  background-color: white;
}

#linkdownload{
	display:none;
}