/* #custom-button-login{

} */
.messages__wrapper.layout-container status{
    margin-top: 80px !important;
    position: absolute !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
    z-index: 100 !important;
}
	
	
/* <div id="custom-button-login"><a href="/JDS-Theme/user/login"<button class="btn btn-secondary">Connexion</button></a></div> */

@import url('https://fonts.googleapis.com/css?family=Lobster+Two');

/*Etait utilisé pour le login mais provoque un manque de logs en debug*/
/*.content-top {display:none !important;}*/

#custombutton{
    margin-top: 25px;
  }
  
#custom-headerV1{
  font-size: 23px;
  padding-top: 5px;
}
  
#custom-titleV1{
  margin-top: 10px;
  font-size: 52px;
  font-weight: 900;
  color: black;
  font-family: 'Lobster Two', cursive;
}
  
#sce {
  margin-top: -60px;
}

.messages__wrapper2 {
	margin: 0px !important;
    height: 17px !important;
    padding: 0px !important;
    font-size: small;
}
.modalContentLoading {
  text-align: center;
}
.modalContentHidden {
  display: none;
  
}
.modal-body .customNavTabs > li > a {
  font-weight: 700;
  color: #222;
  padding: 0px 10px !important;
  border: none;
  text-transform: none;
  background: none;
  font-family: inherit;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front{
  z-index: 999;
}

.site-branding-logo img
  {
  max-height: 100px !important;
  }

.collapseOpacityCustom {
    opacity: 0.5;
    filter: alpha(opacity=50); 
}

.collapseOpacityCustom:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); 
}
#list_register_pool td {
   text-align: center;   
}
.hiddenRow {
    padding: 0 !important;
}
.ul-list-pool{
  list-style-type: none;
}

.emptyTh {
  visibility: hidden;
} 

.gsc-column .column-content-inner {
  text-align: right;
  text-align: -webkit-right;
}

.btnPayment {
  width: 100%;
  height: 100%;
  line-height: 50px;
  background-color: #5cb85c;
  border-radius: 8px;
  color: white;
  font-family: 'Indie Flower', cursive;
  font-size: 22px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.btnPayment:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: .4;
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hover-shadow;
  animation-name: hover-shadow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.btnPayment:hover {
  background-color: #5cb85c;
}

@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}
@keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
  50% {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}
@-webkit-keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

.li_events {
  padding: 10px 10px 10px 15px;
  display: block;
  border-bottom: 1px solid #EEEEEE;
  text-transform: none;
  font-size: 14px;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
  font-weight: 400;
}

.li_events:before  {
  content: "\f0da";
  top: 12px;
  left: 0;
  font-family: "FontAwesome";
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  color: #333333;
}

.layout-container {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  margin-bottom: 20px;
}

.messages__wrapper .messages--error {
  color: #843534;
}

.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  margin-bottom: 20px;
}

.messages__wrapper .messages--success {
  color: #3c763d;
}

input[type="radio"] {
  margin:15px 10px !important;
}

body .body-page a.hrefColorCustom {
  color: black !important;
}

/* body .block-content .drupal-tabs a {
  color: black !important;
} */

.form-managed-file .file--image a,
.form-managed-file .file--application-pdf  a {
  color: black !important;
}


.customColorHeader {
  color: white;
}
.customTitleEvent {
  font-weight: bold;
  color: #365365;
  margin: 0 0 15px !important;
  letter-spacing: 1px;
}
.customTitleEventUsers {
  margin: 0 0 15px !important;
}
.customSizePanel {
  font-size: 20px !important;
}
.customHref {
  color: #FF6E33;
}
.footer a {
  color: #03a9f4;
  outline: none;
  text-decoration: none;
}
.customHrefDetailsEvents {
  color: white;
}

@media(max-width: 990px) {
  .social {
    display: none;
  }
}


@media(min-width: 991px) {
  .social {
    padding-left: 30px;
    list-style-type: none;
    /* width: 200px; */
    width: 90px;
    height: 220px;
    position: fixed;
    margin-top: 40vh;
    margin-left: -30px;
    perspective: 1000px;
    z-index: 10;
    opacity: 0.2;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
  }

  .social:hover {
    opacity: 1;
  }

  .social li a {
    display: block;
    height: 40px;
    width: 60px;
    background: #222;
    border-bottom: 1px solid #333;
    font: normal normal normal
    16px/20px 
    'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    transition: background .5s ease .300ms
  }

  .social li:first-child a:hover { background: #3b5998 }
  .social li:nth-child(2) a:hover { background: #00acee }
  .social li:nth-child(3) a:hover { background: #c31028 }
  .social li:nth-child(4) a:hover { background: #dd4b39 }

  .social li:first-child a { border-radius: 0 5px 0 0 }
  .social li:last-child a { border-radius: 0 0 5px 0 }
      
  .social li a span {
    width: 100px;
    float: left;
    text-align: center;
    background: #222;
    color: #fff;
    margin: -25px 74px;
    padding: 8px;
    transform-origin: 0;
    visibility: hidden;
    opacity: 0;
    transform: rotateY(45deg);
    border-radius: 5px;
    transition: all .5s ease .300ms
  }

  .social li span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -20px;
    top: 7px;
    border-left: 10px solid transparent;
    border-right: 10px solid #222;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
  }

  .social li a:hover span {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0)
  }
}

.loginModal {
  color: black;
  background-color: Transparent;
  background-repeat:no-repeat;
  border: none;
  cursor:pointer;
  overflow: hidden;
  outline:none;
  margin-left: 10%;
  margin-top: 4%;
}

.headerRight{
	height:60px; 
	margin-bottom:10px; 
	border-left:solid 1px #ffffff;
}

.shopCard {
  color: white;
  background-color: Transparent;
  background-repeat:no-repeat;
  border: none;
  cursor:pointer;
  overflow: hidden;
  outline:none;
}

.customTitle {
  color: black;
  font-size: 35px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-top: 0px;
}
@media(min-width: 1200px) {
  .customTitle:after {
    content:url(../../../sites/default/files/logo-png.png);
  }
}

@media(min-width: 600px) and (max-width: 991px) {
  .smallCart:before {
    content:url(../../../sites/default/files/logo-png.png);
    transform: scale(0.7);
    display: inline-block;
    margin-top: -14%;
    padding-bottom: 22%;
    padding-top: 10%;
  }
}
.valueUserCustom {
  color:#ffffff;
  font-size: 14px;
  font-weight: 700;
}
@media(max-width: 600px) {
  .smallCart:before {
    content:url(../../../sites/default/files/logo-png.png);
    transform: scale(0.6);
    display: inline-block;
    margin-top: -10%;
    padding-bottom: 20%;
  }

}
.tombolaNumber{
  position: absolute;
  bottom: 0;
  left: 80px;
  font-size: 12px;
}
.iMyCount {
 /* font-size: 18px;*/
  color: black;
}

.customMainMenu {
  /* margin-right: 240px;
  margin-top: -75px; */
  float: left;

}

.nbCommandBag {
  color:#000000;
  font-size: 16px;
  font-weight: 700;
  margin-top: -2px;
}

.valueTotalForUser {
  color: #ffffff;
  font-size: 12px;
}

@media(min-width: 991px) and (max-width: 1200px) {
  .customEmplacementTitle {
    margin-top: -14%;
    margin-left: 3%;
  }
  .customTitle {
    font-size: 20px;
  }
  .customTitle:after {
    content:url(../../../sites/default/files/logo-png.png);
    transform: scale(0.9);
    display: inline-block;
  }
  .customNumberEdition {
    color: black;
    margin-left: 0px;
    margin-top: 3%;
  }

}
@media(max-width: 600px) {
  .customEmplacementTitle {
    margin-top: -7%;
    margin-left: 10%;
  }
}

@media(min-width: 1200px) and (max-width: 1500px) {
  .customTitle {
    font-size: 25px;
  }
  .customNumberEdition {
    color: black;
    margin-left: 0%;
    margin-top: 2%;
  }
  .customEmplacementTitle {
    margin-top: -11%;
    margin-left: 3%;
  }
  .iMyCount {
    color: black;
    margin-left: -60%;
   }

}

@media(min-width: 600px) and (max-width: 991px) {
  .customEmplacementTitle {
    margin-top: -4%;
    margin-left: 13%;
  }
  .customNumberEdition {
    margin-left: 5%;
    margin-top: 0%;
    font-size: 92%;
  }
}


.customStack {
  /*font-size: 35px;*/
   font-size: 25px;
   padding-top: 1px;
}

/*.menu-item a {
  color:black;
  margin-right: -2%;
}
*/
.navbar-collapse.collapse {
  padding: 0px;
}

.mui-btn {
  font-weight: 600;
  font-size: .875rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  color: rgba(0,0,0,.87);
  background-color: #FFF;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  height: 23px;
  padding: 0 2.625rem;
  margin: .375rem 0;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-image: none;
  text-align: center;
  line-height: 2.50rem;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
  font-family: inherit;
  letter-spacing: .03em;
  position: relative;
  overflow: hidden;
}
.mui-btn--success {
  color: #FFF;
  background-color: #4caf50;
}

.flex-container {
  display: flex;
  /* justify-content: space-around; */
  /* background-color: DodgerBlue; */
}

/* FLEX-MENU */
.flex-left {
  margin-left: 3%;
  flex-grow: 1;
}

.flex-center {
  flex-grow: 2;
}
@media(min-width: 1500px) {
  .flex-center {
    margin-top: 10px;
  }
  .flex-right {
    margin-top: 10px;
  }
  .tombolaNumber{
    font-size: 14px;
  }
}

.flex-right {
  flex-grow: 1;
}

.login {
  margin: 12px 10px 0 15px;  
}

.pictoLogin {
      font-size: 25px;
      padding-top: 3px;
      color: #ffffff;
}
@media(min-width: 1500px) {

  .customEmplacementTitle {
    margin-top: -5%;
  }
  .customNumberEdition {
    margin-left: 0%;
    margin-top: 1%;
  }
}
.colorGestion a {
  color:orange;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #202020;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  margin-left: -60px;
}
.dropdown-content a {
  color: #A6A6A6;
}
.dropdown-content a:hover {
  color: #ecc311;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.listDetailEventCustom{
  list-style: none;
}

.customPanelBody {
    line-height: 100% !important;
    padding: 10px 3px 0 !important;
}
.classHeightPicture {
  
}
.noMargin {
  margin: 0!important;
}
.noMargin > div:first-child {
  margin: 0!important;
}

@media(min-width: 761px){
  .classHeightPicture {
    height: 450px;
  }
  .tombolaNumber{
    font-size: 14px;
  }
}

@media(min-width: 991px) and (max-width: 1199px) {
  .headerRight{
    bottom: 0;
    right: 0;
    position: relative;
    margin-left: -9%;
    padding: 15px 18px 0 0;
  }
  
  .iMyCount {
      margin-left: -60%;
   }

}

@media(min-width: 1199px) {
  .headerRight{
    bottom: 0;
    /* right: 0; */
    position: relative;
   /* padding: 15px 18px 0 0;*/
  }
  .iMyCount {
    /* font-size: 18px;*/
     color: black;
   }

}


@media(max-width: 991px) {
  #headerCustomMobile {
    margin-top: 60px;
  }
  .block .block-title {
    background: none;
    position: relative;
    margin: 0 0px 15px;
    padding-bottom: 15px;
  }

  .mui-btn {
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.125rem;
    text-transform: uppercase;
    color: rgba(0,0,0,.87);
    background-color: #FFF;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    height: 23px;
    padding: 0 2.625rem;
    margin: .375rem 0;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    text-align: center;
    line-height: 2.25rem;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    font-family: inherit;
    letter-spacing: .03em;
    position: relative;
    overflow: hidden;
  }
  .mui-btn--success {
    color: #FFF;
    background-color: #4caf50;
  }
  .panelCustom {
    border: 0.6px grey solid;
    margin-top: 4px;
  }
  .panelCustomTshirt {
    border: 0.6px grey solid;
    margin-top: 45px;
    margin-bottom: 2px;
  }


  .headerCustom {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 60px;
    background-color: white;
  }
  .customTitle {
    margin-top: 20px;
    font-size: 30px;
    margin-left: -9%;
  }
  
}

@media (max-width: 600px) {
  #headerCustomMobile {
    margin-top: 60px;
  }
	.customTitle {
    font-size: large;
    margin-top: 31px;
    margin-left: 0%;

	}
	.customStack {
		font-size: 25px;
		padding-top: 2px; 
		
	}
	.nbCommandBag {
		font-size: small !important;
		margin-top: -3px; 
	}
	.valueTotalForUser {
    /* margin-top: -39px !important; */
    padding-left: 3%;
	}
}
.breadcrumb-style {
  background-attachment: fixed;
  background-position: center;
  border-top: 0;
  border-bottom: 0;
  background-repeat: no-repeat;
}

