
/* OVERIDE NORMES BS  */
.container, .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

@media (min-width: 1200px){
  .container, .container-fluid {
      max-width: 1440px;
      margin: auto;
  }
}

@media (max-width: 992px){
  .container, .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px){
    .modal-content{
    width:150%;
    left:-24%;
    }
}


a, a:hover {color:#000;text-decoration:none}
a.cwhite, a.cwhite:hover {color:#fff;text-decoration:none}

.p-site {
  padding: 0 55px !important;
  padding: 0 0px !important;
}
.p-site-m {
  padding: 0 40px !important;
  padding: 0 0px !important;
}

.fixed-top {
  background-color: #fff;
}
ul.navbar-nav li a {
  color:#000 !important;
  font-weight: normal;
}
ul.navbar-nav li a.fbold {
  font-weight: bold;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.menu-top {
  text-align: center;
}
.menu-top ul {
  padding-top: 20px;
  padding-bottom: 0px;
  text-align: center;
  margin: auto auto;
  align-items: center;
  justify-content: flex-end;
}
.menu-top ul li {
  text-align: center;
  margin: 0px 15px;
  display: inline-flex;
}
.menu-top ul li a {
  float: left;
  text-align: center;
}
/* .menu-top ul li a:after {
  content: "|";
  padding-left:20px;
} */


footer {
  width: 100%;
  height: 110px;
  background-color: #fff;
  z-index:2;
  border-top:1px solid #f1f1ef;
  margin-top: 40px;
}
footer li a {
}
/* footer li a:after {
  content: "|";
  padding-left:20px;
} */

body {
  /* padding-top: 110px; */
}

.row-round .col-first {
  border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
  border: 0;
}
.row-round .col-last {
  border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  -webkit-border-radius: 0px 10px 10px 0px;
  border: 0;
}

.round-10 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 0;
}
.round-t-10 {
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border: 0;
}
.round-b-10 {
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border: 0;
}

/***************************************************/
/* CAROUSEL FRONT */
/* home - LES INSCRIPTIONS VISITEURS SONT OUVERTES */
.bandeau1 {

}
/* esp_bandeau_exposant.blade */
.navbar .socials {
  display: inline-block;
}
.navbar .socials li {
  float: left;
  margin-right: 14px;
}
.navbar .socials img {
  height: 22px;
}
.navbar .date {
  display: inline-block;
  height: 80px;
}
.navbar .date img {
  height: 80px;
}

/* esp_evenements */
.bandeau3, .bandeau3 .slider {
  width: 100%;
  min-height:200px;
}
/* esp_conferences */
.bandeau4, .bandeau4 .slider {
  width: 100%;
}
/* esp_bandeau_produits */
.bandeau5, .bandeau5 .slider {
  width: 100%;
}
/* esp_secteurs */
.bandeau7, .bandeau7 .slider {
  width: 100%;
}
/* esp_en_images */
.bandeau8, .bandeau8 .slider {
  width: 100%;
  min-height:250px;
}
/* esp_evenements_big */
.bandeau10, .bandeau10 .slider {
  width: 100%;
}
/* esp_marques */
.bandeau11, .bandeau11 .slider {
  width: 100%;
  min-height:120px;
}
/* esp_cuisine_events */
.bandeau12, .bandeau12 .slider {
  width: 100%;
}
/***************************************************/


.bandeau3 .slider div, .bandeau6 .slider div,  .bandeau8 .slider div , .bandeau9 .slider div , .bandeau4 .slider div {
  height: 100%;
}

.slider .slick-list {
  /* margin-left: 20px; */
  /* margin-right: 20px; */
}
.slider .slick-list div.block {
  /* padding: 15px; */
}
.slider .slick-list div.block-carre {
  /* padding: 15px; */
}
.slider .slick-list div.round-10 {
  width: 100%;
}
.slick-slide img {
  display: inline-block;
}

.block-carre {
  position:relative;
}
.block-carre::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.block-carre span.span-center {
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.block-carre span {
  line-height: 24px;
}
.block-center {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.carre-1x, .carre-2x {
  position: relative;
  width: 100%;
}
.carre-1x::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.carre-0-5x::after {
  content: '';
  display: block;
  padding-bottom: 50%;
}
.carre-1x > div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.carre-2x::after {
  content: '';
  display: block;
  padding-bottom: 50%;
}
.carre-2x > div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

/* carousel */
.arrow {
  width:35px;
  z-index:1;
  cursor: pointer;
}
.arrow-left {
  background-image: url('/images/front/arrow_left.svg') ;
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center center;
  left: -40px !important;
}
.arrow-right {
  background-image: url('/images/front/arrow_right.svg') ;
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center center;
  right: -40px !important;

}

/* page liste marques */
.listemarque {
  border:1px solid #f1f1ef;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* page exposant / exposer */
.page .visuel {
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_exposant .logo .round-10  {
  min-height:175px;
}
.page_exposant .logo img {
  height:60px;
}

/* contact */
.btn-round-10 {
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	text-decoration:none;
  letter-spacing:2px;
}

/* btn */
.btn-violet {
  padding: 8px 20px;
  border-radius:10px;
	display:inline-block;
	cursor:pointer;
	text-decoration:none;
  background-color:#ee4a4f;
  color:#fff;
  text-align: center;
  line-height: 18px;
  min-width: 170px;
}
.btn-black {
  padding: 8px 20px;
  border-radius:10px;
	display:inline-block;
	cursor:pointer;
	text-decoration:none;
  background-color:#000;
  color:#fff;
  text-align: center;
  line-height: 18px;
  min-width: 170px;
}

.titreCarousel { padding-left: 5px !important;}

/* .slick-list { padding: 0 15px; } */

.bandeau11 .h-100 {
  height: calc(100% - 10px) !important;
}


/* NEW VERSION  */

.secteur_title {
  background-position: center 15%;
  font-size: 16px;
  padding-top: 30%;
}

.etiquette {
  padding: 10px 15px;
  transform: rotate(-10deg);
  border-radius: 10px;
  line-height: normal;
  display: inline-block;
}

.form_contact { width: 100%;}

.form_contact input,.form_contact textarea   {
  border-radius: 10px;
  background: #dededc;
  color: #000;
  padding: 10px 20px;
  width: 100%;
  display: block;
  border: none;
  outline: none
}

/* The container */
.customradio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.customradio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
  background-color: #ffffff;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
  background-color: #ffffff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.customradio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #000;
}



.customcheckbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.customcheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.customcheckbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.customcheckbox:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.customcheckbox input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.customcheckbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.customcheckbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.customcheckbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* burger */

.menu-bottom.navBarFooter {
  position: fixed;
  bottom: 0;
  left: 0; right: 0;
  background: #fff;
  width: 100%;
  z-index: 999;
}
.menu-bottom .burger-menu {
  color: rgba(255,255,255,.5);
  border-color: rgba(0,0,0,1);
  border-radius: 500px;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 10px;
}
.menu-bottom .burger-menu .navbar-toggler-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
}
#navbarCollapse {
  position: fixed;
  top: 0;left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  width: 100%;
  z-index: 999;
}
#navbarCollapse li {
}
#navbarCollapse li a {
  text-align: center;
  display: inline-block;
  width: 70%;
  border-bottom: 1px solid #f1f1ef;
}
/* END NEW VERSION */


/* liste marques */
.listemarque .table td {
   vertical-align: middle;
}
.listemarque .table tr:first-child td {
  border: 0 !important;
}
.marque_search select {
  border:0;
  margin-right: 20px;
}
.marque_search .sep {
  float: left;
  border-right:1px solid #222;
  margin-left: 0px;
  margin-right: 20px;
}
