/*
Theme Name: SAF
Text Domain: saf
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Author: Agence Forgetmenot
License: © 2021 - Agence Forgetmenot
// License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

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.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

 
 

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
/* font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap');
/* font-family: 'Oswald', sans-serif; */

html,
body {
	border: none;
	margin: 0;
	padding: 0;
	min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}

ul {
    list-style: outside none none;
    padding: 0;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */

* {
	box-sizing: border-box; outline:0; -webkit-tap-highlight-color: transparent;

}

 


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none!important;
  margin: 0!important;
	
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield!important;
}

button {
	cursor: pointer;
	background-color: transparent;
	font-family: 'Open Sans', sans-serif;
}


* {
    box-sizing: border-box;
    outline: 0 none;
}
 

.alignnone {
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
	font-weight: normal;
	background-color: #efeeee;
	font-size: 16px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
}

 
figure {
    margin: 0;
    padding: 0;
}

label {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}



hr {
    background-color: #dad4d4;
    border: medium none;
    display: inline-block;
    height: 1px;
    margin-bottom: 30px;
    margin-top: 10px;
    width: 100%;
}

 
h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 28px;
}


h2 {
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
}

 
h3 {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
    
}

h4 { 
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;

}
h4.cat_title:after {
    content: "";
    background-image: url(assets/img/bg_trame.png);
    background-repeat: repeat-x;
    background-position: left center;
    background-size: auto 100%;
    height: 11px;
    width: 100%;
    display: inline-block;
    float: right;
    position: absolute;
    left: 0;
    top: 8px;
    z-index: -1;
}

h4.cat_title span {
    background-color: #efeeee;
    padding-right: 20px;
}
h4.cat_title font {
    font-size: 28px;
    line-height: 18px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}


p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 24px;
}



.link {
    text-decoration: underline;
    color: #000;
}



.red {
    color: #d33132;
}
 
.bg_red {
    background-color: #d33132;
    color: #FFF;
}
 
.grey {
    color: #808080;
}

.grey_2 {
    color: #545454;
}

.bg_grey {
    background-color: #d33132;
    color: #FFF;
}

.bg_grey_2 {
    background-color: #dadada;
}

.black {
    color: #000;
}
.bg_black {
    background-color: #000;
    color: #FFF;
}

.white {
    color: #FFF;
}
.bg_white {
    background-color: #FFF;
    color: #000;
}









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



.wrap {
    margin: 0 auto;
    padding: 0 110px;
    position: relative;
    width: 100%;
    max-width: 1520px;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
 
a {
	text-decoration: none;
 }

ol, ul {
    list-style-position: inside;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.btn {
    border-radius: 2px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 10px 24px;
    text-transform: uppercase;
    line-height: 16px;
    min-width: 190px;
    text-align: center;
    line-height: 24px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn span {
    font-size: 23px;
    line-height: 22px;
    vertical-align: middle;
    margin-left: 13px;
    position: relative;
    top: -1px;
    margin-right: -10px;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn:hover span.icon-arrow-right {
    -webkit-animation: 0.5s linear 0s infinite alternate move_arrow;
     animation: 0.5 linear 0s infinite alternate move_arrow;
}

@-webkit-keyframes move_arrow 
{ from { 
    transform: translateX(0px);  }
    to { 
        transform: translateX(5px);  
    }  
}



.btn.bg_red:hover {
    background-color: #e02f38;
}

.btn.bg_black:hover {
    background-color: #d33132;
}



#burger-menu, #search-mobile, #logo-mobile {
    display: none;
}



.upp {
	text-transform: uppercase;
}
 
.sep {
    width: 30px;
    height: 1px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}



 a.more {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.8px;
     display: block;
}
 a.more span {
    font-size: 24px;
    line-height: 18px;
    vertical-align: middle;
    margin-left: 6px;
     transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}


a.more:hover span {
   margin-left: 10px;
}


sup {
    font-size: 12px;

}

main {
    padding-top: 100px;
    transition: padding 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition: padding 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
main.open {
    padding-top: calc(640px + 100px);
    
}

#site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}


input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], input[type="password"], input[type="number"], input[type="date"] {
    -webkit-appearance: none!important;
    background: none!important;
    border-radius: 0!important;
    background-color: #fff!important;
    border: 1px solid #efeeee!important;
    display: inline-block!important;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 14px!important;
    margin: 10px 0 20px!important;
    padding: 10px!important;
    width: 100%!important;
    margin-bottom: 20px!important;
    color: #000!important;
}
  


textarea {
    background-color: #fff!important;
    border: 1px solid #efeeee!important;
    display: inline-block!important;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 14px!important;
    margin: 0!important;
    padding: 10px!important;
    resize: none!important;
    width: 100%!important;
	color: #757779!important;
     margin-bottom: 20px!important;
}

input.field_error, textarea.field_error {
    border-color: red!important;
}

textarea#message {
    height: 330px;
}


input[type="submit"] {
    background-color: transparent!important;
    border: medium none!important;
    cursor: pointer!important;
    font-family: "Open Sans",sans-serif!important;
    padding: 0!important;
    width: auto!important;
}


 
.form .line {
    margin-bottom: 20px;
}


.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wpcf7-form p {
    align-items: flex-end;
    display: flex;
    position: relative;
    width: 100%;
	margin-bottom: 10px;
}
.wpcf7-form p label {
 
	margin-right: 10px;
}

.wpcf7-form p span, #msg span {
	width: 100%;
}

.wpcf7-form #msg p  {
    display: block;
    width: 100%;
}

.wpcf7 form .wpcf7-response-output {
    background-color: #fff;
    border: medium none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    left: 50%;
    margin: 2em 0.5em 1em;
    padding: 20px;
    position: fixed;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}




/* SWIPER */

 
#home-slider {
margin-top: 60px;
}
#home-slider .swiper-container {
    height: 460px;
    margin-bottom: 60px;
    
    overflow: inherit;
}
#home-slider .swiper-wrapper {
overflow: hidden;
}
#home-slider .swiper-slide:after {
    content: "";
    background-color: #000;
    opacity: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
    -webkit-transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
#home-slider .swiper-slide.swiper-slide-active:after {
    opacity: 0.5;
}

#home-slider .swiper-slide {
    background-size: cover;
    background-position: center;
    justify-content: center;
}

#home-slider .swiper-slide .inner {
    text-align: center;
    max-width: 690px;
    position: relative;
    z-index: 2;
}

#home-slider .swiper-slide h2 {
    font-size: 40px;
    line-height: 44px;
    text-transform: uppercase;
    
}
#home-slider .swiper-slide .category {
    text-transform: uppercase;
    padding: 6px 14px;
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
}

#home-slider  #line {
    height: 100%;
    position: absolute;
    top: 0;
    right: 50px;
    transform: translateX(50vw);
    opacity: 0.2;
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 1;
}

#home-slider  .swiper-slide-active #line {
    transform: translateX(0px);
    opacity: 1;
}

 #home-slider .swiper-button-next,  #home-slider .swiper-button-prev,
 #fact-checking-slider .swiper-button-next,  #fact-checking-slider .swiper-button-prev,
 #ancien_numeros .swiper-button-next,  #ancien_numeros .swiper-button-prev,
#past_events .swiper-button-next,  #past_events .swiper-button-prev {
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}


 #home-slider .sep {
    margin-left: auto;
    margin-right: auto;
}



 #home-slider .swiper-button-next, #fact-checking-slider .swiper-button-next,  #past_events .swiper-button-next {
    right: -40px;
    z-index: 1;
}
 #home-slider .swiper-button-next:hover, #fact-checking-slider .swiper-button-next:hover, #past_events .swiper-button-next:hover {
    right: -46px;
      background-color: #e02f38;
     
}


 #home-slider .swiper-button-prev, #fact-checking-slider .swiper-button-prev,
#past_events .swiper-button-prev {
    left: -40px;
    z-index: 2;
}
#home-slider .swiper-button-prev:hover, #fact-checking-slider .swiper-button-prev:hover,
#past_events .swiper-button-prev:hover  {
    left: -46px;
     background-color: #e02f38;
}

#ancien_numeros .swiper-button-next, .swiper-container-rtl .swiper-button-prev,
#past_events .swiper-button-next {
    right: 0px;
    left: auto;
}


#ancien_numeros .swiper-button-prev, .swiper-container-rtl .swiper-button-prev {
    left: 0px;
    right: auto;
}

.swiper-button-next,   .swiper-button-prev {
 background-color: #333;   
}

 
#fact-checking-slider .swiper-container {
    margin-bottom: 60px;
}
#fact-checking-slider .swiper-wrapper {
    height: 390px;
}





#past_events .swiper-button-prev, #past_events .swiper-button-prev:hover {
    left: -25px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    font-size: 12px;
}



#past_events .swiper-button-next, #past_events .swiper-button-next:hover {
    right: -25px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    font-size: 12px;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, 
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    font-size: 22px;
}


.swiper-container-wrap {
    position: relative;
}








.three_col {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.three_col .col {
    width: calc(33% - 10px);
}
 
.two_col   {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}
.two_col .col, .two_col .item {
    width: calc(50% - 10px);
}
 .item_agenda .col {
    width: calc(50% - 20px);
}






.item_agenda .col:last-child {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 20px;
}

.item_agenda {
    background-color: #FFF;
}

.agenda_box .item_agenda {
    background-color: transparent;
}

.agenda_box .item_agenda .lieu, .agenda_box .item_agenda .infos, .agenda_box .item_agenda .btn, .page-id-501 .item_agenda .only_list {
    display: none!important;
}


 .item_formation  {
   background-color: #FFF;
   padding: 40px;
     border-left: 5px solid #c9caca;
}

 .item_national  {
 
     border-left: 5px solid #d33132;
}


.with_sidebar .col_s {
   width: calc(66% - 0px);
padding-bottom: 70px;
}

.with_sidebar .sidebar {
   width: calc(33% - 10px);
    padding-bottom: 70px;
    align-self: flex-start;
    position: sticky;
    top: 130px;
}


.sidebar .item {
    width: 100%;
}

.sticky_sidebar_box {
    display: block;
}

.sticky_sidebar {
    position: sticky;
    top: 130px;
    float: left;
}
.sticky_sidebar_box.with_sidebar .col_s  {
    margin-left: calc(33% + 10px);
    min-height: 1140px;
}



.item_agenda.innactive {
    pointer-events: none;
}






/* SPINNER */

.lds-ellipsis {
    display: none;
    position: relative;
    width: 50px;
    height: 10px;
    
}
.loading .lds-ellipsis {
display: inline-block;
}


.lds-ellipsis div {
  position: absolute;
  top: 0px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 20px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 40px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
      opacity: 1;
      
  }
  100% {
    transform: scale(0);
      opacity: 0.2;
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(14px, 0);
      
  }
}





/* HEADER */


#site-header #logo {
    position: absolute;
    top: 0;
    left: 110px;
    z-index: 2;
}
#site-header #logo img {
    height: 86px;
     
}

#nav-top {
    background-color: #000;
    color: #FFF;
    padding: 10px 0;
    font-size: 12px;
}
#nav-top ul {
    display: flex;
    justify-content: flex-end;
    padding-left: 100px;
}
#nav-top a {
    color: #FFF;
    margin-left: 30px;
}
#nav-top a:hover, #nav-top li.current_page a {
color:#d33132;
}

#nav-top a span {
    font-size: 16px;
    vertical-align: middle;
    line-height: 10px;
    position: relative;
    top: -2px;
    margin-right: 6px;
}


#nav-bottom {
    background-color: #FFF;
    padding: 10px 0;
    box-shadow: 0px -14px 21px rgb(0, 0, 0, 0.6);
}
#nav-bottom .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#nav-bottom ul {
    display: flex;
    justify-content: space-between;
    padding-left: 120px;
    padding-right: 40px;
    width: calc(100% - 290px);
}
#nav-bottom ul li a {
    color: #000;
    letter-spacing: 1px;
    font-size: 14px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0px 20px;
}
#nav-bottom ul li a:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 2px;
}
#nav-bottom ul li:hover a:after {
    background-color: #d8d6d6;
}
#nav-bottom ul li.current_page a:after {
    background-color: #d33132;
}
#nav-bottom ul li.current_page a {
    font-weight: bold;
}


#nav-bottom ul li a span {
    font-size: 22px;
    margin-left: 8px;
    position: relative;
    top: 2px;
}

#nav-bottom ul li.current_page a span  {
    transform: rotate(180deg);
}