.violet{
  background-color:#541388;
}
.violet:before{
   background-color: #6d3c95;
}

.orange{
  background-color:#da8823;
}
.orange:before{
   background-color: #e2a860;
}

 
.hovereffect {
 margin-top: 5px;
 height: 100%;
 float: left;
 overflow: hidden;
 position: relative;
 text-align: center;
 cursor: default;
}

.hovereffect .overlay {
 width: 100%;
 height: 100%;
 position: absolute;
 overflow: hidden;
 top: 0;
 left: 0;
 -webkit-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
 background-color: rgba(170,170,170,0.4);
}

.hovereffect .TitleThu, .hovereffect img {
 -webkit-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  width: auto;
  height: auto;
 -webkit-transform: scale(1.1);
 -ms-transform: scale(1.1);
 transform: scale(1.1);
}
.hovereffect:hover img {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}

.hovereffect .TitleThu {
  font-family: "Montserrat", sans-serif;
  /* text-transform: uppercase; */
  color:black;
  text-align: left;
  position: absolute;
  bottom: 0;
  width: 80%;
  margin-left: 10%;
  font-size: 17px;
  padding: 10px;
  background: white;
}
.carreBlue {
  background-color: rgba(0, 158, 221, 1);
  width: 5px;
  height: 13px;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}


.imgCustomClass:after{
  content:"";
  position: absolute ;
  width: 100% ;
  height:100% ;
  background-color: white;
  bottom:96% ;
  left:-2%;
 transform: rotate(-5deg);
 -moz-transform: rotate(-5deg);
 -webkit-transform: rotate(-3deg);
}

.imgCustomClass:hover::after{
  bottom:100% ;
  left: 0%;
 transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);

}


@media screen and (min-width: 600px) {

.hovereffect a.info {
 display: inline-block;
 text-decoration: none;
 padding: 7px 14px;
 text-transform: uppercase;
 margin: 20px 0 0 0;
 -webkit-transform: translateY(-200px);
 -ms-transform: translateY(-200px);
 transform: translateY(-200px);
 color: #fff;
 -webkit-transition: all ease-in-out 0.3s;
 transition: all ease-in-out 0.3s;
}

.hovereffect:hover a.info {
-webkit-transform: translateY(0px);
 -ms-transform: translateY(0px);
 transform: translateY(0px);
 box-shadow: 0 0 5px #000;
 color: #fff;
 -webkit-transition-delay: 0.3s;
 transition-delay: 0.3s;
}
.typeInfo:before{
 content: "\f129";
}
.typeDoigt:before{
 content: "\f0a4";
}
.effect {
 text-align: center;
 display: inline-block;
 position: relative;
 text-decoration: none;
 color: #fff;
 text-transform: capitalize;
 padding: 20px 0px;
 width: 150px;
 border-radius: 6px;
 overflow: hidden;
}
.effect.effect-2 {
 transition: all 0.2s linear 0s;
}


 .effect.effect-2:before {
  /* content: "\f0a4";*/
   font-family: FontAwesome;
   font-size: 15px;
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   top: 0;
   right: -30px;
   width: 30px;
   height: 100%;
   border-radius: 0px 6px 6px 0px;
   transition: all 0.2s linear 0s;
   text-align: center;
 }
 
 .effect.effect-2:hover {
   text-indent: -30px;
   }
   .effect.effect-2:hover::before {
     right: 0;
     text-indent: 0px;
   }
}

@media(min-width: 991px) and (max-width: 1200px) {
  .hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    margin: 7px 0 0 0;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    color: #fff;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
   }

}

@media screen and (max-width: 991px) {
  .typeInfo{

  }
  .typeDoigt{
  margin-top: 70px !important;
  }
  .button-text {
        display: none;
    }
  .hovereffect a.info {
    display: inline-block;
  text-decoration: none;
  margin: 20px 0 0 0;
  text-transform: uppercase;
  padding: 7px 34px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: 0 0 5px #000;
    color: #fff;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    
    width: 50px;
    height: 50px;
    font-family: FontAwesome;
    font-size: 15px;
    padding: 6px 0px;
    border-radius: 25px;
    margin: 5px 0 0 0;
    right: 5px;
    position: absolute;
    content: "\f129";
    
  }
  .effect span {
  display: none;
  }
  .typeInfo:after {
  content: '\f129';
  font-family: FontAwesome;
    font-size: 25px;
  }
  .typeDoigt:after {
  content: '\f0a4';
  font-family: FontAwesome;
    font-size: 25px;
  }
}

.mui-panel {
  
  margin-bottom: 1.25rem;
  border-radius: 0;
  background-color: #FFF;
  
  /*-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.16), 0 0 2px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.16), 0 0 2px 0 rgba(0,0,0,.12);*/
  min-height: 200px;
  overflow: hidden;
}
.mui-panel-img {
  position: relative;
  margin:0;
  padding:0;
  float:left;
  width: 480px;
  z-index:2;
}
.mui-panel-img:after {
  content: "";
  position: absolute;
  top: 0;
  left:197px;
  height: 100%;
  width: 150%;
  background: rgba(251, 187, 57, 1);
  -webkit-transform: rotate(-75deg);
  -moz-transform: rotate(-75deg);
  transform: rotate(-60deg);
  
  
}


.mui-panel-desc {
  position: absolute;
  margin-left: 415px;
  margin-top: 80px; 
  padding:0;
  
  width: 350px;
  z-index:3;
}

@media(max-width: 1200px){
  .mui-panel-img:after {
    left: 100px;
  }
  .mui-panel-desc {
    margin-left: 300px;
    width: 330px;
  }
}

@media(max-width: 640px) {
  .mui-panel-img{
    display: none;

  }
  .mui-panel-desc {
    position: relative;
    margin: 0;
    
    text-align: center;
    width: 100%;
    padding: 15px 0;
    
  }
  .mui-panel{
    min-height: unset;
  }
}


.mui-panel-accroche {
  position: relative;
  background-color:transparent;
  width: 680px;
  margin-left:50px;
  z-index: 3;
  
}
.mui-panel-accroche:after{
  content: "";
  position: absolute;
  top: 0;
  left:-525px;
  height: 570px;
  width: 200%;
  
  background-color:white;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 3;
}

.mui-panel-accroche .customSizeTextDetailsEvents {
  position: absolute;
  z-index: 4;
  /* margin: 18px 18px; */
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 18px 0 18px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 900;
  color: rgba(0,158,221,1) !important;
  text-transform: uppercase;
}

.mui-panel-accroche .customSizeTextDetailsEvents span{
  color: rgba(251, 187, 57, 1);
  font-size: 40px;
}

@media(max-width: 1200px) {
  .mui-panel-accroche {
    width: 550px;
  }
  .mui-panel-accroche:after {
    top: -200px;
    left: 30px;
    height: 600px;
    width: 490px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mui-panel-accroche .customSizeTextDetailsEvents {
    margin: 0 18px 0 18px;
    font-size: 20px;
  }
}
@media(max-width: 991px) {
  .mui-panel-accroche {
    width: 680px;
  }

  .mui-panel-accroche:after {
    top: 0;
    left: -525px;
    height: 570px;
    width: 200%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mui-panel-accroche .customSizeTextDetailsEvents {
    margin: 0 18px 0 18px;
    font-size: 24px;
  }
}

#myCarouselEvents {
  margin-top: -45px;
}

#myCarouselEvents img {
  width: 100%
}

@media(max-width: 767px) {
  .mui-panel-accroche {
    width: 100%;
    position: relative;
    background-color: white;
    margin: 0px;
    min-height: 125px;
    vertical-align: middle;
    
  }
  .mui-panel-accroche .customSizeTextDetailsEvents {
    margin: 0 15px 0 15px;
    font-size: 16px;
    line-height: 20px;
  }
  .mui-panel-accroche .customSizeTextDetailsEvents span {
    color: rgba(251, 187, 57, 1);
    font-size:20px;
    line-height: 20px;
  }
  #myCarouselEvents {
    margin-top: 0;
  }

  .ustomSizeTextDetailsEventsCertif {
    font-size: 20px;
  }
}

@media(max-width: 520px) {
  .mui-panel-accroche .customSizeTextDetailsEvents {
    font-size: 14px;
    line-height: 16px;
  }
  .mui-panel-accroche {
    
    min-height: 105px;
    

  }
}



.listDetailEventCustom {
  background-color: rgba(251, 187, 57, 1);
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 15px 0;
  color:#ffffff;
}

.customBlockBannerRidygo{
  width: 295px !important;
  /* height: 200px; */
  padding: 0;
  margin: 10px 0 0 0;
  /* background-color: rgba(0, 158, 221, 1); */
  cursor:pointer;
}

.customBlockBannerRidygo .ridygo-txt {
  color: white;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
}
.customBlockBannerRidygo .ridygo-img {
  width: 150px;
  margin: 10px auto;
}
.customBlockBannerRidygo .ridygo-url {
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
}

