body {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.0625em;
  color: #000;
  overflow-y: scroll;
  margin: 0px;
  font-size: 0.9rem;
}

.home_portail {
    background-color: #FFFFFF;
    background-image: url("../images/fond.png");
    background-origin: border-box;
    background-repeat: no-repeat;
    background-position: top left;
   /* background-size: contain;*/
    background-attachment: scroll;
}

.container {
  max-width: 1400px;
}

.border-ombre {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  max-width: 500px;
  padding: 15px 25px;
  margin-top:60px;
}

.fond-gris {
  max-width: 700px;
  padding: 15px 25px;
  margin-top:20px;
  background-color: #F2F2F2;
}

.fond-blanc {
  max-width: 350px;
  background-color: #FFF;
}

.container-form {
  max-width: 700px;
  margin:    10px auto;
}

.container-form

.grecaptcha-badge { 
    bottom:50px !important; 
}

.modal-header {
  border-bottom:none;
}

.modal-lg, .modal-xl {
    max-width: 500px;
}

.table th, .table td {
    padding: 0.3rem;
}

#password + .glyphicon {
  cursor: pointer;
  pointer-events: all;
}

#wrapper {
  max-width: 500px;
  margin: auto;
  padding-top: 25vh;
}

.right-icon {
  position: absolute;
  width: auto;
  bottom: 10px;
  right: 10px;
  margin-top: 0;
}

/* sortable list */

ul.sortable-list {
  list-style-type: none;
  padding: 0;
  /*margin: 20px;*/
}

.custom-label {
  margin-right: 10px;
  margin-bottom: 0px;
  text-align: left;
  line-height: 0.9rem;
}

.sortable-list li {
  background-color: #F6FBFF;
  padding: 10px;
  margin-bottom: 5px;
  border: 2px solid #89C0F6;
  border-radius: 5px;
  color: #1c31cd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}

/* animation fleche */
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  margin-top: 4rem;

/*  position: absolute; 
  bottom: 110px;*/
  font-size:3rem;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {transform: translateY(-30px);}
  60% {transform: translateY(-15px);}
}

/* icones */

span.icon_prev {
	background-image: url("../images/icon_ico_prev.svg");
	background-size: 18px 18px;
	height:18px;
	width:18px;
	margin-top:1px;
	display:inline-block;
}

span.icon_next {
	background-image: url("../images/icon_ico_next.svg");
	background-size: 17px 17px;
	height:18px;
	width:18px;
	margin-top:1px;
	display:inline-block;
}

span.icon_nextblack {
	background-image: url("../images/icon_ico_nextblack.svg");
	background-size: 17px 17px;
	height:18px;
	width:18px;
	margin-top:1px;
	display:inline-block;
}

span.icon_bell {
	background-image: url("../images/icon_ico_cloche.svg");
	background-size: 20px 20px;
	height:20px;
	width:20px;
	margin-top:1px;
	display:inline-block;
}

.logo-shop {
	width:180px;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("../images/burger-menu.svg");
  color:white;
}

.navbar {
  padding: 0;
}

.navbar-toggler {
  border: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 10px;
  left: 4px;
  height: 15px;
  width: 15px;
  display: block;
  position: absolute;
  color: black;
  border: 0px solid white;
  border-radius: 0px;
  box-shadow: 0 0 0 #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 15px;

  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f13a";
  background-color: transparent;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  color: black;
  background-color: transparent;
}

.bg-dark {
  background-color: #FFF!important;
  border-bottom: 0.15rem solid rgba(128, 128, 128, 1);
}

.text-white {
  color: #000;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000000;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0.5rem 0.3rem;
  text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #0054A8;
}

.divider-vertical {
  padding-top: 8px;
  color: rgba(0,0,0,1);
  font-size: 0.8rem;
}

section {
  padding: 0 0 20px 0;
}

a {
  color: #000;
}

a:focus, a:hover {
  text-decoration: none;
  color: #000;
}

a.dispbloc {
  display:block;
  text-decoration: none;
  padding: 0.5rem 1.05rem;
  margin-bottom: 0.7rem;
}

