/*
Theme Name: creif
Author: Laurent
Description: thème fonctionnalité creif
*/

/*Wordpress editor styles start*/

/***************************
GENERAL SITE
***************************/
:root {
    --dark-blue: #132a46;
    --royal-blue: #034AFD;
    --miami-blue: #03F4FF;
    --red: #FF5442;
    --light-grey:#f5f5f5;
    --orange:#fb3700;
    --dark-blue-transperent:rgba(19, 42, 70, 0.7);
}
body, html{
  overflow-x: hidden;
}
@font-face {
    font-family: 'gobold';
    src: url('fonts/gobold_extra1.woff') format('woff'),
      url('fonts/gobold_extra1.woff2') format('woff2');
}
@font-face {
    font-family: 'muller';
    src: url('fonts/MullerLight.woff') format('woff'),
      url('fonts/MullerLight.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;

}
@font-face {
    font-family: 'muller';
    src: url('fonts/MullerMedium.woff') format('woff'),
      url('fonts/MullerMedium.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'muller';
    src: url('fonts/MullerRegular.woff') format('woff'),
      url('fonts/MullerRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'muller';
    src: url('fonts/MullerRegularItalic.woff') format('woff'),
      url('fonts/MullerRegularItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'muller';
    src: url('fonts/MullerBold.woff') format('woff');
    src: url('fonts/MullerBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}
a{
  transition-duration:400ms;
}
a:hover{
  text-decoration: none;
  color: var(--miami-blue);
}
.full_width_pad{
  padding-left: 45px !important;
  padding-right: 45px !important;
}
a,p,span,li,div{
  font-family: 'muller';
}
ul,li{
  list-style: none;
}
.color_white{
  color:#fff;
}
.bkg_grey{
  background-color: var(--light-grey);
}
.pad-15{
  padding:15px;
}
.pt-15{
  padding-top:15px !important;
}
.pr-15{
  padding-right:15px !important;
}
.pb-15{
  padding-bottom:15px !important;
}
.pl-15{
  padding-left:15px !important;
}
.mb-15{
  margin-bottom: 15px;
}
.btn_std {
    background-color: var(--orange);
    color: #fff;
    padding: 5px 25%;
    transition-duration:400ms;
    font-weight: bold;
}
.orange{
  background-color:var(--orange); 
}
.dark_blue{
  background-color:var(--dark-blue); 
}
.miami_blue{
  background-color:var(--miami-blue);  
}
.rouge{
  background-color:var(--red);  
}
body:not(.home) .main_content{
  padding-top: 80px;
}
.content_page p,
.content_page li,
.content_page span,
.content_single_post p,
.content_single_post li,
.content_single_post span{
    font-size: 18px;
}
.content_page a:not(.scroll_in_page),
.content_single_post a {
    color: var(--orange);
}
.content_page a:hover:not(.scroll_in_page),
.content_single_post a:hover {
    color: var(--miami-blue);
}
/***************************
MENU
***************************/
a{
	color: black;
}
.wrapper_nav{
	height: 100vh;
}
.font_title{
  font-family: 'gobold';
}
ul#menu-top_menu, ul#menu-top_menu li {
    list-style: none;
    width: 100%;
    line-height: 50px;
}
#menu-top_menu {
    padding-left: 0;
}
#menu-top_menu > li > a{
  font-family: 'gobold';
	font-size: 80px;
	text-transform: uppercase;
  color: #fff;
  transition-duration: 400ms;
}
#menu-top_menu > li > a:hover{
  color: var(--dark-blue);
}
#constant_menu {
  position: fixed;
  display: flex;
  justify-content: center;
  width: 100%;
  top: 0;
  z-index: 999;
  background: var(--dark-blue);
  padding: 15px 0;
  height: 80px;
  align-items: center;
}
#constant_menu a{
  color: #fff;
  font-weight: bold;
}
#logo_constant_menu{
    top: 15px;
    z-index: 9999;
    width: 80px;
    position: fixed;
    left: 5%; 
}
#constant_menu img {
    width: 30px;
}
#constant_menu a:nth-child(2){
  margin: 0 30px;
}
#constant_menu a:nth-child(3){
  margin-right: 30px;
}
/*APARITIONDU MENU en super position*/
.menu_in{
  -webkit-transform: translateX(100%);    
      -ms-transform: translateX(100%);    
          transform: translateX(100%);
  -webkit-transition:-webkit-transform .5s ease-in;
  transition:-webkit-transform .5s ease-in;
  -o-transition:transform .5s ease-in;
  transition:transform .5s ease-in;
  transition:transform .5s ease-in, -webkit-transform .5s ease-in; 
}
.wrapper_bottom_menu{
    padding: 0 30px;
    position: absolute;
    left: 0;
    bottom: 30px;
  z-index: 2;
}
.wrapper_nav{
    position: fixed;
    z-index: -1;
    transition-duration: .5s;
}
.wrapper_nav.translate{
    z-index: 9999;
}
.wrapper_nav img {
    margin: auto;
    position: relative;
    z-index: 999;
}    
header {
min-height: 0;
}
.menu-top_menu-container{
  background-color: rgba(3, 74, 253, 0.95);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;    
}
.main_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.main_menu li{
    margin-bottom: 15px;
    -webkit-transition: color .3s .15s ease-in;
    -o-transition: color .3s .15s ease-in;
    transition: color .3s .15s ease-in;
}
.my_burger {
    position: fixed;
    z-index: 99999999;
    top: 0;
    display: block;
    right: 20px;
    top: 10px;
}
.my_burger label {
    display: inline-block;
    padding: 7px 10px;
    background-color: transparent;
    margin: 10px;
    z-index: 3;
    position: fixed;
    right: 5%;
}
.bar {
  display: block;
  background-color: #fff;
  width: 30px;
  height: 3px;
  border-radius: 5px;
  margin: 5px auto;
  -webkit-transition: background-color .5s ease-in, width .5s ease-in, -webkit-transform .5s ease-in;
  transition: background-color .5s ease-in, width .5s ease-in, -webkit-transform .5s ease-in;
  -o-transition: background-color .5s ease-in, transform .5s ease-in, width .5s ease-in;
  transition: background-color .5s ease-in, transform .5s ease-in, width .5s ease-in;
  transition: background-color .5s ease-in, transform .5s ease-in, width .5s ease-in, -webkit-transform .5s ease-in;
}
.main_content,.bar,.top,.bottom,.middle{
    -webkit-transition:width .5s ease-in, -webkit-transform .5s ease-in;
    transition:width .5s ease-in, -webkit-transform .5s ease-in;
    -o-transition:transform .5s ease-in, width .5s ease-in;
    transition:transform .5s ease-in, width .5s ease-in;
    transition:transform .5s ease-in, width .5s ease-in, -webkit-transform .5s ease-in;
}
input[type="checkbox"]#myInput {
  display: none;
}
.bar.translate {
  background-color: #fff;
}
.top.translate {
  -webkit-transform: translateY(0px) rotateZ(45deg);
      -ms-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotateZ(45deg);
}