@media(max-width: 992px) {
  .customBlockBannerNight,
  .customBlockBannerRidygo,
  .customBlockBannerCertif{
    margin: 10px auto 0 auto !important;
  }
}



/*
.customBannerJds {
  margin-top: 75px;
  padding: 15px;
  margin-bottom: 1.25rem;
  border-radius: 0;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.16), 0 0 2px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.16), 0 0 2px 0 rgba(0,0,0,.12);
}
*/

.customTitleEvents {
  margin-top: 0px;
}
.customTitleRegister {
  margin-top: -5px;
}

@import "compass/css3";
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic|Montserrat:400,700);
@import "compass/reset";
* {
  box-sizing: border-box;
}
body {
  color: #333;
  -webkit-font-smoothing: antialiased;
  font-family: 'Droid Serif', serif;
}
img {
  max-width: 100%;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.groupTypeEpreuve {
  margin-right: 0;
  margin-left: 0;
  background-color: #fff;
  border-color: #ddd;
  border-width: 1px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  margin-bottom: 15px;
}
.heading {
  /* border-bottom: 1px solid #d0d0d0; */
  margin-bottom: 20px;
}
.heading h1 {
  font-size: 2em;
  float: left;
}
.heading continue {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.015em;
  font-size: 0.75em;
  padding: 1em;
  color: #fff;
  background: #82ca9c;
  font-weight: bold;
  border-radius: 50px;
  float: right;
  text-align: right;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.heading continue:after {
  content: "\276f";
  padding: 0.5em;
  position: relative;
  right: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.heading continue:hover, .heading continue:focus, .heading continue:active {
  background: #f69679;
}
.heading continue:hover:after, .heading continue:focus:after, .heading continue:active:after {
  right: -10px;
}
.tableHead {
  display: table;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75em;
}
.tableHead li {
  display: table-cell;
  padding: 1em 0;
  text-align: center;
}
.tableHead li.prodHeader {
  text-align: left;
}
.topButton {
  float: right;
  text-align: right;
}

.tableAspect {
  display: table;
  width: 100%;
}
.titreType {
  padding: 5px;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  background-color: #f9ae51;
  letter-spacing: 0.045em;
}
.PrixBarre {
  text-decoration: line-through;
}
.notValidatedInfoBox {
  color: white;
}
.inlineRight {
  display: table-cell;
  text-align: right;
}
.inlineLeft {
  display: table-cell;
  text-align: left;
}
.price {
  display: inline-block;
  font-weight: 600;
  font-size: 0.9em;
  font-family: "Montserrat", sans-serif;
  margin-left: 5px;
}
.labelCard {
  font-size: 0.85em;
  padding: 0.25em;
  color: #777;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  margin: 1em 0.5em 0 0;
}
.labelCard.TOPAY {
  background-color: #67bd6a;
}
.labelCard.customPriceSpan {
  background-color: #5cb85c;
}
.read-more {
  display: inline-block;
}
[data-collapse] {
  display: none;
}
.cart {
  
}
.colorGlyphiconInfo {
  color: #67bd6a;
}

.cart .items {
  display: block;
  width: 100%;
  vertical-align: middle;
  padding: 5px;
}
.cart .items .infoWrap {
  display: table;
  width: 100%;
}
.cart .items .cartSection {
  display: table-cell;
}
.cart .items .cartSection .itemNumber {
  font-size: 0.75em;
  color: #777;
  margin-bottom: 0.5em;
}
.cart .items .cartSection h3 {
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.cart .items .cartSection p {
  display: inline-block;
  font-size: 0.85em;
  color: #777;
  font-family: 'Montserrat', sans-serif;
}
.cart .items .cartSection p .quantity {
  font-weight: bold;
  color: #333;
}
.cart .items .cartSection p.stockStatus {
  font-weight: bold;
  /* padding-right: 0.5em; */
  text-transform: uppercase;
}
.cart .items .cartSection p.stockStatus.out {
  color: #f69679;
}
.cart .items .cartSection .itemImg {
  width: 4em;
  float: left;
}
.cart .items .cartSection.qtyWrap p, .cart .items .cartSection.prodTotal p {
  font-weight: bold;
  letter-spacing: 0.045em;
  font-size: 1em;
}
.cart .items .cartSection input.qty {
  width: 2em;
  text-align: center;
  font-size: 1em;
  padding: 0.25em;
  margin: 1em 0.5em 0 0;
}
.cart .items .cartSection .itemImg {
  width: 8em;
  display: inline;
  padding-right: 1em;
}
.special {
  display: block;
  font-family: 'Montserrat', sans-serif;
}
.special .specialContentborder {
  /* padding: 1em 1em 0;
  display: block;
  margin-top: 0.5em; */
  border-top: 1px solid #dadada;
}
.special .specialContent:before {
  content: "\21b3";
  font-size: 1.5em;
  margin-right: 1em;
  color: #6f6f6f;
  font-family: helvetica, arial, sans-serif;
}
a.remove {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: bold;
  background: #e0e0e0;
  padding: 0.5em;
  font-size: 0.75em;
  display: inline-block;
  border-radius: 100%;
  line-height: 0.85;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
a.remove:hover {
  background: #f30;
}
.notValidated {
  background: #235b6f;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #235b6f 0%, #2d798e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #235b6f 0%, #2d798e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #235b6f 0%, #2d798e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#235b6f', endColorstr='#2d798e',GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.notValidated .tableAspect .cartSection p, .notValidated h3 {
  color: white !important;
}
.promoCode {
  border: 2px solid #efefef;
  float: left;
  width: 35%;
  padding: 2%;
}
.promoCode label {
  display: block;
  width: 100%;
  font-style: italic;
  font-size: 1.15em;
  margin-bottom: 0.5em;
  letter-spacing: -0.025em;
}
.promoCode input {
  width: 85%;
  font-size: 1em;
  padding: 0.5em;
  float: left;
  border: 1px solid #dadada;
}
.promoCode input:active, .promoCode input:focus {
  outline: 0;
}
.promoCode a.btn {
  float: left;
  width: 15%;
  padding: 0.75em 0;
  border-radius: 0 1em 1em 0;
  text-align: center;
  border: 1px solid #82ca9c;
}
.promoCode a.btn:hover {
  border: 1px solid #f69679;
  background: #f69679;
}


.btn:hover, .btn:focus, .btn:active {
  background: #f69679;
}
.btn:hover:after, .btn:focus:after, .btn:active:after {
  right: -10px;
}
.promoCode .btn {
  font-size: 0.85em;
  paddding: 0.5em 2em;
}

/* TOTAL AND CHECKOUT  */
.subtotal {
  margin-right: 15px;
  margin-bottom: 15px;
}

@media(min-width: 991px) and (max-width: 1200px) {
  .subtotal {
    margin-left: 40%;
    width: 60%;
  }
  .spanLeftTotal {
    margin-left: 1%;
    padding: 0.5em;
    text-align: left;
  }
  .subtotal .totalRow {
    margin-left: -6%;
    padding: 0.5em;
    text-align: right;
  }
}
@media(min-width: 1200px) {
  .subtotal {
    margin-left: 40%;
    width: 60%;
  }
  .spanLeftTotal {
    margin-left: 4%;
    padding: 0.5em;
    text-align: left;
  }
  .subtotal .totalRow {
    margin-left: -6%;
    padding: 0.5em;
    text-align: right;
  }

}

@media(min-width: 768px) and (max-width: 990px) {
  .subtotal {
    width: 100%;
  }
  .spanLeftTotal {
    margin-left: 1%;
    padding: 0.5em;
    text-align: left;
  }
  .subtotal .totalRow {
    margin-left: -3%;
    padding: 0.5em;
    text-align: right;
  }
}
@media(max-width: 600px) {
  .spanLeftTotal {
    text-align: left;
    padding: 0.5em;
    margin-left: 5%;
  }
  .subtotal .totalRow {
    padding: 0.5em;
    text-align: right;
    margin-left: -10%;
  }
}

.subtotal .totalRow.final {
  font-size: 1.25em;
  font-weight: bold;
}
.subtotal .totalRow span {
  display: inline-block;
  padding: 0 0 0 1em;
  text-align: right;
}
.subtotal .totalRow .label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85em;
  text-transform: uppercase;
  color: #777;
}
.subtotal .totalRow .value {
  letter-spacing: -0.025em;
  width: 100%;
}
.totalRow {
  list-style: none;
}
@media only screen and (max-width: 39.375em) {
  .wrap {
    width: 98%;
    padding: 2% 0;
  }
  .projTitle {
    font-size: 1.5em;
    padding: 10% 5%;
  }
  .heading {
    padding: 1em;
    font-size: 90%;
  }
  .cart .items .cartSection {
    display: block;
  }
  .cart .items .cartSection.qtyWrap {
    width: 10%;
    text-align: center;
    padding: 0.5em 0;
    float: right;
  }
  .cart .items .cartSection.qtyWrap:before {
    content: "QTY";
    display: block;
    font-family: 'Montserrat', sans-serif;
    padding: 0.25em;
    font-size: 0.75em;
  }
  .cart .items .cartSection.qtyWrap p, .cart .items .cartSection.prodTotal p {
    font-weight: bold;
    font-size: 0.85em;
  }
  .cart .items .cartSection .itemImg {
    width: 50%;
  }
  .promoCode, .subtotal {
    width: 100%;
  }
  a.btn.continue {
    width: 100%;
    text-align: center;
  }
  .wrap {
    margin-bottom: 0px;
  }
  .cart .items {
    padding: 0.25em;
  }
  .topButton {
    float: right;
    text-align: right;
  }
  .md-small {
    min-height: 23px !important;
    min-width: 46px !important;
    font-size: 10px !important;
    line-height: 0px;
  }
}

/* -----------------------------------------------------
 Material Design Buttons
 https://codepen.io/rkchauhan/pen/NNKgJY
 By: Ravikumar Chauhan
 Find me on -
 Twitter: https://twitter.com/rkchauhan01
 Facebook: https://www.facebook.com/ravi032chauhan
 GitHub: https://github.com/rkchauhan
 CodePen: https://codepen.io/rkchauhan
 -------------------------------------------------------- */
/* -----------------------------------------------------
 Body
 -------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #646360;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  /* background-color: #eee; */
}
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #03a9f4;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* -----------------------------------------------------
 Main
 -------------------------------------------------------- */
main {
  width: 100%;
  max-width: 940px;
  margin: 1.4rem auto;
}
main section {
  display: block;
  margin-bottom: 1.4rem;
  padding: 1.2rem;
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.157);
}
main section:last-child {
  margin-bottom: 0;
}
main section .heading {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}
main section .wrap {
  overflow: hidden;
  display: block;
  margin: 1rem 0 0.8rem;
  text-align: center;
}
main section .wrap .holder {
  float: left;
  text-align: center;
  background-color: #f2f2f2;
}
main section .wrap .holder:last-child {
  margin-right: 0;
}
main section .wrap .holder.col-3 {
  width: 32.66667%;
}
main section .wrap .holder.col-3:nth-child(n) {
  margin-right: 1%;
  margin-bottom: 1%;
}
main section .wrap .holder.col-3:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 0;
}
main section .wrap .holder.col-4 {
  width: 24.25%;
}
main section .wrap .holder.col-4:nth-child(n) {
  margin-right: 1%;
  margin-bottom: 1%;
}
main section .wrap .holder.col-4:nth-child(4n) {
  margin-right: 0;
  margin-bottom: 0;
}
main section .wrap .holder .demo {
  min-height: 120px;
  padding: 2em 0;
  display: flex;
  justify-content: center;
  align-content: center;
}
main section .wrap .holder .captions {
  padding: 8px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-weight: bold;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 860px) {
  main section .wrap .holder.col-4 {
    width: 32.66667%;
  }
  main section .wrap .holder.col-4:nth-child(n) {
    margin-right: 1%;
    margin-bottom: 1%;
  }
  main section .wrap .holder.col-4:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  main section .wrap .holder {
    float: none;
  }
  main section .wrap .holder.col-3, main section .wrap .holder.col-4 {
    display: block;
    width: 100%;
  }
  main section .wrap .holder.col-3:nth-child(n), main section .wrap .holder.col-4:nth-child(n) {
    margin: 0;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 960px) {
  main {
    padding: 0 1.5%;
  }
}

/* -----------------------------------------------------
 Footer
 -------------------------------------------------------- */
footer {
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  background-color: #fff;
  border-top: 1px solid #eee;
}
footer .row {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
footer .footer-content {
  margin: 0 8px;
  padding: 25px 0 18px;
  text-align: center;
}
footer .footer-content span {
  color: rgba(0, 0, 0, 0.525);
  font-size: 0.857em;
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  footer span {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
}
/* ----------------------------------------------------------------------
 Material Design Raised Buttons - by Ravikumar Chauhan
 ------------------------------------------------------------------------- */
.rkmd-btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  padding: 0 1.5rem;
  color: #424242;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  letter-spacing: .8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  outline: none;
  border: none;
  user-select: none;
  border-radius: 2px;
  transition: all .3s ease-out;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.225);
}
.customRegisterButton {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 18px;
  line-height: 20px;
  padding: 0 1.5rem;
  color: #424242;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1.2px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  outline: none;
  border: none;
  user-select: none;
  border-radius: 2px;
  transition: all 0.3s ease-out;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);

}
.rkmd-btn:hover {
  text-decoration: none;
  box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
}
/* ----------------------------------------------------------------------
 Material Design Fab Buttons - by Ravikumar Chauhan
 ------------------------------------------------------------------------- */
.rkmd-btn.btn-fab, .rkmd-btn.btn-fab-mini {
  overflow: hidden;
  position: relative;
  margin: auto;
  padding: 0;
  line-height: normal;
  border-radius: 50%;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);
}
.rkmd-btn.btn-fab:hover, .rkmd-btn.btn-fab-mini:hover {
  box-shadow: 0 4px 11px 0px rgba(0, 0, 0, 0.375);
}
.rkmd-btn.btn-fab i, .rkmd-btn.btn-fab-mini i {
  display: inline-block;
  float: none;
  width: inherit;
  margin: 0;
  font-size: inherit;
  text-align: center;
  line-height: none;
  vertical-align: middle;
}
.rkmd-btn.btn-fab {
  width: 56px;
  height: 56px;
  font-size: 28px;
}
.rkmd-btn.btn-fab-mini {
  width: 40px;
  height: 40px;
  font-size: 24px;
}
/* Buttons Color */
.rkmd-btn.btn-lightBlue {
  color: #fff;
  background-color: #03a9f4;
}
.rkmd-btn.btn-lightBlue:hover {
  background-color: #23b9fc;
}
.rkmd-btn.btn-white {
  color: #444;
  background-color: #fff;
}
.rkmd-btn.btn-white:hover {
  background-color: #fafafa;
}
.rkmd-btn.btn-black {
  color: #bdbdbd;
  background-color: #111;
}
.rkmd-btn.btn-black:hover {
  background-color: #252525;
}
.rkmd-btn.btn-grey {
  color: #757575;
  background-color: #f5f5f5;
}
.rkmd-btn.btn-grey:hover {
  background-color: #ebebeb;
}
.rkmd-btn.btn-orange {
  color: #fff;
  background-color: #ff9800;
}
.rkmd-btn.btn-orange:hover {
  background-color: #ffa829;
}
.rkmd-btn.btn-amber {
  color: #fff;
  background-color: #ffc107;
}
.rkmd-btn.btn-amber:hover {
  background-color: #ffcb30;
}
.rkmd-btn.btn-green {
  color: #fff;
  background-color: #4caf50;
}
.rkmd-btn.btn-green:hover {
  background-color: #67bd6a;
}
.rkmd-btn.btn-teal {
  color: #fff;
  background-color: #009688;
}
.rkmd-btn.btn-teal:hover {
  background-color: #00bfad;
}
.rkmd-btn.btn-cyan {
  color: #fff;
  background-color: #00bcd4;
}
.rkmd-btn.btn-cyan:hover {
  background-color: #00e0fd;
}
.rkmd-btn.btn-indigo {
  color: #fff;
  background-color: #3f51b5;
}
.rkmd-btn.btn-indigo:hover {
  background-color: #5869c5;
}
.rkmd-btn.btn-deepPurple {
  color: #fff;
  background-color: #673ab7;
}
.rkmd-btn.btn-deepPurple:hover {
  background-color: #7c52c8;
}
.rkmd-btn.btn-pink {
  color: #fff;
  background-color: #e91e63;
}
.rkmd-btn.btn-pink:hover {
  background-color: #ed437d;
}
.rkmd-btn.btn-red {
  color: #fff;
  background-color: #f44336;
}
.rkmd-btn.btn-red:hover {
  background-color: #f6675d;
}
.rkmd-btn.btn-yellow {
  color: #fff;
  background-color: #ffeb3b;
}
.rkmd-btn.btn-yellow:hover {
  background-color: #f8de00;
}
.rkmd-btn.btn-lime {
  color: #fff;
  background-color: #cddc39;
}
.rkmd-btn.btn-lime:hover {
  background-color: #bac923;
}
.rkmd-btn.btn-brown {
  color: #fff;
  background-color: #795548;
}
.rkmd-btn.btn-brown:hover {
  background-color: #936757;
}
/* Raised Buttons Size (Not work in Fab Buttons) */
.rkmd-btn.btn-lg {
  height: 48px;
  line-height: 48px;
}
.rkmd-btn.btn-sm {
  height: 30px;
  padding: 0 1rem;
  line-height: 30px;
  font-size: 12px;
}
.rkmd-btn.btn-xs {
  height: 24px;
  padding: 0 0.4rem;
  line-height: 24px;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.2px;
}
/* Raised Buttons Types */
.rkmd-btn.disabled, .rkmd-btn[disabled] {
  cursor: default !important;
  color: #9e9e9e !important;
  box-shadow: none !important;
}
.rkmd-btn.disabled:not(.btn-flat), .rkmd-btn[disabled]:not(.btn-flat) {
  background-color: #cdcdcd !important;
}
.rkmd-btn.disabled:not(.btn-flat):hover, .rkmd-btn[disabled]:not(.btn-flat):hover {
  background-color: #cdcdcd !important;
}
.rkmd-btn.btn-flat {
  box-shadow: none !important;
  background-color: transparent !important;
}
.rkmd-btn.btn-flat:hover {
  background-color: #cecece !important;
  box-shadow: none !important;
}
.rkmd-btn.btn-flat.disabled:hover, .rkmd-btn.btn-flat[disabled]:hover {
  background-color: transparent !important;
}
.rkmd-btn.btn-link {
  color: #3949ab !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.rkmd-btn.btn-link:hover {
  text-decoration: underline !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.rkmd-btn.btn-link.disabled, .rkmd-btn.btn-link[disabled] {
  color: #9fa8da !important;
  text-decoration: underline !important;
  background-color: transparent !important;
}
.rkmd-btn.btn-link.disabled:hover, .rkmd-btn.btn-link[disabled]:hover {
  background-color: transparent !important;
}
.rkmd-btn i {
  float: left;
  width: auto;
  height: auto;
  margin-right: 10px;
  font-size: 1.3rem;
  line-height: inherit;
}
.rkmd-btn i.right {
  float: right !important;
  margin: 0;
  margin-left: 10px;
}
/* ----------------------------------------------------------------------
 Material Design Ripple Effect - by Ravikumar Chauhan
 ------------------------------------------------------------------------- */
.ripple-effect {
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  z-index: 1;
}
.ripple-effect .ripple {
  display: block;
  position: absolute;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  transform: scale(0);
  pointer-events: none;
}
.ripple-effect.ripple-dark .ripple {
  background: rgba(0, 0, 0, 0.1) !important;
}
.ripple-effect.ripple-red .ripple {
  background: rgba(244, 67, 54, 0.725) !important;
}
.ripple-effect.ripple-orange .ripple {
  background: rgba(255, 152, 0, 0.725) !important;
}
.ripple-effect.ripple-yellow .ripple {
  background: rgba(255, 235, 59, 0.725) !important;
}
.ripple-effect.ripple-green .ripple {
  background: rgba(76, 175, 80, 0.725) !important;
}
.ripple-effect.ripple-purple .ripple {
  background: rgba(156, 39, 176, 0.725) !important;
}
.ripple-effect.ripple-teal .ripple {
  background: rgba(0, 150, 136, 0.725) !important;
}
.ripple-effect.ripple-pink .ripple {
  background: rgba(233, 30, 99, 0.725) !important;
}
.ripple-effect .animated {
  animation: ripple 0.6s linear;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@-ms-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@media (max-width: 640px) {
  .wrap {
    margin-top: -80px;
  }
  .topButton {
    width: 100%;
  }
  .customPaymentButton {
    text-align: center;
    width: 100%;
  }
  .customSpanPrice {
    margin-top: -33px;
  }
}
.customSpanPrice {
  float: right;
}
@media (min-width: 640px) {
  .customPaymentButton {
    float: right;
    text-align: right;
  }
  .customDivPayment {
    margin-left: 10px;
  }
}
.customBorderLi {
  border-bottom: 1px solid #d0d0d0; 
}

.customSocialIcon a {
  margin-right: 10px;
}

.marginBtn {
  margin-left: 5px;
}
.ulWithoutStyle {
  list-style-type: none;
}

.customHrefShop {
  color: white;
}
.customHrefShopCotisation {
  color: #777;
}
.popover-title {
  color: black;
}
.popover-content {
  color: black;
}

.customSpaceDiv {
  margin-top: 5px;
}

.customValidateModalLogin {
  width: 100%;;
}
.md-form .prefix {
  font-size: 3rem;
}

.customFormControl {
  border: none;
  border-bottom: 1px solid #ced4da;
  
}
.customFa {
  font-size: 4.1rem !important;
  margin-top: -10px;
}

.alignCustomHref {
  text-align: left;
}
.hrefLoginModal {
  color:grey;

}
.secondHref {
  margin-left: 10px;
}

.messageForTshirt {
  height: 57px;
}

.borderTopCotisation {
  border-top: 1px solid #c7c7c7;
}
.marginTopCustom {
  margin-top: 3px;
}

@media (max-width: 991px) {
  .customPosFirst {
    margin-left: 5px;
  }
}
.customPosFirst {
  float: left;
}

.customPosSecond {
  float: right;
}


@media (min-width: 991px) {
  .customBreadCrumb .breadcrumb-style{
    height: 200px;
  }
  .breadcrumb-content-main {
    margin-top: 100px;
  }
}




.page-title {
  color: black;
}
.hrefBreadCrumb {
  color: black !important;
}
.whitoutHrefBreadCrumb {
  color: white !important;
}

.breadcrumb-links {
  float: left;
}

.rkmd-btn.btn-grey {
  color: black;
  background-color: #989292;
}

.customPassFaIcon {
  float: right;
  margin-top: -25px;
}

.customPassClass #edit-pass .password-parent .form-required {
  display: none;
}

.customPassClass #edit-pass .confirm-parent .form-required {
  display: none;
}
.customPassClass .password-suggestions {
  display: none !important;
}
.customPassClass .password-strength .password-strength__meter{
  display: none !important;
}