a.dispbloc:focus, a.dispbloc:hover {
  background-color: #fff;
}

a.wlink {
  color: #fff;
}

a.blink {
  color: #000;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

.minalert {
  padding: 0.2rem 1.05rem;
  margin-bottom: 0.7rem;
}

.lead0 {
  font-size: 0.9rem;
  font-weight: 300;
}

.lead {
  font-size: 1.0rem;
  font-weight: 300;
}

.leadn {
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #F00;
}

/* bloc video */
.masthead25x {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 35rem;
  width: 100%;
  padding-top: 3rem;
  overflow: hidden;
}

.masthead25x video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.masthead25x .container {
  position: relative;
  z-index: 2;
}

.masthead25x .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.4;
  z-index: 1;
}

/*
@media (pointer: coarse) and (hover: none) {
  .masthead25x {
	position: relative;
    width: 100%;
    height: 100vh;
    min-height: 50rem;
    padding-top: 10rem;
    background: url("../images/fond250.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  .masthead25x video {
    display: none;
  }
}
*/

h2.scriptitre {
  margin: 10px 0;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: none;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  /* font-style: italic; */
}

h2.scriptitre:before {
    content: "";
    display: block;
    width: 30px;
    height: 6px;
    background-color: #0054A8;
    margin-bottom: 6px;

}


h2.scriptJ {
  margin: 5px 0;
  font-size: 1.2rem;
  /*	font-weight: 400; */
  text-align: center;
  text-transform: none;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
}

h2.oblik {
	margin: 20px 0;
	font-size: 4.5rem;
/*	font-weight: 400; */
	transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    -khtml-transform: rotate(-8deg);
	text-align: center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
}


h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	text-transform: none;
}

section h2 {
	font-size: 1.4rem;
/*	font-weight: 400; */
}

.h4 {
  font-family: 'Montserrat', sans-serif;
/*  max-width: 20rem; */
  font-size: 5rem;
}

section h3.subheading {
	font-size: 1.1rem;
/*	font-weight: 400; */
}

h2.lobster {
/*	font-weight: 400; */
	text-align: center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	font-size: 3rem;
}

h2.skinc {
/*	font-weight: 400; */
	text-align: center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.4rem;
}

.textsmall {
	font-size: 0.8rem;
/*	font-weight: 400; */
}

.text-normal {
	font-size: 1.1rem;
}

.text-gras {
	font-size: 1.3rem;
	font-weight: bold;
}

section h3.datev {
	font-size: 1.4rem;
	color: #fff;
	font-weight: bold;
}


.btn {
/*
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
*/
  padding: 0.4rem 0.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: bold;
/*   text-transform: uppercase;
  border: 0.1rem solid rgba(128, 128, 128, 1); */
  border: none;
  border-radius: 3px;
  letter-spacing: .1rem;
}

.btnblanc {
  padding: 0.4rem 0.7rem;
  font-size: 85%;
/*   text-transform: uppercase; */
  letter-spacing: .1rem;
  border: 0.1rem solid rgba(255, 255, 255, 1);
  border-radius:0;
  width:300px;
}

.btn.barre {
  width: 210px;
  height:45px;
}

.convoc {
  width: 392px;
}

.btn-primary {
  background-color: #343434;
  color: #fff;
}

.btn-primary:hover {
  background-color: #343434;
/*  border-color: white;
  border: 0.1rem solid rgba(128, 128, 128, 1);
  border: 0.1rem solid rgba(0, 0, 0, 0.2); */
}

.btn-light:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0.1rem solid rgba(128, 128, 128, 1);
}

.btn-primary:focus {
  background-color: rgba(0, 0, 0, 0.5);
/*  border: 0.1rem solid rgba(0, 0, 0, 0.2); */
  color: white;
}

.btn-primary:active {
  background-color: rgba(0, 0, 0, 0.5); !important;
/*  border-color: white; */
  transition: none;
/*  border: 0.1rem solid rgba(0, 0, 0, 0.2); */
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  background-color: rgba(0, 0, 0, 0.5); !important;
  border-color: white;
  transition: none;
}