#menu-thematique  {
     position: fixed;
    overflow: hidden;
    width: 100%;
    z-index: 8;
    height: 0;
    top: 100px;
    left: 0;
    transition: height 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition: height 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    background-color: #111!important;
}

#menu-thematique.open  {
    height: 640px;
}

#menu-thematique:after  {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: inset 0px 0px 171px 58px rgb(0, 0, 0, 0.13%); 
    box-shadow: inset 0px 0px 171px 58px rgb(0, 0, 0, 0.13%);
}


#menu-thematique .close {
    transform: rotate(
180deg) translateX(-50%);
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: -40px;
    font-size: 42px;
}
#menu-thematique .close:hover {
    color: #d33132;
    
}


#menu-thematique .sub-menu li {
   margin-left:0;
   -webkit-column-break-inside:avoid;
   -moz-column-break-inside:avoid;
   -o-column-break-inside:avoid;
   -ms-column-break-inside:avoid;
   column-break-inside:avoid;
}


#menu-thematique .sub-menu {
   
    -webkit-column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-count: 3;
    -moz-column-gap: 30px;
    -o-column-count: 3;
    -o-column-gap: 30px;
    column-count: 3;
    column-gap: 30px;
    width: 100%;
    z-index: 2;
     
}

#menu-thematique h4.cat_title span {
    background-color: #d33132;
    padding-right: 20px;
}



#menu-thematique .wrap {
    position: relative;
    z-index: 2;
    padding-top: 90px;
    padding-bottom: 90px;
}
#menu-thematique ee {
    margin: auto;
    margin-top: 30px;
    color: #FFF;
    font-size: 38px;
    z-index: 2;
    transform: rotate(180deg) translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 10px;
}


#menu-thematique ul li:hover .sub-menu {
    display: block;
}


#menu-thematique .sub-menu li a {
   margin-bottom: 10px;
    padding-bottom: 13px;
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: none;
    padding-left: 0;
    color: #FFF!important;
    font-size: 16px;
    line-height: 20px;
    padding-top: 13px;
    display: inline-block;
    width: auto;
    padding-left: 10px;
    padding-right: 0;
    border-radius: 6px;
    letter-spacing: 1px;
    opacity: 0.9;
}
#menu-thematique .sub-menu li a:hover {
/* background-color: rgb(0,0,0,0.1); 
    transform: translateX(10px);
    font-weight: bold;*/
    opacity: 1;
    

}


#menu-thematique .sub-menu li a:hover span {
color: #FFF;
    

}

#menu-thematique .sub-menu li a:hover {
    color: #d33132;
    text-decoration: none;
}
#menu-thematique .sub-menu li a:after {
    display: none;
}

#menu-thematique .sub-menu li a span {
    font-size: 14px;
    margin-right: 2px;
    color: #FFF;
    
}






#search_btn {
    height: 46px;
    width: 46px;
    background-color: #858585;
    display: block;
    margin-left: 30px;
    border-radius: 40px;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
}








/* FOOTER */
#site-footer  {
    background-color: #1a1a1a;
    border-top: 4px solid #d33132;
}


#site-footer .wrap.three_col {
    padding: 70px 110px;
    color: #FFF;
}
#site-footer .wrap.three_col a {
    color: #FFF;
}
 
#site-footer .wrap.three_col .col nav {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding-right: 0px;
}

#site-footer ul:first-child {
   width: 50%;
}


#site-footer .wrap.three_col .col nav li {
    margin-bottom: 20px;
}

#site-footer .bg_white {
    padding: 16px 110px;
 }
#site-footer .bg_white p {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
 }
#site-footer .bg_white p a {
    color: #808080;
}


#site-footer img.logo {
    width: 100%;
    max-width: 300px;
}
#site-footer .wrap.three_col .social_link a {
    font-size: 52px;
    margin: 0 3px;
    color: #9C9C9C;
}
#site-footer .wrap.three_col .social_link a:hover {

    color: #FFF;
}
#site-footer .wrap.three_col .social_link a:first-child {
    margin-left: -3px;
}

#site-footer .more_section {
    margin-bottom: 10px;
    display: inline-block;
}
#site-footer .more_section span {
    font-size: 24px;
    line-height: 20px;
    vertical-align: middle;
    position: relative;
    text-align: center;
    top: -1px;
    margin-left: 10px;
}

#site-footer .localisation span {
    font-size: 22px;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-left: -3px;
}



#site-footer img.couv {
    width: 100%;
    max-width: 240px;
    margin-bottom: 0px;
}

#site-footer .col_couv {
    text-align: center;
}


body.category .news_part, body.date .news_part {
    padding-bottom: 70px;
    
}

body.category .three_col .item, body.date .three_col .item {
    width: calc(33% - 10px);
    margin-right: 20px;
}
body.category .three_col .item:nth-child(3n), body.date .three_col .item:nth-child(3n) {
    margin-right: 0px;
}


.loadmore, .loadmore_2 {
    text-align: left;
    margin-top: 30px;
    cursor: pointer;
}
.item-list .last {
    position: absolute;
}

.loadmore.clicked, .loadmore_2.clicked {
    opacity: 0.7;
}
/* BANNER */

#banner {
    min-height: 350px;
    height: auto;
     color: #FFF;
    display: flex;
    align-items: center;
    justify-items: center;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
    padding-bottom: 110px;
    
}
 



.page-template-default #banner {
    padding-bottom: 50px;
}



 .page-id-501    #banner {
     padding-bottom: 80px;
}
    
  .page-id-1133   #banner {
     padding-bottom: 100px;
    }
    
    .page-id-1134  #banner {
     padding-bottom: 70px;
    }


#banner p a {
    color: #d33132;
}

#banner h1 {
    margin-bottom: 10px;
    font-size: 42px;
    font-weight: bold;
    line-height: 46px;
    font-family: 'Oswald', sans-serif;
    
}

#banner:before {
    content: "";
    background-size: cover;
    background-position: center;
    background-image: url("assets/img/bg_header.jpg");
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0; left: 0;
    background-color: #111;
    z-index: -1;
}

#banner:after {
    content: "";
    background-color: #000;
    opacity: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0; left: 0;
    z-index: -1;
    transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
	-webkit-transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
    
}

.ready #banner:after {
    opacity: 0.8;
}


#banner p {
    letter-spacing: 1px;
    max-width: 620px;
    margin: auto;
}

#banner #line {
    height: 100%;
    position: absolute;
    top: 0;
    right: 150px;
    transform: translateX(50vw);
    opacity: 0.2;
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.ready #banner #line {
    transform: translateX(0px);
    opacity: 1;
}


#banner .wrap {
    position: relative;
    top: 20px;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
.ready #banner .wrap {
    top: 0px;
    opacity: 1;
    
}


.single-evenement #banner .wrap {
    width: calc(66% - 20px);
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}




/* FILTRES - OPTIONS */


.filter_options {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -22px;
    flex-flow: column;
}

.filter_options .label {
    letter-spacing: 0.8px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
}


.selectdiv {
    background-color: #FFF;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 12px;
    height: 46px;
    position: relative;
    width: 260px;
    margin: 0 10px;
    text-align: center;
    color: #000;
    
    
}
.selectboxdiv {
    border: medium none;
    cursor: pointer;
    font-size: 14px;
    height: 44px;
    left: 0;
    line-height: 12px;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}


.selectdiv.specialisation, .selectdiv.activite {
    padding-right: 26px;
    padding-left: 8px;
}



.selectdiv .out {
    cursor: pointer;
    font-size: 14px;
    height: 44px;
    line-height: 14px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    padding: 14px 18px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: -1;
    color: #000;
}

.selectdiv .icone:before {
    content: "\e907";
    display: block;
    float: right;
    font-family: "icomoon";
    font-size: 25px;
    font-style: normal;
    line-height: 36px;
    opacity: 0.8;
    position: absolute;
    right: 18px;
    top: 6px;
    width: 20px;
    color: #000;
}

 .selectdiv.selected .icone:before  {
     content: "\e91e";
     font-size: 14px;
     z-index: 2;
}


.filter_options .search {
    position: relative;
}


.filter_options input {
    padding: 14px 14px!important;
    margin-top: 0!important;
    width: 33vw!important;
    color: #000;
    margin-bottom: 0!important;
}

.filter_options .search span {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 28px;
    cursor: pointer;
}
body.loading .filter_options .search span {
    display: none;
}



.informations_plus {
    position: absolute;
    left: 50%;
    background-color: #000;
    color: #FFF;
    width: 590px;
    padding: 40px;
    top: 66px;
    z-index: 2;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}


.informations_plus.active {
    opacity: 1;
    top: 56px;
}

.selectdiv .icon-interrogation {
    position: relative;
    text-align: center;
    top: -3px;
    border: 1px solid #999;
    border-radius: 10px;
    display: inline-block;
    color: #999;
    font-size: 10px;
    padding: 1px;
    z-index: 6;
    margin: 14px 18px;
    vertical-align: bottom;
    margin-left: 0;
    margin-right: 10px;
}

.selectdiv.specialisation .out, .selectdiv.activite .out {
    display: inline-block;
    padding-right: 10px;
    padding-left: 3px;
}


.revue-content {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #999;
    width: 100%;
}

.revue-content h4 {
    margin: 0;
    margin-bottom: 8px;
}
.revue-content a.more {
    display: inline-block;
    margin-left: 20px;
}






.section_part {
    padding-bottom: 30px;
}

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

.add_box {
    margin-bottom: 30px;
}


.add_box img {
    width: 100%;
    height: auto;
    background-color: #efeeee;
    display: block;
}

.newsletter_box {
    padding: 60px 30px;
}

.box.newsletter_box  h2 {
    font-size: 34px;
    line-height: 38px;
}
.box.newsletter_box  h2:after {
    content: "";
    background-image: url(assets/img/bg_trame.png);
    background-repeat: repeat-x;
    background-position: left center;
    background-size: auto 100%;
    height: 11px;
    width: 100%;
    display: inline-block;
    left: 0;
    top: 8px;
    z-index: -1;
    margin-top: 24px;
    margin-bottom: 0px;
    width: 100%;
}



#pop_up_newsletter, #search_box {
    visibility: hidden;
    z-index: 11;
    position: relative;
}

#pop_up_newsletter.active, #search_box.active {
    visibility:visible;
}

#pop_up_newsletter .bg_layer, #search_box .bg_layer {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

#search_box .bg_layer {
     background-color: rgb(255,255,255,0.97);
}


#pop_up_newsletter.active .bg_layer, #search_box.active .bg_layer {
    opacity: 1;
}

#pop_up_newsletter .wrap, #search_box .wrap {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

#search_box .wrap {
    left: -110vw;
}

#pop_up_newsletter.active .wrap, #search_box.active .wrap  {
    left: 0;
}
#pop_up_newsletter .inner, #search_box .inner {
    position: relative;
    max-width: 450px;
    width: 100%;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

#pop_up_newsletter .close, #search_box .close  {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 42px;
    z-index: 0;
    transform: rotate(
45deg
);
    cursor: pointer;
}
.form {
    position: relative;

}
#search_box .close {
    color: #999;
    position: inherit;
    right: inherit;
    top: inherit;
    font-size: 12px;
    text-transform: uppercase;
    transform: none;
}

#search_box .close span {
    font-size: 18px;
    line-height: 20px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

#search_box .icon-search {
    position: absolute;
    right: 0;
    font-size: 36px;
    top: 20px;
    color: #999;
    cursor: pointer;
}



#search_box input {
    width: 820px!important;
    font-size: 32px!important;
    background-color: transparent!important;
    border: none!important;
    border-bottom: 1px solid #999!important;
    padding-left: 0!important;
}