.bottom.translate {
  -webkit-transform: translateY(-15px) rotateZ(-45deg);
      -ms-transform: translateY(-15px) rotate(-45deg);
          transform: translateY(-15px) rotateZ(-45deg);
}
.middle.translate {
  width: 0;
}
.menu_in.translate{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}
#constant_menu_mobile{
	display: none;
}
#region_logo {
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    font-family: 'gobold';
}
#region_logo.est{
    width: 90px;
    right: -100px;
}
#region_logo.ouest {
    width: 120px;
    right: -130px;
}
/***************************
HOME
***************************/
#section_idf{
  height: 100vh;
}
#section_idf{
  background-color: var(--dark-blue);
  background-size: cover;
  background-position: center;
  padding-top: 80px;
}
#section_idf.fond1{
  background-image:url('img/fonds_home/fond1.jpg');
}
#section_idf.fond2{
  background-image:  url('img/fonds_home/fond2.jpg');
}
#section_idf.fond3{
  background-image:url('img/fonds_home/fond3.jpg');
}
#section_idf.fond4{
 background-image: url('img/fonds_home/fond4.jpg');
}
.section_logo {
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.section_logo svg {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.section_bottom_menu{
  height: 15%;
  padding-bottom: 1%;
}
.logo_creif img{
  max-width: 150px;
}
#section_idf .logo_creif img{
  width: 35%;
}
.logo_creif img:first-child{
  margin-right: 30px;
}
  .cid a:before{
    content: "";
    position: absolute;
    background-image: url(img/logo_creif.svg);
    width: 68px;
    height: 43px;
    left: 0px;
    top: 13px;
    background-color: transparent;
    background-size: cover;
}
.cid a {
    color: var(--miami-blue);
    font-size: 47px;
    padding-left: 75px;
    height: 60px;
    margin-right: 2px;
}
.rs img{
    height: 30px;
    width: auto;
}
.rs{
  padding:0 30px;
}
.hovered > *{
  fill:var(--royal-blue) !important;
}
.hovered_home > *{
  stroke-width:100%;
  stroke: transparent; 
}
.arrow {
    position: absolute;
    bottom: 40px;
    right: 40px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.arrow:hover{
    cursor: pointer;
}
.arrow span{
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #06A8FF;
    border-right: 5px solid #06A8FF;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: -10px;
    -webkit-animation: animate 2s infinite;
            animation: animate 2s infinite;
}
.arrow span:nth-child(2){
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s;
}
.arrow span:nth-child(3){
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
}
@-webkit-keyframes animate {
    0%{
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(-20px,-20px);
                transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(20px,20px);
                transform: rotate(45deg) translate(20px,20px);
    }
}
@keyframes animate {
    0%{
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(-20px,-20px);
                transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(20px,20px);
                transform: rotate(45deg) translate(20px,20px);
    }
}
@media screen and (max-width: 1024px) {
  #logo_link {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .arrow{
    display: none;
  }
  .full_width_pad {
      padding-left: 15px !important;
      padding-right: 15px !important;
  }
  .section_logo {
      height: 60%;
      justify-content: center;
  }
  .section_bottom_menu {
      height: 30%;
      padding-top: 45px;
      flex-direction: column;
      align-items: center;
  }
  .logo_creif {
      max-width: 250px !important;
  }
  #menu-top_menu > li > a {
      font-size: 50px;
  }
  .logo_creif img {
      max-width: 80px;
  }
  #logo_link {
      width: 100%;
      margin-bottom: 30px;
  }
  .section_bottom_menu .rs{
    width: 50% !important;
  }
}
@media screen and (max-width: 768px) {
  .logo_creif {
      max-width: 120px;
  }
  .cid{
    width: 100% !important;
  }
  .cid a:before {
      top: 10px;
  }
  .my_burger{
    top: -10px;
  }
  #constant_menu a:nth-child(2),
  #constant_menu a:nth-child(4){
    display: none;
  }
  #constant_menu a {
      font-size: 20px;
      margin-left:  15px;
  }
   #constant_menu_mobile{
    display: block;
  }
  #menu-top_menu{
    justify-content: start !important;
    padding-top: 50px;
  }
  #menu-top_menu > li > a,
  #constant_menu_mobile a {
      font-size: 24px;
  }
  ul#menu-top_menu, 
  ul#menu-top_menu li{
    line-height: 30px;
  }
  .main_menu li{
    margin-bottom: 5px;
  }
  .menu-top_menu-container{
    position: relative;
  }
  .wrapper_nav nav{
    background-color: var(--royal-blue);
    height: 100%;
  }
  .wrapper_bottom_menu{
    position: relative;
  }
  #constant_menu_mobile a {
      display: block;
      text-align: center;
      font-family: 'gobold';
      color: #fff;
      line-height: 40px;
  }
  #constant_menu_mobile{
    margin-bottom: 15px;
  }
  ul#menu-top_menu {
      margin-bottom: 0;
  }
  .wrapper_bottom_menu {
    bottom: unset;
    display: block !important;
  }
  .logo_creif {
      max-width: 100% !important;
      display: flex;
      justify-content: center;
      width: 100% !important;
  }
  .logo_creif img {
    max-width: 100px;
  }
  .wrapper_bottom_menu .rs{
    width: 100% !important;
    margin-top: 45px;
  }
  .main_content{
    padding-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  .section_logo {
    height: 40%;
    justify-content: center;
  }
  .cid{
    flex-wrap: wrap;
  }
  .cid a {
    font-size: 44px;
    margin-bottom: 15px;
  }
  .cid a:before {
      width: 63px;
      height: 41px;
  }
}
@media screen and (max-width: 450px) {

}
.intro_section_home {
    height: 40vh;
}
.img_left_home{
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.title_home_infos{
  background-color: var(--red);
}
.title_home_podium{
  background-color: var(--royal-blue);
}
.title_home_videos{
  background-color: var(--miami-blue);
}
.wrapper_title_section {
    padding: 15px 0;
}
.wrapper_title_section p{
  font-size: 50px;
  margin-bottom: 0;
}
#section2 .all_actu{
  height:604px;
  padding-bottom: 60px;
  padding-top: 30px;
}
#section3 .all_actu, #section4 .all_actu{
  padding: 30px 0;
}
.wrapper_actu {
    background-size: cover;
    background-position: center;
    display: block;
}
.wrapper_actu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(204,204,204,0.5) 40%, rgba(255,255,255,0) 70%);
}
.wrapper_actu:hover {
    transform: scale(1.05);
}
.date_actu{
  font-size: 12px;
}
.tag_actu {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    min-height: 30px;
}
.wrapper_tag_home {
    height: 25px;
}
.line_before {
    padding-left: 45px;
}
.line_before::before {
    position: absolute;
    content: '';
    left: 15px;
    bottom: 5px;
    width: 20px;
    height: 2px;
    background-color: var(--orange);
    transition-duration:400ms;
    z-index: 1;
}
.title_tag h3,.wrapper-info h3{
    color: #fff;  
} 
.title_tag h3 {
    font-size: 18px;
}
.title_tag{
  position: relative;
  z-index: 1;
}
.wrapper-info{
  background-color:var(--dark-blue); 
  margin-left: 15px;
}
.wrapper-info p{
  color: #fff;
  font-size: 30px;
}
.wrapper-info h3{
  font-size: 14px;
}
.wrapper-info .tag_actu{
  color:var(--miami-blue);
  min-height: 20px;
  display: block;
  margin-bottom: 5px;
}
.wrapper-info .line_before{
  padding-left: 30px;
}
.wrapper-info .line_before::before{
  background-color: #fff;
  left: 0;
  bottom: 0;
  top: 8px;
}
.wrapper_resultat{
  background-color: #fff;
  display: block;
  margin-bottom: 30px;
}
.link_all_actus {
  z-index: 9;
  bottom: -30px;
  left: 0;
  color: black;
  font-size: 13px;
}
.date_actu{
  color: #fff;
}
#section4 .link_all_actus {
  right: 50px;
  left: unset;
  bottom: 0;
}
.link_all_actus:after{
  position: absolute;
  content: ">";
  bottom: -14px;
  color: var(--miami-blue);
  font-size: 32px;
  margin-left: 20px;
}
.post_thumbnail{
  overflow: hidden;
}
.post_thumbnail img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
    transition-duration: 400ms;
}
.wrapper_resultat:hover .post_thumbnail img{
  transform: scale(1.05);
}
.post_thumbnail{
  height: 250px;
}
.btn_std.btn_podium {
    margin-bottom: 15px;
    padding: 15px 25%;
}
#section3 .item{
  height: 300px;
}
.ico_play{
    background-color: rgba(255,255,255,0.5);
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    margin-top: -40px;
    margin-left: -40px;
}
.inside_ico:after {
    width: 50px;
    height: 50px;
    content: "";
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -20px;
    background-image: url(img/play-button.svg);
    position: absolute;
    background-size: cover;
}
.modal.show {
    background: rgba(0,0,0,0.6);
}
#modal_vidz .modal-dialog{
  max-width: 100%;
      height: 80vh;
}
#modal_vidz .modal-body{
  padding-bottom: 36.25%;
  height: 0;
}
#modal_vidz .modal-body iframe{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#modal_vidz .modal-title {
    text-align: center;
    width: 100%;
    color:var(--dark-blue);
}
#modal_vidz .close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 50px;
}
#modal_vidz .close span{
    color: red;
}
.owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -35px !important;
    width: 100%;
}
.owl-nav button{
  height: 70px;
  position: absolute;
}
.owl-nav .owl-prev{
  left: -45px;
}
.owl-nav .owl-next{
  right: -45px;
}
.owl-theme .owl-nav [class*=owl-]:hover span{
  color: var(--miami-blue);
}
.owl-theme .owl-nav [class*=owl-]:hover{
  background: transparent;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span{
    color: var(--dark-blue);
    font-size: 94px;
    margin-top: -45px;
    display: block; 
}
.owl-theme .owl-dots .owl-dot{
  display: none;
}
.owl-carousel .owl-item img {
    object-fit: cover;
    height: 100% !important;
    width: auto !important;  
}
.home #video_carousel img{
  width:100% !important;
}
@media screen and (max-width: 1400px) {
  .owl-nav .owl-prev{
    left: 0;
  }
  .owl-nav .owl-next{
    right: 0;
  }
}​
@media (min-width:992px) {
  .home .container{
      max-width: 1300px !important;
  }
}
@media screen and (max-width: 992px) {
  #section2 .all_actu {
    height: auto;
  } 
  .wrapper-info{
    margin-left: 0;
    margin-top: 15px; 
  }
  .grid_actu{
  	height: 300px !important;
  }
  #section_idf {
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
}
@media screen and (max-width: 768px) {
	.grid_actu{
		padding:0 !important;
		margin-bottom: 15px;
	}
	  #logo_constant_menu{
	  	display: none;
	  }
	  #constant_menu img {
	    width: 25px;
		}
		.my_burger {
		    top: 10px;
		}
}
@media screen and (max-width: 550px) {
  .intro_section_home{
    height: 30vh;
  }
  .intro_section_home > .row div:nth-child(2){
    display: none;
  }
  #section_idf{
  	padding-top: 0;
  }
}​
/***************************
PAGES
***************************/
*{}
  .title_home_page{
      background-color: var(--dark-blue) !important;
  }
  .header_page .wrapper_info li a,
  .header_page .wrapper_info .parent_name{
    color: #fff;
  }
