/*!
Theme Name: Fédération Française de Karaté 2020
Theme URI: http://underscores.me/
Author: Les pirates
Author URI: https://agencelespirates.com/
Description: Theme pour la Fédération Française de Karaté
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ffk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Fédération Française de Karaté is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.


*/
@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Montserrat', sans-serif;
 }
 table{
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Montserrat', sans-serif;
 }
 table:not([border]){
  border:0px;
 }
 table[border] tr,table[border] td{
  border:1px solid grey;
 }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
 }


ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

img {
  max-width: 100%;
  height: auto; }

a, button, textarea, input
{
  outline:none!important;
}

.light {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.bold {
  font-weight: 700; }

.black {
  font-weight: 900; }

.italic {
  font-style: italic; }

.left, .alignleft {
  float: left; }

.alignleft {
  margin-right: 15px; }

.right, .alignright {
  float: right; }

.alignright {
  margin-left: 15px; }

.alignnone {
  margin-bottom: 20px;
  display: block; }

.aligncenter {
  margin: 0 auto;
  display: block; }

.clear {
  clear: both; }

#page
{
  overflow: hidden;
  width: 100%;
}


.desktop,
.show-block {
  display: block; }

.mobile,
.hide-block {
  display: none; }

.show {
  opacity: 1;
  filter: alpha(opacity=100); }

.hide {
  opacity: 0;
  filter: alpha(opacity=0); }

body {
  background: #FFF;
  font-weight: 400;
  font-size: 14px;
  font-family: sans-serif; }

p {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0; }
/* ul
{
  list-style: disc;
  margin-left: 20px;
}

li {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0; } */


a{
  text-decoration: none;

  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

a:hover {
  text-decoration: none;
   }

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

.align-left
{
  text-align: left;
}

.align-right
{
  text-align: right;
}

#main {
  clear: both; }

#access > div > ul > li
{
  float: left;
  position: relative;
}
#access > div > ul > li > a
{
  display: block;
}
#access > div > ul > li > ul
{
  display: none;
  position: absolute;
  top:20px;
  left:0;
}
#access > div > ul > li:hover > ul
{
  display: block;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);


}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
    outline: none;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.contenu
{
  padding: 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


h1
{
  font-size: 50px;
  line-height: 50px;
  font-weight: 900;
  padding-top: 10px;
  padding-bottom: 10px;

  font-size: 36px;
  line-height: 40px;
  text-transform: none;
}

h2
{
  line-height: 29px;
  font-weight: 800;
  padding-top: 10px;
  padding-bottom: 0px;


  font-size: 24px;
  color: #1423A0;
  text-transform: none;
}



h3
{
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;

  padding-top: 10px;
  color: #1423A0;
  padding-bottom: 0px;
}

h4
{
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding-top: 10px;
  color: #1423A0;
  padding-bottom: 0px;
}



.bouton, .bouton-ffk
{
  line-height: 20px;
  background: #DC2D5A;
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
  color:#fff;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
  border:none;
  text-decoration: none!important;

  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.20);
  border-radius: 20px;
}



.bouton:hover, .bouton-ffk:hover
{
  background: #CC2952;
}

.titre-filtre .bouton,
.charger_plus
{
  background: #DC2D5A!important;
}

.titre-filtre .bouton:hover,
.charger_plus:hover
{
  background: #CC2952!important;
}

.slick .slick-arrow
{
  position: absolute;
  height: 25px;
  width: 12px;
  text-indent: -10000px;
  background: none;
  top:50%;

  -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
  border:none;
  cursor: pointer;
}

.slick .slick-prev
{
  left: 20px;
  background-image: url('images/fleche-left.svg');
}

.slick .slick-next
{
  right: 20px;
  background-image: url('images/fleche-right.svg');
}



.metas
{
  display: none;
}

.display-inline-block
{
  display: inline-block;
}

.display-inline
{
  display: inline;
}

.display-block
{
  display: block;
}






.erreur-js > div
{
  position: fixed;
  line-height: 30px;
  font-size: 20px;
  text-transform: uppercase;
  background: #9d3030;
  color:#fff;
  padding: 20px;
  z-index: 99000002;
  text-align: center;
  width: 100%;
  left: 0;
  transform: translateY(100%);
  bottom:0;
  opacity: 0;
  -moz-transition: .5s transform ease-in-out;
  -webkit-transition: .5s transform ease-in-out;
  transition: .5s transform ease-in-out;
}

.erreur-js > div.active
{
  transform: translateY(0%);
  opacity: 1;
}


.centrer,
.container {
  width: 1200px;
  margin: 0 auto; }

.flexible
{
	width: 100%;
}

.col
{
  float: left;
  padding: 15px;
  min-height: 1px;
  box-sizing: border-box;
}

.col-right
{
  float: right;
}

.centrer, .container { width: 1200px; }

.col-100
{
	width: 100%;
}

.col-50
{
	width: 50%;
}

.col-25
{
  width: 25%;
}

.col-33
{
	width: 33.33%;
}

.col-66
{
	width: 66.66%;
}

ul
{
	margin-left: 20px;
	list-style: disc;

}
.site-content ul{ line-height:1.4em; }

.entry-content ul li:first-child{
	padding-top:10px;
}
.entry-content ul li:last-child{
	padding-bottom:10px;
}
.entry-content ul li{
  line-height:20px;
}

p
{
	padding: 10px 0;
}


.sidebar-ffk
{
	width: 282px;
	float: left;
}

.contenu-sidebar
{
	width: 894px;
	float: right;
	border-radius: 10px;
	box-shadow: 0 4px 20px 0 rgba(0,0,0, .2);

	padding: 50px 100px;
	box-sizing: border-box;

  margin-bottom: 50px;
}

.contenu-sidebar .col.col-100.bloc-texte
{
  background: #F0F0F0;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px;

  clear: both;

}

.side-contact a
{
  color:#000;
  text-decoration: underline;
}

.side-bloc
{
  margin-bottom: 30px;
  padding: 30px;
  background: #F0F0F0;

  border-radius: 10px;
}

.side-menu, .side-partage, .sous-menu
{
  padding: 0;
  background: none;
}

.side-menu a,
.sous-menu a
{
	display: block;
	border-radius: 100px;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	color:#DC2D5A;
	padding: 10px 30px;
  padding-right: 45px;

	line-height: 20px;
	margin-bottom: 10px;

  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
}

.side-menu a:hover,
.side-menu a.hover,
.sous-menu a:hover
{
  background: #1423A0;
  color:#fff;
}

.side-menu ul,
.side-menu li,
.sous-menu li,
.sous-menu ul
{
  list-style: none;
  padding: 0;
  margin:0;
}

.side-menu ul > li >  ul,
.sous-menu ul > li > ul
{
  margin-left: 20px;
}

.side-menu li,
.sous-menu li
{
  position: relative;
}

.side-menu .deroule,
.sous-menu .deroule
{
  
  position: absolute;
  right: 0;
  top:0;
  width: 40px;
  height: 40px;
  border-radius: 0 20px 20px 0;
  background: #DC2D5A;
  color:#fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.side-menu .deroule::after,
.sous-menu .deroule::after
{
  color:#fff;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top:0;
  cursor: pointer;
  z-index: 9;
  content: '↓';
}


.side-menu .deroule.active::after,
.sous-menu li.menu-item-has-children.active > .deroule::after
{
  content:"↑";
}

.side-menu .deroule+ul,
.sous-menu li.menu-item-has-children .sub-menu
{
  display: none;
}

.side-menu .deroule.active+ul,
.sous-menu li.menu-item-has-children.active > .sub-menu
{
  display: block
}

.sous-menu .burger
{
  display: block;
  border-radius: 100px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #DC2D5A;
  padding: 10px 30px;
      padding-right: 30px;
  padding-right: 45px;
  line-height: 20px;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);

  background: #1423A0;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.sous-menu .burger i
{
  position: absolute;
  right: 0px;
  top:0;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center; 
}

.sous-menu.mobile
{
  margin-bottom: 20px;
}

.sous-menu.mobile > div+div
{
  display: none;
}

.sous-menu.mobile > div.active+div
{
  display: block;
}



.side-bloc .titre-sidebar
{
  color: #1423A0;
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
  text-transform: uppercase;
  display: block;

  margin-bottom: 20px;
}

.side-bloc.side-partage .titre-sidebar
{
  text-transform: none;
  font-size: 16px;
}


.side-bloc.side-partage a
{
  float: left;
  width: 40px;
  height: 40px;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
  margin-right: 05Px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  color:#DC2D5A;
  background: #FFF;
  cursor: pointer;
}


.side-bloc.side-partage a:hover
{
  background: #1423A0;
  color:#fff;
}

.contenu-article-long .side-bloc.side-partage a
{
  width: 60px;
  height: 60px;
  background-color: #EEE;
  border-radius: 30px;
  line-height: 60px;
  font-size: 24px;
  margin-right: 20px;
  margin-bottom: 20px;
  box-shadow: none;
}

.contenu-article-long .side-bloc.side-partage a:hover
{
  background-color: #1423A0;
}

.flexible .bloc
{
  float: none;
  margin-bottom: 30px;
}


.flexible table tr+tr
{
  border-top: 1px solid #EEE;
}

.flexible table td
{
  padding: 10px;
}

.bloc-trombinoscope .col
{
  margin-bottom: 30px;
}

.bloc-trombinoscope .col .bloc-trombi
{
  border-radius: 10px;
  box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2);
}

.bloc-trombinoscope .col-33 .bloc-trombi
{
  height: 310px;
}

.bloc-trombinoscope .col-25 .bloc-trombi
{
  height: 200px;
}

.bloc-trombinoscope .col-33 .photo-trombi
{
  width: 100%;
  aspect-ratio:1/1;
  height:auto;
  background-size: cover;
  background-position: center;
  border-radius: 10px 10px 0 0;
}

.bloc-trombinoscope .col-25 .photo-trombi
{
  width: 100%;
  aspect-ratio:1/1;
  height:auto;
  background-size: cover;
  background-position: center;
  border-radius: 10px 10px 0 0;
}

.bloc-trombinoscope .col-33 .texte
{
  padding: 0 15px;
}

.bloc-trombinoscope .col-25 .texte
{
  padding: 0 10px;
}

.bloc-trombinoscope .col-33 .texte
{
  font-size: 16px;
  line-height: 19px;
}

.bloc-trombinoscope .col-33 .nom
{
  font-weight: 800;
  padding-top: 5px;
}

.bloc-trombinoscope .col-33 .titre
{
  text-transform: uppercase;
}

.bloc-trombinoscope .col-25 .nom
{
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  padding-top: 5px;
}


.bloc-trombinoscope .col-25 .titre
{
  font-size: 12px;
}

.bloc-trombinoscope .col-25 .plus-info
{
  display: none;
}

.bloc-trombinoscope .col img
{
  border-radius: 10px 10px 0 0;
}

.bloc-trombinoscope a
{
  color:#DC2D5A;
  cursor: pointer;
  padding-top: 10px;
  display: block;
}

.bloc-trombinoscope .info-plus
{
  display: none;
}

.bloc-trombinoscope .info-plus.active
{
  display: block;
}

.bloc-trombinoscope .info-plus .fond-noir
{
  background: #000;
  opacity: .7;
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.bloc-trombinoscope .info-plus .contenu-plus
{
  background: #FFF;
  border-radius: 10px;
  padding: 20px;
  z-index: 99;
  width: 400px;
  height: auto;
  position: fixed;
  left: 50%;
  top:50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bloc-trombinoscope .info-plus .contenu-plus img
{
  float: left;
  margin-right: 20px;
  padding-bottom: 0px;
  border-radius: 3px;
}

.bloc-trombinoscope .info-plus .contenu-plus .croix
{
  background: #DC2D5A;
  color:#fff;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -20px;
  cursor: pointer;
  top:-20px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  
}



.flexible blockquote
{
  padding: 30px;
  background: #F0F0F0 url('images/quote.svg') left 30px top 40% no-repeat;
  border-radius: 10px;
}

.contenu-article .flexible blockquote,
.texte-article-long .flexible blockquote,
.interieur-article blockquote
{
  padding: 0px;
  background: #fff url('images/quote-gris.svg') left 30px top 40% no-repeat;
  border-radius: 0px;

}

.contenu-article .flexible blockquote p,
.texte-article-long .flexible blockquote p,
.interieur-article blockquote p
{
  font-weight: 800;
  color:#1423A0;
  font-size: 24px;
  line-height: 29px;
}

.bloc-image-full .image-flotante
{
  position: absolute; 
  left: 0;
  width: 100%;
}

.tabs
{
  border:none!important;
  background: none;
  padding:0;
  margin: 0;
  clear: both;
}

.tabs > ul,
.tabs > ul > li
{
  padding:0!important;
  background: 0!important;
  margin: 0!important;
  border:none!important;
  border-radius: 0!important;
}

.tabs ul.ui-tabs-nav
{
  list-style: none;
  overflow: hidden;
  margin-left: 0!important;
  padding-left: 10px!important;
  padding-top: 10px!important;
}

.tabs ul.ui-tabs-nav li
{
  float: left;
  margin-right: 10px!important;
}

.tabs ul.ui-tabs-nav li a
{
  color:#DC2D5A;
  background: #fff;
  padding: 10px 30px;
  border-radius: 10px 10px 0 0;
  font-weight: 800;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
}

.tabs ul.ui-tabs-nav li.ui-tabs-active a,
.tabs ul.ui-tabs-nav li a:hover
{
  background: #F0F0F0;
  box-shadow: none;
  color:#000;
}

.tabs > div
{
  background: #F0F0F0!important;
  padding: 20px;
  border-radius:  0 10px 10px 10px;
}

.accordion h3
{
  background: #FFF;
  padding: 20px 20px!important;
  padding-right: 50px!important;
  line-height: 20px!important;
  border-radius: 10px;
  font-size: 16px!important;
  font-weight: 800;
  margin-bottom: 5px!important;
  position: relative;
  cursor: pointer;
  outline: none;
  border: none;
  color:#000;

  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);

}

.accordion h3::after
{
  font-weight: 400;
  font-size: 24px;
  border-radius: 20px;
  content:"+";
  position: absolute;
  right: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #DC2D5A;
  color:#FFF;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}


.accordion h3.ui-accordion-header-active
{
  background: #F0F0F0;
  box-shadow: none;
}

.accordion h3.ui-accordion-header-active::after
{
  content: "-";
  background: #FFF;
  color:#DC2D5A;
}

.accordion h3 span
{
  display: none;
}

.accordion h3+div
{
  background: #F0F0F0;
  border: none;
  padding: 10px 20px!important;
  border-radius: 10px;
}

.accordion h3+div+h3
{
  margin-top: 10px!important;
}

.liste-lies
{
  
  text-align: center;
}

.liste-lies .col .content-lies
{
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.20);
  height: 150px;
  padding: 0 20px;
  background: #fff;
}

.liste-lies .col .titre
{
  font-size: 12px;
  display: block;
  line-height: 20px;
  padding-top: 25px;
  padding-bottom: 15px;
  color:#000;
}

.liste-lies .col .texte
{
  font-size: 16px;
  display: block;
  font-weight: 800;
  color:#1423A0;
  margin-bottom: 15px;
  line-height: 16px;
  max-height: 48px;
  overflow: hidden;
}

.liste-lies .col a
{
  font-size: 14px;
  display: block;
  font-weight: 600;
  color:#DC2D5A;
}

.bloc-actu-flex
{
  overflow: hidden;
}

.bloc-actu-flex .bouton.right
{
  margin-top: -45px;
}

.bloc-actu-flex .affichage-actu
{
  overflow: hidden;
}

.bloc-actu-flex .affichage-actu .left
{
  width: 380px;
  height: 400px;
  background-size: cover;
  position: relative;
  color:#fff;
  border-radius: 10px;
}

.bloc-actu-flex .affichage-actu .left .bloc-texte
{
  position: absolute;
  left: 30px;
  bottom:30px;
  right: 30px;
}

.bloc-actu-flex .affichage-actu .left .bloc-texte .date
{
  font-size: 12px;
  font-weight: 400;
}

.bloc-actu-flex .affichage-actu .left .bloc-texte .titre-article
{
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
  padding: 20px 0;
}

.bloc-actu-flex .affichage-actu .right
{
  width: 264px;
  height: 120px;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.20);
  background: #fff;
  text-align: center;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 10px;
}