.social_box a {
    font-size: 52px;
    margin: 0 3px;
    transform: scale(1.1);
    
}
.social_box a {
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.social_box a:hover span {
    transform: scale(1.1);
    color: #222;
}



.social_box {
    padding: 0;
    text-align: center;
}




.response {
    margin-top: 20px;
    /* background-color: lightsalmon;
    padding: 8px 12px; */
}



 .agenda_box .line {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.single-evenement .agenda_box {
    padding-bottom: 10px;
    margin-bottom: 40px;
    overflow: hidden;
}

.agenda_box .line {
    border-bottom: 1px solid #999;
}


.single-evenement .agenda_box .line {
    width: calc(100% - 20px);
}



.agenda_box .line:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

 .agenda_box .line h2 {
    margin-bottom: 10px;
     font-size: 24px;
}


 .agenda_box .line h3 {
    font-size: 16px;
    margin-bottom: -2px;
     font-weight: normal;
}
 .agenda_box .line p {
     
    margin-bottom: 0px;
}

.agenda_box .item_agenda .col {
    width: 100%;
}
 
.agenda_box {
    height: 480px;
    position: relative;
}


.swiper_scroll_box {
    height: 100%;
    overflow: hidden;
}

.swiper-container-vertical>.swiper-scrollbar {
    display: block;
    right: 10px;
    height: calc(100% - 60px);
    top: 30px;
}


.swiper-scrollbar-drag {
    background-color: #d33132;
}
.swiper_scroll_box .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    position: relative;
    transition-property: transform;
}




.single-evenement .swiper-container-vertical>.swiper-scrollbar {
    display: block;
    right: 0px;
}



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




.item_news {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #999;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.item_news img {
   
    width: 100%;
    height: auto;
}

.item_news .content p {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.item_news .content[data-line="1"] p {
    -webkit-line-clamp: 1;
}
.item_news .content[data-line="2"] p {
    -webkit-line-clamp: 2;
}
.item_news .content[data-line="3"] p {
    -webkit-line-clamp: 3;
}
.item_news .content[data-line="4"] p {
    -webkit-line-clamp: 4;
}
.item_news .content[data-line="5"] p {
    -webkit-line-clamp: 5;
}
.item_news .content[data-line="6"] p {
    -webkit-line-clamp: 6;
}
.item_news .content[data-line="7"] p {
    -webkit-line-clamp: 7;
}
.item_news .content[data-line="8"] p {
    -webkit-line-clamp: 8;
}

.item_news  h2 {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-transform: uppercase;
    cursor: pointer;
}


.item_news .image, .item_news .image_box {
    background-size: cover;
    background-position: center;
    height: 230px;
    width: 100%;
     margin-bottom: 10px;
    cursor: pointer;
    overflow: hidden;
     transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.item_news:hover .image {
transform: scale(1.1);
}







.item-list.one_line .image_box {
    width: calc(33% - 20px);
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    float: left;
}

.item-list.one_line .item_news {
    display: inline-block;
    width: 100%;
}


.item-list.one_line .content {
    display: inline-block;
    width: 66%;
    overflow: hidden;
}



.item_3, .item_4 {
    border-bottom: none;
    margin-bottom: 0;
}

.publish {
    font-size: 12px;
}

.bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bottom a.more {

    margin-left: 20px;
}



.item_agenda p {
    font-size: 14px;
}


 .item_agenda .publish, .quick_agenda_part .publish {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    letter-spacing: -0.01em;
    line-height: 24px;

}

.item_agenda .about .btn  {
    margin-bottom: 0;
    margin-top: 20px;
}
.agenda_box .item_agenda .about .btn  {
    margin-bottom: 0;
    margin-top: 20px;
}
.item_agenda .about   {
    margin-bottom: 0;
    margin-top: 20px;
}
.quick_agenda_part .item_agenda .about   {
    margin-bottom: 0;
    margin-top: 0px;
}



section.search_result {
    margin-bottom: 40px;
}


.documents p .btn {
    margin-top: 40px;
}

.search_result.documents .three_col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

.search_result.documents .three_col .item {
    width: calc(33% - 10px);
}

 
.search_result .item_news .content p {
    -webkit-line-clamp: 2!important;
}





.fact_checking_box .item_news, .fact_checking_item {
    background-color: #000;
    padding: 30px;
    margin-bottom: 30px;
    color: #FFF;
    border: none;
    height: 100%!important;
}


.swiper-slide.fact_checking_item, .fact_checking_box .swiper-slide.item_news {
    padding: 30px 50px;
    padding-bottom: 40px;
}




.fact_checking_box .item_news .publish {
    display: none;
}
.fact_checking_box .item_news .bottom a.more {
    margin-left: 0;
}

#fact-checking-slider {
    background-image: url("assets/img/bg_paper_red.jpg");
    background-repeat: repeat;
}

#fact-checking-slider h2.white {
    text-align: center;
    margin-bottom: 50px;
}

.fact_checking_box  {
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
    margin-bottom: 40px;
}

#fact-checking-slider .fact_checking_box {
    margin-top: 70px;
    margin-bottom: 70px;
    border-bottom: 0;
}

.fact_checking_label {
    font-size: 14px;
    padding: 1px 5px;
    margin-left: 0px;
    position: relative;
    top: -1px;
}

.fact_checking_box a.more_news {
    text-align: center;
    margin: auto;
    display: block;
    font-size: 32px;
}



#banner .fact_checking_label {
    margin-left: 0;
    font-size: 22px;
}








 
.tools_box .col {
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 300px;
    width: 50%;
    padding: 0 20px ;
}
.tools_box .col:first-child {
    border-right: 1px solid #999;
}

.tools_box span.bg_red {
    display: block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 52px;
    border-radius: 40px;
    margin-bottom: 40px;
}
.tools_box h2 {
    margin-bottom: 40px;
    text-transform: uppercase;
}




#la-lettre .two_col {
    align-items: center;
    padding-bottom: 70px;
}

#la-lettre .intro {
    margin-bottom: 40px;
    border-left: 2px solid red;
    padding-left: 20px;
}
 

#la-lettre .btn {

    min-width: 270px;
}

#cta {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
}
#cta h1 {
    margin-bottom: 20px;
}
#cta p.intro {
    margin-bottom: 40px;
}


 
#la-lettre .date {
    font-size: 34px;
    line-height: 38px;
}









.home_couv {
    display: block;
    position: relative;
        width: 64%;
    margin: auto;
}
.home_couv img {
    position: absolute;
    box-shadow: -2px 4px 4px 1px  rgb(0,0,0,0.3);
    width: 100%;
    height: auto;
    background-color: #FFF;
    
}
.home_couv .couv_1 {
    transform: rotate(-5deg);
}
.home_couv .couv_2 {
    transform: rotate(-2.5deg);
}
.home_couv .couv_3 {
    position: relative;
}

button[name="submit"]:hover {
    background-color: #000!important;
    
}


.item_agenda {
    align-items: stretch;
}


.item_agenda .img_col {
    background-size: cover;
    background-position: center;
    min-height: 540px;
}
    


.page-id-501 .item_agenda {
    background-color: #FFF;
    margin-bottom: 30px;
    align-items: stretch;
}

.page-id-501 .item_agenda .col:last-child {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-right: 30px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
}

.page-id-501 .two_col.with_sidebar {
    /* margin-top: -120px; */
}

.page-id-501 .item_agenda .publish, .agenda_part .item_agenda .publish  {
    /* font-size: 26px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 6px; */
    
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 1px;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 29px;
    
    
}

.white-box {
     background-color: #FFF;
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-id-501 .who-content a:not(.btn) {
     color: #d33132!important;
}

.page-id-501 .item_agenda h3, .agenda_part .item_agenda h3 {
    /* font-size: 20px;
    margin-bottom: 6px; */
    
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: normal;
}

.inscription iframe {
    border: none;
    width: 100%;
    height: 100%;
    overflow: visible;
    display: block;
     overflow: scroll;
	-webkit-overflow-scrolling: touch;
     scroll-behavior: smooth;
}

.swiper-formations {
    width: 100%;
    height: 300px;
    position: relative;
    margin-bottom: 40px;
}

.swiper-formations .swiper-slide {
    background-size: cover;
    
}


.page-id-501 .intro_banner {
    display: none;
}



.lds-ring {
    position: absolute;
    right: 20px;
    height: 20px;
    width: 20px;
    top: 12px;
    display: none;
}

.loading .lds-ring {
    display: block;
}

.filter_options .lds-ring {
    top: 6px;
}


.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 8px;
    border: 1px solid #999;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #999 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




.loading .item_annuaire, .loading .item_ressource {
    opacity: 0.5;
}




.item_annuaire p {
    margin-bottom: 0;
    
}
.item_annuaire  {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #DDD;
    background-color: #FFF;
    padding: 30px;
}
.item_annuaire .name  {
    font-size: 18px;
}


.nom_burreau {
    margin-bottom: 10px;
}

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


.sidebar .section_part  {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #999;
}




.sidebar  .section_part.certif {
    border: none;
    padding-bottom: 0;
}


.flex.calo {
    background-color: #FFF;
    padding: 40px;
    padding-left: 20px;
    margin-top: 60px;
}

.flex.calo div.img {
    width: 30%;
}
.flex.calo div.txt {
    width: 70%;
    padding-left: 40px;
}

.flex.calo div.txt p {
   margin-bottom: 0;
}



.quick_agenda_part {
    border: none;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.sidebar .section_part h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 'Open Sans';
}

.alphabet {
    display: flex;
    flex-wrap: wrap;
}

.alphabet span {
    width: 10%;
    height: 50px;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    position: relative;
    cursor: pointer;
}
.alphabet span.no_match {
    color: #C2C2C2;
    pointer-events: none;
}
.alphabet span:before  {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 30px;
    z-index: -1;
    content: "";
    display: block;
    height: 38px;
    width: 38px;
    transform: translateY(-50%) translateX(-50%);
}
.alphabet span:hover:before  {
    background-color: #d1d1d1;
}
.alphabet span.active {
    color: #FFF;
}
.alphabet span.active:before {
    background-color: #d33132;
    
}


.reset_alphabet {
    color: #000;
    text-decoration: none;
    display: none;
}

.reset_alphabet font {
    text-decoration: underline;
}

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


.item_ressource {
    background-color: #FFF;
    padding: 20px;
    margin-bottom: 20px;
    align-items: stretch;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.item_ressource .bottom {
    border-top: 1px solid #E9E9E9;
    padding-top: 20px;
    justify-content: space-between;
}

.item_ressource .top h3 {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 6px;
    display: none;
}

.item_ressource .top h2 {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 20px;
}

.item_ressource p {
    font-size: 14px;
    color: #999;
    line-height: 22px;
}


.item_ressource .publish {
    font-size: 14px;
}
.item_ressource .publish {
    font-size: 14px;
}

.item_ressource .publish span {
    font-size: 22px;
    line-height: 16px;
    vertical-align: middle;
    position: relative;
    text-align: -webkit-auto;
    top: -2px;
    margin-right: 4px;
}


.alldocs {
    position: fixed;
    top: 0;
    right: -110vw;
    height: 100vh;
    width: 50vw;
    box-shadow: 2px 0 15px rgb(0, 0, 0, 0.20);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1) ;
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 70;
    overflow: scroll;
	-webkit-overflow-scrolling: touch;
     scroll-behavior: smooth;
    max-width: 900px;
    
}

.alldocs.active {
    right: 0;
}

.alldocs .inner {
    background: #FFF;
    padding: 5vw;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: column;
    min-height: 100%;
    
}

.alldocs .inner .docs_list a, .alldocs_opened .docs_list a {
    background-color: #EFEFEF;
    padding: 10px 14px;
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    border: 1px solid #e2e2e2;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
}
.alldocs .inner .docs_list a:hover, .alldocs_opened .docs_list a:hover {
    color: #d33132;
}
.alldocs .inner .docs_list a span, .alldocs_opened .inner .docs_list a span {
    font-size: 22px;
}

.alldocs .inner h2 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 31px;
}


.content_histoire {
    margin-bottom: 70px;
}


.alldocs .list, .alldocs_opened .list {
    width: 100%;
}

.wp-playlist-item-length {
    background-color: #444;
    color: #FFF;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 12px!important;
}

.wp-playlist-item:last-child {
    border-bottom: 1px;
}

.alldocs .wp-playlist-playing {
    color: #d33132;
}

.alldocs .wp-playlist-current-item {
    display: none;
}
.alldocs .wp-playlist-item {
    padding-bottom: 15px!important;
    margin-bottom: 15px!important;
}
.alldocs .wp-playlist-item a.wp-playlist-caption {
    text-decoration: none!important;
}



.wp-playlist-item:before {
    font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    
    display: inline-block;
    margin-right: 10px;
    float: left;
    background-color: #CECECE;
    color:#FFF ;
    height: 26px;
    width: 25px;
    border-radius: 20px;
    line-height: 25px;
    text-align: right;
    font-size: 20px;
    padding-right: 1px;
}
.alldocs .wp-playlist-playing:before {
    background-color: #d33132;
    
}


#content-2833 .item_ressource .bottom  {
    border-top: 1px solid #E9E9E9!important;
    padding-top: 20px;
    justify-content: flex-start;
}






