@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.eot?') format('eot'),
     url('../fonts/CenturyGothic.otf') format('truetype'),
     url('../fonts/CenturyGothic.woff') format('woff'),
     url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
     font-weight: normal;
     font-style: normal;
}

body {
font-family: "Century Gothic", sans-serif !important;
}

a{
  color:#e52621;
  text-decoration:none;
}

a:hover{
  text-decoration:underline;
}

/*///////// NAVIGATION //////////*/

nav .fa-bars{
  display:none;
}

nav ul{
  list-style:none;
  display:flex;
}

nav ul li{
  margin-right:10px;
  color:white;
  text-shadow: 2px 2px 5px #505050;
  font-weight:bold;
  cursor:pointer;
  position:relative;
  display:flex;
  white-space: nowrap;
  border-radius:2px;
}

nav span{
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding:10px;
}

nav .toggleSubMenu .fa-caret-down{
  margin-left:10px;
}

nav .toggleSubMenu .fa-user{
  margin-right:10px;
}

nav a{
  text-decoration:none;
  color:white;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding:10px;
}

nav ul li i{
  color:white;
}

nav ul li .fa-caret-up{
  position: absolute;
  top: -12px;
  left: 10px;
  font-size:18px;
}

nav ul li:hover,
nav ul li.open,
nav ul li.active{
 background-color:#641826;
 text-shadow:none;
}

nav ul ul{
  display:none;
  position:absolute;
  background-color:white;
  z-index:2;
  top:100%;
  left:10px;
  flex-direction: column;
  box-shadow:0 0 10px 1px rgba(0, 0, 0, 0.25)
}

nav ul ul li{
  text-shadow:none;
  margin-right:0;
  border-radius:0;
  flex:2;
  font-weight: normal;
  align-items: center;
  border-top:1px solid transparent;
  border-bottom:1px solid transparent;
}

nav ul ul li:hover,
nav ul ul li.active{
  background-color:#f5f5f5;
  border-top:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
}

nav ul ul:not(.admin) li.active:before{
  content:'';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid black;
  margin-left:10px;
}

nav ul ul.admin li.active i{
  color:#e52621;
}

nav ul ul li:hover + li.active,
nav ul ul li.active + li:hover{
  border-top:1px solid transparent;
}

nav ul ul a{
  white-space: nowrap;
  color:black;
  flex:2;
}

nav ul ul a i{
  color:black;
  margin-right:10px;
}

.langue{
  display:flex;
  z-index:1;
  list-style:none;
  padding:5px;
  align-items: center;
  justify-content: center;
  margin:0 15px;
  position:relative;
}

.langue:hover{
  background-color:#641826;
}

.langue .fa-caret-down{
  color:white;
  margin-left: 10px;
}

.langue:hover ul{
  display:block;
}

.langue li{
  line-height: 0;
}

.langue li{
  display:flex;
  justify-content: center;
  align-items:center;
}

.langue ul{
  position:absolute;
  display:none;
  left:0;
  right:0;
  top:100%;
  list-style:none;
  background-color:white;
  box-shadow:0 0 10px 1px rgba(0, 0, 0, 0.25);
  border:1px solid #e1e1e8;
}

.langue ul:hover{
  background-color: #f5f5f5;
}

.langue ul a{
  padding:5px 0;
  width:100%;
  text-align: center;
}


/*///////// HOME //////////*/
.home{
  padding-left: 10px;
  margin-top:15px;
  display:flex;
}

@media screen and (max-width: 1180px)  {
  .home, .crd-direct{
    flex-direction: column;
  }

  .home .col_right{
    margin:30px 0 0 0;
    border-top:5px solid #e0e0e7;
    border-left:0 !important;
    padding:15px 0 0 0 !important;
  }

  .home form{
    width:auto !important;
  }
}

.home form{
  width:600px;
}

.home .col_right{
  border-left:5px solid #e0e0e7;
  padding-left:15px;
}

.home h2{
  margin-bottom:10px;
}

.home .ent{
  padding:5px 10px;
  background-color:royalblue;
  color:white;
  font-weight:bold;
  border-radius:2px;
  text-decoration:none;
}

.home .ent:hover{
  background-color:rgba(65, 105, 225, 0.8)
}

.col_left + .col_right {
    margin-left: 15px;
}

