/* CSS Document */

html {
  font-size: 12px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
/* when large screen */
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }

  .btsubscribe {
    /* display:none; */
  }
}

/* when short screen */
@media (max-width: 768px) {
  .logo {
    width: 100%;
    max-height: 50px;
    background-image: url(../images/logo_ombre.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .logobox {
    max-width: 100px !important;
    margin-left: 0px !important;
    max-height: 50px;
  }

  .logobox > a {
    color: #ffffff;
    font-size: 40px;
    white-space: nowrap;
    word-spacing: 100px;
    text-decoration: none;
  }

  .block-display {
    display: none;
  }

  .titlelibelletable {
    display: none;
  }

  .btsubscribe {
    display: inline-block;
  }
}

.block-display-none {
  display: none;
}

.block-display-block {
  display: block;
}

.block-display-inlineblock {
  display: inline-block;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.body-home {
  /* background:url(../images/bg_home_left.png) left top repeat #006291; #006666 */
  background: #006291; /*#006666*/
}

.body-home-2 {
  background: #004848;
}

.cursorpointer {
  cursor: pointer;
}

.no-width-height {
  width: 0px !important;
  height: 0px !important;
  overflow: hidden !important;
  background-color: transparent !important;
}

.display-none {
  display: none;
}

.custom_text {
  width: 0px;
  height: 0px;
  display: none;
}

.zonetexttermhome {
  overflow: auto;
  height: 100%;
  width: 100%;
}

.menu-head {
  width: 100%;
  z-index: 999 !important;
}

.none-margin {
  margin: 0px !important;
}

.linetitle {
  width: 100%;
  /* height: 1px; */
  border-bottom: 1px dashed #26abff;
  /* margin: 20px 0; */
}

.titlehead {
  text-shadow: #bbe5ff 0 -1px 0, #0098f8 1px 1px 0, #018de6 2px 2px 0,
    #006fb5 3px 3px 0, #005386 4px 4px 0, #004874 5px 5px 0, #333 5px 5px 10px;
  color: #006291;
  text-shadow: 3px 2px 2px rgba(147, 150, 149, 0.41);
  font-weight:bold;
}

.text-color-customize {
  color: #006291;
}

.border-color-customize {
  border-color: #f0f1f2 !important; /* #006291 */
}

.select-language {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-color: #006291;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.boxshadow {
  box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.14);

  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
}

.note-editable {
  background-color: #ffffff !important;
}

.wrapper-welcome-home {
  display: flex;
  align-items: stretch;
}

#content-welcome-home {
  /*padding: 20px;*/
  /* padding: 0px 10px 20px 20px; */
  min-height: 100vh;
  transition: all 0.3s;
  min-width: 80%;
  width: 100%;
}

#advert-welcome-home {
  /* max-width: 20%; */
}

.advert-slides-welcome-home {
  width: 20%;
  padding: 0px 10px 0px 10px;
}

/******* form *****/
.min-width {
  min-width: 200px;
}

.border-radius-10 {
  -moz-box-shadow: 2px 2px 18px 1px #003532;
  -webkit-box-shadow: 2px 2px 18px 1px #003532;
  -o-box-shadow: 2px 2px 18px 1px #003532;
  box-shadow: 2px 2px 18px 1px #003532;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#003532, Direction=134, Strength=18);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.validatebox-valid {
  /*background:none;*/
}

.validatebox-invalid {
  /*background:#FF9B9B !important;
	border: 1px solid #FF9B9B !important;*/
  background: #ffe6e6 !important;
  border: 1px solid #ffe6e6 !important;
}

/******* buttons ******/
.btn-green2 {
  cursor: pointer;
  width: 100%;
  border: #ffffff solid 1px;
  background: #006291; /*#006666*/
  color: #fff;
}

.btn-green2:hover {
  background: #43a047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.btn-primary-customize {
  background-color: #006291;
  color: #fff;
}

.btn-primary-customize:hover {
  background-color: #006291;
  color: rgb(176, 223, 178);
}

.bg-primary-customize {
  background-color: #006291;
}