.evenement-template-default .alldocs .inner {
    height: 100%;
    padding: 20px;
    color: #000;
    border: none;
        padding-top: 90px;

}

.evenement-template-default .alldocs .inner h3 {
    margin-top: 60px;
}



.alldocs .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    
}

.evenement-template-default .alldocs a.close {

    top: 120px;
}



.alldocs a:not(.red) {
    color: #000;
    text-decoration: underline;
}
.alldocs a:not(.red):hover {
    color: #d33132;
     
}
.alldocs a.close {
    transform: rotate(
45deg
);
    text-decoration: none;
    font-size: 24px;
}


.alldocs .wp-playlist {
    border: none;
    padding: 0;
    margin: 20px 0 20px;
    font-size: 14px;
    line-height: 1.5;
}
 

.left_navigation {
    margin-bottom: 40px;
    margin-top: 10px;
}

.left_navigation li {
    width: 100%;
    border-bottom: 1px solid #aeaeae;
    display: block;
}
.left_navigation li:last-child {
    border: none;
}
.left_navigation li a {
    width: 100%;
    padding: 10px 40px 10px 10px;
    display: flex;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    align-items: flex-start;
}

.left_navigation li a font {
    /* font-weight: bold; */
}
.left_navigation li a font sup {
    position: relative;
    font-size: 12px;
    line-height: normal;
    padding: 0;
    top: -3px;
    vertical-align: text-bottom;
    margin-left: 9px;
    letter-spacing: 1px;
}
.left_navigation:hover li a {
    color: #7C7C7C;
}

.left_navigation li a:hover {
    color: #000;
}

.left_navigation li.active a {
    font-weight: bold;
}

.page-id-2 .left_navigation li a, .page-id-501 .left_navigation li a {
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 0;
}
.page-id-2 .left_navigation li a span, .page-id-501 .left_navigation li a span {
    margin-right: 0;
    margin-left: 0;
}





.left_navigation li a.parent:after {
    content: "\e907";
    font-family: "icomoon";
    font-size: 25px;
    font-style: normal!important; 
    position: absolute;
    right: 10px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.left_navigation li.active a.parent:after {
    transform: rotate(180deg)  translateY(3px);
    
}


.left_navigation li.active a.parent {
    background-color: #d33132;
    color: #FFF;
    border-radius: 2px;
}
.left_navigation .sub-menu {
    display: none;
}

.left_navigation li.active .sub-menu {
    display: block;
    padding-bottom: 0px;
}

.left_navigation li a span {
    font-size: 20px;
    line-height: 14px;
    vertical-align: middle;
    position: relative;
    top: 4px;
    margin-right: 10px;
}
.left_navigation .sub-menu li a span {
    font-size: 14px;
     
}


.left_navigation .sub-menu li a {
    padding-left: 30px;
    text-transform: none;
    font-size: 14px;
    padding: 16px 40px 16px 30px; color: #000;
}
.left_navigation .sub-menu li a:hover {
    color: #d33132;
}


.left_navigation .sub-menu li.active a {
color: #d33132;
    font-weight: bold;
}



#intro {
    margin-top: -130px;
}

#intro .inner {
    padding: 40px;
    text-align: center;
    width: 85%;
    margin: auto;
    margin-bottom: 70px;
}



#map_box {
    background-color: #999;
    width: 100%;
    display: block;
    position: relative;
    height: 100%;

}
#map_box img {
    display: inline-block;
    float: left;
}

.item-section-point {
    width: 20px;
    position: absolute;
    cursor: pointer;
    transform: translateX(-10px) translateY(-24px);
}




#section-box {
    overflow: auto;
    height: 660px;
}

.item-section a {
    color: #000;
}

.item-section .content {
    display: none;
}


.item-section h2 {
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
    cursor: pointer;
}

.item-section h2:hover, .item-section.active h2 {
 color: #d33132;  
}
.item-section.active .content {
    display: block;
}

.item-section.active h2 span {
    transform: rotate(
-180deg);
    position: relative;
    display: inline-block;
    color: #111;
}

.item-section strong, .item-section b  {
    font-size: 18px;
}
#section-box {
    transform: translateX(-20px);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
#section-box.active {
    transform: translateX(0px);
}

.item-section {
    margin-bottom: 20px;
}

.item-section.active {
    margin-bottom: 50px;
}


#section-box .item-section {
    padding-right: 30px;
}


#section-box .swiper-container-vertical>.swiper-scrollbar {
    display: block;
    right: 10px;
    height: 100%;
    top: 0;
}




.item-section-point:hover {
    
    transform: translateX(-10px) translateY(-26px) scale(1.2);
    z-index: 11;
}

.item-section-point.active, .item-section-point.active:hover {
    
    transform: translateX(-10px) translateY(-28px) scale(1.5);
    z-index: 9;
}


.item-section-point:before {
    position: absolute;
    content: attr(data-legende);
    left: 50%;
    top: -16px;
    font-size: 9px;
    letter-spacing: 1px;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    text-align: center;
    width: 130px;
    text-shadow: -1px 0 #FFF, 0 1px #FFF, 1px 0 #FFF, 0 -1px #FFF;
    color: #696969;
    font-weight: bold;

}


.item-section-point:hover:before, .item-section-point.active:before {
     opacity: 1;
     top: -18px;
}

/* Momprellier */
.item-section-point[data-name="section-8882"] {
    top: 72.5%;
    left: 65.2%;
}


/* Marseille */
.item-section-point[data-name="section-8881"] {
    top: 75.8%;
    left: 76.3%;
}

/* Lyon */
.item-section-point[data-name="section-8880"] {
    top: 52.8%;
    left: 72.3%;
}



/* Lyon */
.item-section-point[data-name="section-8879"] {
    top: 51%;
    left: 45.7%;
}

/* Lille */    
.item-section-point[data-name="section-8878"] {
    top: 2.2%;
    left: 59%;
}


/* Le Havre */    
.item-section-point[data-name="section-8877"] {    
    top: 14%;
    left: 37%;
}

/* Grenoble */    
.item-section-point[data-name="section-8876"] {    
    top: 57.3%;
    left: 78.9%;
}

/* GRASSE */    
.item-section-point[data-name="section-8875"] {    
    top: 74%;
    left: 85%;
}


/* Evry */    
.item-section-point[data-name="section-8874"] {     
    top: 20.9%;
    left: 55.4%;
}

/* DIJON */    
.item-section-point[data-name="section-8873"] {  
    top: 36.8%;
    left: 73.5%;
}

/* CRÉTEIL */
.item-section-point[data-name="section-8872"] {  
    top: 24%;
    left: 57%;
}

/* CLERMONT-FERRANT */
.item-section-point[data-name="section-8871"] {  
    top: 51.3%;
    left: 59.2%;
}

/* CAEN */
.item-section-point[data-name="section-8870"] {  
    top: 18%;
    left: 33%;
}


/* BORDEAUX */
.item-section-point[data-name="section-8869"] {  
    top: 61.3%;
    left: 32%;
}


/* BOBIGNY */
.item-section-point[data-name="section-8868"] {
    top: 22.7%;
    left: 55%;
}

/* BETHUNE */
.item-section-point[data-name="section-8867"] { 
    top: 3%;
    left: 56%;
}

/* ANGOULEME */
.item-section-point[data-name="section-8866"] { 
    top: 52.5%;
    left: 37.7%;
}



/* ANGERs */
.item-section-point[data-name="section-8865"] { 
    top: 35%;
    left: 32%;
}



/* AIX-EN_PROVENCE */
.item-section-point[data-name="section-8864"] {
    top: 73.8%;
    left: 77%;
}

/* AGEN */
.item-section-point[data-name="section-8863"] { 
    top: 66.7%;
    left: 40.6%;
}


/* VERSAILLES */
.item-section-point[data-name="section-8898"] {     
    top: 23%;
    left: 52%;
}


/* TOULOUSE */
.item-section-point[data-name="section-8897"] {     
    top: 72%;
    left: 47%;
}


/* TARBES */
.item-section-point[data-name="section-8896"] { 
    top: 76%;
    left: 37%;
}

/* STRASBOURG */
.item-section-point[data-name="section-8895"] { 
    top: 24%;
    left: 94%;
}


/* ST ETIENNE */
.item-section-point[data-name="section-8894"] { 
    top: 54.5%;
    left: 69%;
}


/* ROUEN */
.item-section-point[data-name="section-8893"] { 
    top: 15.2%;
    left: 44%;
}

/* RENNES */
.item-section-point[data-name="section-8892"] { 
    top: 29.3%;
    left: 23.8%;
}

/* PONTOISE */
.item-section-point[data-name="section-8891"] { 
    top: 20%;
    left: 52%;
}

/* POITIERS */
.item-section-point[data-name="section-8890"] { 
    top: 44%;
    left: 39%;
}


/* PAU */
.item-section-point[data-name="section-8889"] { 
    top: 75%;
    left: 33%;
}


/* PARIS */
.item-section-point[data-name="section-8888"] { 
    top: 20.5%;
    left: 54%;
}

/* NIMES */
.item-section-point[data-name="section-8887"] { 
    top: 70.8%;
    left: 68.8%;
}


/* NICE */
.item-section-point[data-name="section-8886"] { 
    top: 74%;
    left: 87%;
}

/* NANTES */
.item-section-point[data-name="section-8885"] { 
    top: 37.8%;
    left: 24.7%;
}

/* NANTERRE */
.item-section-point[data-name="section-8884"] { 
    top: 21%;
    left: 53%;
}

/* NANCY */
.item-section-point[data-name="section-8883"] { 
    top: 22.7%;
    left: 82.5%;
}


p.with_number span.number {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #d33132;
    color: #efeeee;
    border-radius: 40px;
    font-weight: bold;
    font-size: 28px;
    position: absolute;
    left: 0;
    top: 0;
}

p.with_number {
    position: relative;
    padding-left: 80px;
    margin-bottom: 40px;
}






 .quick_agenda_part .alldocs.active {
    width: 100%;
    position: absolute;
}
 .quick_agenda_part .alldocs .inner {
    background: #FFF;
    border-top: none;
    padding: 0;
    height: 100%;
    display: inline-block;
    align-items: flex-start;
    justify-content: center;
    flex-flow: column;
    width: 100%;
}

 .quick_agenda_part  .alldocs .close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}


.single-post #banner, .single-evenement #banner {
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    height: 500px;
    padding-bottom: 120px;
}





#banner .sep {
    margin-bottom: 20px;
}


.single-post #banner h1, .single-evenement #banner h1 {
    max-width: calc(66% - 50px);
    text-transform: uppercase;
}


.single-evenement #banner .wrap h3, .single-evenement #banner .wrap h1 {
    max-width: 100%;
}


#banner h1 sup {
    text-transform: lowercase;
    font-size: 30px;
    position: relative;
    top: -2px;
}


h2 sup {
    font-size: 19px;
}



.single-post #banner .publish, .single-evenement #banner .publish {
    display: block;
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.single-evenement #banner p {
    max-width: 620px;
    margin: 0;
    margin-bottom: 10px;
}


.msg.alert {
    display: block;
    padding: 20px;
    background-color: #F4EAEB;
    border: 1px solid #EADCDD;
    border-radius: 3px;
    margin-bottom: 40px;
    font-size: 14px;
    color: #BA5A5F;
}
.msg span {
    font-size: 19px;
    vertical-align: middle;
    margin-right: 2px;
    position: relative;
    top: -1px;
}


.single-post .post-content, .single-evenement .post-content {
    background-color: #FFF;
    padding: 50px;
    margin-top: -180px;
    margin-bottom: 60px;
}

.single-evenement .post-content {
    background-color: transparent;
    padding: 0px;
    margin-top: -180px;
    margin-bottom: 0px;
}
.single-evenement .post-content .box-content  {
    background-color: #FFF;
    padding: 40px;
    margin-bottom: 40px;
}



.single-evenement .post-content h3 {
    font-family: 'Open Sans';
    font-size: 20px;
}


.single-evenement .pre-form-box {
    
    margin-top: -420px;
    
}

.single-evenement .pre-form-box .programme {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    background-color: rgb(0 0 0 / 20%);
    padding: 10px;
    line-height: 24px;
}

.single-evenement .pre-form-box .programme span {
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 4px;
}

.single-evenement  .contact_section {
    padding: 16px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px;
}
.single-evenement .with_sidebar .sidebar {
top: 540px;
}