.header_page .wrapper_info .parent_name {
    font-size: 50px;
    width: 450px;
    margin: 70px 0 15px 0;
}
  .parent_name:before{
    position: absolute;
    content: "";
    width: 50px;
    height: 5px;
    top: -10px;
    left: 0;
    background-color: #fff;
  }
/*  .header_page .intro_section_home{
    height: 50vh;
  }*/
  .header_page .wrapper_info li a.active_menu{
    color:var(--miami-blue);
  }
  .page:not(.home) h1{
    font-weight: bold;
    text-align: center;
    padding: 45px 0;
    font-size: 40px;
  }
  .separator {
    margin: 0 15px;
  }
  ul.anchor_page li{
    font-weight: bold;
    font-size: 30px;
  }
  #breadcrumbs {
      margin-bottom: 0;
      padding: 30px 0 45px 45px;
      display: flex;
      justify-content: start;
  }
  #breadcrumbs span{
    margin:0 5px;
  }
  #breadcrumbs.line_before:before {
      background-color: var(--miami-blue);
      top: 45px;
      width:30px;
  }
  .scroll-top {
    position: fixed;
    z-index: 99999;
    bottom: 15px;
    right: 15px;
    background-color: var(--dark-blue-transperent);
    width: 52px;
    height: 52px;
    border-radius: 100%;
    padding: 10px;
  }
  .scroll-top:hover {
    cursor: pointer;
  }
  .scroll-top img{
    width: 32px;
    height: auto;
  }
  .wrapper_img_foore_page{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .wrapper_sentence{
    padding:0 30px;
    overflow: hidden;
  }
  .wrapper_sentence p{
      color: #fff;
      font-size: 50px;
      max-width: 60%;
      line-height: 50px;
  }
  .wrapper_sentence img{
    left: 40%;
    transform: rotate(-10deg);
  }
.anchor_page{
    padding-bottom: 45px;
}
.page.page-template-default footer, 
.single footer{
  margin-top: 90px;
}
/*#logo_constant_menu a{
  position: relative;
}

#logo_constant_menu a:after {
    content: "-EST";
    position: absolute;
    font-size: 73px;
    top: -43px;
    font-weight: bold;
    color: #fff;
    left: 80px;
    font-family: gobold;
}*/
/***************************
Footer
***************************/
footer {
    border-top: 2px solid var(--royal-blue);
}
.partenaires{
    overflow: hidden;
}
.partenaires img {
    width: 100%;
    max-width: 200px;
}
.bkg_partenaire{
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
}
.partenaires .row div:nth-child(1) .bkg_partenaire{
  transform: rotate(25deg);
}
.partenaires .row div:nth-child(4) .bkg_partenaire{
  transform:rotate(-5deg);
}
.bottom_footer{
  background-color: var(--royal-blue);
}
.orga a {
    width: 130px;
}
.contactez-nous a{
    color: #fff;
    width: 200px;
    padding: 5px;
}
@media screen and (max-width: 768px) {
    .orga,
    .rs{
      width: 100% !important;
    }
  .contactez-nous {
    margin: 15px auto;
  }
  .bottom_footer{
    margin-top: 15px;
  }
  }
/***************************
SINGLES
***************************/
/*.single .intro_section_home{
  margin-top: 50px;
}*/
.single .line_before:before,
.page-template-template_competition .line_before:before{
  background-color: var(--miami-blue);
  left: 0;
  width: 30px;
}
.single .tag_actu,
.page-template-template_competition .tag_actu,
.intro_section_home_add_result .tag_actu{
  min-height: 0;
}
.single .wrapper_title_section p{
    line-height: 50px;
    margin: 30px 0;
    font-size: 40px;
}
.single .tag_actu, 
.page-template-template_competition .tag_actu, 
.intro_section_home_add_result .tag_actu,
.post_date{
  color: #fff;
}
.post_date{
  font-size: 12px;
  padding-left: 20px;
}
.post_date:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background-image: url('img/time.png');
  background-size: cover;
}
.single .title_home_podium{
  overflow: hidden;
}
.single .title_home_podium:before{
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/black.svg);
    display: block;
    background-repeat: no-repeat;
    background-position: left;
    transform: rotateY(180deg) translate(-130px);
    background-size: 30%;
}
#breadcrumb_single p, 
#breadcrumb_single a, 
#breadcrumb_single span{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}
#breadcrumb_single p{
  margin-bottom: 0;
}
#breadcrumb_single span{
  margin: 0 7px;
}
#breadcrumb_single{
  margin: 45px 0 60px 0;
}
.single h1{
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
  display: block;
}
/*.margin_no_header{
  margin-top: 80px !important;
}*/
.page-template-template_actus .line_before::before, .archive.tag .line_before::before{
  top: 7px;
}
.page-template-template_actus .titre_actu,
.archive.tag .titre_actu {
    min-height: 130px;
}
.titre_actu h3 {
    font-weight: bold;
}
.page-template-template_actus .tag_actu,
.archive.tag .tag_actu {
    min-height: 50px;
    margin-bottom: 0;
}
.page-template-template_actus a:hover,
.archive.tag a:hover {
  color: black;
}
.page-template-template_actus a:hover .btn_std.btn_podium,
.archive.tag a:hover .btn_std.btn_podium,
.page-template-template_actus a:hover .line_before:before,
.archive.tag .line_before:before{
  background-color: var(--miami-blue);
}
#cat {
    margin: 45px auto;
    display: block;
    padding: 10px;
    border: 2px solid var(--dark-blue);
    color: var(--dark-blue);
    letter-spacing: 2px;
}
#nb_page_blog {
    margin-right: 15px;
}
.jump_to {
    margin: 0 15px;
}
.border_page {
    padding: 5px 10px;
    margin-right: 5px;
}
.current.border_page {
    background-color: var(--orange);
    color: var(--miami-blue);
}
.pagination {
    margin: 30px 0;
}
.single.post-template-default h1{
  padding-top: 90px;
}
.single-post .dl_document_post > a {
    display: inline-block;
    width: auto;
    padding: 15px;
    margin: 15px 0;
}