.bloc-actu-flex .affichage-actu .right+.right
{
  margin-top: 20px;
} 


.bloc-actu-flex .affichage-actu .right .bloc-texte .date
{
  font-size: 12px;
  font-weight: 400;
}

.bloc-actu-flex .affichage-actu .right .bloc-texte .titre-article
{
  font-size: 16px;
  font-weight: 800;
  color: #1423A0;
  line-height: 19px;
  margin:10px 0;
  height: 38px;
  overflow: hidden;
}

.bloc-actu-flex .affichage-actu .right .bloc-texte .bouton
{
  background: none!important;
  color:#DC2D5A;
  margin:0;
  padding: 0;
  height: auto;
  box-shadow: none;
}



.liste-galerie
{
  overflow: auto;
}
.liste-galerie-scroll{
  width:min-content;
  display:flex;
}

/* Track */
.liste-galerie::-webkit-scrollbar {
    background: #fff;
    width: 10px;
}

/* Handle */
.liste-galerie::-webkit-scrollbar-thumb {
    background: #1223a0;
    border-radius: 10px;
}


.liste-galerie {
    scrollbar-color: #1423A0 #fff;
    scrollbar-width: thin;
}


.unit-galerie
{
  width: 280px;
  height: 400px;
  position: relative;
  
  margin-bottom: 20px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  float: left;
  cursor: pointer;
}

.unit-galerie::before,
.bloc-actu-flex .affichage-actu .left::before,
.menu-texte::before
{
  content: '';
  background: url('images/degrade-vert.png');
  background-position: bottom left;
  background-repeat: repeat-x;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
}


.list-galerie-page-carre .unit-galerie
{
  width: 380px;
  height: 380px;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.20);
}

.list-galerie-page-carre .unit-galerie .texte .nb-photo
{
  padding-bottom: 10px;
  display: block;
}

.list-galerie-page-carre .unit-galerie .texte  .cat
{
  color:#DC2D5A;
  font-size: 14px;
  font-weight: 600;
}


.pop-in
{
  display: none;
}

.pop-in.active
{
  display: block;
}