.single-evenement .pre-form-box-inner {
    background-color: #FFF;
    padding: 40px;
    margin-bottom: 40px;
}

.single-evenement  .resume .line {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E9E9E9;
    justify-content: space-between;
}
.single-evenement  .resume .line:last-child {
border-bottom: none;
  
}
.single-evenement  .resume .line strong  {
    font-family: 'Oswald';
}
.single-evenement  .resume .line  {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    text-align: right;
}
.single-evenement .add_box {
    margin-bottom: 0px;
}


.single-evenement .pre-form-box .btn {
    width: 100%;
    margin-bottom: 40px;
}


.single-evenement .pre-form-box p.contact {
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}
.single-evenement .pre-form-box p.contact a {
    text-decoration: underline
}

.single-post .post-content p:not(.social_box) a, .single-evenement   .post-content p:not(.social_box) a,
.default_content a {
    color: #000;text-decoration: underline;  
}


.single-post .post-content p:not(.social_box) a:hover, .single-evenement   .post-content p:not(.social_box) a:hover,
.default_content a:hover {
    color: #d33132; text-decoration: none;  
}


 
.default_content {
    padding-bottom: 60px;
}
.default_content ol, .single-post .post-content ol,
.post-content ol, #content-8797 ol, #content-8778 ol {
    list-style-type: auto;
    counter-reset: li;
    margin-left: 34px;
    padding-left: 0;
}



#note {
    border-top: 1px solid #E0E0E0;
    padding-top: 40px;
    margin-top: 40px;
    font-size: 12px;
}
#note .inner_notes p, #note .inner_notes > * {
     font-size: 12px;  
}



ol > li:before {
    content: counter(li)".";
    counter-increment: li;
    position: absolute;
    left: -40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
    margin-right: 8px;
    padding: 0;
    color: #d33132;
    font-weight: bold;
    text-align: right;
}

ol > li {
    position: relative;
    margin: 0;
    padding: 6px 8px;
    list-style: none;
    margin-bottom: 20px;
}


.page-id-3431 .default_content  ul  {
    -webkit-column-count: 3;
    -webkit-column-gap: 100px;
    -moz-column-count: 3;
    -moz-column-gap: 100px;
    -o-column-count: 3;
    -o-column-gap: 100px;
    column-count: 3;
    column-gap: 100px;
    width: 100%;
    z-index: 2;
}
.page-id-3431 .default_content ul li {

    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;

}


.page-id-3434 .default_content div {
    margin: auto;
    width: 100%;
    max-width: 1024px;
    margin-left: 0;
    text-align: justify;
}









.single-post .post-content .bottom, .single-evenement .post-content .bottom, .single-la-lettre .post-content .bottom {
    border-top: 1px solid #999;
    padding-top: 30px;
    margin-top: 30px;
    display: block;
    width: 100%;
    text-align: center;
}

.post-content .bottom.docs {
    text-align: left;
}

.post-content .bottom.docs a {
    margin-bottom: 10px;
    display: inline-block;
}

.post-content .bottom.docs a span {
    font-size: 20px;
    margin-right: 8px;
    vertical-align: bottom;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
}

.single-post .post-content .top  {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

.single-post .post-content .top .post_option a, .single-evenement .post-content .top .post_option a {
    font-size: 18px;
    line-height: 18px;
    margin-left: 10px;
}
#content-9563 .item_ressource {
    display: flex;
    flex-flow: row;
    align-items: center;
}
#content-9563 .item_ressource a {
    text-decoration: none;
    text-transform: uppercase;
}

.single-evenement .post-content .top {
   margin-bottom: 30px;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 10px;
    font-size: 14px;
     
}
.single-evenement .post-content .top p {
    font-size: 14px;
     
}

.single-evenement .post-content .top p span {
    font-size: 18px;
    position: relative;
    top: 2px;
}

#past_events {
    margin-bottom: 40px;
}


.item_past_event {
    background-color: #FFF;
    padding: 20px 40px;
    margin-bottom: 20px;
    align-items: stretch;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: auto;
    
}

.item_past_event .top h3 {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 6px;
}

.item_past_event .top h2 {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 20px;
}

.item_past_event .bottom {
    border-top: 1px solid #E9E9E9;
    padding-top: 20px;
    justify-content: space-between;
}

.item_past_event h2 {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
}




 
.bull-footer p {
    font-size: 14px;
}

.post-content ul li:before, #content-8797 ul li:before, #content-8778 ul li:before, .default_content ul li:before,  #content-9561 ul li:before {
    content: "\e911";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #d33132;
    font-size: 25px;
    position: absolute;
    top: 2px;
    margin-right: 6px;
    left: -40px;
}


.post-content ul, #content-8797 ul, #content-8778 ul, .default_content ul, #content-9561 ul    {
    font-size: 16px;
    line-height: 24px;
    padding-left: 40px;
    margin-bottom: 20px;
    
    
    
}
.post-content ul li, #content-8797 ul li, #content-8778 ul li, .default_content ul li, #content-9561 ul li  {
    margin-bottom: 20px;
    position: relative;
}

#content-8797 ul {
    margin-left: 80px;
}




#content-8786 img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}






.circle {
    border: 1px solid;
    border-radius: 20px;
    padding: 6px;
}


 

.adh_form iframe {
    border: none;
    width: 100%;
    box-shadow: none;
    margin-left: 0;
    height: 1860px!important;
    margin-bottom: 40px;

}
   


.who-content h2, .page-id-2 .ressources h2 {
    margin-bottom: 40px;
}


.single-la-lettre #banner {
    min-height: 260px;
    padding-bottom: 20px;
    padding-top: 20px;
}

#letter_view {
    padding-bottom: 90px;
}


#letter_view .col_couv {
    padding: 20px;
    transform: translateY(-20px);
    text-align: center;
}

#letter_view .col_couv img {
    margin-bottom: 60px;
}


.sommaire  h4.cat_title:after {
    position: relative;

}
.sommaire  h4.cat_title {
    position: relative;
    margin-bottom: 40px;

}

.page-id-1134 .sommaire_intro ul {
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -o-column-count: 2;
    -o-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
     
}

.sommaire_intro h3 {
    font-size: 16px;
    margin-bottom: 0;
}

.sommaire_intro h2 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 24px;
}

.sommaire_intro li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b8b8b8;
    margin-left: 0;
     
    padding-right: 40px;
    position: relative;
    cursor: pointer;
    width: 100%;
}

.page-id-1134 .sommaire_intro li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b8b8b8;
    margin-left: 0;
    -webkit-column-break-inside:avoid;
   -moz-column-break-inside:avoid;
   -o-column-break-inside:avoid;
   -ms-column-break-inside:avoid;
   column-break-inside:avoid;
    padding-right: 40px;
    position: relative;
    cursor: pointer;
}



.sommaire_intro li a {
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 29px;
    color: #b8b8b8;
    opacity: 0.3;
    
    
}

.sommaire_intro li:hover a {
    opacity: 1;
}

.sommaire_intro li.current_page a {
    color: #d33132;
    opacity: 1;
}




.single-la-lettre .two_col .sommaire  {
    width: calc(33% - 10px);
}

.single-la-lettre .two_col .content  {
    width: calc(66% - 10px);
}

.single-la-lettre .post-content  {
    background-color: #FFF;
    padding: 50px;
    width: 100%;
    margin-bottom: 60px;
    box-shadow: 0 0px 10px -4px rgb(0, 0, 0, 0.8%);
    border-top: 6px solid #d33132;

}


.logged-in.single-la-lettre .post-content {
    box-shadow:  0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.024);
}

.single-la-lettre .post-content-couv {
    padding: 0;
}
.single-la-lettre .post-content-couv img {
    width: 100%;
    display: block;
}

.single-la-lettre .post-content .top {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #b6b6b6;
}

.single-la-lettre .post-content .top h1 {
    margin-bottom: 14px;
    position: relative;
    top: -15px;
    font-size: 52px;
    line-height: 54px;
    letter-spacing: -1px;
}

.single-la-lettre .two_col .sommaire {
    width: calc(33% - 10px);
    overflow: hidden;
}

 .single-la-lettre  .swiper_scroll_box {
    height: calc(100vh - 320px);
    overflow: hidden;
    margin-bottom: 40px;
}





.ancien_numero {
    display: flex;
    flex-wrap: wrap;
}

.item-lettre {
    width: calc(25% - 15px);
    margin-bottom: 20px;
    margin-right: 20px;
    text-align: center;
}

.item-lettre:nth-child(4n) { 
    margin-right: 0;
}

.item-lettre .title {
    margin-top: 10px;
    display: block;
    margin-bottom: 20px;
}








#ancien_numeros {
    padding: 60px 0;
}

#ancien_numeros span {
    background-color: #FFF;
}

#ancien_numeros img, img.couv {
    box-shadow: 0 0px 10px -4px rgb(0, 0, 0, 0.8%);
}
#ancien_numeros .swiper-slide  {
     
    width: 260px;
}
#ancien_numeros .swiper-slide a {
    padding: 10px;
    display: inline-block;
     
}

#ancien_numeros .swiper-slide .title {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 2px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.who-content a:not(.btn) {
    color: #000;
    text-decoration: underline;
}

.who-content {
    padding-bottom: 60px;
    display: inline-block;
    width: 100%;
}


.who-content#content-8780 ul li, .who-content#content-8784 ul li  {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #b8b8b8;
    margin-left: 0;
    -webkit-column-break-inside:avoid;
   -moz-column-break-inside:avoid;
   -o-column-break-inside:avoid;
   -ms-column-break-inside:avoid;
   column-break-inside:avoid;
    padding-right: 0px;
    position: relative;
    cursor: pointer;
}



.who-content#content-8780  ul, .who-content#content-8784 ul {
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -o-column-count: 2;
    -o-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
     margin-top: 60px;
     
}
 

.who-content .item_formation h2 a, .page-id-501 .who-content .item_formation h2 a {
    text-decoration: none;
    color: #000!important;
    margin-bottom: 10px;
}
.who-content .item_formation h3 {
    margin-bottom: 5px;
}
.who-content .item_formation h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.formations_infos .about {
    display: inline-block;
    background-color: #efeeee;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 4px;
    margin-bottom: 10px;
}



.item_formation {
    margin-bottom: 20px;
}
 .about span {
    font-size: 18px;
    line-height: 12px;
    vertical-align: middle;
    margin-right: 4px;
    text-align: center;
    height: 14px;
    display: inline-block;
}

.item_formation .col.left {
    width: calc(100% - 20px - 260px);
}
.item_formation .col.right {
    width: calc(260px);
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
.item_formation .col.right p {
    font-size: 14px;
}




.feedback small {
    display: block;
    font-size: 12px;
}


.stars span {
    font-size: 27px;
    margin-right: 0px;
    color: #e7c446;
    height: 18px;
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
    width: 20px;
    position: relative;
    top: -2px;
}

.note_4 .star-5 {
    color: #efeeee;
}

.note_3 .star-5, .note_3 .star-4 {
    color: #efeeee;
}

.note_2 .star-5, .note_2 .star-4, .note_2 .star-5 {
    color: #efeeee;
}



.single-evenement .note_4 .star-5 {
    color: #efeeee;
    opacity: 0.5;
}

.single-evenement .note_3 .star-5, .single-evenement .note_3 .star-4 {
    color: #efeeee;
    opacity: 0.5;
}

.single-evenement.note_2 .star-5, .single-evenement .note_2 .star-4, .single-evenement .note_2 .star-5 {
    color: #efeeee;
    opacity: 0.5;
}


.feedback {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.feedback .note {
    margin-right: 20px;
}
.feedback .stars {
    display: inline-block;
    margin-right: 10px;
}
.item_national .feedback .stars {
    display: block;
}

.item_national .feedback strong {
    font-size: 22px;
}


.feedback .participants span {
    font-size: 24px;
    line-height: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.item_formation .col.left {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}



.item_formation .adresse {
    position: relative;
    top: -5px;
    font-size: 12px;
    font-weight: bold;
}
.adresse span {
    font-size: 16px;
    line-height: 12px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}


.item_national .feedback {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    align-content: flex-start;
}
.item_national  .feedback small {
    display: inline-block;
    font-size: 12px;
}

.item_national .feedback .participants small {
    display: block;
}

.item_national .informations {
    margin-top: 10px;
    font-size: 14px;
}
.item_national .informations ul li {

    margin-bottom: 10px;
}

.item_national .informations ul li:last-child {
    margin-bottom: 0;
}
.item_national .informations ul li:before {
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: #d33132;
    margin-right: 10px;
    content: "";
}
.item_national .feedback .note {
    border-bottom: #EFEFEF solid 1px;
    padding-bottom: 10px;
    margin-right: 0;
}

.item_national .feedback .participants {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-right: 0;
}


.slash:last-of-type {
    display: none;
}






.single-evenement .formations_infos .about {
    display: inline-block;
    background-color: transparent;
    padding: 7px 0px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
    margin-bottom: 0px;
}


.single-evenement  .feedback {
    margin-bottom: 40px;
}


.single-evenement #banner .sep {
    display: none;
}


.single-evenement .about span {
    font-size: 20px;
   
}

.item-intervenant {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    margin-top: 20px;
}


.item-intervenant:last-child {
    margin-bottom: 0px;
}


.item-intervenant .photo {
    width: 120px;
    margin-right: 30px;
    height: 120px;
    overflow: hidden;
    border-radius: 80px;
}

.item-intervenant .intervenant_about {
    width: calc(100% - 150px);
}


.item-intervenant .nom {
    font-weight: bold;
    font-size: 18px;
}

.item-intervenant .fonction {
    font-size: 14px;
}


.box-content p:last-child, .box-content li:last-child, .box-content ul:last-child {
    margin-bottom: 0;
}

.post-content .box-content ul li:before {
   /*  content: "v"; */
}

#content-8782 ul, #content-8786 ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 60px;
    flex-wrap: wrap;
    
}

#content-8782 ul li,  #content-8786 ul li {
    text-align: center;
    width: calc(33% - 10px);
    display: block;
    flex-flow: column;
    margin-bottom: 60px;
}
#content-8782 ul span,  #content-8786 ul span {
    font-size: 14px;
}
#content-8782 ul img, #content-8786 ul img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
    background-color: #D8D8E4;
    height: auto;
    width: 140px;
    overflow: hidden;
    border-radius: 100px;
}