/***************************
PAGE COMPETITION
***************************/
/* Style for liste-des-competitions */
.sorted_row,
.sorted_row_resultat {
    transition-duration: 1000ms;
    max-height: 500px;
    box-shadow: 1px 4px 5px 0px rgb(0 0 0 / 38%);
    /*margin-bottom: 25px;*/
    padding: 10px 0;
}
.sorted_row.hide{
  max-height: 0;
  overflow: hidden;
  padding:0;
}
.bkg_all_compet{
  background-image: url('img/fonds_home/fond4.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding:90px 0;
  background-attachment: fixed;
}
.bkg_all_compet > .container{
  background-color: #fff;
}
.tab-pane {
    padding: 0 15px;
}
#classement .btn_std, #selections .btn_std{
  display: block;
  text-align: center;
  padding: 5px;
  width: 100%;
}
#classement .btn_std:hover, 
#selections .btn_std:hover,
#competitions .btn_std:hover, 
#resultat .btn_std:hover{
  background-color: var(--miami-blue);
  color: #fff;
}
.tab-content {
    margin-top: 30px;
}
.type_display li {
    width: 25%;
    text-align: center;
    background: #f6f2f2;
    padding: 5px 0;
    border-top:5px solid; 
}
.type_display li.active{
  background: #999;
}
.type_display li.active a{
  color: #fff
}
.type_display li:nth-child(1){
  border-color:var(--miami-blue);
}
.type_display li:nth-child(2){
  border-color:var(--red); 
}
.type_display li:nth-child(3){
  border-color:var(--dark-blue); 
}
.type_display li:nth-child(4){
  border-color:var(--royal-blue); 
}
.type_display li a {
    width: 100%;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}