.pop-in .fond-noir
{
  background: #000;
  opacity: .7;
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.pop-in .contenu-pop-in
{
  z-index: 99999;
  width: 980px;
  height: 500px;
  position: fixed;
  left: 50%;
  top:50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #FFF;
}

.pop-in .contenu-pop-in i
{
  position: absolute;
  right: -20px;
  top:-20px;
  color:#fff;
  font-size: 20px;
  cursor: pointer;
}

.pop-in .contenu-pop-in iframe
{
  width: 100%;
  height: 100%;
}

.unit-galerie~.unit-galerie
{

  margin-left: 25px;
}

.unit-galerie .texte
{
  color:#fff;
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
}

.unit-galerie .texte .titre
{
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 800;
  line-height: 19px;
  display: block;
}

.unit-galerie .texte .nb-photo 
{
  font-size: 12px;
}
.bloc-galerie-flex{
  overflow: hidden;
}
.bloc-galerie-flex .affichage-galerie{
  display:flex;
  justify-content: space-between;
  gap:15px;
  flex-direction:column;
  padding-inline: 0px;
}
@media (min-width: 800px){
  .bloc-galerie-flex .affichage-galerie{
    flex-wrap:wrap; flex-direction:row;
  }
  .bloc-galerie-flex .affichage-galerie > *{ order:1; }
  .bloc-galerie-flex .affichage-galerie .liste-galerie{ order:2; }
}
.bloc-galerie-flex .affichage-galerie .liste-galerie{
  width:100%;
}
.bloc-galerie-flex .link.right{
    margin-top: 20px;
    text-decoration: underline;
    color:#DC2D5A;
}
.bloc-galerie-flex .bouton.right {
    margin-top:0px;
}


.bloc-calendrier-flex
{
  background: #EEE;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}


.bloc-calendrier-flex .menu-calendrier
{
  margin-top: -45px;
  float: right;
}

.bloc-calendrier-flex .menu-calendrier span
{
  color:#1423A0;
  background: #FFF;
  font-weight: 600;
  border-radius: 100px 0 0 100px;
  float: left;
  height: 30px;
  line-height: 30px;
  width: 100px;
  text-align: center;
  cursor: pointer;
}

.bloc-calendrier-flex .menu-calendrier span+span
{
  border-radius:  0 100px 100px 0;
}

.bloc-calendrier-flex .menu-calendrier span.active
{
  background:#1423A0;
  color:#FFF;
}

.bloc-calendrier-flex .liste-event-flex
{
  display: none;
  padding-top: 20px;
}

.bloc-calendrier-flex .liste-event-flex.active
{
  display: block;

}

.bloc-calendrier-flex .liste-event-flex .detail-liste-event
{
  margin-bottom: 10px;
  background: #FFFFFF;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.20);
  border-radius: 10px;
  overflow: hidden;
  padding: 10px 30px;
}

.bloc-calendrier-flex .liste-event-flex .detail-liste-event-avant
{
  background: #1423A0;
}

.bloc-calendrier-flex .liste-event-flex .detail-liste-event .left
{
  width: 50%;
  line-height: 20px;
  color:#1423A0;
  font-size: 16px;
  font-weight: 800;
}

.bloc-calendrier-flex .liste-event-flex .detail-liste-event .left a
{
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  display: block;
  color:#1423A0;
}

.bloc-calendrier-flex .liste-event-flex .detail-liste-event .right
{
  width: 40%;
  padding-top: 5px;
  line-height: 15px;
  
  font-size: 12px;
  font-weight: 400;
  /*max-height: 30px;*/
  overflow: hidden;
}

.bloc-calendrier-flex .liste-event-flex .detail-liste-event-avant .left a,
.bloc-calendrier-flex .liste-event-flex .detail-liste-event-avant .right
{
  color:#fff;
}


.bloc-calendrier-flex .liste-event-flex .detail-liste-event .left
{
  width: 70%;
}

.calendrier-breve .bloc-calendrier-flex .liste-event-flex .detail-liste-event .left
{
  width: 50%;
}

.bloc-calendrier-flex .liste-event-flex .detail-liste-event .right
{
  width: 30%;
  float: left;
}

.bloc-calendrier-flex .liste-event-flex .detail-liste-event .right-2
{
  width: 20%;
  float: left;
  text-align: right;
  color:#DC2D5A;
  font-size: 14px;
  font-weight: 600;
}

.bloc-document-flex
{
  background: #F0F0F0;
  border-radius: 10px; 
  padding:0 20px;
  overflow: auto;
  padding-right: 10px;

}

.bloc-document-flex .liste-document
{
  margin-top: 20px;
  max-height: 330px;
  overflow: auto;
  padding-right: 10px;
}

.bloc-document-flex .liste-document::-webkit-scrollbar {
    background: #fff;
    width: 10px;
}

/* Handle */
.bloc-document-flex .liste-document::-webkit-scrollbar-thumb {
    background: #1223a0;
    border-radius: 10px;
}


.bloc-document-flex .liste-document {
    scrollbar-color: #1423A0 #fff;
    scrollbar-width: thin;
}

.bloc-document-flex .liste-document .detail-document
{
  /*min-height: 100px;*/
  border-radius: 10px;
  background: #fff;
  margin-bottom: 10px;
  /*margin-right: 30px;*/
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.bloc-document-flex .liste-document .detail-document .titre-description
{
  width: 350px;
}

.bloc-document-flex .liste-document .detail-document h3
{
  font-size: 16px;
  color: #1423A0;
  padding: 0;
  line-height: 20px;
  width: 340px;
}

.bloc-document-flex .liste-document .detail-document .date
{
  left: 380px;
  top:50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
}


.bloc-document-flex .liste-document .detail-document > a
{
  left: 570px;
  top:50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color:#DC2D5A;
  font-size: 24px;
}


#colophon
{
  background: #EEE;
  padding-top: 60px;
}

.footer
{
  width: 1200px;
  background: #1423A0;
  border-radius: 10px 10px 0 0;
  padding-top: 40px;
  margin: 0 auto;
}

.footer .titre-footer
{
  text-transform: uppercase;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 800;
}

.footer .sociaux-foot
{
  text-align:center;
  margin-top: 30px;
}

.footer .sociaux-foot a
{
  color:#DC2D5A;
  background: #FFF;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  text-align:center;
  line-height: 60px;
  display: inline-block;
  margin: 0 10px;
  font-size: 25px;
  vertical-align:top;
}

.footer .sociaux-foot a:hover
{
  color:#1423A0;
}
.footer .sociaux-foot a svg{
  height: 25px;
  width: auto;
  display: inline-block;
  padding: 17px 0px 18px;
  fill: currentColor;
}

.footer .menu-foot
{
  margin-top: 40px;
  text-align: center;
}

.footer .menu-foot a
{
  color:#fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 0 10px;
}


.footer .fin-footer
{
  margin-top: 50px;
  color:#FFF;
  font-size: 12px;
  padding-bottom: 50px;
  text-align: center;
  line-height: 15px;
}

.footer .fin-footer a
{
  color:#FFF;
}

.promotion .col .content-col
{
  border-radius: 10px;
  background: #F0F0F0;
  overflow: hidden;
}

.promotion .boutique .content-col
{
  height: 290px;

}

.promotion .boutique .left
{
  margin-left: 40px;
  width: 300px;
  margin-top: 40px;
}

.promotion .boutique .right
{
  margin-top: 20px;
  margin-right: 30px;
}

.promotion a:not(.bouton)
{
  color:#DC2D5A;
}

.promotion .dedie .content-col
{
  background: #1423A0;
  color:#fff;
  height: 160px;
}

.promotion .dedie .left
{
  margin-left: 50px;
  margin-top: 20px;
}

.promotion .dedie .right
{
  width: 360px;
  margin-right: 40px;
  margin-top: 20px;
}

.promotion .dedie h2
{
  color:#fff;
}

.promotion .licence-presse .content-col
{
  height: 100px;
}

.promotion .licence-presse .left 
{
  margin-top: 30px;
  margin-left: 20px;
}

.promotion .licence-presse .left i
{
  width: 40px;
  height: 40px;
  background: #1423A0;
  color:#fff;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}

.promotion .licence-presse .right
{
  width: 200px;
}

.promotion .licence-presse span
{
  font-weight: 800;
  font-size: 16px;
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
  color:#1423A0;
}

.promotion .stage-club .content-col
{
  height: 155px;
}

.promotion .stage-club .left
{
  margin-top: 50px;
  margin-left: 40px;
}

.promotion .stage-club .right
{
  width: 410px;
}

.promotion .stage-club i
{
   width: 60px;
  height: 60px;
  background: #1423A0;
  color:#fff;
  border-radius: 40px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
}

.image-full-width-accueil
{
  background-position: center center;
  background-repeat: no-repeat;
  margin: 20px 0 0;
}


.logo
{
  float: left;
  background: #1423A0;
  padding-right: 30px;
  height: 80px;
  position: relative;
}

.logo img
{
  display: block;
  margin-top: 14px;
}

.logo .fond-bleu
{
  position: absolute;
  background: #1423A0;
  right: 100%;
  width: 500px;
  height: 80px;
  top:0;
}

.site-header
{
  position: relative;
  height: 140px;
  overflow: visible;
  background: #fff;
  z-index: 999;
}

.site-header .centrer
{
  height: 80px;
  overflow: visible;
}

#site-navigation
{
  float: right;
}

#site-navigation div  ul,
#site-navigation-2 div  ul,
#site-navigation div  li,
#site-navigation-2 div  li
{
  list-style: none;
  margin: 0;
  padding: 0;
}

#site-navigation .bouton
{
  background: #DC2D5A!important;
}

#site-navigation div > ul > li
{
  float: left;
  padding: 0;
  margin-left: 40px;
  height: 80px;
}

#site-navigation div > ul > li > a
{
  color:#1423A0;
  font-weight: 600;
  line-height: 80px;
}

#site-navigation div > ul > li:hover
{
  height: 75px;
  border-bottom: 5px solid #DC2D5A;
}

#site-navigation div > ul > li.menu-item-has-children > a::after,
#site-navigation-2 div > ul > li.menu-item-has-children > a::after

{
  content:" ↓";
  font-family: sans-serif;
}

#site-navigation div > ul > li > ul
{
  top:80px;
  display: none;
  position: absolute;
  z-index: 999;
  background: #F0F0F0;

  padding: 30px 0;
  left: 50%;
  transform: translateX(-50%);

  min-height: 450px;
  



  width: 1200px;
  padding-left: 90px;
  padding-right: 460px;
  box-sizing: border-box;

  
}



.overlay-menu
{
  background: #000;
  content: "";
  position: fixed;
  left: 0;
  top:80px;
  width: 100%;
  height: 100%;
  opacity: .5;
  z-index: 99;
  display: block;
  pointer-events: none;
}

.overlay-menu.masque
{
  display: none;
}

#site-navigation div > ul > li:hover > ul
{
  display: block;
}

#site-navigation div > ul > li > ul > li
{
  margin-bottom: 10px;
  display: block;
  float: left;
  width: 50%;
}

#site-navigation div > ul > li > ul > li > a
{
  display: none;
}

#site-navigation div > ul > li > ul > li > ul > li > a
{
  width: 280px;
  box-sizing: border-box;
  padding: 10px 0px;
  line-height: 20px;
  border-radius: 20px;
  background: none;
  display: block;
  position: relative;
  color:#1423A0;

  font-size: 16px;
  font-weight: 800;

}


#site-navigation div > ul > li > ul > li > ul > li.menu-item-has-children > a
{
  color:#1423A0;
}



#site-navigation div > ul > li > ul > li > ul > li.menu-item-has-children~li.menu-item-has-children > a
{
  color:#1423A0;
}

#site-navigation div > ul > li > ul > li >ul:hover > li > a
{
  color:#1423A0!important;
}

#site-navigation div > ul > li > ul > li > ul > li > a:hover
#site-navigation div > ul > li > ul > li > ul > li > ul > li > a:hover
{
  color:#DC2D5A!important;
}




#site-navigation div > ul > li > ul > li > ul > li:not(.libre)
{
  max-width: 280px;
}

#site-navigation div > ul > li > ul > li > ul > li > ul > li > a
{
  font-weight: 600;
  color:#1423A0;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 12px;
  display: block;
}

#site-navigation div > ul > li > ul > li > ul > li > ul > li > a
{
  color: #1423A0;
  padding-left: 10px;
}

#site-navigation div > ul > li > ul > li > ul > li > ul > li > a:hover
{
  color:#DC2D5A!important;
}

#site-navigation div > ul > li > ul > li > ul > li > ul > li.titre
{
  display: none;
}

#site-navigation div > ul > li > ul > li > ul > li > ul > li.titre > a
{
  font-size: 20px;
  font-weight: 800;
  padding-bottom: 20px;
  color: #000;
}

#site-navigation div > ul > li > ul >  li.libre
{
  position: absolute;
  right: 90px;
  top:30px;
  bottom: 30px;
  width: 325px!important;

}

.menu-texte
{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  color:#fff;
}

.menu-texte .content-menu-texte
{
  position: absolute;
  bottom:20px;
  left: 20px;
  right: 20px;
  text-align: center;
}

.menu-texte span
{
  font-size: 24px;
  display: block;
  font-weight: 800;
}

#site-navigation .libre
{
  position: absolute;
}

.menu-article a
{
  background: #FFF;
  border-radius: 10px;
  margin-top: 20px;
  text-align: center;
  color:#DC2D5A;
  font-size: 14px;
  font-weight: 600;
  display: block;
  padding: 20px;
  
}

.menu-article a .titre-actu
{
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  display: block; 
}

.menu-article a .date
{
  font-size: 12px;
  color:#000000;
  font-weight: 400;
  display: block;
  padding-bottom: 10px;
}

.menu-article .titre
{
  font-size: 16px;
  font-weight: 800;
  padding-bottom: 0px;
  color: #000;
  display: block;
  margin-top: 12px;

}








#site-navigation-2 div > ul
{
  margin: 0;
  width: 100%;
  background: #F0F0F0;
  height: 60px;
  text-align: center;
  clear: both;

  position: absolute;
  top: 80px;
  left: 0;
  z-index: 9;
}

#site-navigation-2  div > ul > li
{
  display: inline-block;
  padding: 0;
  position: relative;
  margin: 0 5px;
  margin-top: 15px;
}

#site-navigation-2 div > ul > li > a
{
  position: relative;
  height: 30px;
  background: #fff;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  width: 140px;
  text-align: center;
  line-height: 30px;
  display: block;

  transition: none;
}


/*

#site-navigation-2 div > ul > li > a
{
  color:#1423A0;
}

#site-navigation-2 div > ul > li:hover > a,
#site-navigation-2 div > ul > li > ul,
#site-navigation-2 div > ul > li > ul > li > a
{
  background: #1423A0;
  color:#fff;

}

#site-navigation-2 div > ul > li+li > a
{
  color:#EBB419;
}

#site-navigation-2 div > ul > li+li:hover > a,
#site-navigation-2 div > ul > li+li > ul,
#site-navigation-2 div > ul > li+li > ul > li > a
{
  background: #EBB419;
  color:#fff;
}

#site-navigation-2 div > ul > li+li+li > a
{
  color:#00A0E1;
}

#site-navigation-2 div > ul > li+li+li:hover > a,
#site-navigation-2 div > ul > li+li+li > ul,
#site-navigation-2 div > ul > li+li+li > ul > li > a
{
  background: #00A0E1;
  color:#fff;
}

#site-navigation-2 div > ul > li+li+li+li > a
{
  color:#D25A14;
}

#site-navigation-2 div > ul > li+li+li+li:hover > a,
#site-navigation-2 div > ul > li+li+li+li > ul,
#site-navigation-2 div > ul > li+li+li+li > ul > li > a
{
  background: #D25A14;
  color:#fff;
}

#site-navigation-2 div > ul > li+li+li+li+li > a
{
  color:#DC2D5A;
}

#site-navigation-2 div > ul > li+li+li+li+li:hover > a,
#site-navigation-2 div > ul > li+li+li+li+li > ul,
#site-navigation-2 div > ul > li+li+li+li+li > ul > li > a
{
  background: #DC2D5A;
  color:#fff;
}

#site-navigation-2 div > ul > li+li+li+li+li+li > a
{
  color:#AA1E46;
}

#site-navigation-2 div > ul > li+li+li+li+li+li:hover > a,
#site-navigation-2 div > ul > li+li+li+li+li+li > ul,
#site-navigation-2 div > ul > li+li+li+li+li+li > ul > li > a
{
  background: #AA1E46;
  color:#fff;
}

#site-navigation-2 div > ul > li+li+li+li+li+li+li > a
{
  color:#6BAF1D;
}

#site-navigation-2 div > ul > li+li+li+li+li+li+li:hover > a,
#site-navigation-2 div > ul > li+li+li+li+li+li+li > ul,
#site-navigation-2 div > ul > li+li+li+li+li+li+li > ul > li > a
{
  background: #6BAF1D;
  color:#fff;
}
*/










#site-navigation-2 div > ul > li.page_item_has_children > a::after
{
  content:" ↓";
  font-family: sans-serif;
  position: absolute;
  right: 10px;
  line-height: 30px;
  top:0;
}

#site-navigation-2 div > ul > li > ul 
{
  display: none;
  position: absolute;
  background: #1423A0;
  width: 140px;
  text-align: center;
  border-radius: 0 0 3px 3px;
  position: absolute;
  top:30px;
  left: 0;
}

#site-navigation-2 div > ul > li:hover > ul
{
  display: block;
}

#site-navigation-2 div > ul > li:hover > a
{
  background: #1423A0;
  color:#fff;

}

#site-navigation-2 div > ul > li.menu-item-has-children:hover > a
{
  border-radius: 3px 3px 0 0;
}


#site-navigation-2 div > ul > li > ul > li > a
{
  font-size: 12px;
  color:#fff;
  font-weight: 400;
  display: block;
  line-height: 30px;
}

#site-navigation-2 div > ul > li > ul > li:last-child > a
{
  border-radius: 0 0 3px 3px;
}

#site-navigation-2 div > ul > li > ul > li > a:hover
{
  background: #fff;
  color:#000;
}

#site-navigation-2 div > ul > li > ul > li > ul
{
  display: none;
}


.liste-actus-menu
{
  display: none;
}

.slide-big
{
  height: 600px!important;
  background-size: cover;
  background-position: center;
  position: relative;
}

.slide-big::after
{
  content: "";
  background: url('images/degrade.png');
  width:100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  background-position: left center;
  background-repeat: repeat-y;

  z-index: 9;
}

.slide-big .centrer
{
  position: relative;
  z-index: 99;
}

.slide-big .texte
{
  padding-top: 100px;
  color:#fff;
  max-width: 480px;
}

.slide-big .texte .date
{
  font-size: 12px;
    padding-bottom: 30px;
    display: block;
}

.slide-big .texte h1
{
  color:#fff;
}

.slider-nav
{
  margin-top: -110px;
  padding: 20px 0;
}

.slider-nav .slick-track
{
  transform: none!important;
}

.slide-min
{
  padding: 0 20px;
  text-align: center;
  margin: 0 10px;
  margin-bottom: 20px;
  height: 140px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.20);

  margin-top: 20px;

  transition: all .3s ease;

  position: relative;
}

.slide-min .centrer-haut
{
  top:50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.slide-min:hover,
.slick-current .slide-min
{
  cursor: pointer;
  margin-top: 0;
  box-shadow: 0 20px 20px 0 rgba(0,0,0,0.20);
}

.slide-min-une
{
  background: #1423A0;
  color:#fff;
}

.slide-min .date
{
  font-size: 12px;
  display: block;
  padding-top: 0px;
}

.slide-min .cat
{
  font-size: 14px;
  font-weight: 600;
  color:#DC2D5A;
  display: inline-block;
}

.slide-min .titre
{
  display: block;
  font-size: 16px;
  line-height: 19px;
  padding: 10px 0;
  font-weight: 800;
  margin:0 10px;
  max-height: 58px;
  overflow: hidden;
  
}

.slider-accueil .slick-dots
{
  display: none;
}

.contenu-article
{
  width: 900px;
  float: left;
  margin-top: 60px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.20);
}

.contenu-article img,
.contenu-article figure
{
  max-width: 100%;
  height: auto;
}

.contenu-article .interieur-article > .date
{
  display: block;
  font-size: 12px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.contenu-article h1
{
  color:#8C8C8C;
}

.contenu-article .cat
{
  color:#DC2D5A;
  display: inline-block;
  margin-bottom: 20px;
}

.contenu-article .interieur-article
{
  padding: 0 100px;
}

.contenu-article .tumbnail img
{
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}

.list-tag-article 
{
  list-style: none;
  margin: 0;
}

.list-tag-article li
{
  display: inline-block;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  font-size: 12px;
  text-align:center;
  background: #F0F0F0;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
}

.list-tag-article li a
{
  color:#000;
  font-weight: 400;
}

.sidebar-article
{
  float: right;
  width: 280px;
}

.sidebar-article img,
.sidebar-article figure
{
  max-width: 100%;
}

.sidebar-article .side-partage
{
  margin-bottom: 80px;
}

.sidebar-article .side-partage .titre-sidebar
{
  padding-top: 50px;
}

.sidebar-article .side-partage::before
{
  content: "";
  width: 100vw;
  left: 0;
  position: absolute;
  height: 190px;
  background: #EEE;
  z-index: -1;
}

.side-image-couv
{
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.single-calendrier .side-image-couv{
  float:right;
  width:280px;
}
@media (max-width: 1200px){
  .single-calendrier .side-image-couv{ width:230px; }
}
@media (min-width: 800px){
  .single-calendrier .mobile-sidebar-article{
    display:none;
  }
}
@media (max-width: 800px){
  .single-calendrier .sidebar-article{
    display:none;
  }
  .single-calendrier .side-image-couv{ float:none; }
}


.side-image-couv a{
  position:relative;
  display: inline-block;
}
.side-image-couv a:after{
  content:"\f002";
  font-family:"Font Awesome 5 Free";
  font-weight:900;
  position: absolute; top:50%; left:50%; transform: translate(-50%,-50%);
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size:20px;
  color:#1423A0;
  background:#EEE;
  border-radius:100% 100%;
}

.side-image-couv img
{
  display: block;
}

.side-breve .bloc-breves
{
  overflow: auto;
  max-height: 518px;
  font-size: 12px;
}

.side-breve .bloc-breves p
{
  font-size: 12px;
  line-height: 14px;
}

.side-breve .bloc-breves .bloc-breve+.bloc-breve
{
  border-top: 1px solid #E7E9F5;
  padding-top: 20px;
}

.side-breve .bloc-breves .bloc-breve a
{
  color:#DC2D5A;
}

.side-breve .bloc-breves .titre-breve
{
  font-size: 16px;
  color: #1423A0;
  display: block;
  letter-spacing: 0;
  padding-bottom: 10px;
  font-weight: 700;
}
.side-breve .bloc-breves time{
  color: #1423A0; font-size:11px; display: block; padding-bottom:5px;
}

.side-breve .bloc-breves .liste-cat
{
  font-weight: 600;
}

.article-similaire-footer
{
  background: #EEE;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 40px;
}

.header-article-long
{
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  background-position: center;
}
.header-article-long > img{
  position:absolute;
  height: 100%; width: 100%;
  object-fit:cover;
}

.header-article-long .centrer
{
  height: 600px;
  position: relative;
  color:#fff;
}


.header-article-long .texte-article
{
  width: 480px;
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
}

.header-article-long .texte-article a
{
  color:#fff;
  text-decoration: underline;
}

.header-article-long .breadcrumb
{
  font-size: 12px;
  padding-top: 20px;
}

.sidebar-article-long
{
  float: left;
  width: 280px;
  padding-top: 15px;
}

.texte-article-long
{
  float: right;
  width: 900px;
}

.auteur-tag
{
  margin: 0 15px;
  padding: 20px;
  background: #EEE;
  border-radius: 10px;
  overflow: hidden;
}

.auteur-tag .left
{
  line-height: 20px;
}

.auteur-tag .list-tag-article li
{
  background: #FFF;
}

.page-liste-actu
{
  overflow: hidden;
}

.bloc-actu
{
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0 4px 20px 0 rgba(0,0,0,0.20);
  display: block;
}

.bloc-actu .bloc-tumbnail
{
  height: 240px;
  background-size: cover;
  background-position: center;
  background-color: #EEE;
  border-radius: 10px 10px 0 0;
}

.bloc-actu .bloc-texte
{
  height: 140px;
  padding: 20px;
  text-align: center;
}

.bloc-actu .date
{
  font-size: 12px;
  color:#000;
  display: block;
  text-align: center;
}

.bloc-actu h3
{
  text-align:center;
  font-size: 16px;
  color:#1423A0;
  line-height: 20px;
  padding-bottom: 0px;
  margin-bottom: 5px;
  max-height: 40px;
  overflow: hidden;
}

.bloc-actu p.extrait
{
  line-height: 20px;
  padding-bottom: 0;
  margin-bottom: 20px;
  height: 40px;
  overflow: hidden;
  color:#000;
}

.bloc-actu .liste-cat
{
  color:#DC2D5A;
  line-height: 16px;
  max-height: 16px;
  overflow: hidden;
  
}

.filtres
{
  height: 80px;
  margin-bottom: 40px;
  position: relative;
}



.filtres > .titre-bloc-filtre
{
  font-size: 24px;
  color: #FFFFFF;
  height: 80px;
  line-height: 80px;
  width: 180px;
  padding-right: 20px;
  text-align: right;
  background: #8C8C8C;
  position: relative;
  display: block;
  float: left;
}

.filtres > .titre-bloc-filtre::before
{
  content: "";
  width: 1000px;
  right: 200px;
  top:0;
  height: 80px;
  background: #8C8C8C;
  position: absolute;
}

.header-liste-actualite
{
  height: 320px;
  background-color: #1423A0;
  position: relative;
}

.header-article-long
{
  position: relative;
  z-index: 7;
}

.header-article-long::after
{
  content: "";
  background: url('images/degrade.png');
  width:100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  background-position: left center;
  background-repeat: repeat-y;

  z-index: 9;
}

.header-article-long .centrer
{
  height: 600px;
  z-index: 99;
  position: relative;
}

.header-liste-actualite .centrer
{
  height: 320px;
  z-index: 99;
  position: relative;
}

.filtres .titre-filtre
{
  float: left;
  position: relative;
  height: 80px;
  padding: 0 50px;
  cursor: pointer;
}

.filtres .titre-filtre-multiple
{
  position: static;
}

.filtres .titre-filtre > .liste input[type="text"]
{
  height: 30px;
  border:none;
  background: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #EEE;
  font-size: 14px;
  max-width: 100%;
}


.filtres .titre-filtre > .liste-date label
{
  float: left;
  width: 30px;
  line-height: 30px;
}

.filtres .titre-filtre > .liste-date input[type="text"]
{
  float: left;
  width: 100px;
  background: #EEE;
  border-radius: 10px;
  border: none;
}

.filtres .titre-filtre > span,
.filtres .titre-filtre > a
{
  font-size: 14px;
  color:#DC2D5A;
  line-height: 80px;
  font-weight: 600;
}

.filtres .titre-filtre > a.bouton
{
  color:#fff;
  line-height: 20px;
  margin-top: 20px;
}

.filtres .titre-filtre > .liste
{
  display: none;
  background: #FFF;
  position: absolute;
  width: 100%;
  left: 0%;
  top:80px;
  z-index: 99;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.20);
  border-radius: 0 0 10px 10px;
  max-height: 300px;
  overflow: auto;
}

.filtres .titre-filtre > .liste-multiple
{
  width: 100%;
  box-sizing: border-box;
  padding:40px 100px;
  max-height: none;
}

.filtres .titre-filtre > .liste-multiple .bloc-checkbox
{
  background: #FFFFFF;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.20);
  border-radius: 30px;
  display: inline-block;
  margin-right: 20px;
  margin-top: 20px;
  line-height: 40px;
  padding: 0 10px;
}

.filtres .titre-filtre > .liste-multiple .bloc-checkbox input
{
  display: none;
}

.filtres .titre-filtre > .liste-multiple .bloc-checkbox label::before
{
  content: '';
  width: 20px;
  height: 20px;
  background: url('images/square.svg');
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  cursor: pointer;
}

.filtres .titre-filtre > .liste-multiple .bloc-checkbox input:checked+label::before
{
  background: url('images/square-check.svg');
}

.filtres .titre-filtre > .liste-multiple .bloc-checkbox label
{
  height: 40px;
  line-height: 40px;
  display: inline-block;
  cursor: pointer;

  padding-left: 0px;
}

.phrase-bouton
{
  overflow: visible;
}

.phrase-bouton span
{
  font-weight: 800;
  font-size: 16px;
  color: #1423A0;
  letter-spacing: 0;
  float: left;
}

.phrase-bouton .bouton
{
  margin-top: -12px;
}

.filtres .titre-filtre:hover > .liste
{
  display: none;
}

.filtres .titre-filtre > .liste.active
{
  display: block;
}

.filtres .titre-filtre > .liste-date
{
  width: 200%;
  left:-50%;
}

.filtres .titre-filtre > .liste-date  div
{
  width: 50%;
  box-sizing: border-box;
  padding:10px;
}

.filtres .titre-filtre > .liste-date  div.left
{
  padding-right: 0;
}

.filtres .titre-filtre > .liste-date  div.right
{
  padding-left: 0;
}

.filtres .titre-filtre > .liste-date  div.align-center
{
  width: 100%;
}

.filtres .titre-filtre > .liste a
{
  display: block;
  line-height: 20px;
  padding: 10px 0;
  color:#DC2D5A;
  text-align: center;
  font-weight: 600;
  
  box-sizing: border-box;
}

.filtres .titre-filtre > .liste a:hover
{
  background: #EEE;
}

.imprimer
{
  float: right;
  line-height: 80px;
}

.imprimer i
{
  font-size: 20px;
  color: #DC2D5A;
  cursor: pointer;
}

.calendrier-breve
{
  overflow: hidden;
}

.calendrier-breve .col > .left
{
  width: 790px;
}

.calendrier-breve .col > .right
{
  width: 360px;
}

.calendrier-breve .col > .right .side-bloc
{
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0,0,0,0.20);
  padding: 20px 15px;
}

.mediatheque-accueil
{
  background: #fff;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;

  padding-bottom: 40px;
  padding-top: 20px;

}

.promotion-v2
{
  background: #1322A0;

  overflow: hidden;
  padding: 40px 0;
}

.promotion-v2 .bloc-promo-accueil
{
  height: 200px;
  border-radius: 10px;
  box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2);
    background-color: #fff;
    color:#000;
}

.promotion-v2 .bloc-promo-accueil.bleu h2,
.promotion-v2 .bloc-promo-accueil.rose h2
{
  color:#fff;
}

.promotion-v2 .bloc-promo-accueil.bleu
{
    background-color: #1423A0;
    color:#fff;
}

.promotion-v2 .bloc-promo-accueil.rose
{
    background-color: #DC2D5A;
    color:#fff;
}



.promotion-v2 .bloc-promo-accueil a
{

  
  color: #DC2D5A;
  font-size: 14px;
  font-weight: bold;
  display: block;

}

.promotion-v2 .bloc-promo-accueil.rose a
{
  color:#fff;
}

.promotion-v2 .bloc-promo-accueil .left
{
  width: 200px;
}

.promotion-v2 .bloc-promo-accueil .right
{
  width: 300px;
  margin-right: 30px;
  mask-type: 20px;
}

.promotion-v2 .bloc-promo-accueil .left img
{
  max-width: 100%;
  border-radius: 10px 0 0 10px;
}

.footer-accueil
{
  background: #EEE;
  padding-top: 40px;
  padding-bottom: 30px;
  overflow: hidden;
}

.footer-accueil-sociaux
{
  margin-top: -25px;
}

.footer-accueil-sociaux a
{
  background: #DC2D5A;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-left: 10px;
  color:#fff;
  float: left;
}

.footer-accueil-sociaux a:hover
{
  background: #CC2952;
  cursor: pointer;
}

.slideshow-partenaires
{
  background: #FFF;
  border-radius: 10px;
  padding:30px;
  text-align: center;
  margin-top: 40px;
}

.slideshow-partenaires .titre-partenaire
{
  font-size: 16px;
  color: #1423A0;
  font-weight: 800;
  padding-bottom: 30px;
  text-align: center;
}

.slideshow-partenaires .slide-partenaires
{
  padding:0 100px;
  position: relative;
  margin-bottom: 20px;
}

.slideshow-partenaires .slide-partenaires .slick-arrow,
.slider-flex .slick-arrow
{
  /* Oval: */
  background: #FFFFFF;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.20);
  /* chevron-right - FontAwesome: */
  font-family: AppleSystemUIFont;
  font-size: 16px;
  color: #DC2D5A;
  letter-spacing: 0;
  text-align: right;
  border:none;
  text-indent: -10000px;
  text-align: left;
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  border-radius: 30px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;

  z-index: 99;
}

.slideshow-partenaires .slide-partenaires .slick-prev,
.slider-flex .slick-prev
{
  left:0;
  background-image: url('images/chevron-left-solid.svg');
}

.slideshow-partenaires .slide-partenaires .slick-next,
.slider-flex .slick-next
{
  background-image: url('images/chevron-right-solid.svg');
  right:0;
}

.slideshow-partenaires .slide-partenaires img
{
  height: 80px;
  margin: 0 30px;
}

.contenu-event
{
  float: left;
  background: #FFFFFF;
  box-shadow: 0 4px 20px 0 rgba(0,0,0,0.20);
  border-radius: 10px;
  width: 890px;
  box-sizing: border-box;
  padding: 30px 100px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.date-lieu-lien
{
  margin-top: 20px;
}

.date-lieu-lien .date-lieu
{
  float: left;
  width: 365px;
}

.date-lieu-lien .date-lieu .date
{
  padding-left: 25px;
  padding-top: 30px;
  height: 120px;
  box-sizing: border-box;
  background: #EEE;
  margin-bottom: 20px;
  font-size: 16px;
  color:#1423A0;
  font-weight: 800;
  border-radius: 10px;
  padding-right: 20px;
}

.date-lieu-lien .date-lieu .date .picto
{
  float: left;
  height: 60px;
  width: 60px;
  background: #FFF;
  text-align: center;
  line-height: 60px;
  color:#1423A0;
  font-size: 26px;
  border-radius: 30px;
  margin-right: 30px;
}

.date-lieu-lien .date-lieu .date .texte
{
  padding-top: 10px;
  line-height: 20px;
}

.date-lieu-lien .lien-agenda
{
  float: right;
  width: 300px;
}

.date-lieu-lien .lien-agenda .lien
{
  background: #EEE;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 10px;
  padding-bottom: 5px;
  margin-bottom:15px;
  
}

.date-lieu-lien .lien-agenda .lien a
{
  float: left;
  background: #fff;
  height: 30px;
  width: 130px;
  text-align: center;
  margin: 0 5px;
  margin-bottom: 15px;
  border-radius: 15px;
  line-height: 30px;
  color:#DC2D5A;
}

.date-lieu-lien .lien-agenda .lien a.off
{
  color: #C4C4C4!important;
}

.bouton-event .addeventatc
{
  background: #DC2D5A!important;
  color:#FFF!important;
  width: 100%!important;
  border-radius: 30px!important;
  border:none!important;
  box-sizing: border-box!important;
  padding-left: 13px!important;
  background-image: none!important;
  text-align: center!important;
  font-family: 'Montserrat'!important;
  z-index: 1 !important;
}

.bouton-event .addeventatc .addeventatc_icon
{
  display: none!important;
}

.footer-single-event
{
  background: #EEE;
}

.content-img-bottom-text 
{
  list-style: none;
}

.content-img-bottom-text li
{
  float: left;
  width: 33%;
}

.list-galerie-page
{
  overflow: hidden;
}

.list-galerie-page .unit-galerie
{
  margin: 10px;
}

.liste_calendrier .mois
{
  float: left;
  width: 180px;
  color:#8C8C8C;
  text-align: right;
  font-size: 24px;
  font-weight: 800;
}

.liste_calendrier .mois span
{
  display: block;
  font-size: 36px;
}

.liste_calendrier .mois-liste.masque
{
  display: none;
}

.plus-calendrier
{
  margin-left: 210px;
  margin-bottom: 40px;
}

.plus-calendrier.masque
{
  display: none;
}

.liste_calendrier .detail-event-page
{
  float: right;
  width: 990px;
  background: #FFFFFF;
  box-shadow: 0 4px 20px 0 rgba(0,0,0,0.20);
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}

.liste_calendrier .detail-event-page .bloc-bleu
{
  float: left;
  width: 240px;
  box-sizing: border-box;
  background: #1423A0;
  padding: 20px;
  border-radius: 10px 0 0 10px;
  color:#fff;
  position: static;
  left:0;
  top:0;
  bottom: 0;
}

.liste_calendrier .detail-event-page .bloc-bleu-stage
{
  position: absolute;

}

.liste_calendrier .detail-event-page .bloc-titre-lien
{
  position: absolute;
  width: 710px;
  left: 280px;
  top: 0;
  height: 100%;
  box-sizing: border-box;
}

.liste_calendrier .detail-event-page .bloc-bleu .date
{
  font-size: 16px;
  font-weight: 800;
  padding-bottom: 20px;
}

.liste_calendrier .detail-event-page .bloc-bleu .lieu
{
  font-size: 12px;
  line-height: 16px;
}

.liste_calendrier .detail-event-page .bloc-bleu-stage .lieu
{
  position: absolute;
  bottom: 20px;
  left: 20px;
}


.liste_calendrier .detail-event-page  h3
{
  font-size: 16px;
  color:#1423A0;
  line-height: 20px;
  width: 410px;
  position: absolute;


  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.liste_calendrier .detail-event-page .bloc-titre-lien-stage h3
{
  position: static;
  transform: none;
}

.liste_calendrier .detail-event-page .bloc-titre-lien-stage
{
  position: static;
  float: left;
  padding: 20px 0;
  padding-left: 280px;
  width: 100%;
  box-sizing: border-box;

}

.liste_calendrier .detail-event-page .bloc-titre-lien-stage .texte-stage
{
  overflow: hidden;
}

.liste_calendrier .detail-event-page .bloc-titre-lien-stage .texte-stage .left
{
  width: 48%;
}

.liste_calendrier .detail-event-page .bloc-titre-lien-stage .texte-stage .right
{
  width: 48%;
}

.liste_calendrier .detail-event-page .liste-cat
{
  position: static;
  left: 0;
  color:#000;
  font-weight: 600;
  width: 180px;
  position: absolute;

  left: 430px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.liste_calendrier .detail-event-page .maj
{
  position: absolute;
  right: -10px;
  top:-10px;
}

.liste_calendrier .detail-event-page .maj span
{
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background: #DC2D5A;
  line-height: 30px;
  text-align: center;
  color:#FFF;
}

.liste_calendrier .detail-event-page .maj .over
{
 display: none;
 position: absolute;
 background: #4A4A4A;
 height: 30px;
 width: 150px;
 text-align: center;
 line-height: 30px;
 border-radius: 3px;
 color:#fff;
 top:40px;
 left: 50%;
 transform: translateX(-50%);
}

.liste_calendrier .detail-event-page .maj:hover .over,
.liste_calendrier .detail-event-page .maj:active .over
{
  display: block;
}


.liste_calendrier .detail-event-page .liste-cat span
{
  color:#DC2D5A;
}

.liste_calendrier .detail-event-page .bloc-titre-lien .fa-ellipsis-v,
.liste_calendrier .detail-event-page .bloc-titre-lien .fa-ellipsis-h
{
  position: absolute;
  right: 40px;top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  border-radius: 20px;
  cursor: pointer;
}

.liste_calendrier .detail-event-page .bloc-titre-lien .fa-ellipsis-v
{

  color:#1423A0;
  background-color: #eee;

}

.liste_calendrier .detail-event-page .bloc-titre-lien .fa-ellipsis-h,
.liste_calendrier .detail-event-page .bloc-titre-lien .fa-ellipsis-v:hover
{
  color:#1423A0;
  background-color: #eee;
  color:#FFF;
  background-color: #1423A0;
}

.liste_calendrier .detail-event-page .bloc-titre-lien .fa-ellipsis-v+.lien
{
  display: none;
}

.liste_calendrier .detail-event-page .bloc-titre-lien .fa-ellipsis-h+.lien
{
  display: block;
}

.liste_calendrier .detail-event-page .bloc-titre-lien .lien
{
  
  border-radius: 10px;
  overflow: hidden;
  padding:  10px;
  padding-bottom: 5px;
  width: 330px;
  position: absolute;
  background: #FFF;
  border-radius: 10px;

  box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2);
  z-index: 9;
  right: 0;
  top:80px;
}




.liste_calendrier .detail-event-page .bloc-titre-lien .lien a
{
  float: left;
  background: #EEE;
  height: 30px;
  width: 130px;
  text-align: center;
  margin: 0 5px;
  margin-bottom: 15px;
  border-radius: 15px;
  line-height: 30px;
  color:#DC2D5A;
}


.liste_calendrier .detail-event-page .bloc-titre-lien .lien  a.off
{
  color: #C4C4C4;
}


.contenu-formulaire-stage .acf-field .acf-label label,
.wpcf7-form label,
.recherche-grade label
{
  color:#DC2D5A;
  font-weight: 600;
}

.recherche-grade label
{
  display: block;
  padding-top: 20px;
  padding-bottom: 10px;
  line-height: 20px;
}

.recherche-grade .form-item
{
  float: left;
  margin-right: 20px;
}

.recherche-grade
{
  padding:100px 0;
}

.recherche-grade .search-result
{
  padding-top: 40px;
  text-align: center;
}

.recherche-grade .search-result .list-grade,
.person-info 
{
  display: inline-block;
  text-align: left;
}
.recherche-grade .search-result .list-grade tr,
.person-info tr
{

  border-top: 1px solid #EEE;
}

.recherche-grade .search-result .list-grade td,
.person-info td
{
  padding:10px;
}

.recherche-grade .search-result .list-grade tbody tr[data-href]:hover
{
  cursor: pointer;
  background: #EEE;
}

.recherche-grade .bouton
{
  margin-top: 50px;
}

.contenu-grade
{
  padding:100px 0;
  text-align: center;
}



.contenu-formulaire-stage .acf-field input[type="text"], 
.contenu-formulaire-stage .acf-field input[type="password"], 
.contenu-formulaire-stage .acf-field input[type="number"], 
.contenu-formulaire-stage .acf-field input[type="search"], 
.contenu-formulaire-stage .acf-field input[type="email"], 
.contenu-formulaire-stage .acf-field input[type="url"], 
.contenu-formulaire-stage .acf-field textarea, 
.contenu-formulaire-stage .acf-field select,

.wpcf7-text,
.wpcf7-select,
.wpcf7-textarea,
.wpcf7-file,

.recherche-grade input[type="text"],
.recherche-grade select
{
  background: #F0F0F0;
  height: 40px;
  line-height: 40px;
  border:none;
  border-radius: 3px;
  padding: 0 10px;
  box-sizing: border-box;
}

.wpcf7-text,
.wpcf7-select,
.wpcf7-textarea,
.wpcf7-file
{
  background: #FFF;
}

.texte-stage .wpcf7-text,
.texte-stage .wpcf7-select,
.texte-stage .wpcf7-textarea,
.texte-stage .wpcf7-file
{
  background: #FFF;
  border:1px solid #EEE;
}

.form-stage-inscription
{
  clear: both;
}

.form-stage-inscription p
{
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 20px;
}

.form-stage-inscription div.wpcf7-validation-errors, 
.form-stage-inscription div.wpcf7-acceptance-missing, 
.form-stage-inscription div.wpcf7-mail-sent-ok
{
  clear: both;
}


.contenu-formulaire-stage .acf-field textarea,
.wpcf7-textarea
{
  height: 140px;
  line-height: 20px;
  padding: 10px;
  resize: none;
}

.contenu-formulaire-stage .acf-field
{
  border:none!important;
}

.contenu-formulaire-stage input[type="submit"],
.wpcf7-submit
{
  line-height: 20px;
  background: #DC2D5A;
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
  color:#fff;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
  border:none;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.20);
  border-radius: 20px;
}

.contenu-formulaire-stage input[type="submit"]:hover,
.wpcf7-submit:hover
{
  background: #CC2952;
}

.filtres .search-options
{
  line-height: 80px;
  float: left;
}

.filtres .search-options > div 
{
  float: left;
  margin-left: 100px;
}

.filtres .search-options .opt-club
{
  color:#DC2D5A;
}

.filtres .search-options .opt-club::before
{
  content: "";
  background: url('images/marker_club.png') no-repeat center;
  background-size: 26px auto;
  width: 30px;
  line-height: 80px;
  display: inline-block;
  height: 80px;
  margin-bottom: -37px;
  margin-right: 10px;
  margin-left: 10px;
}

.filtres .search-options .opt-ligue
{
  color:#1423A0;
}

.filtres .search-options .opt-ligue::before
{
  content: "";
  background: url('images/marker_ligue.png') no-repeat center;
  background-size: 26px auto;
  width: 30px;
  line-height: 80px;
  display: inline-block;
  height: 80px;
  margin-bottom: -37px;
  margin-right: 10px;
  margin-left: 10px;
}

#ctnContent select,
#ctnContent input[type="text"]
{
  background: #F0F0F0;
  height: 40px;
  line-height: 40px;
  border:none;
  border-radius: 3px;
  padding: 0 10px;
  box-sizing: border-box;
  float: left;
  margin-right: 20px;
  width: 200px;
  -webkit-appearance: none;
  appearance: none;
}
#ctnContent input[type="submit"]
{
  float: left;
  line-height: 20px;
  background: #DC2D5A;
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
  color:#fff;
  font-weight: 600;
  cursor: pointer;
  border:none;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.20);
  border-radius: 20px;
}

#ctnContentRight .filter-club,
#ctnContentRight .filter-league
{
  padding-left: 200px;
  padding-bottom: 20px;
  height: 40px;
}

#nbresult
{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
}

#nbresult span
{
  display: block;
  padding-bottom: 10px;
}

#resultat
{
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: center;
}

#resultat table
{
  display: inline-block;
  text-align: left;
}

#resultat table tr+tr
{
  border-top: 1px solid #EEE;
}

#resultat table tr td
{
  padding: 10px;
}

#resultat a
{
  color:#DC2D5A;
  cursor: pointer;
  text-decoration: underline;
}


.lightcase-icon-next,
.lightcase-icon-prev,
.lightcase-icon-close
{
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #FFF no-repeat center;
  text-indent: -10000px;
}

.lightcase-icon-close
{
  background-image: url('images/cross.svg');
  background-color: #DC2D5A;
  
}

.lightcase-icon-next
{
  background-image: url('images/chevron-right-solid.svg');
}

.lightcase-icon-prev
{
  background-image: url('images/chevron-left-solid.svg');
}

.image-lightbox
{
  width: 24%;
  margin: 0.5%;
  float: left;
  box-sizing: border-box;
  background-size: cover;
}

.liste-lightbox a
{
  float: left;
  width: 24%;
  margin: 0.5%;
  box-sizing: border-box;
  height: auto;
}

.liste-lightbox img
{
  width: 100%;

  display: block;
}

.bloc-actu-taxo
{
  text-align: left!important;
}

.bloc-actu-taxo .bloc-texte,
.bloc-actu-taxo p.extrait,
.bloc-actu-taxo h3,
.bloc-actu-taxo .date
{
  height: auto;
  text-align: left;
}

.charger_plus
{
  margin-bottom: 50px;
}

.breadcrumb
{
  font-size: 12px;
  height: 20px;
}

.breadcrumb-clair,
.breadcrumb-clair a
{
  color:#fff;
}

.breadcrumb-fonce,
.breadcrumb-fonce a
{
  color:#000;
}

.breadcrumb-fonce
{
  margin-bottom: -40px;
  float: left;
  margin-top: 20px;
}

.margin-bottom-30
{
  margin-bottom: 30px;
}

.ff-stream
{
  background: none!important;
}

#site-navigation div > ul > li > a > i
{
  font-size: 20px;
  width: 40px;
  height: 40px;
  background: #EEE;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.20);
}

#site-navigation div > ul > li > a:hover > i
{
    background:#1423A0;
    color:#EEE;
}

#site-navigation div > ul > li > a > i.fa-share-alt,
#site-navigation div > ul > li > a > i.fa-plus,
#site-navigation div > ul > li > a > i.fa-times
{
  
  background: #DC2D5A;
  color: #FFF;

}

.centrer-relative
{
  position: relative;
  clear: both;
}

.lien-externe-head
{
  display: none;
  position: absolute;
  right:-10px;
  top:-11px;
  padding:10px 20px;
  background: #FFFFFF;
  box-shadow: 0 4px 20px 0 rgba(0,0,0,0.20);
  border-radius: 10px;
  z-index: 9999;
}

.lien-externe-head a
{
  display: block;
  padding: 10px 0;
  color:#DC2D5A;
  font-size: 12px;
}

.lien-externe-head.active
{
  display: block;
}

.searchform
{
  z-index: 999;
  right: auto!important;
  width: 1200px;
  text-align: right;
  background: none!important;
}

.searchform::before
{
  content: "";
  background: #000;
  opacity: .7;
  position: fixed;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.searchform form
{
  position: relative;
  display: inline-block;
}

.searchform .search-submit+i
{
  position: absolute;
  top: -53px;
  right: 90px;
  background: #FFF;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color:#DC2D5A;
  cursor: pointer;
}

.searchform input,
.searchform select
{
  background: #FFF;
  float: left;
  height: 60px;
  padding: 0 20px;
  box-sizing: border-box;
  border:none;
  font-size: 14px;
  -webkit-appearance: none;
  appearance: none;
}

.searchform input[type="search"]
{
  border-radius: 10px 0 0 10px;
}

.searchform select
{
  color:#1423A0;
  font-weight: 600;
}

.searchform input[type="submit"]
{
  border-radius:  0 10px 10px 0 ;
  color:#DC2D5A;
  font-weight: 600;
  cursor: pointer;
}

.filtre-gris
{
  background: #EEE;
}

.content-404
{
  text-align:center;
}

.error404 header
{
  display: none;
}

.content-404
{
  padding-top: 80px;

}

.error404 #main
{
  background: #eee;
}

.content-404 .logo-404
{
  padding-bottom: 120px;
}

.content-404 .citation
{
  padding-top: 50px;
  padding-bottom: 100px;
  display: none;
}

.error404 #colophon
{
  background: #eee;
}

.error404 .footer
{
  background: #eee;
}

.error404 .footer .titre-footer
{
  display: none;
}

.error404 .footer .menu-foot a
{
  color:#DC2D5A;
}

.error404 .footer .fin-footer
{
  color: #1423A0;
}



/* Track */
.side-bloc.side-breve .bloc-breves::-webkit-scrollbar {
    background: #eee;
    width: 10px;
}

/* Handle */
.side-bloc.side-breve  .bloc-breves::-webkit-scrollbar-thumb {
    background: #1223a0;
    border-radius: 10px;
}


.side-bloc.side-breve  .bloc-breves {
    -moz-scrollbar-color: #1423A0 #eee;
    -moz-scrollbar-width: thin;

    scrollbar-color: #1423A0 #eee;
    scrollbar-width: thin;
}



.sidebar-ffk .side-bloc.side-breve .bloc-breves::-webkit-scrollbar
{
  background: #fff;
    width: 10px;
}

.sidebar-ffk .side-bloc.side-breve .bloc-breves::-webkit-scrollbar-thumb {
    background: #1223a0;
    border-radius: 10px;
}


.sidebar-ffk .side-bloc.side-breve .bloc-breves {
    -moz-scrollbar-color: #1423A0 #fff;
    -moz-scrollbar-width: thin;

    scrollbar-color: #1423A0 #fff;
    scrollbar-width: thin;
}


figure
{
  position: relative;
}

figure img
{
  display: block;
}

figure figcaption
{
  position: absolute;
  bottom:0;
  left: 0;
  padding: 5px;
  background: #000;
  border-radius: 0 3px 0 0;
  font-size: 12px;
  opacity: .9;
  color:#FFF;
}

#lightcase-info #lightcase-title
{
  color: #FFF;
}


#site-navigation div > ul > li > a > i.fa-share-alt, #site-navigation div > ul > li > a > i.fa-times {
    background: #DC2D5A;
    color: #FFF;
}

#site-navigation div > ul > li > a > i {
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0);
}