#content-8782 ul br, #content-8786 ul br {
    /* display: none; */
}



#content-8784 ul li strong {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.who-content .post_image {
    height: 520px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: calc(100% + 110px + calc(100vw - 1520px)/2 );
    margin-bottom: 30px;
}

.swiper.hidden {
    display: none;
}

.page-id-3146 .two_col {
    margin-top: -140px;
}

 .contact_form {
    background-color: #FFF;
    padding: 40px 20px;
    width: 100%;
}
    
    

#menu-mobile {
    display: none;
}


.page-id-11218 #banner {
    display: none;
}

.page-id-11218 #banner:after, .page-id-11218  #banner #line, .page-id-11218  #banner .intro_banner  {
    display: none;
}

.page-id-11218 #banner {
    min-height: 550px;
}

#banner-cnb img {
    margin: auto;
    transform: scale(0.8) translateY(-80px);
    max-height: calc(100vh - 10px);
    margin-bottom: 0px;
}

#banner-cnb {
    background-color: #FFF;
    max-height: calc(100vh - 10px);
    text-align: center;
    min-height: auto;
}

.page-id-11218 #intro img {
    max-width: 33%;
    height: auto;
    margin-right: 30px;
}

.page-id-11218  #intro .inner {
    text-align: justify;
    
}

.page-id-11218   .programme {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.page-id-11218 .programme .item {
    box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.024);
    background-color: #FFF;
    padding: 60px 30px;
    text-align: left;
    width: calc(33% - 17px);
    margin-right: 30px;
    margin-bottom: 30px;
    background-image: url(https://lesaf.org/wp-content/themes/saf/assets/img/patern-1.jpg);
    background-size: 70px;
}

.page-id-11218 .programme .item h3 {
    font-size: 38px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    line-height: 40px;
    
}
.page-id-11218 .programme .item.slogan h3 {
    text-transform: uppercase;
    
}

.page-id-11218 .programme .item.slogan {
background-color: #d33132;
    display: flex;
    flex-flow: column;
    justify-content: center;
    color: #FFF;
    text-align: left;
    background-image: url("assets/img/bg_cnb_slogan.png");
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: center;
}

.page-id-11218 .programme .item:nth-child(3n) {
    margin-right: 0;
}


.page-id-11218 .accordeon .programme .item {
    width: calc(33% - 17px);
    display: flex;
    flex-flow: row;
    padding: 20px;
    align-items: stretch;
    position: relative;
    
}
 

.page-id-11218 .accordeon .programme .item:nth-child(3n) {
    margin-right: 0px;
}




.page-id-11218 .infos p {
    font-size: 12px;
    color: #999;
}
.page-id-11218 .infos p  {
    margin: 0;
    line-height: 16px;
    margin-bottom: 10px;
}
.page-id-11218 .infos p:last-child  {
    margin-bottom: 0;
}
 


.speaker {
  background-image: url(assets/img/bg_speaker.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    background-size: contain;
    line-height: 46px;
}
 


.page-id-11218 .alldocs .inner {
    background-image: url(https://lesaf.org/wp-content/themes/saf/assets/img/patern-1.jpg);
    background-size: 90px;
    
}

.page-id-11218 .alldocs .inner  .txt {
    padding: 20px;
    background-color: #FFF;
    margin-bottom: 30px;
}

.page-id-11218 .accordeon  .programme .item h3 {
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    line-height: 22px;
}


.page-id-11218  h2.big_title {
    padding: 20px 20px;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
}
.page-id-11218 .programme .item button {
    margin-top: 20px;
    display: inline-block;
    
}
.page-id-11218 .accordeon .programme .thumb {
    position: relative;
    width: 140px;
    margin: auto;
    background-size: cover;
    background-position: center;
}
.page-id-11218 .accordeon .programme .thumb {
    margin: 0;
    margin-right: 10px;
    width: 100px;
}

.page-id-11218 .accordeon .infos {
    width: calc(100% - 140px);
}
.page-id-11218 .accordeon .programme .thumb {
    margin: 0;
    margin-right: 20px;
    width: 120px;
    height: 120px;
    border-radius: 120px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border: 5px solid #FFF;
    box-shadow: 0px 0px 0px 2px #EFEFEF;
    background-color: #FFF;
}

.page-id-11218 .accordeon .programme .item .bg_red {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.page-id-11218 .programme .item.slogan h2 {
    text-transform: uppercase;
    line-height: 34px;
}

.page-id-11218 .accordeon .programme {
  counter-reset: item; /* Initialisation du compteur */
}

.page-id-11218 .accordeon .programme .item::before {
  counter-increment: item; /* Incrémentation du compteur pour chaque div */
  content: attr(data-numero); /* Affichage de la position */
    background-color: #000;
    color: #FFF;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    left: -15px;
    position: absolute;
    top: -10px;
}

.page-id-11218 .accordeon .programme .item.active::before {
    background-color: #d33132;
}


.page-id-11218 .box ul, .page-id-11218 .box li:last-child {
    margin-bottom: 0;
}
.page-id-11218 .box h3 {
    margin-bottom: 20px;
}

.page-id-11218  .post-content .flex {
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 70px;
}

.page-id-11218  .post-content {
    max-width: 1090px;
    margin: auto;
}


.page-id-11218  .post-content .flex .box {
    width: calc(50% - 15px);
}
 
.page-id-11218 .alldocs .inner h2 {
    font-size: 38px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 40px;
    margin-bottom: 30px;
    background-color: #FFF;
}

.page-id-11218 .top_fiche  {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}
.page-id-11218 .top_fiche span.num {
    position: absolute;
    top: 0;
    left: 0;
}

.page-id-11218 .alldocs.default .inner h2 {
    font-size: 38px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 40px;
    margin-bottom: 20px;
    background-color: transparent;
    color: #000;
}

    
.page-id-11218 .top_fiche .thumb  {
    display: block;
    margin-bottom: 0px;
    background-color: #D8D8E4;
    height: auto;
    width: 160px;
    overflow: hidden;
    border-radius: 160px;
    margin-right: 20px;
    border: 10px solid #FFF;
    height: 160px;
    box-shadow: 0px 0px 0px 2px #EFEFEF;
    background-size: cover;
    background-position: center;
}

.page-id-11218 span.num {
    display: inline-block;
    color: #FFF;
    background-color: #d33132;
    width: 38px;
    height: 38px;
    font-size: 22px;
    vertical-align: middle;
    border-radius: 20px;
    text-align: center;
    line-height: 38px;
    margin-right: 2px;
    position: relative;
    top: -2px;
    
}

.page-id-11218 .zone {
    position: absolute;
    top: 30px;
    /* max-width: 320px; */
    font-size: 12px;
   
    pointer-events: none;
    background-color: #FFF;
}


.page-id-11218 .top_fiche .content  {
    background-color: #d33132;
    color: #FFF;
    padding: 20px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 6px;
    width: calc(100% - 180px);
}

.page-id-11218 .top_fiche .content:after {
    content: "";
    background-color: #d33132;
    height: 16px;
    width: 16px;
    position: absolute;
    left: -8px;
    transform: rotate(45deg);
    top: 70px;
    position: absolute;
}




.page-id-11218 .alldocs.default .inner {
    background-image: none;
}
.page-id-11218 .alldocs.default .top_fiche .content {
    background-color: #FFF;
}
.page-id-11218 .alldocs.default .top_fiche .content:after {
    display: none;
}

.alert-cnb {
    position: fixed;
    bottom: 60px;
    z-index: 2;
    background-color: #d33132;
    right: -410px;
    padding: 10px;
    width: 410px;
    max-width: calc(100vw - 20px);
    -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);  
}

.alert-cnb.visible {
     right: 60px;
}
.alert-cnb .close_pop_up {
    color: #000;
    text-decoration: none;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: rotate( 45deg );
    text-decoration: none;
    font-size: 24px;
}
.alert-cnb img {
    height: auto;
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
}




.video_cta a {
    font-size: 42px;
}


.video_cta .social_link {
    margin: 0;
    text-align: left;
    margin-bottom: 0px;
}

.video_cta .social_link a {
    margin: auto;
    text-align: center;
    margin-bottom: 0px;
}




.video_cta {
    background-color: #000;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    color: #FFF;
    align-items: center;
    width: 85%;
    margin: auto;
    margin-bottom: 100px;
    box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.024);
}

.video_cta .left  {
    width: 50%;
    padding-right: 15px;
}
.video_cta .right  {
    width: 50%;
    padding-left: 15px;
    text-align: center;
}

.video_cta h2 {
    text-align: left;
    font-size: 44px;
    margin-bottom: 30px;
    line-height: 48px;
}

.video_cta .social_link a {
    font-size: 50px;
}


.page-id-11218  .nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.nav span.icon-arrow-left, .nav span.icon-arrow-right {
    font-size: 20px;
    vertical-align: middle;
    top: -2px;
    position: relative;
}

.alldocs.post-content.default:first-child a.prev, .alldocs[data-numero="1"] a.prev {
    cursor: none;
    opacity: 0;
}
.alldocs.post-content.default:last-child a.next, .alldocs[data-id="11274"] a.next {
    cursor: none;
    opacity: 0;
}


@media screen and (max-width: 1024px)  {
    
.page-id-11218 .programme .item {
        width: calc(50% - 15px); 
}
    .page-id-11218 .programme .item:nth-child(3n) {
         margin-right: 30px;
    }
     .page-id-11218 .programme .item:nth-child(2n) {
         margin-right: 0px;
    }
.page-id-11218 .accordeon .programme .item:nth-child(3n) {
    margin-right: 30px;
}

.page-id-11218 .accordeon .programme .item:nth-child(2n) {
    margin-right: 0px;
}
    
.page-id-11218 .accordeon .programme .item {
    width: calc(50% - 15px);
    }
    
.page-id-11218 .post-content .flex .box {
    width: 100%;
}
    
}
@media screen and (max-width: 996px)  {
    
    
    

.page-id-11218 .programme .item, .page-id-11218 .accordeon .programme .item {
        width: 100%; 
    margin-right: 0!important;
}
    
.page-id-11218 #intro .inner {
    text-align: justify;
    flex-flow: column;
}
.page-id-11218 #intro img {
    max-width: 50%;
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
    margin-top: 20px;
}
#banner-cnb img {
    margin-bottom: 140px;
    transform: none;
    margin-top: 30px;
}
    
.page-id-11218 .alldocs .inner {
    padding-top: 150px;
    justify-content: flex-start;
}
    .page-id-11218 .top_fiche .content:after {
        position: absolute;
        top: 40px;
    }
    
    