.btn-secondary {
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
}

.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 1);
  color: black;
  border: 0.1rem solid rgba(255, 255, 255, 1);
}

.btn-secondary:focus {
  background-color: rgba(255, 255, 255, 1);
  border: 0.1rem solid rgba(255, 255, 255, 1);
  color: black;
}

.btn-secondary:active {
  background-color: rgba(255, 255, 255, 1); !important;
  border-color: white;
  color: black;
  transition: none;
  border: 0.1rem solid rgba(255, 255, 255, 1);
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  background-color: rgba(255, 255, 255, 1); !important;
  border-color: white;
  color: black;
  transition: none;
}

.dropdown-menu {
  color: #FFFFFF;
  background-color: #000000;
}

.dropdown-item {
  color: #FFFFFF;
}

.signup-section .form-inline input {
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.contact-section {
  padding: 5rem 0 0;
}

.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #64a19d;
}

.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.contact-section .card hr {
  border-color: #64a19d;
  border-width: 0.25rem;
  width: 3rem;
}

.contact-section .social {
  margin-top: 5rem;
}

.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}

.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.contact-section .social a:active {
  color: #fff;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-primary {
  background-color: #64a19d !important;
}

.text-primary {
  color: #64a19d !important;
}

.rgpd {
/*  bottom: 3rem;
  position: fixed;
  display: block;
  z-index:5;
  background-color:#FFF; */
  text-align: center;
  width: 100%;
  font-size: 0.6rem;
  line-height: normal;
  font-family: 'Arial', sans-serif;
  
}

.display-logo {
  margin-left: auto;
  margin-right: auto;
}

footer {
  padding: 5rem 0;
  bottom: 0;
  position: fixed;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 0.8rem;
  z-index:5;
}

@media (max-width: 990px) {
  .divider-vertical {
	display: none;
  }
  
  .home_portail {
    
    background-image: none;

}
  
  .navbar-dark .navbar-nav .nav-link {
    padding: 0.8rem 0.3rem;
  }
  
  h2.scriptitre {
	margin: 10px 0;
	font-size: 1.3rem;
	font-weight: 900;
  }
  
  h2.scriptitre:before {
    width: 20px;
    height: 4px;
    margin-bottom: 5px;
  }
  
  .text-normal {
	font-size: 0.9rem;  
  }
  
  .text-gras {
	font-size: 1.1rem;
	font-weight: bold;
}
  
  .fond-blanc {
    max-width: 300px;
    background-color: #FFF;
  }
  
  .border-ombre {
    box-shadow: none;
	margin-top:1px;
  /*max-width: 500px;
    padding: 15px 25px; */
  }
  
  .fond-gris {
    box-shadow: none;
	margin-top:1px;
	/*max-width: 350px;*/
    padding: 5px 10px;
  }
  
  .btn {
    padding: 0.6rem 1rem;
    font-size: 0.8rem;
    font-weight: normal;
  }
  
  h2.lobster {
	font-size: 2.8rem;
  }
  
  h2.skinc {
    font-size: 2.2rem;
  }
  
  h2.oblik {
	margin: 20px 0;
	font-size: 3.5rem;
  }
  
  .bounce {
/*  position: absolute; 
   	bottom: 110px;*/
   	font-size:2rem;
/*	display: none; */
  }

  .convoc {
    width: 190px;
  }

  .sortable-list {
    margin: 10px;
	margin-right: 30px;
  }
  .sortable-list li {
	font-size: 14px;
	padding: 4px 5px;
  }
  .container-form {
  	/*margin: 0 auto;*/
  }
  .txt_intro {
	font-size: 10px;
	font-weight: bold;
  }
  .display-logo {
	display: none;  
  }
  
  footer {
    padding: 5rem 0;
    bottom: 0;
    position: fixed;
    display: none;
    text-align: center;
    width: 100%;
    font-size: 0.8rem;
    z-index:5;
  }
}