.searchform select {
    border-radius: 0;
}

.searchform input[type="search"] {
    width: 260px;
}

#site-navigation-2 div > ul {
    box-shadow: 0px 5px 10px rgba(0,0,0,.1);
}

figure figcaption {
    padding: 10px;
    background: transparent;
    border-radius: 0;
    font-size: 12px;
    opacity: 1;
    text-shadow: 1px 1px 4px rgba(0,0,0,.7);
}

.contenu-article .interieur-article {
    padding: 0 100px 60px;
}

.alignleft, .alignright {
    margin-top: 10px;
    margin-bottom: 30px;
}

a[class*='lightcase-icon-'].lightcase-icon-close, a[class*='lightcase-icon-'].lightcase-icon-prev, a[class*='lightcase-icon-'].lightcase-icon-next {
    width: 40px;
    height: 40px;
}

.liste_calendrier .detail-event-page .bloc-titre-lien .lien a, .date-lieu-lien .lien-agenda .lien a{
  font-size: 12px;
}

.breadcrumb {
    font-size: 10px;
}

#site-navigation div > ul > li > ul > li > ul > li > a {
    color: #1423A0!important;
}

#site-navigation div > ul > li > ul > li > ul > li > a:hover {
    color: #DB2C5A!important;
}

#site-navigation div > ul > li a:hover::not(.bouton){
  color: #DB2C5A;
  cursor: pointer;
}