.page-id-11218 .zone {
    top: 84px;
    max-width: 240px;
    background-color: #FFF;
} 
    
.page-id-11218 .top_fiche .content {
    background-color: #d33132;
    color: #FFF;
    padding: 20px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 6px;
    width: calc(100% - 120px);
}
    
.page-id-11218 .top_fiche .thumb {
    width: 100px;
    margin-right: 20px;
    border: 5px solid #FFF;
    height: 100px;
}    
    
    
 
.video_cta {
    background-color: #000;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    color: #FFF;
    align-items: center;
    width: 100%;
    margin: auto;
    margin-bottom: 100px;
    flex-flow: column;
}
.video_cta .left, .video_cta .right {
    width: 100%;
    padding-right: 0;
}    
.video_cta h2 {
margin-bottom: 10px;
}
    
}

@media screen and (max-width: 1420px)  {

#nav-bottom ul {
    padding-left: 80px;
    padding-right: 0px;
    width: calc(100% - 280px);
}
#search_btn {

    margin-left: 20px;
    
}
}

@media screen and (max-width: 1340px)  {

#site-header #logo {
    left: 60px;
}

.wrap {
    margin: 0 auto;
    padding: 0 60px;
    
}

.default_content {
    padding-bottom: 60px;
}
    
    
    #nav-bottom ul li a {
        padding: 0;
    }
    
  #nav-top ul {
   
    padding-left: 0px;
}
    #nav-bottom ul {
    padding-left: 90px;
    padding-right: 0px;
    width: calc(100% - 290px);
}
}




@media screen and (max-width: 1124px)  {


#site-footer .wrap.three_col .col nav li {
    margin-bottom: 10px;
}
    
 #site-footer ul:first-child {
    margin-right: 0px;
}
#site-footer .wrap.three_col .col nav {
    display: block;
    margin-bottom: 40px;
    }
    
#site-footer  .three_col .col {
    width: calc(33% - 30px);
}
    
.wrap {
    padding: 0 20px;
}
    
 #site-header #logo {
    left: 20px;
}   
    
 
#home-slider .swiper-button-next, #fact-checking-slider .swiper-button-next, #past_events .swiper-button-next,
#home-slider .swiper-button-next:hover, #fact-checking-slider .swiper-button-next:hover, #past_events .swiper-button-next:hover { 
    right: -20px;
    z-index: 2;
}
    
 #home-slider .swiper-button-prev, #fact-checking-slider .swiper-button-prev, #past_events .swiper-button-prev,
 #home-slider .swiper-button-prev:hover, #fact-checking-slider .swiper-button-prev:hover, #past_events .swiper-button-prev:hover {
    left: -20px;
    z-index: 2;
}   
    
}



@media screen and (max-width: 990px)  {

    
.alert-cnb.visible {
     right: 10px;
}
    
    
main.open {
    padding-top: 0;
}
    
 
.contact_form {
    background-color: #FFF;
    padding: 40px 20px;
    width: 100vw;
    transform: translateX(-20px);
}

    
    
#menu-mobile {
    right: -110vw;
    position: fixed;
    top: 0;
    background-color: #222;
    height: 100vh;
    width: 100vw;
    z-index: 20;
    transition: right 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition: right 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    display: block;
    box-shadow: -1px 0px 2px rgb(0, 0, 0, 0.9%);
    overflow: auto;
    max-width: 380px;
    overflow: scroll;
	-webkit-overflow-scrolling: touch;
     scroll-behavior: smooth;
}
    
#menu-mobile .btn {
    width: 100%;
}
    
 #search_box .bg_layer {
    background-color: #FFF!important;
}  
    
    #section-box.active {
        height: auto!important;
    }
    
    .swiper_scroll_box {
         height: auto!important;
    }
    
.open_menu #menu-mobile {
    right: 0;
}
    
    
#menu-mobile .close {
    position: absolute;
    top: 12px;
    right: 21px;
    font-size: 27px;
}
    
    
#menu-mobile  .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-bottom: #111 solid 1px;
    padding-bottom: 20px;
    border-top: 1px solid #2E2E2E;
    padding-top: 50px;
    padding-bottom: 50px;
}
  
    
#menu-mobile .inner .btn:first-child {
    margin-bottom: 20px;
}
    
#menu-mobile .wrap {    
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: auto;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 0px;
    
    }
    
    
#menu-mobile .wrap p.intro {
    padding-left: 20px;
    letter-spacing: 2px;
    color: #999;
    margin-bottom: 10px;
    font-size: 12px;
}
    
#menu-mobile .wrap .inner {
        padding: 0 20px;
    width: 100%;
    }   
#menu-mobile .icon-desktop, #menu-mobile .icon-adhesion {
    position: absolute;
    left: 20px;
    top: 11px;
    font-size: 18px;
}
    
#menu-mobile .icon-adhesion {
    font-size: 24px;
    left: 14px;
    top: 12px;
}    
#menu-mobile .wrap .inner.social_link {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #2E2E2E;
    border-bottom: #111 solid 1px;
}
    
#menu-mobile .wrap .inner.social_link a {
    font-size: 46px;
    margin: 0 5px;
}
    

    
    
#menu-mobile .wrap ul {
    width: 100%;
    text-align: center;
}
    
#menu-mobile .wrap ul.principal li a, #menu-thematique .sub-menu li a {
    display: inline-block;
    padding: 16px 0;
    border-bottom: #111 solid 1px;
    width: 100%;
    margin-bottom: 0px;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
    border-top: 1px solid #2E2E2E;
    padding-left: 20px;
    position: relative;
}
 
    
#menu-mobile .wrap ul.little {
    color: #999;
    text-align: left;
}
  
#menu-mobile .wrap ul li a span {
    position: absolute;
    right: 20px;
    font-size: 25px;
    transform: rotate(-90deg);
    top: 12px;
}
    
    
 

    
#menu-mobile .wrap ul.principal li:first-child a {
    border-top: 0;
}   
    
    #menu-mobile .wrap ul.little li {
        display: block;
    }    
#menu-mobile .wrap ul.little li a  {
    font-size: 14px;
    margin-bottom: 8px;
    display: inline-block;
    margin-right: 10px;
    color: #999;
}
    
    
    
#menu-mobile .wrap .a_propos {
    border-bottom: #111 solid 1px;
    padding-bottom: 20px;
    border-top: 1px solid #2E2E2E;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #333;
    padding: 50px 20px;
}
    
 #menu-mobile .wrap .a_propos p {
     
}
    
 #menu-mobile .wrap .a_propos span.white {
    margin-bottom: 6px;
    display: block;
    letter-spacing: 1px;
    font-size: 12px;
}   
    
#menu-mobile .wrap .a_propos img {
    width: 25%;
    margin-right: 20px;
}
    
    
    
    
    
    
    
    .wrap {
    padding: 0 20px;
    }
    
    #nav-top {
    display: none;
    }
    
    #nav-bottom ul {
    display: none;
    }
    
    #nav-bottom .flex {
        display: none;
    }
    
    #site-header #logo {
       display: none;
    }
    
    #logo-mobile  img {
    height: 60px;
    }
    
    #logo-mobile {
        position: absolute;
    top: -1px;
    display: block;
    left: 10px;
    }
    
    
    #nav-bottom {
    height: 60px;
    }
    
    main {
    padding-top: 60px;
    }
    
    
.page-id-8807 .wrap.two_col {
    flex-flow: column-reverse;
}

    .section_part:last-child {
        border: none;
        padding-bottom: 0;
    margin-bottom: 0;
    
    }
    
#burger-menu, #search-mobile  {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: -9px;
    top: 9px;
    z-index: 1;
    font-size: 32px;
    color: #000000;
 }
    
 #search-mobile  {
    right: 39px;
    font-size: 20px;
    top: 10px;
    background-color: #E9E9E9;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    margin-right: 26px;
    line-height: 20px;
    border-radius: 20px;
    
    }
 
    
.item-lettre {
    width: calc(50% - 10px);
}
    
.item-lettre:nth-child(4n), .item-lettre:nth-child(2n) {
    margin-right: 0;
}
    
.publish {
    margin-right: 18px;
    margin-top: 20px;
}
    
    
  .alldocs {
    z-index: 6;
      
    }
   .alldocs .close {
    position: absolute;
    top: 80px;
    right: 20px;
    cursor: pointer;
} 
    
    #home-slider .swiper-slide h2 {
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
}
 
    
.evenement-template-default .alldocs a.close {
    top: 80px;
}
 
.evenement-template-default .alldocs .inner h3 {
    margin-top: 0px;
    margin-bottom: 20px;
}
    
    
    
    #home-slider .swiper-button-next, #home-slider .swiper-button-prev, #fact-checking-slider .swiper-button-next, #fact-checking-slider .swiper-button-prev, #past_events .swiper-button-next, #past_events .swiper-button-prev {
    height: 50px;
    width: 50px;
    }
    #home-slider .swiper-button-prev, #fact-checking-slider .swiper-button-prev, #past_events .swiper-button-prev {
    left: -20px;
    }
    #home-slider .swiper-button-next, #fact-checking-slider .swiper-button-next, #past_events .swiper-button-next {
    right: -20px;
    }
    
    .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 22px;
    }
    
    
   #home-slider .swiper-button-next, #home-slider .swiper-button-prev {

    display: none;
} 
    
    #home-slider .swiper-slide-active #line {
    opacity: 0.7;
}    
    
    .with_sidebar .col_s {
    width: 100%;
    padding-bottom: 0px;
}
    .two_col .col, .two_col .item {
    width: 100%;
}
    
    #home-slider .swiper-container {
    margin-bottom: 30px;
    height: calc(100vh - 170px);
    }
    
#home-slider .swiper-slide .inner {

    padding: 0 50px;
}
  
    
    
    .item_formation .col.left {
    width: 100%;
        margin-bottom: 20px;
}
    .item_formation {
    padding: 20px;
    }
.item_national .feedback {
   
    margin-bottom: 20px;
}
    
 .item_national .feedback .note {
    margin-bottom: 10px;
    padding-bottom: 10px;
} 
.formations_infos .about {
     
    margin-bottom: 10px;
}
#content-9563 .item_ressource {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}
#content-9563 .item_ressource {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
}
    
  .single-evenement .post-content .box-content {
    background-color: #FFF;
    padding: 0px;
    margin-bottom: 40px;
}  
    
.single-post .post-content, .single-evenement .post-content {
    background-color: #FFF;
    padding: 20px;
    margin-top: -180px;
    margin-bottom: 20px;
    padding-top: 40px;
    width: 100vw;
    margin-left: -20px;
}
 .single-evenement .with_sidebar .sidebar {
    top: 0;
}
    
.single-evenement .pre-form-box {
    margin-top: 0;
}
    
.item_past_event {
    background-color: #FFF;
    padding: 20px 40px;
    
    
    }
.item_past_event .bottom {

    display: block;
}
    
 .bottom a.more {
    margin-left: 0;
    margin-top: 20px;
}
    
    
    h3 {
    font-size: 22px;
    line-height: 24px;
}
    
    h2 {
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
    
}    
    
    #la-lettre  {
    text-align: center;
}
    
    
    
    
.three_col {
    display: block;

}
    
 body.category .three_col .item, body.date .three_col .item {
    width: 100%;
}   
    
    
    p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 24px;
}
    
    
    .tools_box .col {
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 300px;
    background-color: #FFF;
    border: none;
    margin-bottom: 30px;
    }
    
    
    
    .tools_box .col:first-child {
    border-right: 0;
        border-bottom: none;
    }
    
    .item_agenda .col {
    width: 100%;
    height: calc(calc(100vw - 40px)*1.4);
    min-height: auto;
}
    
    .item_agenda .col:last-child {
    width: 100%;
    height: auto;
        display: block;
    margin-top: 30px;
    padding-bottom: 10px;
}
    
    
    .btn {
    border-radius: 2px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 10px 12px;
    text-transform: uppercase;
    line-height: 16px;
    min-width: 190px;
    text-align: center;
    line-height: 24px;
        width: 100%;
        max-width: 350px;
}
    
    
    .tools_box .btn {
        min-width: 190px;
    }
    
    
    .box {
    padding: 20px;
}
    
    .btn span {
    font-size: 17px;
    line-height: 22px;
    vertical-align: middle;
    margin-left: 3px;
    position: relative;
    top: -1px;
    margin-right: -10px;
    display: inline-block;
}
    
  
    
    footer .three_col {
        display: none;
    }