.customPassClass .js-form-type-password-confirm label {
  display: none !important;
}

#edit-gender div:last-child {
  padding: 5%;
}

#edit-is-student div:last-child {
  padding: 5.5%;
}

#edit-tshirt-size div:not(:first-child) {
  margin-left: 5%;
}

.col-sm-10 .form-item-mail.js-form-item-mail label{
  display: none !important;
}
.customBusiness {
  margin-left: 18% !important;
  margin-top: -2%;
}

@media (max-width: 600px) {
  .customBusiness {
    margin-left: 0% !important;
    margin-top: -7%;
  }
}



.customSuccessModal {
  text-align: center;
}
.customSuccessModal a {
  color: white !important;
}
.customSuccessModal .colorHrefCustomEvent {
  background-color: #f5ad58 !important;
}

.modal-header .close {
  margin-top: -28px !important;
}

.customBannerRight {
  width: 80%;
}

.customBlockBanner {
  /*border: 2px solid black;*/
  width: 100%;
}

/************* [BM] Block certif medical -> banner *************/

.customBlockBannerCertif {
  width: 295px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  overflow: hidden;
  margin-top:10px;
  text-align: center;
  padding-top: 70px;
}

.customBlockBannerCertif:after {
  background: rgba(251, 187, 57, 1);
  transform-origin: 50% 0;
  transform: rotate(45deg);
  content: '';
  position: absolute;
  width: 1100%;
  height: 1100%;
  bottom: 3px;
  right: -500%;
}