.side-bloc .titre-sidebar {
    margin-bottom: 0px;
}

.bloc-breves .titre-sidebar, .side-partage .titre-sidebar{
    margin-bottom: 20px;
}

.filtres .titre-filtre > .liste-multiple .bloc-checkbox {
    padding: 0 15px 0 15px;
}

.filtres .titre-filtre > .liste-multiple .bloc-checkbox label::before {
    margin-right: 10px;
}

.imprimer i {
    background: #FFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.20);
}

.slide-min .titre {
    color: #1322A0;
}

.slide-min-une .titre {
    color: #FFF;
}

.page-template-template-accueil .bloc-calendrier-flex .col-100, .page-template-template-accueil .side-breve{
  padding: 30px!important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.page-template-template-accueil .calendrier-breve .col > .right .side-bloc {
    min-height: 529px;
}

.bloc-breve {
    margin-right: 15px;
}

.unit-galerie .texte .titre {
    font-weight: 600;
}

.contenu-article h1
{
  text-transform: none;
}

.liste-lightbox
{
  margin-top: 20px;
}

.petit-header,
.header-liste-actualite.petit-header .centrer
{
  height: auto;
}

.petit-header
{
  color:#000;
  background: #EEE;
}

.petit-header::after
{
  background: none;
}

.petit-header h1,
.petit-header .breadcrumb a,
.petit-header .breadcrumb,
.petit-header p
{
  color:#000;
}

.header-article-long.petit-header .texte-article
{
  width: 100%;
  position: static;
  transform: none;
  padding-bottom: 20px;
}

.header-article-long.petit-header .texte-article p
{
  display: none;
}

.post-edit-link
{
  display: none;
}

.bloc-slideshow 
{
  border-radius: 10px;
}


.info-club b,
.info-ligue b
{
  color:#1423A0;
  font-size: 16px;
  padding-bottom: 10px;
}

.info-club a,
.info-ligue a
{
  color:#DC2D5A;
}

.contenu-event h1 {
    text-transform: none;
}

.contenu-article h1 {
    color: #000;
}

.lien-externe-head {
    padding: 20px 30px 10px;
}

.lien-externe-head a {
    padding: 10px 0 20px;
}

.header-article-long .breadcrumb {
    font-size: 10px;
}

html {
    -webkit-font-smoothing: antialiased;
}

#site-navigation-2 div > ul > li > ul > li > a:hover {
    background: rgba(0,0,0,.2);
    color: #FFF;
}