.bg-light-customize {
  background-color: #f0f1f2 !important; /* #f0f1f2  #f6fdff */
}

.text-info-customize {
  color: none !important;
  /* font-weight:600 !important; */
}

/****** images *******/
.logo {
  width: 100%;
  max-height: 50px;
  background-image: url(../images/logo_ombre.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.logobox {
  min-width: 200px;
  /*border: 0.1px solid red;*/
  margin-left: 3rem;
  max-height: 50px;
}

.logobox > a {
  color: #ffffff;
  font-size: 40px;
  white-space: nowrap;
  word-spacing: 200px;
  text-decoration: none;
}

.inlineblock {
  white-space: nowrap;
}

.sloganbox {
  /*border: 0.1px solid red;*/
  margin-left: 3rem;
}

.img-user {
  width: 100%;
  max-height: 50px;
  max-width: 50px;
  min-width: 50px;
  background-image: url(../images/logo_ombre.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.image_lang {
  /*width:5%;
	height:5%;*/
  max-height: 30px;
  /*max-width:20px;*/
}

/********* start contact form *******/
/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.container {
  /* max-width: 400px;*/
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact input[type="password"],
#contact input[type="radio"],
#contact input[type="checkbox"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #f9f9f9;
  padding: 25px;
  /*margin: 150px 0;*/
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 3px;
  min-width: 100%;
  padding: 0;
  /*width: 100%;*/
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact input[type="password"],
#contact input[type="radio"],
#contact input[type="checkbox"],
#contact textarea {
  /*width: 100%;*/
  border: 1px solid #ccc;
  /* background: #fff; */
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact input[type="password"]:hover,
#contact input[type="radio"]:hover,
#contact input[type="checkbox"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #006291; /*#006666*/
  color: #fff;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #43a047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
/********* end contact form *********/

.loadingimg {
  width: 100%;
  max-height: 20px;
  max-width: 160px;
  background: url(../images/ui-anim_basic_16x16.gif); /*image-de-secours*/
  background-image: url(../images/ui-anim_basic_16x16.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: center;
  background-position-x: center;
  word-wrap: 160px;
}

.imgautocomplete {
  min-width: 50px;
  visibility: hidden;
}

#charge_mainpage,
#zoneprogress {
  visibility: hidden;
}

.img-game {
  max-width: 100%;
  max-height: 100%;
}

.blocforminfo {
  -webkit-box-shadow: 10px 10px 5px -4px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 10px 10px 5px -4px rgba(0, 0, 0, 0.28);
  box-shadow: 10px 10px 5px -4px rgba(0, 0, 0, 0.28);

  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000;
  /* background-color:#cae8ce; */
}

.box-float-left {
  float: left;
  margin-right: 2px;
  max-width: 25%;
  max-height: 100%;
  border-radius: 5px;
}

.img_filegame {
  /* width: 100%; */
  max-width: 100%;
  max-height: 300px;
  height: auto;
}

.img_homefilegame {
  /* width: 100%; */
  /* max-width: 200px; */
  max-width: 100%;
  max-height: 200px;
  height: auto;
}

.img_mots_meles {
  width: 150px;
  height: 150px;

  background-image: url("../images/img_mots_meles.jpg");
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: contain;
  background-position: center;
}

.gid_svg_container {
  max-width: 400px;
  max-height: 400px;
  width: 100%;
  height: 100%;
  resize: both;
  overflow: auto;
  border: 1px dashed #aaa;
}

.main_svg {
  width: 100%;
  height: 100%;
}

/*---------- Start nav-homelist -------------------*/
.nav-homelist .nav-tabs .nav-item.show .nav-link,
.nav-homelist .nav-tabs .nav-link.active {
  background-color: #fff !important;
  color: #006291 !important;
}

.nav-homelist .nav-tabs .nav-item.show .nav-link:hover,
.nav-homelist .nav-tabs .nav-link:hover {
  background-color: #fff !important;
  color: #006291 !important;
}

.nav-homelist .nav-tabs .nav-link {
  background-color: #006291 !important;
  color: #fff !important;
  margin-right: 5px;
}
/*---------- End nav-homelist -------------------*/

/* ########################################## */