.customBlockBannerCertif a.btn-certif {
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  color: rgba(34, 34, 34, 1);
  z-index: 2;
  position: relative;
  
  line-height: 22px;
}

.customBlockBannerCertif a.btn-certif:hover {
  color: #ffffff;
}

/************* [BM] Block car -> banner *************/
.customBlockBannerCar {
  height: 200px;
  background-color: rgba(16, 181, 239, 1);
}

.customBlockBannerCar a {
  padding-top: 55px;
}

/************* [BM] Block soirée de cloture -> banner *************/
.customBlockBannerNight {
  width: 295px;
  height: 200px;
  padding: 0;
  margin: 10px 0 0 0;
}

.customBlockBannerNight .bg-night {
  background-image: url("../../../sites/default/jds/home/Cloture2021-1.png");
  cursor: pointer;
  /* background-image: url("../../../sites/default/jds/home/night.jpg"); */
  background-size: cover;
  background-repeat: no-repeat;
  width: 295px;
  height: 200px;

}

.customBlockBannerNight .bg-night-dark {
  position: absolute;
  background-color: #000000;
  opacity: 0.4;
   width: 295px;
   height: 200px;
}

.customBlockBannerNight .bg-night-text-icon {
  position: absolute;
  background-image: url("../../../sites/default/jds/home/night-text-logo.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 295px;
  height: 150px;
  
  margin: 0;
  text-align: center;
  padding-top: 155px;
}

.customBlockBannerNight a.btn-night {
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 5px 10px;
  cursor: pointer;
  text-decoration: none;
  color: rgba(34, 34, 34, 1);
  z-index: 2;
}

.customBlockBannerNight a.btn-night:hover {
  background-color: rgba(34, 34, 34, 1);
  color: rgba(251, 187, 57, 1);
}





.customBannerPara a{
  position: absolute;
  top: 47%;
  left: 13%;
  color: white;
}
.customPlafondEntreprise {
  border: 1px solid black;
  padding: 10px;
}
.popover{
  max-width: 100%; /* Max Width of the popover (depending on the container!) */
}
.customColorBtnJds {
  background-color: #f5ad58 !important;
  color:white !important;
}
.customFontPec div {
  font-weight: bold;
  line-height: 2em;
}

.customSpanIcon {
  margin-right: 2px;
}

.faIconCertif {
  margin-left: 10%;
}

.specialContent2:before {
  font-family: FontAwesome;
  content: "\f071";
  font-size: 1em;
  margin-right: 1.28em;
  color: red;
}
.customFaIconMedical {
  right: 0;
  position: absolute;
  color: #ff4444;
}

.customLabelEntreprise {
  text-align: left !important;
}
.customLabelEntrepriseUnderline {
  text-decoration: underline;
}

#checkVersionSaison{
  color: black;
}

#modalTennis{
  color: black;
}
#modalGolf{
  color: black;
}

#modalCodePEC{
  color: black;
}
#checkInfoPassSanitaire{
  color: black !important;
}
.m20{
  margin: 20px;
}
.tailleSelector {
  display: none;
}
.h4{
  font-size: 18px;
}
.form-item-version-reglement label {
  margin-top: -22px;
  margin-left: 11px;
}


.form-item-allow-partenaires {
  margin-bottom: 0px !important;
}

.form-item-allow-partenaires label {
  margin-top: -22px;
  margin-left: 11px;
}

.form-item-decharge {
  margin-bottom: 0px !important;
}
.form-item-decharge label {
  margin-top: -22px;
  margin-left: 11px;
}

.form-item-action-responsable label {
  margin-top: -22px;
  margin-left: 11px;
}
.customOfferPartners {
  margin-left: 4%;
}

.customLoginButton {
  background-color: #4caf50 !important;
  padding: 0px 15px !important;
}

.customEuroPlacement {
  margin-top: 5px;
}

.customColorDiv {
  color: orange;
}

.imgMedal {
  height: 30px; 
  width: 30px;
}

@media (max-width: 600px) {
  .customSizeMobileButton {
    max-width: 100%;
  }
}

.node__title span a span{
  display: none;

}