.bouton:hover, .side-menu a:hover, .side-bloc.side-partage a:hover, .liste-lies .col .content-lies:hover {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.40);
}

.liste-lies .col .content-lies {
    transition: all 0.3s ease-in-out 0s;
}

.single-post h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    color: #1423A0;
}

.single-post .texte-article-long .flexible .bloc {
    margin-bottom: 0px;
}

.bloc-texte .alignnone {
    margin-bottom: 0px;
}

.single-format-standard .header-article-long {
    margin-bottom: 20px;
}

.bloc-actu-flex .affichage-actu {
    margin-bottom: 20px;
}

.bloc-calendrier-flex h2 {
    padding-top: 0px;
}

.bloc-calendrier-flex .menu-calendrier {
    margin-top: -35px;
    float: right;
}

.bloc-actu h3 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    max-height: 40px;
    overflow: hidden;
}

.bloc-actu p.extrait {
    margin-bottom: 10px;
}

.bloc-actu:hover {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.40);
}

.mediatheque-accueil {
    padding-bottom: 0px;
    margin-bottom: 20px;
    padding-top: 30px;
}

.liste-galerie::-webkit-scrollbar {
  height: 10px;
  background: #EEEEEE;
  border-radius: 100px;
}

.page-template-template-accueil .calendrier-breve .col > .right .side-bloc {
    min-height: 520px;
}

.bloc-breves::-webkit-scrollbar {
    width: 10px!important;
  border-radius: 100px;
}

.mobile
{
  display: none;
}

.mj-w-button
{
  background-color: #DC2D5A!important;
  border-radius: 40px!important;
  line-height: 15px!important;
}

.mj-w-button-content+p
{
  display: none!important;
}

.entry-header h1
{
  display: none;
}

.col.right
{
  float: right;
}

.centrer figure
{
  max-width: 100%;
}

.single-post .texte-article-long .flexible .bloc-texte-image,
.single-post .texte-article-long .flexible .bloc-calendrier-flex,
.single-post .texte-article-long .flexible .bloc-document-flex
{
  margin-bottom: 30px;
}

.texte-article-long .bloc-trombinoscope .col-25 .bloc-trombi
{
  height: 240px;
}

.texte-article-long .bloc-trombinoscope .col img
{
  width: 100%;
}

.texte-article-long .bloc-trombinoscope .col-33 .bloc-trombi
{
  height: 360px;
}

.texte-article-long .bloc-actu-flex .affichage-actu .left
{
  width: 580px;
}

.single-post .texte-article-long .flexible .bloc-image-full
{
  margin-top: 30px;
  margin-bottom: 30px;
}