#home-slider {
    margin-top: 30px;
}
    
    
#map_box {
    pointer-events: none;
}

    
    
    
    
.agenda_part {
    margin-bottom: 20px;
}   
.agenda_part .item_agenda .col:last-child {
    padding-left: 20px;
}
    
.with_sidebar .sidebar {
    width: 100%;
    padding-bottom: 40px;
}
    
.agenda_box {
    height: auto;
    position: relative;
}
 .swiper_scroll_box {
    height: auto;
    overflow: hidden;
}   
    
    
#site-footer .bg_white {
    padding: 14px 0px;
}
    
    #site-footer .bg_white p {
    margin-bottom: 0;
    font-size: 10px;
    text-align: center;
}
    
    
.agenda_part {
    padding-bottom: 0px;
} 
    
    

    
.item_agenda {
     flex-flow: column;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    height: auto;
}
    
 .filter_options .bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
    width: 100vw;
}   
    
    
.swiper_scroll_agenda .item_agenda {
    flex-flow: column;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    height: auto;
}
.swiper_scroll_agenda .item_agenda .col:last-child {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 0px;
    padding-bottom: 10px;
}  
    
    
    #cta p.intro br {
        display: none;
    }
    
    
.selectdiv .out {
    cursor: pointer;
    font-size: 12px;
    height: 44px;
    line-height: 14px;
    max-width: calc(100% - 10px);
    overflow: hidden;
    padding: 16px 18px;
        
    }
    
.selectdiv::after {
    right: 10px;
    
    }
    
    
    .sommaire_intro ul {
    -webkit-column-count: 1;
    -webkit-column-gap: 30px;
    -moz-column-count: 1;
    -moz-column-gap: 30px;
    -o-column-count: 1;
    -o-column-gap: 30px;
    column-count: 1;
    column-gap: 30px;
}
    
 
    
#banner p {
    margin-bottom: 20px;
}
    

#banner {
     min-height: auto;
    height: auto;

    padding-bottom: 20px;
}
    
.page-id-744 #banner {
    padding-bottom: 90px;
}
    
.page-id-2835 #banner, .page-id-3001 #banner, .page-id-2831 #banner, .page-id-3146 #banner, .page-id-2 #banner,  .page-id-501 #banner {
    padding-bottom: 110px;
} 
    
body.archive.category #banner {
    min-height: auto;
    height: auto;
    padding-bottom: 80px;
}
    

.adh_form iframe {
    border: none;
    width: 100vw;
    box-shadow: none;
    position: relative;
    height: 2950px!important;
    margin-left: -20px;
}
   
    
    
 #banner h1 {
    margin-bottom: 4px;
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
    font-family: 'Oswald', sans-serif;
}   
    
    
    .single-post #banner h1, .single-evenement #banner h1 {
    max-width: 100%;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 38px;
}
    
    
    .single-post #banner, .single-evenement #banner {
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 210px;
}
    
    
.single-evenement #banner .wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
}
    
    
    
    .single-post .post-content,  .single-evenement .post-content {
    background-color: #FFF;
    padding: 20px;
    margin-top: -180px;
    margin-bottom: 60px;
    padding-top: 40px;
    width: 100vw;
    margin-left: -20px;
}
    
 .single-la-lettre .post-content {
    background-color: #FFF;
    padding: 20px;
    margin-bottom: 60px;
    padding-top: 40px;
    width: 100vw;
    margin-left: -20px;
}    
    
 .single-la-lettre #banner {
    min-height: auto;
    padding-bottom: 10px;
    padding-top: 30px;
    margin-bottom: 0;
}
    
#banner .sep {
    margin-bottom: 10px;
}
    
.single-la-lettre .post-content .top h1 {
    margin-bottom: 10px;
    position: relative;
    top: -15px;
    font-size: 26px;
}
    
.single-la-lettre .two_col .sommaire {
    width: 100%;
}
    
    
 #letter_view {
    padding-bottom: 60px;
}
    
.sommaire_intro li a {
    opacity: 1;
}
  
    
    .single-post .post-content .top, .single-evenement .post-content .top {
    margin-bottom: 30px;
    }
    
    .single-post .post-content p, .single-evenement .post-content p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
    text-align: justify;
}
    
    
    .single-evenement  #banner .btn {
        margin: 0!important;
        margin-bottom: 20px!important;
    }
    
    
    .sticky_sidebar {
    position: inherit;
    top: 0;
    float: none;
}
    
   .sticky_sidebar_box.with_sidebar .col_s {
    margin-left: 0;
}
    
    
    .page-id-744 .sticky_sidebar, .page-id-2835  .sticky_sidebar nav {
        display: none;
    }
    
    
    
    
    .with_sidebar .sidebar {
    position: inherit;
    top: 0px;
}



.sticky_sidebar {
    position: inherit;
    top: 0px;
}
 
    
    
    
    
    .filter_options input {
    padding: 14px 14px!important;
    margin-top: 0!important;
    width: calc(100vw - 40px)!important;
        
    }
    
    
    
    
    
 .ready #banner #line {
    transform: translateX(0px);
    opacity: 0.2;
}
    
    
    #intro .inner {
    padding: 20px;
    text-align: center;
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
}
    
    
.page-id-2 .wrap.two_col.with_sidebar, .page-id-501 .wrap.two_col.with_sidebar {
    flex-flow: column-reverse;
}
    
    .who-content .post_image {

    width: calc(100vw - 20px);
        
    }
    
    
   #content-8782 ul li, #content-8786 ul li {
    text-align: center;
    width: calc(100% - 10px);
       
    }
    
    
    #content-8782 ul, #content-8786 ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 60px;
    flex-wrap: wrap;
}
    
    
    #content-8782 ul img, #content-8786 ul img {

    width: 100px;
        
    }
    
    
    .who-content#content-8780 ul, .who-content#content-8784 ul {
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-count: 2;
    -moz-column-gap: 0;
    -o-column-count: 1;
    -o-column-gap: 0;
    column-count: 1;
    column-gap: 0;
    margin-top: 60px;
}
    
    
    
   .single-post .post-content .social_box, .single-evenement .post-content .social_box {
    padding: 0;
    text-align: center!important;
}
    
    
    
    
    
    
    
    
    .page-id-501 .item_agenda .col:last-child {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
        padding: 0 20px;
}
    
    
  .selectdiv {
    background-color: #FFF;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 12px;
    height: 46px;
    position: relative;
   
    width: 50%;
    margin: 0;
    text-align: center;
    color: #000;
    border-right: 1px solid #EFEFEF;
}  
  
    
    .page-id-744     .selectdiv  {
       width: 33.33%; 
    } 
 

    
    .selectdiv .icon-interrogation {
        display: none;
    }
   
    
 #menu-thematique .wrap {
    position: relative;
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 20px;
}
    
    
#menu-thematique {
    height: 100vh!important;
    z-index: 22;
    overflow: auto;
    position: fixed;
    top: 0vh;
    width: calc(100vw - 20px);
    left: auto;
    right: -100vw;
    transition: right 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition: right 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    background-color: #222!important;
 }
    
 #menu-thematique.open {
    right: 0;
 }   
    
  #menu-thematique .sub-menu {
    -webkit-column-count: 1;
    -webkit-column-gap: 30px;
    -moz-column-count: 3;
    -moz-column-gap: 30px;
    -o-column-count: 1;
    -o-column-gap: 30px;
    column-count: 1;
    column-gap: 30px;
    width: 100%;
    z-index: 2;
}  
 #menu-thematique .wrap {
    position: relative;
    z-index: 2;
    padding-top: 70px;
    padding-bottom: 20px;
     padding-left: 0;
    padding-right: 0;
}
    
#menu-thematique .close {
    margin: auto;
    margin-top: 30px;
    color: #FFF;
    font-size: 38px;
    z-index: 2;
    transform: rotate(
90deg
) translateX(0%);
    position: absolute;
    left: 16px;
    bottom: auto;
    top: -20px;
    right: auto;
}
    
    #menu-thematique:after {
        display: none;
    }
    
    
    .three_col .col {
    width: 100%;
}
    
    
 #search_box input {
    width: 95%!important;
    font-size: 24px!important;
    background-color: transparent!important;
    border-bottom: 1px solid #999!important;
    padding-left: 0!important;
}
 
    
    
.alldocs {
    width: 100vw;
        
}
    
    
 
.page-id-3431 .default_content  ul  {
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -o-column-count: 1;
    -o-column-gap: 0px;
    column-count: 1;
    column-gap: 0px;
    width: 100%;
    z-index: 2;
}
.page-id-3431 .default_content ul li {

    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;

}

   
    
#section-box {
    overflow: hidden;
    height: auto;
    margin-top: 40px;
}
    
    
    
    
    
.item-section-point {
    width: 12px;
    position: absolute;
    cursor: pointer;
    transform: translateX(-6px) translateY(-18px);
}
    
    
.item-section-point.active,  .item-section-point.active:hover {
        transform: translateX(-6px) translateY(-20px) scale(1.3);

}  
 
    
    
    
.item-list.one_line .image_box {
    width: 100%;
    
    }
    
 .search_result.documents .three_col {
    display: block;
     
    }
.search_result.documents .three_col .item {
    width: 100%;
}
    
    
    
.inscription iframe {
    border: none;
    width: 100vw!important;
    transform: translateX(-20px);
    margin-bottom: 60px;
}
    
    
    
    
}
 











@media print {
/* @media screen and (max-width:8.5in){ */
	*{
		visibility: hidden;
		height: 0;
        padding: 0;
	}
	body{
		visibility: visible;
		font-size: 12pt;
		width: 100%;
	}
    
    main {
    padding-top: 20px;
        
    }
    
    .wrap {
        width: 100%;
        max-width: 100%;
        padding: 0
    }
	 
	.printable, .printable *{
		visibility: visible;
		height: auto;
		width: 100%;
/* 		width: 16cm; */
		text-align: justify;
	}
    
    
    .single-post .post-content, .single-evenement .post-content {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0px;
}
    
    .single-post .post-content .top {
    margin-bottom: 0px;
    display: block;
        
    }
    
    
    
.single-la-lettre .two_col .content, .single-la-lettre .post-content .top {
    width: 100%;
        height: auto!important;
        
}
    
    .single-la-lettre .post-content {
    padding: 0;
        
    }
    h1.printable {
		visibility: visible;
		height: auto;
		width: 100%!important;
		text-align: left;
        max-width: 100%!important;
        margin: 0!important;
        padding: 0!important;
	}
    #banner {
        width: 100%!important;
        padding: 0;
        min-height: auto;
    }
    
    .single-la-lettre #banner {
    min-height: auto;
    padding-bottom: 0;
    padding-top: 0;
    margin: 0;
}
    
    .with_sidebar .col_s {
    width: 100%;
    padding-bottom: 0;
}
    
    
    
    
    .single-post #banner, .single-evenement #banner {
    
    height: auto;
        
    }
    
    .single-post #banner img, .single-evenement #banner img {
    
        display: none;
        
    }
    
	.printable ul li{
/* 		width: 30rem !important; */
	}
	.printable img {
		display: none !important;
	}
    
	.printable{
		/* position: absolute; */
		top: 0;
		left: 0;
/* 		margin: 0 0 0 2rem; */
		margin: 0 auto;
		padding: 0;
	}
	 
	.printable .no-print{
		display: none !important;
	}

* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}

	.label{
		border: 1px solid #000
	}

	.table{
		border-collapse: collapse !important
	}

	.table-bordered th,.table-bordered td{
		border: 1px solid #ddd !important
	}

	.visible-print{
		display: block !important
	}

	table.visible-print{
		display: table
	}

	tr.visible-print{
		display: table-row !important
	}

	th.visible-print,td.visible-print{
		display: table-cell !important
	}

	.visible-print-block{
		display: block !important
	}

	.visible-print-inline{
		display: inline !important
	}

	.visible-print-inline-block{
		display: inline-block !important
	}

	.hidden-print{
		display: none !important
	}

	.post-navigation,.site-navigation,.paging-navigation{
		display: none
	}

	footer{
		display: none
	}

	.sidebar{
		display: none
	}
    
    
    
    
    
    
}





@media screen and (max-width: 360px) { 
#logo-mobile img {
    height: 54px;
    margin-top: 1px;
}
    
.item_news .bottom {
    display: block;
    
    }
.item_news .bottom a.more {
    margin-left: 0px;
    margin-top: 20px;
}
    
 
    
    
    

}