.green { background-color: #2ecc71; }
.turquoise { background-color: #1abc9c; }
.navy { background-color: #34495e; }
.blue { background-color: #3498db; }
.purple { background-color: #9b59b6; }
.grey { background-color: #bdc3c7; color: #202020; }
.gray { background-color: #7f8c8d; }
.red { background-color: #e74c3c; }
.orange { background-color: #f39c12; }
.yellow { background-color: #f1c40f; color: #303030; }
.blue-2 { background-color: rgba(0, 158, 221, 1) }
.blue-2:before { background-color: rgba(0, 158, 221, 1) }

.event {
  display: block;
  justify-content: flex-start;
  margin-bottom: 2px;
  border-radius: 5px;
  padding: 5px 0px;
  color: white;
  box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.08);
  font-size: 11px;
  line-height: 12px;
}

.event footer {
  display: none;
  flex-direction: row;
  justify-content: space-evenly;
  font-size: 11px;
}
.event .title {
  font-size: 12px;
  text-align: center;
  
}

.headercol {
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.headercol span{
  display: block;
  color: #cccccc;
  font-size: 10px
}

.table-scroll {
  position: relative;
  width:100%;
  z-index: 1;
  margin: auto;
  overflow: scroll;
  /* height: 100vh; */
  td {
    border-left: 1px solid #7b7878;
  //  border-right: 1px solid #7b7878;
  }
  tr {
    border-bottom: 1px solid #7b7878;
  }
}



.table-scroll table {
  width: 100%;
  min-width: 1280px;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}
.table-wrap {
  position: relative;
}
.table-scroll th,
.table-scroll td {
  padding: 1px 1px;
 // border: 1px solid #000;
  background: #fff;
  vertical-align: top;
}

.highlight td{
  background-color: #efecec;
}
.highlight th{
  background-color: #efecec;
}
.table-scroll thead th {
  background: #333;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #666;
  color: #fff;
  z-index:4;
}
th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  //background: #ccc;
}
thead th:first-child,
tfoot th:first-child {
  z-index: 5;
}
.today {
  background-color : #c70e0e !important;
}

.fixed-side.active {
box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
 
/*.fixed-side::after {
 background: linear-gradient(white, rgba(255,255,255,0.3));
 top: 0;
 z-index: 2;
}*/

.btnSchecdule{
      margin-right: 1em;
    margin-bottom: 1em;
    display: inline-block;
    outline: none;
    *zoom: 1;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    font-weight: 300;
    letter-spacing: 1px;
    vertical-align: middle;
    border: 1px solid;
    transition: all 0.2s ease;
    box-sizing: border-box;
    text-shadow: 0 1px 0 rgba(0,0,0,0.01);
    background-color: transparent;
    color: #4682B4;
    font-size: 0.9375em;
    padding: 0.5375em 1.375em;
    border-radius: 3px;
    top: 8px;
    
}
.btnSchecdule:hover {
    background: #4682B4;
    color: #fff;
    border-color: #4682B4;
  
}

.topleft{
  position: fixed;
  left: 16px;
}

.topright {
  position: fixed;
  z-index:55;
  right: 16px;
}


.priceMaj {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing: 0.045em;
  font-size: 1em;
}

.customColorPricePaid {
  color: #5cb85c !important;
}

.customColorPriceNotPaid {
  color: #ff4444 !important;
}

.customTeamDisplay {
  font-size: 12px;  
  margin-left: 5%;
}

.customTeamPwd {
  line-height: 0px;
}

.spaceBetweenTshirt {
  letter-spacing: 7px;
}

.spaceBetweenMedal {
  letter-spacing: 15px;
}

.colorBusinessMenu {
  color: white !important;  
}

.customTextBusiness {
  font-weight: 500;
}

.spaceBetweenTotal {
  margin-left: 10px;
}

@media(min-width: 1200px) {
  .alignLeftDate {
    margin-left: -2%;
  }
  .customAddressEvent {
    font-size: 14px;
  }

}

@media(min-width: 991px) and (max-width: 1199px) {
  .headerCustomPool {
    margin-left: 1%;
  }
  .headerCustomPlace {
    margin-left: -5%;
  }
  .headerListingRegister {
    margin-left: 0%;
  }
  .customAddressEvent {
    margin-left: -7%;
  }

  .customPlace {
    margin-left: -5%;
  }
  .customListingRegister {
    margin-left: 10%;
  }
  .borderBottomCustom {
    margin-left: -6%;
  }
}
@media(min-width: 1200px) {
  .customAddressEvent {
    margin-left: -8%;
  }
  .headerCustomPlace {
    margin-left: -5%;
  }
  .customPlace {
    margin-left: -5%;
  }
  .customListingRegister {
    margin-left: 10%;
  }
}

@media (min-width: 991px) {
  .borderRegister {
    border: 2px solid #f9ae51;
  }
}

@media (max-width: 991px) {
  .borderBottomCustom {
    border-bottom: 1px solid grey;
    margin-bottom: 6px;
  }
  .borderRegister {
    color:#f9ae51;
  }
}

#reduireEnSavoirPlus {
  display: none;
}

.colorPEC {
  color: red;
}

#formTeam {
  margin-top: -20px;
  margin-bottom: 0px;
}
.customColorReserved {
  color: red;
}

.customMargeLeft {
  margin-left: 20px;
}

/***********************************************
** Custom Index
************************************************/

header.header-v5 {
  position: absolute;
  background-color: transparent;
  left: 50%;
}

.gva-navigation .main-menu,
.gva-navigation ul.gva_menu {
  background: transparent !important;
}

.menu-item a {
  color: #ffffff;
}

.gva-navigation {
  text-align: center;
}

.container-menu {
  margin-top:15px;
  position: relative;
  left: -50%;
  border-bottom: solid 1px #ecc311;
}

/*
.breadcrumb-style {
  margin-top: 85px;
}
*/

.gva-breadcrumb-fix-menu {
  background-color:rgba(48,47,49,1);
  width:100%;
  height:85px;
}

@media (max-width: 991px) {
  .breadcrumb-style {
    margin-top: 30px;
  }

  .gva-breadcrumb-fix-menu {
    background-color:rgba(48,47,49,1);
    width:100%;
    height:0px;
  }

}

.defaultimg {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);

  
}



.defaultimg-gradient{
  position: relative;
  z-index: 21;
  float: left;
  width: 100%;
  height: 0px;
  opacity: 0.98;
  top: 0;
  left: 0;
  /* #009EDD 10% */
  background: -moz-linear-gradient(top, rgba(0,158,220,0.20) 10%, rgba(0,158,220,0.15) 55%, rgba(236,195,17,0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0,158,220,0.20) 10%, rgba(0,158,220,0.15) 55%, rgba(236,195,17,0.5) 100%);
  background: linear-gradient(to bottom, rgba(0,158,220,0.20) 10%, rgba(0,158,220,0.15) 55%, rgba(236,195,17,0.5) 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ecc311', GradientType=0);*/
}


.defaultimg-gradient-2 {
  position: relative;
  z-index: 21;
  float: left;
  width: 100%;
  height: 0px;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.35) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.35) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.5) 40%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ecc311', GradientType=0);
}

.gavias_sliderlayer .home-slider-title {
  font-size :45px;
  color:#ffffff;
  line-height: 55px;
  margin-top: 180px;
  font-weight: 700;
  
}

@media (max-width: 1300px) {
  .gavias_sliderlayer .home-slider-title {
    margin-left: 20% !important;
  }
}


.mobile-menu-container{
  position:fixed; 
  top:0; 
  /*background-color:#ffffff; */
  width:100%; left: 0%;
  border-bottom: 1px solid rgba(236,195,17,0.6);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+20,0+100 */
background: -moz-linear-gradient(top, rgba(48,47,49,1) 0%, rgba(255,255,255,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(48,47,49,1) 0%, rgba(255,255,255,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(48,47,49,1) 0%, rgba(48,47,49,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.logo-container{
  height:60px; 
  margin-bottom:10px;
  border-right:solid 1px #ffffff; 
  text-align: center
}

.logo-img{
  margin-top:-10px;
}
.logo-img-sce{
  position: absolute;
  height: 36px;
  bottom: 10px;
  left: -10px;
}
.mobil-menu-logo{
  float:left;
  margin: 0px 0 0 15px
}

.out-of-login {
  margin-top: 7px;
}




/*
.customBannerJds {
  margin-top: 75px;
  padding: 15px;
  margin-bottom: 1.25rem;
  border-radius: 0;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.16), 0 0 2px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.16), 0 0 2px 0 rgba(0,0,0,.12);
}
*/

.customBannerJds {
  margin-bottom: 0px;
}

.customBannerJds .block-title {
  margin-top: 75px;
  margin-bottom:initial;
  margin-left:initial;
  margin-right:initial;
  background-image: url("../../../sites/default/jds/global-bandeau.jpg");
  padding:60px 0;
  text-align: center;
  color: #FFFFFF;
  
}

.customBannerJds .block-title:after {
  position: relative;
}


@font-face {
    font-family: Branding;
    font-weight: 100;
    src: url("../../../sites/default/jds/fonts/Branding/Branding-Thin.otf") format("opentype");
}
@font-face {
    font-family: Branding;
    font-style: italic;
    font-weight: 100;
    src: url("../../../sites/default/jds/fonts/Branding/Branding-ThinItalic.otf") format("opentype");
}

@font-face {
    font-family: Branding;
    font-weight: 300;
    src: url("../../../sites/default/jds/fonts/Branding/Branding-Light.otf") format("opentype");
}
@font-face {
    font-family: Branding;
    font-style: italic;
    font-weight: 300;
    src: url("../../../sites/default/jds/fonts/Branding/Branding-LightItalic.otf") format("opentype");
}

@font-face {
    font-family: Branding;
    font-weight: 400;
    src: url("../../../sites/default/jds/fonts/Branding/Branding-SemiLight.otf") format("opentype");
}
@font-face {
    font-family: Branding;
    font-style: italic;
    font-weight: 400;
    src: url("../../../sites/default/jds/fonts/Branding/Branding-SemiLightItalic.otf") format("opentype");
}

@font-face {
    font-family: Branding;
    font-weight: 500;
    src: url("../../../sites/default/jds/fonts/Branding/Branding-Medium.otf") format("opentype");
}

@font-face {
    font-family: Branding;
    font-weight: 500;
    font-style: italic;
    src: url("../../../sites/default/jds/fonts/Branding/Branding-MediumItalic.otf") format("opentype");
}

@font-face {
    font-family: Branding;
    font-weight: 600;
    src: url("../../../sites/default/jds/fonts/Branding/Branding-SemiBold.otf") format("opentype");
}
@font-face {
    font-family: Branding;
    font-style: italic;
    font-weight: 600;
    src: url("../../../sites/default/jds/fonts/Branding/Branding-SemiBoldItalic.otf") format("opentype");
}

@font-face {
    font-family: Branding;
    font-weight: 700;
    src: url("../../../sites/default/jds/fonts/Branding/Branding-Bold.otf") format("opentype");
}
@font-face {
    font-family: Branding;
    font-weight: 700;
    font-style: italic;
    src: url("../../../sites/default/jds/fonts/Branding/Branding-BoldItalic.otf") format("opentype");
}

@font-face {
    font-family: Branding;
    font-weight: 900;
    src: url("../../../sites/default/jds/fonts/Branding/Branding-Black.otf") format("opentype");
}
@font-face {
    font-family: Branding;
    font-style: italic;
    font-weight: 900;
    src: url("../../../sites/default/jds/fonts/Branding/Branding-BlackItalic.otf") format("opentype");
}









/************* [BM] Block reset *************/
.customBlockFront {  
  margin: 0px;
  padding: 0px;
  overflow:hidden;
  text-align: initial;
}

.alignContentLeft {
  text-align: left !important;
  padding: 0px!important;
}
/************* [BM] Block News *************/
.customBlockNews {
  background-color:rgba(0,158,221,1);
  color: #ffffff;
  /* width:271px; */
  height:314px;
  margin:0px
}
.customBlockNews .title-shortcode{
  margin:0px;
}
.customBlockNews.block .block-title > span{
  font-size: 25px;
  font-weight:600;
  margin-left:10px;
}
.customBlockNews.block .block-title{
  margin: 10px 15px;
  padding-bottom: 0px;

}
.customBlockNews.block .block-title:after {
  height: 0px;
}
.customBlockNews .views-field-title {
  margin-left: 20px;
  margin-bottom:10px;
}
.customBlockNews .field-content a {
  background-color: #ffffff;
  color:rgba(0,158,221,1);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  padding: 2px 5px;
  line-height:33px;
}
.customBlockNews .field-content a:hover {
  background-color: rgba(251,187,57,1);
  color:#ffffff;
  text-decoration: none;
}
.customBlockNews .item {
  overflow: hidden;
  min-height:70px;
  margin-bottom: 15px;
}
.customBlockNews .customBlockNewsArrow {
  color:rgba(251,187,57,1);
  font-size:26px;
  float: left;
}
.customBlockNews .customBlockNewsLink {
  margin: 2px 0 0 6px;
  color:#ffffff;
  
  border-bottom: 2px solid rgba(251,187,57,1);
  
  font-weight :500;
  vertical-align: center;
  float: left;
  cursor: pointer;
}
.customBlockNews .customBlockNewsLink:hover {
  text-decoration: none;
  color:rgba(251,187,57,1);
}
.customBlockNews .customBlockNewsBtn {
  color:#ffffff;
  border: 1px solid #ffffff;
  padding:5px 8px;
  position: absolute;
  font-weight:700;
  /* bottom: 10px; */
  right: 30px;
  text-decoration: none;
  cursor:pointer;
}
.customBlockNews .customBlockNewsBtn:hover {
  background-color:rgba(251,187,57,1);
  text-decoration: none;
}

/************* [BM] Block Event *************/
.customBlockFrontEvent {
  width:530px;
  height:187px;
  float:right;
  box-shadow: 0px 10px 35px rgba(34, 34, 34, 1);
}
.customBlockFrontEvent .bg-event {
  background-image: url("../../../sites/default/jds/home/events.png");
  width:530px;
  height:187px;
  text-align: center;
  padding-top:75px;
}

.customBlockFrontEvent .bg-event-2026 {
  background-image: url("../../../sites/default/jds/home/events2026.jpg");
  width:530px;
  height:530px;
  text-align: center;
  padding-top:75px;
}

.customBlockFrontEvent .btn-event{
  background-color: rgba(251, 187, 57, 1);
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 5px 10px;
  cursor: pointer;
  text-decoration:none;
  color: rgba(34, 34, 34, 1);
  
}  

.customBlockFrontEvent .btn-event:hover{
  background-color: rgba(0, 158, 221, 1);
  color: #ffffff;
}

.customButtonInside .btn-event{
  background-color: rgba(251, 187, 57, 1);
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 5px 10px;
  cursor: pointer;
  text-decoration:none;
  color: rgba(34, 34, 34, 1);
  
}  

.customButtonInside .btn-event:hover{
  background-color: rgba(0, 158, 221, 1);
  color: #ffffff;
}

/************* [BM] Block certif *************/
.customBlockFrontCertif {
  width:202px;
  height:133px;
  background-color:rgba(255,255,255,0);
  position: relative;
  overflow: hidden;
  float:left;
  /* margin-left: -21px; */
  margin-top: 181px;
}
.customBlockFrontCertif:after{
  background: rgba(251,187,57,1);
  transform-origin: 54% 0;
  transform: rotate(45deg);
  content: '';
  position: absolute;
  width: 1100%; height: 1100%;
  bottom: 3px; right: -500%;
}

.customBlockFrontCertif a.btn-certif {
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  color: rgba(34, 34, 34, 1);
  z-index: 2;
  position: absolute;
  padding: 65px 0 0 42px;
  line-height: 22px;
}
.customBlockFrontCertif a.btn-certif:hover{
  color:#ffffff;
}

/************* [BM] Block DevDurable *************/
.customBlockDevDurable{
  width:500px;
  height:333px;
  box-shadow: 0px 10px 35px rgba(34, 34, 34, 0,2);
  cursor:pointer;
}
.customBlockDevDurable .bg-Sanitaire{
  background-image: url("../../../sites/default/jds/home/DevDurable2.png");
  width:500px;
  height:333px;
  
}

.customBlockDevDurable2 .bg-Sanitaire{
  background-image: url("../../../sites/default/jds/home/DevDurable2.png");
  width:500px;
  height:333px;
  
}

.customBlockDevDurable2022 {
  background-image: url("../../../sites/default/jds/home/Bilan-carbone.jpg");
  width:300px;
  height:150px;
  box-shadow: 0px 10px 35px rgba(34, 34, 34, 0,2);
  cursor:pointer;
  display:none;
}

.customBlockwebtv {
  background-image: url("../../../sites/default/jds/home/webtv.png");
  width:500px;
  height:333px;
  cursor: pointer;
}


.customBlockDevDurable a.btn-Sanitaire {
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 5px 10px;
  cursor: pointer;
  text-decoration: none;
  color: rgba(34, 34, 34, 1);
  z-index: 2;
}

.customBlockDevDurablee a.btn-Sanitaire:hover{
  background-color: rgba(34, 34, 34, 1);
  color: rgba(251, 187, 57, 1);
}

.customBlockDevDurable a.btn-Sanitaire {
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 5px 10px;
  cursor: pointer;
  text-decoration: none;
  color: rgba(34, 34, 34, 1);
  z-index: 2;
}



/************* [BM] Block protocole sanitaire *************/
.customBlockFrontSanitaire{
  width:500px;
  height:333px;
  box-shadow: 0px 10px 35px rgba(34, 34, 34, 0,2);
}
.customBlockFrontSanitaire .bg-Sanitaire{
  background-image: url("../../../sites/default/jds/home/Sanitaire.jpg");
  width:500px;
  height:333px;
  
}
.customBlockFrontSanitaire .bg-Sanitaire-dark{
  position: absolute;
  background-color:#000000;
  opacity:0.2;
  width:500px;
  height:333px;
}
.customBlockFrontSanitaire .bg-Sanitaire-text-icon{
  position: absolute;
  background-image: url("../../../sites/default/jds/home/Sanitaire-text-logo.png");
  width:348px;
  height:225px;
  background-repeat: no-repeat;
  margin:50px 0 20px 80px;
  text-align:center;
  padding-top: 165px;
}

.customBlockFrontSanitaire a.btn-Sanitaire {
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 5px 10px;
  cursor: pointer;
  text-decoration: none;
  color: rgba(34, 34, 34, 1);
  z-index: 2;
}

.customBlockFrontSanitaire a.btn-Sanitaire:hover{
  background-color: rgba(34, 34, 34, 1);
  color: rgba(251, 187, 57, 1);
}

.customBlockFrontSanitaire a.btn-Sanitaire {
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 5px 10px;
  cursor: pointer;
  text-decoration: none;
  color: rgba(34, 34, 34, 1);
  z-index: 2;
}

/************* [BM] Block soirée de cloture *************/
.centercontainer {  
  text-align: center;
}
.centerelement {
  position: relative;
  top: 50%; /* poussé de la moitié de hauteur du référent */
  transform: translateY(-50%); 
  margin: auto;
  /* width: 50%; */
  /* border: 3px solid green; */
  padding: 10px;
}
.customBlockFrontNight{
  width:500px;
  height:419px;
  box-shadow: 0px 10px 35px rgba(34, 34, 34, 1);
  background-image: url("../../../sites/default/jds/home/soiree2022.png"); 
  cursor: pointer;
}
.customBlockFrontNight .bg-night{
  /* background-image: url("../../../sites/default/jds/home/night.jpg"); */
  cursor: pointer;
  width:500px;
  height:419px;
  
}
.customBlockFrontNight .bg-night-dark{
  position: absolute;
  background-color:#000000;
  opacity:0.4;
  width:500px;
  height:419px;
}
.customBlockFrontNight .bg-night-text-icon{
  position: absolute;
  background-image: url("../../../sites/default/jds/home/night-text-logo.png");
  width:348px;
  height:225px;
  background-repeat: no-repeat;
  margin:50px 0 20px 80px;
  text-align:center;
  padding-top: 165px;
}

.customBlockFrontNight a.btn-night {
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 5px 10px;
  cursor: pointer;
  text-decoration: none;
  color: rgba(34, 34, 34, 1);
  z-index: 2;
}

.customBlockFrontNight a.btn-night:hover{
  background-color: rgba(34, 34, 34, 1);
  color: rgba(251, 187, 57, 1);
}

.customBlockFrontNight a.btn-night {
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 5px 10px;
  cursor: pointer;
  text-decoration: none;
  color: rgba(34, 34, 34, 1);
  z-index: 2;
}

.customBlockDiscover {
  width:272px;
  height:272px;
  background-image: url("../../../sites/default/jds/home/discover-2026.jpg");
  margin: 0;
  float:right;
  box-shadow: 0px 10px 35px rgba(34, 34, 34, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.customBlockCompanyChallenge {
  width:293px;
  height:314px;
  background-image: url("../../../sites/default/jds/home/challenge2026.jpg");
  margin: 0;
  box-shadow: 0px 10px 35px rgba(34, 34, 34, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.customBlockPartenaires {
  width:204px;
  height:204px;
  background-image: url("../../../sites/default/jds/home/partenaires-2026.jpg");
  margin: 0;
  margin-top: 110px;
  float: left;
  box-shadow: 0px 10px 35px rgba(34, 34, 34, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}


/************* [BM] Block chrono *************/
.customBlockFrontChrono {
  width:272px;
  height:330px;
  margin: 0;
  float:right;
  box-shadow: 0px 10px 35px rgba(34, 34, 34, 1);
}
.bg-chrono-j {
  background-color:rgba(251,187,57,1);
  background-image: url("../../../sites/default/jds/home/J-30.png");
  width:272px;
  height:330px;
}
.bg-chrono-line { 
  font-size:100px;
  padding-top:150px;
  text-align:center;
  color:#ffffff;
  line-height: 110px;
  font-weight: 100;
}
.bg-chrono-line-minus{
  color:rgba(48,47,49);
}


.bg-chrono-j-start{
  font-size:30px;
  text-align:center;
  color:#ffffff;
  font-weight: 500;

}

/************* [BM] Block medal *************/
.bg-medal {
  background-color: rgba(251, 187, 57, 1);
  width: 272px;
  height: 330px;
}

.bg-medal-line .medal-argent {

  width: 85px;
  margin-top: 45px;
}

.bg-medal-line .medal-or {
  width: 100px;
  margin-top: 80px;
}

.bg-medal-line .medal-bronze {
  width: 75px;
  margin-top: 55px;
}

.div-btn-medal {
  margin-left: 30px;
  margin-top: 30px;
}

.div-btn-medal a {
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  color: rgba(34, 34, 34, 1);
  z-index: 2;
  margin-left: 35px;
  padding: 65px 0 0 42px;
  line-height: 32px;
  text-align: center;
}

.div-btn-medal a:hover {
  color: #ffffff;
}

/************* [BM] Block T-Shirt *************/
.gsc-box-text:has(.bg-t-shirt) { 
  padding: 0; 
}

.bg-t-shirt {
  background-color: rgba(251, 187, 57, 1);
  width: 272px;
  /* height: 330px; */
  
}

.bg-t-shirt .bg-t-shirt-line .tshirt-img{
  width: 200px;
  margin: 25px 36px;
  fill: #ffffff;
}

.div-btn-t-shirt{
  text-align: center;
}

.div-btn-t-shirt a {
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  color: rgba(34, 34, 34, 1);
  z-index: 2;
  
  
  line-height: 32px;
  text-align: center;
}

.div-btn-t-shirt a:hover {
  color: #ffffff;
}


.bg-t-calmeo {
  width: 320px;
  /* height: 330px; */
  
}

.bg-t-calmeo .bg-t-calmeo-line .calemo-img{
  width: 300px;
  margin: 25px 36px;
  /* fill: #ffffff; */
}

/************* [BM] du groupe de blocks *************/
.customBlockHome div.gsc-column {
  margin: 0;
  padding:0;
}
.customBlockHome .bb-inner {
  margin: 15px;
  padding:0;
}

/************* [BM] titre *************/
.customBlockFrontTitle {
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 900;
}

/************* [BM] block titre *************/
.customEventsListing {
  padding: 0px 0px 20px 20px;
  padding-right: 5px;
  margin: 0px 0px 0px 0px;
}

@media (max-width: 1199px) {
    .customBlockFrontCertif{
      margin-left:29px;
    }
}

@media (max-width: 991px) {
  .customBlockFrontChrono,
  .customBlockFrontNight,
  .customBlockFrontEvent,
  .customBlockPartenaires,
  .customBlockCompanyChallenge,
  .customBlockDiscover {
    box-shadow:none;
  }

  .customBlockFrontCertif,
  .customBlockNews,
  .customBlockFrontChrono .bg-chrono-j,
  .customBlockFrontChrono .bg-medal,
  .customBlockFrontChrono .bg-t-shirt,
  .customBlockPartenaires,
  .customBlockCompanyChallenge,
  .customBlockDiscover,
 
  .customBlockFrontChrono,
  .customBlockFrontEvent,
  .customBlockFrontEvent .bg-event,
  .customBlockFrontNight,
  .customBlockFrontNight .bg-night {
    width: 100%;
  }

  .customBlockPartenaires,
  .customBlockCompanyChallenge,
  .customBlockDiscover {
    float: none;
    width: 100%;
    height: 200px; /* ou auto selon ton design */

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .customBlockFrontCertif{
    margin: 0;
    height: 314px;
    background-color: rgba(34, 34, 34, 1);
  }

  .customBlockFrontCertif a.btn-certif {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    z-index: 2;
    position: absolute;
    padding: 140px 0 0 42px;
    line-height: 22px;
  }

  .customBlockFrontCertif a.btn-certif:hover {
    color: rgba(251, 187, 57, 1);
  }

  .customBlockFrontNight .bg-night{
    background-repeat: no-repeat;
    background-color: rgba(251, 187, 57, 1);
  }
  .customBlockFrontChrono .bg-chrono-j{
    background-position: center;
    background-repeat: no-repeat;
  }

  .customBlockHome .bb-inner {
    margin: 15px 0 0 0;
  }

  .customBlockFrontChrono .bg-medal{
    overflow: hidden;
  }
  .customBlockFrontChrono .bg-medal .div-btn-medal,
 .customBlockFrontChrono .bg-medal .bg-medal-line {
    width: 272px;
    margin: 25px auto !important;
 }
 .customBlockFrontChrono .bg-medal .div-btn-medal a {
   padding: 0;
   margin: 0;
 }

 .customBlockFrontChrono .bg-t-shirt-line {
  margin: 0 auto !important;
  width: 200px;
 }
 .bg-t-shirt .bg-t-shirt-line .tshirt-img {
   margin: 25px 0;
 }
}

@media (max-width: 767px) {

  .customBlockFrontCertif,
  .customBlockNews,
  .customBlockFrontChrono .bg-chrono-j,
  .customBlockFrontChrono,
  .customBlockPartenaires,
  .customBlockCompanyChallenge,
  .customBlockDiscover,
  .customBlockFrontEvent,
  .customBlockFrontEvent .bg-event,
  .customBlockFrontNight,
  .customBlockFrontNight .bg-night {
    width: 100%;
  }

  .customBlockPartenaires,
  .customBlockCompanyChallenge,
  .customBlockDiscover {
    float: none;
    width: 100%;
    height: 200px; /* ou auto selon ton design */

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .customBlockFrontCertif:after{
    background-color: rgba(34, 34, 34, 1);
    width: 100%;
  }
  .customBlockFrontCertif {
    margin: 0;
    height: 120px;
    
    text-align: center;
    
  }

  .customBlockFrontCertif a.btn-certif {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    z-index: 2;
    position: absolute;
    padding: 45px 0 0 0px;
    line-height: 22px;
    width: 100%;
    margin-left: -50%;
  }

  .customBlockFrontCertif a.btn-certif:hover {
    color: rgba(251, 187, 57, 1);
  }

  .customBlockFrontNight .bg-night {
    background-repeat: no-repeat;
    background-color: rgba(251, 187, 57, 1);
  }

  .customBlockFrontChrono .bg-chrono-j {
    background-position: center;
    background-repeat: no-repeat;
  }

  
}

@media (max-width: 547px) {
  .customBlockFrontNight .bg-night-dark,
  
  .customBlockPartenaires,
  .customBlockCompanyChallenge,
  .customBlockDiscover,
  .customBlockFrontNight .bg-night-text-icon {
    width: 100%;
  }

  .customBlockFrontNight .bg-night-text-icon {
    margin: 50px 0 20px 0px;
    background-position: center;
  }

  .customBlockPartenaires,
  .customBlockCompanyChallenge,
  .customBlockDiscover {
    float: none;
    width: 100%;
    height: 200px; /* ou auto selon ton design */

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
}

.customSizeTextDetailsEvents {
  font-size: 30px;
  color: black;
  vertical-align: middle;
  text-align:center;
}

.customSizeTextDetailsEvents::first-letter {
  font-size: 120%;
  
}
@media(max-width: 767px) {
  .customSizeTextDetailsEvents {
    font-size: 20px;
    margin: 0;
    padding: 0;
  }
}


.customBackGroundColor {
  color: black !important;
  font-size: 20px;
}
.customBackGroundColor2 {
  background-color: rgba(251, 187, 57, 1);
  text-align: center;
}
.customColorPanelHeading {
  background-color: rgba(0,158,221,1) !important;
  color: white;
  font-size: 17px;
}
.listSalaried {
  color: rgba(0,158,221,1) !important;
}
.fa-map-marker {
  color: rgba(0,158,221,1) !important;
}
.customListSessions {
  background-color: white;
  margin-top: 1px;
  padding: 8px;
}
.hrefCircle {
  border: 1px solid rgba(0,158,221,1);
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 25px;
  padding-left: 5px;
  padding-right: 5px;
}
.customButtonSavoirPlus {
  background-color: rgba(251, 187, 57, 1);
  padding: 10px;
  margin-left: -2%;
  text-transform: uppercase;
  color: black;
  font-size: 17px;
  font-weight: bold;
}

.customOrgas {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600;
}

.cartUserName{
  margin-left: 15px;
  margin-top: -5px;
  font-weight: 700;
}
.cartUserName a{
  color: white;
}
.cartUserName a:hover {
  color: white;
}

.menu-powered-by {
  width: 150px;
  height: 35px;
  background-image: url("../../../sites/default/jds/powered-by.png");
  z-index:5000;
  position: fixed;
  margin-top: 15px;
  /*pacity: 0.70;*/
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}

.item .field-content {
  height: 250px;
  position: relative;
}
.owl-carousel .owl-item img {
  margin: 0 0 0 -50% !important;
  position: absolute !important;
  top: 50% !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  cursor: pointer;
}

.svgLoader {
  display: none;
  text-align: center;
}

#cookie-modal{
  color: rgba(34, 34, 34, 1);
}

#cookie-banner-rejected {
  padding: 22px 0 15px 0;
  background-color: rgba(34, 34, 34, 1);
  position: fixed;
  z-index: 2000;
  bottom: 0px;
  width: 100%;
  border-top: 1px solid #ffffff;
  text-align: center;
  display: none;
}
#cookie-banner{
  padding: 10px 0 8px 0;
  background-color: rgba(34, 34, 34, 1);
  position: fixed;
  z-index: 2000;
  bottom: 0px;
  width: 100%;
  border-top: 1px solid #ffffff;
  display: none;
}

#cookie-more-button{
  margin-left: 15px;
  background-color:rgba(251, 187, 57, 1);
  color: rgba(34, 34, 34, 1);
  border: 0px;
  padding: 7px 7px;
  font-weight: 700;
  font-size: 18px;
  border-radius:5px;
}

#cookie-more-button:hover{
  background-color:rgba(0, 158, 221, 1);
  color:white;
  border: 0px;
}

#cookie-modal .modal-header {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

#cookie-modal .modal-body {

}

#cookie-modal #ga-cancel-button {
  margin-left: 15px;
  background-color:red;
  color: white;
  border: 0px;
  padding: 7px 7px;
  font-weight: 700;
  font-size: 18px;
  border-radius:5px;
}
#cookie-modal #ga-confirm-button{
  margin-left: 15px;
  background-color:green;
  color: white;
  border: 0px;
  padding: 7px 7px;
  font-weight: 700;
  font-size: 18px;
  border-radius:5px;
}

@media (max-width: 600px) {
  .titleCenterCertif {
    text-align: center;
  }
  .validateCenterCertif {
    text-align: center;
  }
}

.titleSoireeCloture {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
}

.hideFieldPlace {
  display: none;
}
.hiddenFieldSoireeAccompagnant {
  display: none;
}
.hiddenFieldSoireeRepas {
  display: none;
}
.fieldNameGuest {
  margin-top: 15px;
  display: none;
}
.fieldNbRepas {
  margin-top: 15px;
  display: none;
}

#submit_soiree_cloture {
  display: none;
}

.js-form-item label {
  margin-right: 10px;
}

.btn-register-soiree {
  background-color: #ffbe06;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
}

.alreadyRegisterSoiree {
  color: orange;
  font-size: 22px;
  font-weight: 700;
}

.displayMedalOk {
  display: block;
}
.hideNextRank {
  display: none;
}

.nextRank50{
  margin-left: 12px;
}
.nextRank51{
  margin-left: 12px;
}

.nextRankHomme{
  margin-left: 12px;
}
.nextRankFemme{
  margin-left: 12px;
}


@media (max-width: 600px) {
  .ticketQrCodeSmall {
    display: block;
  }
  .ticketQrCodeLarge {
    display: none;
  }
}
@media (min-width: 601px) {
  .ticketQrCodeSmall {
    display: none;
  }
  .ticketQrCodeLarge {
    display: block;
  }
}


/* Partie facture client */

.enteteFacture {
  margin-right: -15px;
  margin-left: -15px;
}

.enteteAdresse {
  width: 38%;
  float: left;
  /* line-height: 0px; */
}

.enteteDate {
  margin-top: -90px;
  margin-left: 50%;
  width: 62%;
  float: left;
}

.objetFacture {
  margin-right: -15px;
  margin-left: -15px;
}

.objectFactureCorps {
  margin-left: 50%;
  margin-top: 15px;
  width: 50%;
  float: left;
}

.corpsFacture {
  margin-right: -15px;
  margin-left: -15px;
}

.refFacture {
  margin-left: 25%;
  width: 75%;
  float: left;
}

.montantFacture {
  /* margin-top: 5%; */
  margin-left: 50%;
  width: 75%;
  float: left;
}
.mentions {
  font-size: x-small;
}
.entete {
  margin-right: -15px;
  margin-left: -15px; 
  height: 130px;
}
.titleFactureColor {
  margin-left: 25%;
  color: #f5ad58;
}
.enteteLogoGauche {
  float: left;
  width: 30%;
  margin-left: 5%;
}
.enteteLogoMilieu {
  float: left;
  width: 30%;
  padding-top: 1%;
}
.enteteLogoDroite {
  float: left;
  width: 30%;
}

.sizePoliceFacture {
  font-weight: 700;
}

.footerFactureToutPetit {
  font-size: 9px;
}

.sizeInterline {
  margin: 1px;
}

.tamponJds {
  margin-top: 5%;
  margin-left: 60%;
}
.footerFacture {
  margin-right: -15px;
  margin-left: -15px;
}

.footerFactureAdresse {
  margin-top: 50px;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #000; 
  width : 700px; 
}

.textSoulignFacture {
  text-decoration: underline;
}

.buttonRecuFacture {
  margin-bottom: 3px;
}

.detailMedalBusiness {
  display: none;
}
#listSalariedBody {
  padding-left: 15px !important;
}

.customNamePool {
  font-weight: 600;
  font-size: 12px;
}

.p8 {
  padding-top: 8px;
}