.post-34087 .entry-supheader .title
{
  color: #1423A0;
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.post-34087 .entry-supheader .subtitle
{
  color: #1423A0;
  font-size: 16px;
  font-weight: 800;
  line-height: 29px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.post-34087 .text
{
  line-height: 19px;
}

.hover-logo
{
  position: absolute;
  left: 0;
  top:0;
}

.doigt-1
{
  position: absolute;
  left: 0;
  top:17px;
}


.doigt-2
{
  position: absolute;
  left: 6px;
  top: 14px;
}


.doigt-3
{
  position: absolute;
  left: 15px;
  top: 14px;
}


.doigt-4
{
  position: absolute;
  left: 25px;
  top: 18px;
}

.doigt-5
{
  position: absolute;
  left: 13px;
  top: 37px;
}

.anim-doigt
{
  fill:#fff;
}

.logo a:hover
{
  cursor: pointer;
}

.logo a:hover .doigt-1 .anim-doigt
{
  animation: animation-doigt 1.5s ease-in-out ;
}

.logo a:hover .doigt-2 .anim-doigt
{
  animation: animation-doigt 1.5s ease-in-out .1s;
}

.logo a:hover .doigt-3 .anim-doigt
{
  animation: animation-doigt 1.5s ease-in-out .2s;
}

.logo a:hover .doigt-4 .anim-doigt
{
  animation: animation-doigt 1.5s ease-in-out .3s;
}



@keyframes animation-doigt {
  0% {
    fill: #ebb419;
  }
  25%{
    fill: #00a0e1;
  }
  50%{
    fill: #d25a14;
  }
  75%{
    fill: #aa1e46;
  }
  100%{
    fill: #7d1996;
  }
}

.hover-logo
  {
    display: none;
  }
        
.size-large
{
	width: 100%;
}

figure
{
  width:100%!important;
}

div[data-name="code_formulaire"]
{
  display: none!important;
}

.prehome
{
  background: #f0f0f0;
}

.section-prehome
{
  overflow: hidden;
}

.section-prehome > div
{
  float: left;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}

.section-prehome.section-format-1-1 > div
{
  width: 100%;
}

.section-prehome.section-format-1-2 > div
{
  width: 50%;
}

.section-prehome.section-format-1-3 > div
{
  width: 33%;
}

.section-prehome.section-format-1-4 > div
{
  width: 25%;
}

.section-prehome > div img
{
  border-radius: 10px;
  display: block;
  width: 100%;
  height: auto;
}

.section-prehome > div img.desktop
{
  display: block;
}

.section-prehome > div img.mobile
{
  display: none;
}

.prehome .logo
{
  clear: both;
  width: 100%;
  text-align: center;
  float: none;
  background: none;
  padding-top: 30px;
  padding-bottom: 20px;
}

.prehome .logo img
{
  display: block;
  margin: 0 auto;
}

.section-prehome .element-section .texte
{
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
  position: absolute;
  bottom:10px;
  left: 10px;
  right: 10px;
  padding: 24px;
  border-radius: 0 0 10px 10px;
}

.section-prehome .element-section .texte .pre-titre,
.section-prehome .element-section .texte p
{
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding-bottom: 10px;
  display: block;
}

.section-prehome .element-section .texte .titre
{
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 800;
  display: block;
  line-height: 29px;
}

.page-template-template-pre-home-php #colophon
{
  display: none!important;
}

.footer-prehome
{
  overflow: hidden;
  padding: 20px 10px;
}

.footer-prehome .sociaux-foot a
{
  color:#DC2D5A;
  background:#FFF;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
}

.footer-prehome .sociaux-foot a:hover
{
  color:#FFF;
  background:#DC2D5A;
}




@media (max-width: 1200px)
{


  .centrer
  {
    width: 1000px;
  }

  #site-navigation div > ul > li
  {
    margin-left: 40px;
  }

  #site-navigation-2 div > ul > li > a
  {
    width: 110px;
  }

  #site-navigation-2 div > ul > li > ul
  {
    width: 120px;
  }

  .slide-min .titre
  {
    height: 49px;
    overflow: hidden;
  }

  .calendrier-breve .col > .right
  {
    width: 260px;
  }

  .calendrier-breve .col > .left
  {
    width: 690px;
  }
  
  .promotion-v2 .bloc-promo-accueil .left
  {
    width: 150px;
    overflow: hidden;
  }

  .promotion-v2 .bloc-promo-accueil .left img
  {
    width: 200px;
    max-width: 200px;
  }

  .promotion-v2 .bloc-promo-accueil .right
  {
    width: 270px;
  }

  .footer
  {
    width: 1000px;
  }

  .contenu-article
  {
    width: 750px;
  }

  .sidebar-article
  {
    width: 230px;
  }

  .sidebar-ffk
  {
    width: 232px;
  }

  .contenu-sidebar
  {
    width: 744px;
  }

  .bloc-actu-flex .affichage-actu .left
  {
    width: 330px;
  }

  .bloc-actu-flex .affichage-actu .right
  {
    width: 164px;
  }

  .bloc-actu-flex h2
  {
    max-width: 100%;
  }

  .bloc-calendrier-flex h2
  {
    max-width: 100%;
  }

  .bloc-document-flex .liste-document .detail-document h3
  {
    width: 240px;
  }

  .bloc-document-flex .liste-document .detail-document .date
  {
    left: 280px;
    width: 90px;
  }

  .bloc-document-flex .liste-document .detail-document a
  {
    left: 420px;
  }

  .liste_calendrier .detail-event-page
  {
    width: 790px;
  }

  .liste_calendrier .detail-event-page .bloc-bleu
  {
    width: 190px;
  }

  .liste_calendrier .detail-event-page .bloc-titre-lien
  {
    left: 210px;
    width: 580px;
  }

  .liste_calendrier .detail-event-page h3
  {
    width: 300px;
  }

  .liste_calendrier .detail-event-page .liste-cat
  {
    left: 320px;
    width: 160px;
  }

  .contenu-event
  {
    width: 750px;
  }

  .date-lieu-lien .date-lieu
  {
    width: 225px;
  }

  .date-lieu-lien .date-lieu .date
  {
    padding-top: 10px;
  }

  .side-bloc.side-partage a
  {
    margin-bottom: 10px;
  }

  .sidebar-article .side-partage::before
  {
    height: 210px;
  }

  .list-galerie-page-carre .unit-galerie
  {
    width: 310px;
    height: 310px;
  }

  .texte-article-long
  {
    width: 750px;
  }

  .sidebar-article-long
  {
    width: 230px;
  }

  .filtres .search-options
  {
    max-width: 800px;
  }

  .filtres .search-options > div+div
  {
    width: 470px;
    line-height: 30px;
  }

  #page
  {
    min-width: 1020px;
  }

  .flexible iframe
  {
    max-width: 100%;
    height:auto;
  }

  .sidebar-article .side-partage::before
  {
    display: none;
  }

  /*@viewport {
     width: device-width;
     zoom: 1; 
  }*/


  .texte-article-long .bloc-trombinoscope .col-25 .bloc-trombi
  {
    height: 200px;
  }

  .texte-article-long .bloc-trombinoscope .col img
  {
    width: 100%;
  }

  .texte-article-long .bloc-trombinoscope .col-33 .bloc-trombi
  {
    height: 310px;
  }

  .texte-article-long .bloc-actu-flex .affichage-actu .left
  {
    width: 530px;
  }

  .slide-big {
      height: 600px!important;
  }

  .liste_calendrier .detail-event-page .bloc-titre-lien-stage
  {
    width: 100%;
    padding-left: 210px;
  }

}

















@media (max-width: 800px)
{
  #page
  {
    min-width: 300px;
  }

  .centrer
  {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .menu-mobile
  {
    display: none;
  }

  .logo
  {
    float: none;
    text-align: center;
  }

  .logo img
  {
    padding-top: 20px;
    margin: 0 auto;
  }

  .site-header
  {
    background: #1423A0;
  }

  .site-header
  {
    height: 80px;
  }

  .slide-min
  {
    height: 5px;
    margin-top: 0;
    opacity: .6;
  }

  .slide-min .centrer-haut
  {
    display: none;
  }

  .slide-min:hover, .slick-current .slide-min
  {
    opacity: 1;
  }

  .slide-min span
  {
    display: none!important;
  }

  .slide-big .texte
  {
    padding-top: 30px;
  }

  .slide-big
  {
    height: 400px;
  }

  .slide-big .texte h1
  {
    font-size: 26px;
    line-height: 32px;
  }

  .slider-nav
  {
    margin-top: -50px;
  }

  .slide-big .texte .date
  {
    padding-bottom: 10px;
  }

  .calendrier-breve .col > .left
  {
    width: 100%;
  }

  .bloc-calendrier-flex h2
  {
    text-align: center;
  }

  .bloc-calendrier-flex .menu-calendrier
  {
    margin-top: 15px!important;
    margin-bottom: 20px;
    float:none;
    margin: 0 auto;
    overflow: auto;
    text-align: center;
  }

  .bloc-calendrier-flex .menu-calendrier span
  {
    float: none;
    display: inline-block;
  }

  .page-template-template-accueil .side-breve .bloc-breves
  {
    max-height: 200px!important;
  }

  .page-template-template-accueil .calendrier-breve .col > .right .side-bloc
  {
    min-height: 170px!important;
  }

  .bloc-calendrier-flex .liste-event-flex .detail-liste-event
  {
    padding: 10px 20px;
  }

  .bloc-calendrier-flex .liste-event-flex .detail-liste-event .left,
  .bloc-calendrier-flex .liste-event-flex .detail-liste-event .right,
  .bloc-calendrier-flex .liste-event-flex .detail-liste-event .right-2
  {
    float: none;
    width: 100%;
    text-align: center;
  }

  .calendrier-breve .col > .left
  {
    float: none;
  }

  .calendrier-breve .col > .right
  {
    width: 100%;
    float: none;
    margin-top: 30px;
  }

  .date-lieu-lien .lien-agenda
  {
    width: 100%;
    text-align: center;
  }

  .date-lieu-lien .lien-agenda .lien a
  {
    float: none;
    display: inline-block;
  }

  .col
  {
    float: none;
    width: 100%;
  }

  .promotion-v2 .bloc-promo-accueil
  {
    height: auto;
  }

  .promotion-v2 .bloc-promo-accueil .left,
  .promotion-v2 .bloc-promo-accueil .right
  {
    width: 100%;
    float: none;
  }

  .promotion-v2 .bloc-promo-accueil .right
  {
    box-sizing: border-box;
    padding: 20px;
    margin:0;
  }

  .promotion-v2 .bloc-promo-accueil .left img
  {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
    max-width: none;

    display: none;
  }


  .form-stage-inscription p
  {
    width: auto;
    float: none;
    box-sizing: border-box;
    padding-right: 0px;
  }

  

  .unit-galerie
  {
    width: 220px;
  }

  .ff-layout-grid
  {
    min-width: 260px!important;
  }

  .slideshow-partenaires .slide-partenaires
  {
    padding: 0 40px;
  }

  .footer
  {
    width: 100%;
    border-radius: 0;
  }

  .footer .sociaux-foot a
  {
    margin-bottom: 10px;
  }

  .mobile
  {
    display: block;
  }

  .desktop
  {
    display: none;
  }
  
  .site-branding
  {
    position: relative;
  }

  .site-branding .fa-bars,
  .site-branding .croix-menu
  {
    position: absolute;
    left: 0;
    color:#FFF;
    font-size: 24px;
    top:30px;
    cursor: pointer;
  }

  .site-branding .fa-search
  {
    cursor: pointer;
    top:30px;
    position: absolute;
    right: 0;
    color:#FFF;
    font-size: 24px;
    display: none;

  }

  .site-branding .fa-share-alt,
  .site-branding .fa-plus,
  .site-branding .fa-times
  {
    background: #DC2D5A;
    color: #FFF;
    font-size: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;

    top:20px;
    position: absolute;
    right: 0;
  }
  .menu-mobile.active
  {
    display: block;
    z-index: 9999;
    position: absolute;
    width: 100%;
    left: 0;

    top: 80px;

    background: #EEE;
  }

  #site-navigation
  {
    float: none;
  }

  #site-navigation-2 div > ul
  {
    position: static;
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
    height: auto;
    padding-bottom: 40px;
  }

  
  #site-navigation-2 div > ul > li > ul
  {
    display: none!important;
  }

  #site-navigation div > ul 
  {
    padding-bottom: 20px;
    
  }

  #site-navigation div > ul > li:hover
  {
    height: 40px;
    border: none;
  }

  #site-navigation div > ul > li
  {
    float: none;
    line-height: 40px;
    display: block;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 20px;
    height: auto;
  }

  #site-navigation div > ul > li > ul > li > ul > li:not(.libre)
  {
    max-width: 100%;
  }

  #site-navigation div > ul > li > ul > li > ul > li > a,
  #site-navigation div > ul > li > ul > li > ul > li > ul > li > a
  {
    padding-top: 0;
    padding-bottom: 0;
  }

  #site-navigation div > ul > li > a
  {
    line-height: 40px;
    padding-left: 20px;
    background: #FFF;
    font-size: 16px;
    color:#1423A0;
    display: block;
    border-radius: 30px;
  }

  #site-navigation div > ul > li > ul > li
  {
    float: none;
    width: 100%;
  }

  #site-navigation div > ul > li > ul > li > ul
  {
    display: block;
  }

  .menu-item-34194, .menu-item-34195
  {
    display: none!important;
  }

  #site-navigation div > ul > li.menu-item-has-children > a::after
  {
    float: right;
    background: #1423A0;
    color:#FFF;
    border-radius: 0 30px 30px 0;
    width: 60px;
    text-align: center;
    content: "↓";
  }

  #site-navigation div > ul > li.menu-item-has-children > a.active
  {
    background: #1423A0;
    color:#fff!important;
    
  }
    #site-navigation div > ul > li.menu-item-has-children > a.active::after
  {
    background: #DC2D5A;
    content: "↑";
  }

  #site-navigation div > ul > li > ul,
  #site-navigation div > ul > li:hover > ul,
  #site-navigation div > ul > li > ul > li > ul > li > ul,
  #site-navigation div > ul > li > ul > li > ul > li:hover > ul
  {
    display: none;
  }

  #site-navigation div > ul > li > ul.active,
  #site-navigation div > ul > li  > ul > li > ul > li > ul.active
  {
    display: block;
    padding: 0;
    padding-left: 10px;
    padding-top: 10px;
    position: static;
    left: 0;
    transform: none;
    min-height: 0;
    width: 100%;
  }

  #site-navigation div > ul > li > ul > li > a
  {
    display: none!important;
  }

  #site-navigation div > ul > li > ul > li > a,
  #site-navigation div > ul > li > ul > li > ul > li > a,
  #site-navigation div > ul > li > ul > li > ul > li > ul > li > a
  {
    width: auto;
    padding-right: 0;

    line-height: 40px;
    padding-left: 20px;
    background: #FFF;
    font-size: 16px;
    color:#1423A0;
    display: block;
    border-radius: 30px;
    margin-bottom: 10px;
    font-weight: 400;
  }

  #site-navigation div > ul > li > ul > li > ul > li > ul > li 
  {
    padding-left: 10px;
  }

  #site-navigation div > ul > li > ul > li.menu-item-has-children > a::after,
  #site-navigation div > ul > li > ul > li > ul > li.menu-item-has-children > a::after
  {
    float: right;
    background: #1423A0;
    color:#FFF;
    border-radius: 0 30px 30px 0;
    width: 60px;
    text-align: center;
    content: "↓";
    padding-right: 0;
    position: static;
    right: 0;
    font-weight: 400;
  }

  #site-navigation div > ul > li > ul > li.menu-item-has-children > a.active,
  #site-navigation div > ul > li > ul > li > ul > li.menu-item-has-children > a.active
  {
    background: #1423A0;
    color:#fff!important;
  }

  #site-navigation div > ul > li > ul > li.menu-item-has-children > a.active::after,
  #site-navigation div > ul > li > ul > li > ul > li.menu-item-has-children > a.active::after
  {
    background: #DC2D5A;
    content: "↑";
  }

  #site-navigation div > ul > li > ul > li > ul
  {
    display: none;
    position: static;
    left: 0;
    width: 100%;
    background: none;
    padding-left: 30px;
    padding-top: 10px;
    box-sizing: border-box;
  }

  #site-navigation div > ul > li > ul.active > li > ul
  {
    display: block;
  }


  #site-navigation div > ul > li > ul > li > ul
  {
    display: block;
  }

  .menu-article
  {
    display: none;
  }

  #site-navigation div > ul > li:hover
  {
    height: auto;
  }

  #site-navigation div > ul > li > ul > li.libre,
  #site-navigation div > ul > li > ul > li.titre
  {
    display: none!important;
  }

  #site-navigation div > ul > li > ul > li > ul > li:not(.libre)
  {
    max-width: auto;
  }

  .filtres
  {
    margin-bottom: 0;
  }

  .filtres > .titre-bloc-filtre
  {
    width: 70px;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
  }

  .filtres > .titre-bloc-filtre::before
  {
    height: 60px;
    right: 70px;
  }

  .filtres .titre-filtre
  {
    float: none;
    display: none;
    clear: both;

    padding:0;
    text-align: center;
  }

  .filtres .titre-filtre.active,
  .filtres .titre-filtre.mobile
  {
    display: block;
  }

  .filtres .titre-filtre.mobile
  {
    padding: 0;
    line-height: 60px;
    height: 60px;
    float: right;
    cursor: pointer;
    clear: none;
  }

  .filtres .titre-filtre > span, .filtres .titre-filtre > a
  {
    line-height: 60px;
  }

  .filtres
  {
    height: auto;
  }

  .centrer
  {
    clear: both;
  }

  .filtre-gris
  {
    min-height: 60px;
  }

  .header-article-long .texte-article
  {
    width: auto;
    position: static;
    transform: none;
  }

  .sidebar-article-long
  {
    display: none;
  }

  .texte-article-long
  {
    width: 100%;
    float: none;
  }

  .imprimer
  {
    display: none;
  }

  .liste_calendrier .mois
  {
    width: auto;
    float: none;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .liste_calendrier .detail-event-page .bloc-bleu
  {
    float: none;
    background: none;
    color:#000;
    width: auto;
  }

  .liste_calendrier .detail-event-page .bloc-titre-lien
  {
    position: static;
    width: auto;
  }

  .liste_calendrier .detail-event-page
  {
    width: 100%;
    float: none;
    position: relative;
  }

  .liste_calendrier .detail-event-page h3,
  .liste_calendrier .detail-event-page .liste-cat
  {
    position: static;
    width: auto;
    transform: none;
    padding: 0 20px;
    padding-bottom: 20px;
  }


  .liste_calendrier .detail-event-page .bloc-titre-lien .fa-ellipsis-v, .liste_calendrier .detail-event-page .bloc-titre-lien .fa-ellipsis-h
  {
    right: 20px;
    top:20px;
    transform: none;
  }

  .liste_calendrier .detail-event-page .bloc-bleu .date
  {
    padding-right: 50px;
  }

  .liste_calendrier .detail-event-page .bloc-titre-lien .lien
  {
    width: 270px;
  }

  .liste_calendrier .detail-event-page .bloc-titre-lien .lien a
  {
    width: 125px;
  }

  .plus-calendrier
  {
    margin-left: 0;
  }

  .contenu-event
  {
    float: none;
    width: auto;
    box-shadow: none;
    padding: 0;
    padding-top: 70px;
  }

  .date-lieu-lien .date-lieu
  {
    width: 100%;
  }

  .date-lieu-lien .date-lieu .date
  {
    height: auto;
    min-height: 90px;
  }

  .sidebar-article
  {
    height: auto;
  }

  .contenu-sidebar
  {
    width: 100%;
    float: none;
    padding:0;
    box-shadow: none;
  }

  .bloc-actu-flex .bouton.right
  {
    margin-top: 15px!important;
  }

  .bloc-actu-flex .affichage-actu .left
  {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }

  .bloc-actu-flex .affichage-actu .right
  {
    width: 100%;
  }

  .bloc-document-flex .liste-document .detail-document h3
  {
    width: 100%;
    word-break: break-all;

    text-align: center;

  }

  .bloc-document-flex .liste-document .detail-document .date,
  .bloc-document-flex .liste-document .detail-document a
  {
    position: static;
    transform: none;
    padding-top: 15px;
    display: block;
    text-align: center;
  }

  .bloc-document-flex .liste-document .detail-document .date
  {
    width: 100%;
  }

  .list-galerie-page-carre .unit-galerie
  {
    width: 46%;
    height: calc(50vw - 40px);
    background-size: cover;
    margin: 2%;
  }

  .header-article-long
  {
    height: 300px;
  }

  .filtres .titre-filtre > .liste,
  .filtres .titre-filtre:hover > .liste
  {
    display: none;
  }

  .filtres .titre-filtre > .liste.active
  {
    display: block;
    position: static;
  }

  .filtres .titre-filtre > .liste-multiple
  {
    padding:10px;
  }

  .filtres .titre-filtre
  {
    height: auto;
  }

  .footer-accueil-sociaux
  {
    margin-top: 10px;
    clear: both;
  }

  .bouton-event .addeventatc
  {
    margin-bottom: 40px;
  }

  .sidebar-article
  {
    width: 100%;
  }

  .phrase-bouton .bouton
  {
    margin-top: 10px;
    float: none;
  }

  .filtres .titre-filtre > .liste-date
  {
    width: 100%;
  }

  .contenu-article
  {
    width: 100%;
    margin-bottom: 20px;
  }

  .contenu-article .interieur-article
  {
    padding-left: 20px;
    padding-right: 20px;
  }

  .petit-header,
  .petit-header, .header-liste-actualite.petit-header .centrer
  {
    height: auto;
  }

  .bloc-trombinoscope .col img
  {
    width: 100%;
  }

  .bloc-trombinoscope .col-33 .bloc-trombi
  {
    height: auto;
    padding-bottom: 20px;
  }

  .bloc-trombinoscope .info-plus .contenu-plus
  {
    width: 70%;
    max-height: 80%;
    overflow: auto;
  }

  .bloc-trombinoscope .info-plus .contenu-plus img
  {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .bloc-trombinoscope .info-plus .contenu-plus .croix
  {
    right: 50%;
    top:10px;
    transform: translateX(50%);
  }

  .sidebar-ffk
  {
    width: 100%;
  }

  .bloc-document-flex .liste-document .detail-document .titre-description
  {
    width: 100%;
  }

  .filtres .search-options > div
  {
    margin-left: 0;
  }

  .filtres .search-options > div + div
  {
    width: auto;
    margin-bottom: 20px;
  }

  #ctnContentRight .filter-club, #ctnContentRight .filter-league
  {
    padding-left: 0;
    overflow: hidden;
    height: auto;
  }

  #ctnContent select, #ctnContent input[type="text"]
  {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    box-sizing: border-box;
  }

  #resultat table tr td
  {
    display: block;
  }

  #site-navigation div > ul > li > ul > li.menu-item-has-children > ul
  {
    opacity: 1;
    padding-left: 0;
  }

  .recherche-grade .search-result .list-grade td, .person-info td
  {
    display: block;
  }

  .pop-in .contenu-pop-in
  {
    width: 280px;
    height: auto;
  }

  .header-article-long .centrer
  {
    height: 300px;
  }

  .hover-logo
  {
    display: none;
  }

  .logo
  {
    padding-right: 0;
  }

  .bloc-trombinoscope .col-25 .bloc-trombi
  {
    height: auto;
    padding-bottom: 10px;
  }

  .slide-big
  {
    height: 400px!important;
  }

  .calendrier-breve .bloc-calendrier-flex .liste-event-flex .detail-liste-event .left
  {
    width: 100%;
  }

  .bloc-calendrier-flex .liste-event-flex .detail-liste-event .left a
  {
    height: auto;
  }

  .liste_calendrier .detail-event-page .bloc-bleu-stage,
  .liste_calendrier .detail-event-page .bloc-bleu-stage .lieu
  {
    position: static;
    padding-bottom: 0;
  }

  .liste_calendrier .detail-event-page .bloc-titre-lien-stage
  {
    float: none;
    padding: 20px;
  }

  .liste_calendrier .detail-event-page .bloc-titre-lien-stage .texte-stage .left,
  .liste_calendrier .detail-event-page .bloc-titre-lien-stage .texte-stage .right
  {
    width: 100%;
    float: none;
  }

  .liste_calendrier .detail-event-page .bloc-titre-lien-stage h3
  {
    padding: 0;
  }

  .searchform
  { 
    width: 100%; 
    right:0!important;
  }

  .searchform .search-submit + i
  {
  	right: 0px;
  }

  .searchform input, .searchform select
  {
  	width: 160px;
  }

  .searchform select
  {
  	display: none;
  }

  .liste-lightbox a
  {
    float: left;
    width: 49%;
    margin: 0.5%;
    box-sizing: border-box;
    height: auto;
  }


  .section-prehome.section-format-1-1 > div
  {
    width: 100%;
  }

  .section-prehome.section-format-1-2 > div
  {
    width: 50%;
  }

  .section-prehome.section-format-1-3 > div
  {
    width: 50%;
  }

  .section-prehome.section-format-1-4 > div
  {
    width: 50%;
  }


}





@media(max-width: 500px)
{

.list-galerie-page-carre .unit-galerie
  {
    width: 100%;
    height: calc(100vw - 60px);
    background-size: cover;
    margin: 10px 0;
  }

  .section-prehome.section-format-1-1 > div
  {
    width: 100%;
  }

  .section-prehome.section-format-1-2 > div
  {
    width: 100%;
  }

  .section-prehome.section-format-1-3 > div
  {
    width: 100%;
  }

  .section-prehome.section-format-1-4 > div
  {
    width: 100%;
  }

  .section-prehome > div img.desktop
  {
    display: none;
  }

  .section-prehome > div img.mobile
  {
    display: block;
  }
}
















@media print
{

  .hover-logo
  {
    display: none;
  }

  header, footer, .filtres, .breadcrumb-clair, .breadcrumb-fonce

  {
    display: none!important;
  }

  .liste_calendrier .detail-event-page .bloc-titre-lien .lien
  {
    visibility: hidden!important;
  }

  h1
  {
    color:#000!important;
  }

  .liste_calendrier .detail-event-page .bloc-bleu
  {
    background: none;
    color:#000;
    padding:0;
    padding-right: 30px;
    width: 20%;
    box-sizing: border-box;
    float: left;
  }

  .liste_calendrier .detail-event-page
  {
    box-shadow: none;
    padding-bottom: 20px;
    border-bottom: 2px solid #555;
    margin-bottom: 20px;
    border-radius: 0;
    width: 100%;
    float: none;
    overflow: hidden;
  }

  .liste_calendrier .mois
  {
    float: none;
    width: 100%;
    text-align: left;
    clear: both;
    padding-bottom: 40px;
    padding-top: 40px;
    display: block;

    margin: 0;
  }


  .liste_calendrier .detail-event-page .bloc-titre-lien
  {
    float: left;
    position: static;
  }

  .liste_calendrier .detail-event-page .bloc-titre-lien .fa-ellipsis-v
  {
    display: none;
  }

  .liste_calendrier .detail-event-page h3
  {
    float: left;
    position: static;
    transform: none;
    padding: 0;
    padding-right: 30px;

    width: 45%;
    box-sizing: border-box;
  }
  .liste_calendrier .detail-event-page .liste-cat
  {
    float: left;
    position: static;
    transform: none;

    width: 20%;
    box-sizing: border-box;
  }

  #cookie-notice
  {
    display: none!important;
  }

  .print-nice
  {
    display: none;
  }

  .header-liste-actualite
  {
    height: 220px;
  }

  #page
  {
    min-width: none;
    width: 100%
  }

  .centrer
  {
    width: 100%;
  }

  .article-similaire-footer,
  .sidebar-article
  {
    display: none;
  }

  .contenu-article
  {
    box-shadow: none;
  }

  .liste_calendrier
  {
    padding:0 20px;
  }

  .liste_calendrier .detail-event-page .bloc-bleu
  {
    padding-right: 20px;
    width: 30%;
  }

  .liste_calendrier .detail-event-page .bloc-bleu .date
  {
    padding-right: 0;
  }

  .liste_calendrier .detail-event-page .bloc-titre-lien
  {
    float: left;
    width: 70%;
  }

  .liste_calendrier .detail-event-page h3
  {
    width: 70%;
  }

  .liste_calendrier .detail-event-page .liste-cat
  {
    width: 30%;
  }
  

  .lien-agenda,
  .footer-single-event
  {
    display: none;
  }

  .bloc-actu-flex,
  .bloc-calendrier-flex,
  .bloc-document-flex,
  .bloc-galerie-flex,
  .footer-accueil,
  .sidebar-ffk,
  .footer-accueil,
  .ff-stream
  {
    display: none;
  }

  .ui-tabs-panel,
  .accordion h3+div
  {
    display: block!important;
  }

  .bloc-actu .bloc-tumbnail
  {
    display: none;
  }

  .bloc-trombinoscope .col-33
  {
    width: 33.33%;
    float: left;
    height: 310px;
  }

  .bloc-trombinoscope .col-25
  {
    width: 25%;
    height: 190px;
    float: left;
  }
}



/* added by Nicolas BLOMME - Studio Cassette */
.interieur-article iframe[src^="//player.vimeo.com"],
.content-area iframe[src^="//www.youtube.com"]{
  max-width:100%;
}
@media(max-width: 720px){
  .interieur-article iframe[src^="//player.vimeo.com"][width="640"][height="360"]{
    height:calc( 0.5625 * calc( 100vw - 80px ) );
  }
  .content-area iframe[src^="//www.youtube.com"][width="560"][height="314"]{
    height:calc( 0.5607 * calc( 100vw - 80px ) );
  }

  table:not(.ui-datepicker-calendar) tr:is(:first-child):is(:last-child){ display:flex; flex-direction: column; }
  table:not(.ui-datepicker-calendar) tr:is(:first-child):is(:last-child) td{ width:100% !important; box-sizing: border-box; }
}

@media (max-width: 800px){
  .post-type-archive-calendrier .header-article-long,
  .post-type-archive-calendrier .header-article-long .centrer{
    height:auto;
  }

  .post-type-archive-calendrier .header-article-long .centrer .texte-article{
    padding-bottom:10px;
  }
}
.liste_calendrier .detail-event-page a{ position:relative; z-index:2; }
.liste_calendrier .detail-event-page .bloc-titre-lien .titres a{ position:initial; }
.liste_calendrier .detail-event-page .maj,
.liste_calendrier .detail-event-page .bloc-titre-lien .fa-ellipsis-v,
.liste_calendrier .detail-event-page .bloc-titre-lien .fa-ellipsis-h{ z-index:3; }
.liste_calendrier .detail-event-page .bloc-titre-lien .titres a:before{
  content:"";
  position:absolute;
  z-index:1;
  width:100%; height:100%;
  left: 0px; top:0px;
}
@media (max-width: 1200px){
  .liste_calendrier .detail-event-page .bloc-titre-lien .titres a:before{
      left:-210px; width:calc(100% + 210px);
  }
}
@media (min-width: 1200px){
  .liste_calendrier .detail-event-page .bloc-titre-lien .titres a:before{
      left:-280px; width:calc(100% + 280px);
  }
}
@media (min-width: 720px){
  .post-type-archive-calendrier .detail-event-page{
    transition:all 0.4s;
  }
  .post-type-archive-calendrier .detail-event-page:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 20px 0 rgba(0,0,0,0.80);
    z-index:10;
  }
}
.flex-row{ display:flex; justify-content: space-between; }

#site-navigation li.color-red{
  margin-inline:20px -20px;
}
#site-navigation li.color-red:hover{
  border-bottom-color:#1423A0;
}

#site-navigation li.color-red > a{
  color:white;
  display: block;
  align-content: center;
  padding-inline: 20px;
  padding-block:15px;
  background-color:#dc2d5a;
}



/* convert Grid Builder localistion input in button  */
.wpgb-facet-10 .wpgb-geolocation-input{ height: 40px; }
.wpgb-facet-10 .wpgb-geolocation-facet .wpgb-geolocation-input > label{ display:none; }
.wpgb-facet-10 .wpgb-geolocation-input .wpgb-locate-button{
  position:relative; align-items: center; padding: 12px 36px; width:auto; font-size:16px; border-radius: 4px; font-weight: 500; line-height: 20px;
  background-color: #dc2d5a; color:white; justify-content:center; column-gap:6px;
}
.wpgb-facet-10 .wpgb-geolocation-input .wpgb-locate-button:hover,
.wpgb-facet-10 .wpgb-geolocation-input .wpgb-locate-button:focus,
.wpgb-facet-10 .wpgb-geolocation-input .wpgb-locate-button:active{
  background-color: #dc2d5a; color:white;
}
.wpgb-facet-10 .wpgb-locate-button[hidden]{ display:flex !important; background:grey; }
.wpgb-facet-10 .wpgb-geolocation-input .wpgb-locate-button > .wpgb-sr-only{
  position:relative; width:max-content; white-space:normal; height:auto; display:inline-block; clip-path: none; opacity:1;
}
.wpgb-facet-10 .wpgb-geolocation-input .wpgb-locate-button svg{
  width:20px;
}


@media (min-width: 720px){
  #site-navigation{
    float:none;
  }
  #primary-menu{
    display:flex;
    justify-content:end;
  }
  #site-navigation div > ul > li{
    display:inline-flex;
    align-items:center;
  }
  #site-navigation div > ul > li > a{
    line-height:1.3em;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #site-navigation-2 div > ul{
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  #site-navigation-2 div > ul > li{ margin-inline:0px; width:100%; max-width:140px; }
  #site-navigation-2 div > ul > li > a{ width:auto; }
}

/* added by Oliv - Studio Cassette */

.page-id-93582 .sidebar-ffk {display:none}

.page-id-93582 .contenu-sidebar .col.col-100.bloc-texte {background:none}

.page-id-93582 .contenu-sidebar {box-shadow:none} 