.arme_sex_selector{
  margin: 30px 0;
}
.arme_sex_selector li a {
    border-left: 2px solid var(--dark-blue);
    border-top: 2px solid var(--dark-blue);
    border-right: 2px solid var(--dark-blue);
    padding: 5px 30px;
    margin-right: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #f6f2f2;
    color: var(--dark-blue);
    transition-duration: 400ms;
    font-size: 22px;
    font-weight: bold;
}
.arme_sex_selector li a:hover,
.arme_sex_selector li.active a{
  color: #fff;
  background-color: #999;
  padding: 10px 40px;
}

.page-template-template-add_result .page{
  background-color: #f9f7f7

}
.wrapper_login_responsable{
  height: 70vh;
}
#login_responsable{
    background: #fff;
    padding: 15px;
    border: 1px solid var(--orange);
    width: 50%;
}
#login_responsable input[type="text"],
#login_responsable input[type="password"],
#login_responsable input[type="submit"] {
    display: block;
    margin-right: 0;
    width: 100%;
}
#login_responsable input[type="text"],
#login_responsable input[type="password"]{
  padding:10px;
}
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 15px;
    margin-right: 10px;
  }

  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 3px;
    left: 30px;
    right: -10px;
    bottom: -5px;
    background-color: var(--dark-blue);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
       width: 40px;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: var(--orange);
  }

  input:focus + .slider {
    -webkit-box-shadow: 0 0 1px var(--orange);
            box-shadow: 0 0 1px var(--orange);
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  .slider.round {
  border-radius: 15px;
}

.slider.round:before {
  border-radius: 50%;
}
label.switch {
    margin-right: 30px;
}
label.switch[data-target="m11"],
label.switch[data-target="m13"],
label.switch[data-target="m15"],
label.switch[data-target="m17"]{
  margin-right: 34px;
}
label[data-target="m11"] .slider{
  left: 34px;
}
label[data-target="m13"] .slider{
    left: 34px;
}
label[data-target="m15"] .slider{
  left: 34px;
}
label[data-target="m17"] .slider{
  left: 34px;
}
label.switch[data-target="m20"]{
  margin-right: 38px;
}
label[data-target="m20"] .slider{
  left:38px;
}
label[data-target="senior"]{
  margin-right: 51px;
}
label[data-target="senior"] .slider{
  left: 51px;
}
label[data-target="veteran"] .slider{
  left: 61px;
}
label.switch[data-target="individuel"]{
  margin-right: 76px;
}
label[data-target="individuel"] .slider{
  left: 76px;
}
label[data-target="equipe"]{

}
label[data-target="equipe"] .slider{
  left: 56px;
}
.elt_for_sorting {
    margin: 15px 0;
}

@media screen and (max-width: 768px) {
  .type_display li a {
      letter-spacing: 0;
      font-weight: normal;
      font-size: 12px;
  }
  .arme_sex_selector li a:hover, 
  .arme_sex_selector li.active a,
  .arme_sex_selector li a {
      padding: 5px 10px;
      font-size: 16px;
  }
  .small_device{
    display: block;
    text-align: center;
    background-color: #e2e2e2;
  }
}
/***************************
PAGE Compétion - Ajout des catégorie Vétéran
***************************/
.block_veteran .switch {
    width: 90px;
    margin-right: 40px;
  }
.block_veteran .slider {
    left: 80px;
}
.block_veteran label[data-target="veteran"].switch {
    margin-right: 20px;
}
/***************************
PAGE ADD Résultat
***************************/
.sorted_row_resultat{
  max-height: unset;
}
.form_insert_result {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.form_insert_result .btn_std,
.line_result .btn_std,
.more_compets.btn_std {
    padding: 5px 25px;
    border: none;
    transition-duration: 400ms;
}
.more_compets.btn_std{
  width: 250px;
}
.form_insert_result .btn_std:hover,
.line_result .btn_std:hover,
.more_compets.btn_std:hover{
  background-color: var(--miami-blue);
  cursor: pointer;
}
.form_insert_result strong,
.line_result span {
    min-width: 240px;
    color: var(--dark-blue);
    font-weight: bold;
}
.sorted_row_resultat .alert-info{
  margin-bottom: 30px;
}
.sorted_row_resultat h4{
  font-size: 1.2rem;
  font-weight: bold;
}
.line_result{
  margin-bottom: 15px;
}
.intro_section_home_add_result{
  margin-bottom: 30px;
}
#myTab li{
  width: 50%;
}
/***************************
PAGE CIRCULAIRE
***************************/
.competition-template h1{
  margin-top: 20px;
  color: var(--dark-blue);
}
.wrapper_grey.sorted_row{
  padding:0 15px;

}
.title_compet {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--dark-blue);
    font-size: 18px;
    letter-spacing: 1px;
}
.competition-template .btn_std{
  border: none;
  width: 270px;
}
.competition-template button.btn_std{
  margin: 15px 0;
}
.competition-template .btn_std:hover{
  background-color: var(--miami-blue);
  color: #fff;
}
.competition-template .sorted_row{
  max-height: unset;
}
.cat_armes_result,
#savoir_plus_wrapper div{
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
#savoir_plus_wrapper a{
  display: block;
  padding:5px 15px;
  height: 35px;
}
.img_galerie {
    margin-bottom: 45px;
}
.img_galerie a.btn_modal img {
    margin-bottom: 10px;
}
.item span:not(.ico_play) {
    background: rgba(255,255,255,0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.competition a:not(.btn_std){
  color:var(--orange);
  transition-duration: 400ms;
}
.competition a:not(.btn_std):hover{
  color:var(--miami-blue);
}