/*///////// GENERAL //////////*/
h1 {
	color: #e52621;
	font-size: 25px;
	font-weight: bold;
  margin-bottom:10px;
  min-width:30%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-bottom:1px solid #e1e1e8;
  padding-bottom:5px;
  display:inline-block;
}

h1 + hr,
h1 + table{
  margin-top:10px;
}

h2 {
	color: burlywood;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
  width:100%;
  margin-bottom:10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

h2 + hr{
  margin-top:10px;
}

h3{
  margin-bottom:10px;
}

a{
  color:#e52621;
}

.form div + div{
  margin-top:10px;
}

.form div:first-child{
  margin-top:10px;
}

.form div:not(.checkbox){
  display:flex;
  flex-direction: column;
  justify-content: flex-start;
}

.form div.checkbox{
  display:flex;
  justify-content: flex-start;
  align-items: center;
}

.form .text_photo span + span{
  margin-top:10px;
}

.form div.submit{
  flex-direction: row;
  background-color:white;
  border:none;
  padding:0;
}

.form label{
  font-weight:bold;
}

.form label + span{
  margin-top:5px;
}

.form p{
  display:flex;
  align-items: center;
}

.form p label{
  font-weight:normal;
  cursor:pointer;
}

.form p span{
  margin-left:5px;
}

.form .info{
  font-style:italic;
}

.form input + .info{
  margin-left:10px;
}

.form label + input,
.form label + select,
.form label + textarea,
.form p,
.form #cke_editor{
  margin-top:5px;
}

input:not([type='submit']):not(.submit),
select,
textarea{
  padding:10px;
  border:1px solid #e0e0e7;
  border-radius:2px;
}

input:not([type='submit']):not(.submit):active, input:not([type='submit']):not(.submit):focus,
select:active, select:focus,
textarea:active, textarea:focus{
  border:1px solid #5897fb;
  box-shadow:0 0 5px rgba(0,0,0,.3);
}

input:not([type='submit']):not(.submit){
  max-width:500px;
}

select{
  max-width:500px;
}

input[type="checkbox"] + label,
input[type="radio"] + label{
  margin-left:5px;
}

input:not([type='submit']):focus,
select:focus,
textarea:focus {
  border:1px solid #47a4f5;
  box-shadow:2px 2px 3px rgba(0,0,0,0.1);
}

input[type="submit"],
.submit{
  margin-right:10px;
  padding:5px 10px;
  background-color:#e52621;
  border:none;
  color:white;
  font-weight:bold;
  border-radius:2px;
  border:1px solid #bf2334;
  text-decoration: none;
  margin-top: 10px;
}

input[type="submit"]:hover,
.submit:hover{
  background-color:rgba(221, 32, 52, 0.8)
}

input[type="submit"]:disabled{
  background-color:#e3e3e3;
  color:#6d6d6d;
  border:1px solid #dcdcdc;
}

.form_content{
  display:none;
  flex:2;
}

.txt_content{
  flex:2;
  margin-bottom: 25px;
}
/* INSCRIPTION */

.red {
  color :red;
}

#header_inscr p, .txt_content p, .col_right p {
  margin-bottom : 15px;
}

.txt_info ul , .col_right ul {
  list-style-position: inside;
}

.error.false span{
  background-color:#dff0d8;
  border:1px solid #d6e9c6;
  color:#3c763d;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}

.txt_acc {
  font-weight: bold;
}

img.photo,
img.photo_alumni,
img.photo_gala
 {
  height: auto;
  width: 100%;
}

img.photo_gala {
  margin-top: 15px;
  margin-bottom: 20px;
}

img.photo,
img.photo_gala {
  max-width: 700px;
}

img.photo_alumni {
  max-width: 225px;
}

img.photo_alumni+figcaption {
  font-size : 0.9em;
}

.sub-info-alumni {
  font-weight: bold;
  text-decoration: underline;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* FAQ */
.txt_content.faq ul {
  list-style-position: inside;
  padding-top:0px;
}

/* Inscription COVID */
.chk_info {
  display: inline-block;
}

/* direct */
.direct {
  width: 100%;
}

.crd-direct {
  width: 100%;
  display: flex;
}

.header-crd-direct {
  margin-bottom: 25px;
}

.header-crd-direct h1 {
  display: block;
}

.crd-no-direct ul li,
 ul.liste-replays li {
  list-style-position: inside;
}
