

/*GENERAL*/
	.wrapper-width{
		width: 96%;
		max-width: 1340px;
		margin: 0 auto;
		position: relative;
	}
	.rose{
	  color: #fff;
	  font-weight: bold;
	  text-transform: uppercase;
    }
    .lien{
        padding: 10px;
        border-radius: 19px;
        display: inline-block;
        width: 30%;
        text-align: center;
        text-decoration: none!important;
    }
    .lien_left{
    	color: #bb9f16;
    	border: 2px solid #bb9f16;
    }

    .lien_left:hover{
    	color: #bb9f16!important;
    }
     .lien_right{
    	color: #0f2c50;
    	border: 2px solid #0f2c50;
    }

     .lien_right:hover{
    	color: #0f2c50!important;
    }
	.press_seo{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-bottom: 30px;
	}

	.text_seo{
      height: 447px;
      width: calc(50% - 20px);
      max-width: 100%;
      padding: 7px 25px 25px 25px;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      background: #C9A200 0% 0% no-repeat padding-box;
	}
	.text_seo h2{
     font-family: Van Condensed Pro,arial,sans-serif;
     font-size: 21px;
     font-weight: normal;
     color: #292929;
  }

	.text_seo p{
	    width: 100%;
	    padding: 0px;
	    font-size: 14px;
	    font-family: "Open Sans";
	    color: rgb(0, 0, 0);
	    /*line-height: 1.19;*/
	    line-height: 1.4;
	}

	.text_seo p:last-child::after{
	  border-bottom: none;
	}

	.text_seo p::after{
		content: "";
	    display: block;
	    border-bottom: 1px solid RGB(229, 229, 229);
	    border-radius: 1px;
	    padding: 10px;
	}

	.letter_news{
		background: #0f2c50;
	    text-align: center;
	    padding: 4px 0px 34px 0px;
	    margin: 40px;
	    width: 96%;
	    max-width: 1340px;
	    margin: 0 auto;
	    margin-bottom: 32px;
	}
	.letter_news h2{
		text-align: center;
		color: white;
		font-size: 21px;
		font-family: Van Condensed Pro,arial,sans-serif;
		 font-weight: 200;
	}
	.letter_news h2.smal{
		text-transform: unset;
	}
	.titre{
      text-align: center;
      color: white;
	   font-size: 30px!important;
	    font-family: Van Condensed Pro,arial,sans-serif;
	    font-weight: 200;
	    padding-bottom: 10px;
    }
	.letter_news .form_container {
        border: 1px solid #FFF;
        position: relative;
      /*  width: 40%;*/
        display: inline-block;
        margin: auto;
    }
    .letter_news .form_container input{
       background: none;
       padding: 10px 0px 14px 23px;
       font-weight: normal;
       color: white;
    }
     .letter_news .form_container input::-webkit-input-placeholder{
       color: #5dbfd4;
       font-size: 14px;
       font-style: italic;

    }
     .letter_news .form_container input::-moz-placeholder{
       color: #5dbfd4;
       font-size: 14px;
       font-style: italic;

    }
     .letter_news .form_container input:-ms-input-placeholder{
       color: #5dbfd4;
       font-size: 14px;
       font-style: italic;

    }
     .letter_news .form_container input::-ms-input-placeholder{
       color: #5dbfd4;
       font-size: 14px;
       font-style: italic;

    }
     .letter_news .form_container input::placeholder{
       color: #5dbfd4;
       font-size: 14px;
       font-style: italic;

    }

    .letter_news .wpcf7-form .wpcf7-submit{
    	text-shadow: none;
    	padding: 0px;
    	border: none;
    	font-size: 16px;
        font-style: normal;
        color: #5dbfd4;
        font-family: Van Condensed Pro,arial,sans-serif;
    }
	.home_presse{
       width: calc(50% - 20px);
       height: -webkit-max-content;
       height: -moz-max-content;
       height: max-content;
       height: auto;
	}

	.container_2col {
	   display: -webkit-box;
	   display: -ms-flexbox;
	   display: flex;
	   display: -webkit-flex;
	}
	.col_left {
	    width: auto;
	    -webkit-box-flex: 1;
	        -ms-flex: 1;
	            flex: 1;
	    -webkit-flex: 1;
	    overflow: hidden;
	}
	.page-template-news .col_left{
		overflow: visible;
	}
	.col_right {
	   /* width: 375px;
	    margin-left: 10px;*/
	    position: absolute;
        top: -178px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
	}
	.col_right_actu{
		width: 375px;
	    margin-left: 10px;
	}
	#main{
		/*margin-top: -240px;*/
		position: relative;
		z-index: 2;
		margin-top: 190px;
	}
	.page-template-page_galerie #main{
		margin-top: 60px;
	}
	/*.site-main{
		padding: 20px;
	}*/
	.site-main article,
	.home_main_content{
		padding: 20px;
		background: #FFF;
	}

	.home_main_content{
		display: none;
	}

	.site-main article{
		min-height: 410px;
	}

	.single-post .status-publish{
		border: 2px solid #057C95;
	}
	.white_bg{
		background: #FFF;
	}
	input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	    border: 0 none;
	    color: #000;
	    padding: 10px;
	}
	h1, h2, h3, h4, h5, h6{
		font-family:Van Condensed Pro,arial,sans-serif;
		/*font-weight: normal;*/
	}
	h1, h2{
		text-transform: uppercase;
	}
	ul, ol {
	    margin: 0 0 10px;
	    padding: 0 0 0 18px;
	}
	li > ul, li > ol {
	    list-style: outside none circle;
	    margin-left: 0;
	}
	.hentry{
		margin: 0;
	}
	aside .sticky{
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	aside .sticky.is_stuck{
		margin-top: 76px;
	}
	.sr .col_left,
	.sr .last_tweet,
	.sr .post_card,
	.sr .home_presse,
	.sr .home_slider,
	.sr .post_card,
	.sr .post_line,
	.sr .press_list_item,
	.sr .share,
	.sr .actu_side,
	.sr .header_page_content h1,
	.sr .header_page_content h2,
	.sr .line_time,
	.sr .gall-main {
		visibility: hidden;
	}
	.bleu{
		color: #5dbfd4
	}
/*HEADER*/
	.header_container{
		width:100%;

		max-width:1500px;
		margin:0 auto;
		/*height:820px;*/
		height: 550px;
		position:relative;
		background-position:center center;
		background-size:cover;
		background-blend-mode:soft-light;
		background-color: #057C95 !important;
	  background-size: cover !important;
	  background-repeat: no-repeat !important;
	  background-position: center !important;
	}
	.page-template-home .header_container{
		background: -o-linear-gradient(left, rgba(5,124,149,0.9) 0%,
		rgba(5,124,149,0.9) 100%) !important;
		background: -webkit-gradient(linear, left top, right top, from(rgba(5,124,149,0.9)),
		to(rgba(5,124,149,0.9))) !important;
		background: linear-gradient(to right, rgba(5,124,149,0.9) 0%,
		rgba(5,124,149,0.9) 100%) !important;
		height:820px;

	}
	.header_container .fond_back{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		display: none;
	}





	.page-template-home .header_container .fond_back{
		display: none;
	}
	.header_container .fond_back svg{
		position: absolute;
	    top: 0;
	    left: 0;
	    min-width: 100%;
	    min-height: 100%;
	    width: auto;
	    height: auto;
	    /*z-index: -100;*/
	    /*-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	    -o-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);*/
	}
	.header_container .container{
		position:relative;
		z-index:2;
				margin:0 auto
	}
	.header_container .container .logo img{
		display: block;
	}
	/*HEADER STICKY*/
		.stick .header_container{
			/*z-index: 50;*/
		}
		.stick .header_container .container {
			position: fixed;

			width: 100%;
			top: 0;
			left: 0;
			z-index: 50;
		}
		.stick .header_container .container .wrapper-width{
			/*background: #ea164c;*/
			background: #057C95;
			/*-webkit-transition: 0.1s;
			-o-transition: 0.1s;
			transition: 0.1s;*/
		}
		.stick .header_container .container .lang,
		.stick .header_container .container .rs,
		.stick .header_container .lang-btn{
			display: none;
		}
		.stick .header_container .mobile_content{
			/*min-width: 530px;*/
			white-space: nowrap;
		}
		.stick .header_container .mobile_content .menu-main-menu-fr-container,
		.stick .header_container .mobile_content .menu-main-menu-en-container{
			float: left;
		}
		.stick .header_container .mobile_content .adherents{
			float: right;
		}
		.stick .header_container .container .logo{
			width: 175px;
			margin: 19px;
			/* -webkit-transition: width 1s ease-in-out;
		    -moz-transition: width 1s ease-in-out;
		    -o-transition: width 1s ease-in-out;
		    transition: width 1s ease-in-out;*/
		}
		.stick .header_container .container .nav-primary{
			height: auto;
			width: auto;
			max-width: 0;
			white-space: nowrap;
			padding-bottom: 0;
			padding:21px 0 0;
			margin-right: 60px;
			height: 59px;
			overflow: hidden;
			opacity: 0;
			-webkit-transition: opacity 0.3s, padding 0.3s;
			-o-transition: opacity 0.3s, padding 0.3s;
			transition: opacity 0.3s, padding 0.3s;
		}
		.stick .header_container .container .nav-primary .top_content{
			float: right;
		}
		.stick .header_container .container .nav-primary .adherents{
			margin: 7px 0 0 0;
			position: relative;
		}
		.stick .header_container .container .nav-primary > div.menu-main-menu-fr-container,
		.stick .header_container .container .nav-primary > div.menu-main-menu-en-container{
			float: left;
		}
		.stick .header_container .container .nav-primary .menu{
			position: relative;
		    top: auto;
		    -webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		    display: inline-block;
		    width: 100%;
		    margin-left: 70%;
		}
		.stick .header_container .container .nav-primary .menu > li{
			display: inline-block;
			padding-bottom: 25px;
			padding-left: 12px;
			padding-right: 13px;
			position: relative;
		}
		.stick .header_container .container .nav-primary .menu li .sub-menu,
		.stick .adherents .sub-menu {
		    /*background: rgba(180, 11, 59, 0.9) none repeat scroll 0 0;*/
		    background: #057C95;
		    font-size: 18px;
		    height: 0;
		    list-style: outside none none;
		    margin: 0;
		    overflow: hidden;
		    padding: 0 25px;
		    position: absolute;
		    right: auto;
		    left: 50%;
		    width: 260px;
		    text-align: right;
		    /*top: 100%;*/
		    -webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		    top: 56px;
		    -webkit-transition: all 0.2s ease 0s;
		    -o-transition: all 0.2s ease 0s;
		    transition: all 0.2s ease 0s;
		    white-space: normal;

		    /*display: block;
		    min-width: inherit;*/
		}
		.stick .header_container .container .nav-primary .menu li {
		    margin-right: 0;
		    margin-left: 0;
		}
		.stick .adherents .sub-menu {
			top: 49px;
		}
		.stick .header_container .container .nav-primary .menu > li.menu-item-has-children > a:before,
		.stick .adherents > a:before{
			width: 0;
			height: 0;
			bottom: -20px;
			top: auto;
			left: 50%;
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			    transform: translateX(-50%);
			border-style: solid;
			border-width: 12px 12.5px 0 12.5px;
			border-color: #ea164c transparent transparent transparent;
			z-index: 3;
		}
		.stick .header_container .container .nav-primary .menu > li.menu-item-has-children:hover > a:before,
		.stick .adherents:hover > a:before{
			left: 50%;
			bottom: -37px;
		}
		.stick .adherents:hover > a:before{
			bottom: -33px;
		}
		.stick .header_container .container .nav-primary .menu li:hover .sub-menu,
		.stick .adherents:hover .sub-menu{
			height: 250px;
			padding: 25px;
		}
		.hbg_btn{
			right: 20px;
		    margin-top: -17px;
		    position: absolute;
		    top: 50%;
		    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
		    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
		    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
		    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
		    text-transform: uppercase;
		    color: #FFF;
		    display: none;
		    /*background: #ea164c;*/
		    background: #057C95;
		}
		.hbg_btn:hover,
		.hbg_btn:focus{
			color: #FFF;
		}
		.stick .hbg_btn{
			display: block;
		}
		.hbg_btn .hbg_btn_txt{
			font-size: 24px;
			line-height: 32px;
			font-family:Van Condensed Pro,arial,sans-serif;
			margin-right: 15px;
		}
		.hbg_btn .hbg_btn_txt,
		.hbg_btn .hbg_btn_inner{
			vertical-align: middle;
			display: inline-block;
			position: relative;
		}
		.hbg_btn_inner {
		    height: 24px;
		    width: 28px;
		}
		.hbg_btn_border--01 {
		    opacity: 1;
		    -ms-transform: translateX(0px);
		        transform: translateX(0px);
		    -webkit-transform: translateX(0px);
		    transform: translateX(0px);
		}
		.hbg_btn_inner {
		    -webkit-transform: translateX(0px);
		    -ms-transform: translateX(0px);
		        transform: translateX(0px);
		    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
		    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
		    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
		    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
		}
		.hbg_btn_border {
		    height: 4px;
		    left: 0;
		    position: absolute;
		    top: 50%;
		    width: 100%;
		    background: #FFF;
		}
		.hbg_btn_border--01 {
		    margin-top: -9px;
		}
		.hbg_btn_border--02 {
		    opacity: 1;
		}
		.hbg_btn_border--03 {
		    margin-top: 9px;
		}
		.hbg_btn_border--01 {
		    -ms-transform: translateX(0px);
		        transform: translateX(0px);
		    -webkit-transform: translateX(0px);
		    transform: translateX(0px);
		    transition: top 0.1s ease-in-out 0s, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, -webkit-transform 0.25s ease 0s;
		    -o-transition: top 0.1s ease-in-out 0s, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, transform 0.25s ease 0s;
		    transition: top 0.1s ease-in-out 0s, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, transform 0.25s ease 0s;
		    transition: top 0.1s ease-in-out 0s, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s;
		    -webkit-transition:top 0.1s ease-in-out 0s, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, -webkit-transform 0.25s ease 0s;
		    transition: top 0.1s ease-in-out 0s, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, transform 0.25s ease 0s;
		}
		.hbg_btn_border--02 {
		    -o-transition: all 0.1s ease 0s;
		    transition: all 0.1s ease 0s;
		    -webkit-transition: all 0.1s ease 0s;
		    transition: all 0.1s ease 0s;
		}
		.hbg_btn_border--03 {
		    opacity: 1;
		    -ms-transform: translateX(0px);
		        transform: translateX(0px);
		    -webkit-transform: translateX(0px);
		    transform: translateX(0px);
		    transition: top 0.1s ease-in-out 0s, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, -webkit-transform 0.25s ease 0s;
		    -o-transition: top 0.1s ease-in-out 0s, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, transform 0.25s ease 0s;
		    transition: top 0.1s ease-in-out 0s, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, transform 0.25s ease 0s;
		    transition: top 0.1s ease-in-out 0s, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s;
		    -webkit-transition:top 0.1s ease-in-out 0s, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, -webkit-transform 0.25s ease 0s;
		    transition:top 0.1s ease-in-out 0s, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, transform 0.25s ease 0s;
		}
		.hbg_btn:hover .hbg_btn_border--01 {
		    top: 33.3%;
		}
		.hbg_btn:hover .hbg_btn_border--03 {
		    top: 66.6%;
		}
		.open .hbg_btn .hbg_btn_border--01 {
		    margin-top: 0 !important;
		    top: 50%;
		    transform: rotateZ(45deg);
		    -webkit-transform:rotateZ(45deg);
		    -ms-transform:rotateZ(45deg);
		    -o-transform:rotateZ(45deg);
		    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
		    -o-transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
		    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
		    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
		    -webkit-transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;;
		    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;;
		}
		.open .hbg_btn .hbg_btn_border--02 {
		    opacity: 0;
		    top: 50%;
		    -o-transition: all 0.2s ease 0.1s;
		    transition: all 0.2s ease 0.1s;
		    -webkit-transition:  all 0.2s ease 0.1s;
		    transition:  all 0.2s ease 0.1s;
		}
		.open .hbg_btn .hbg_btn_border--03 {
		    margin-top: 0 !important;
		    top: 50%;
		    -ms-transform: rotate(-45deg);
		        transform: rotateZ(-45deg);
		    -webkit-transform: rotateZ(-45deg);
		    transform: rotateZ(-45deg);
		    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
		    -o-transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
		    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
		    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
		    -webkit-transition:  margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;;
		    transition:  margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;;
		}
		.open .hbg_btn .hbg_btn_txt{
			opacity: 0;
			display: none;
		}
		.stick .header_container .container.open .nav-primary{
			max-width: 100%;
			padding-right: 20px;
			overflow: visible;
			opacity: 1;
		}
	.header_container .container h1{
		margin:0
	}
	.header_container .container h1 span{
		display:none
	}
	.header_container .container .left{
		float:left;
		margin-top: 70px;
	}
	.header_container .container .nav-primary{
		/*float:right;*/
		/*background:#ea164c;*/
		height:250px;
		padding: 25px 25px 25px 0;
		/*width:375px;*/
		color: #FFF;
		text-transform: uppercase;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header_container .container .nav-primary .adherents{
		padding-left: 25px;
		padding-bottom: 25px;
		/*padding-top: 6px;*/
	}
	.header_container .container .nav-primary .adherents .deconnect{
		position: absolute;
		bottom: 5px;
		right: inherit;
		font-size: 16px;
		left: 25px;
	}
	.header_container .container .nav-primary .adherents,
	.header_container .container .nav-primary .lang {
		float: right;
		color: #4e0014;
		font-size: 16px;
		font-family:Van Condensed Pro,arial,sans-serif;
		/*border: 1px solid #C9A200;*/
	}
	.header_container .container .nav-primary .lang {
		float: right;
		padding: 6px;
	}
	.link_ajax{
        border: 1px solid #C9A200;
        padding: 6px;
	}

	.link_ajax a{
        color: #C9A200;
	}

	.header_container .container .nav-primary .lang a.current-lang{
		color: #FFF;

	}
	.header_container .container .nav-primary .lang a{
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
		color: #64BACF;

	}
	.header_container .container .nav-primary .lang a:hover{
		opacity: 0.6;
	}
	.header_container .container .nav-primary .lang a:after{
		content: " / ";
		color: #fff;
		font-size: 16px;
	}
	.header_container .container .nav-primary .lang a:last-child:after{
		display: none;
	}
	.header_container:after{
		content:'';
		position:absolute;
		top:0;
		width:100%;
		left:0;
		height:100%;
		background: -o-linear-gradient(left, rgba(5,124,149,0.3) 0%,rgba(5,124,149,0.3) 100%);
		background: -webkit-gradient(linear, left top, right top, from(rgba(5,124,149,0.3)),to(rgba(5,124,149,0.3)));
		background: linear-gradient(to right, rgba(5,124,149,0.3) 0%,rgba(5,124,149,0.3) 100%);
		z-index:1;
	}

	.page-template-home .header_container:after{
		content:'';
		position:absolute;
		width:100%;
		background: -o-linear-gradient(left, rgba(5,124,149,0.3) 0%,rgba(5,124,149,0.3) 100%);
		background: -webkit-gradient(linear, left top, right top, from(rgba(5,124,149,0.3)),to(rgba(5,124,149,0.3)));
		background: linear-gradient(to right, rgba(5,124,149,0.3) 0%,rgba(5,124,149,0.3) 100%);
		z-index:1;
		background-image:url(../img/fond_home.png);
		height: 471px;
	    background-repeat: no-repeat;
	    top: inherit;
	    bottom: 2px;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	        -ms-transform: translateX(-50%);
	            transform: translateX(-50%);
	    max-width: 1121px;
	}
	.headerBW.header_container{
		background-size: cover;
		background-position: center center;
		/*-webkit-filter: grayscale(100%);
        filter: gray;*/
	}
	.headerBW.header_container:after{
		background: rgba(0,0,0,0.5);
	}
	.header_page_content{
	   	height: auto;
	    left: 50%;
	    position: absolute;
	    top: 68%;
	    -webkit-transform:translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	    width: 100%;
	    z-index: 3;
	    text-align: center;
	}
	.page-template-home .header_page_content{
		top: 55%;
	}
	.header_page_content h1,
	.header_page_content h2{
	    color: #fff;
	    font-size: 55px;
	    font-family: Van Condensed Pro,arial,sans-serif;
	    line-height: 64px;
	    text-transform: uppercase;
	    max-width: 700px;
	    margin: 0 auto;
	    margin: -110px 0 0;
	    text-align: left;
	   /* text-shadow: -1px 1px, #c9a200 -4px 1px;*/
	}
	.page-template-home .header_page_content h1,
	.page-template-home .header_page_content h2{
		color:#fff;
		font-size: 30px;
		font-family:Van Condensed Pro,arial,sans-serif;
		line-height:40px;
		text-transform: uppercase;
		max-width: 830px;
		margin: 0 auto;
		opacity:1 !important;
		text-align: center;
		letter-spacing: 3px;
		text-shadow: none;
		text-transform: initial;
	}
	.top_content{
		position: absolute;
    right: 45px;
	}
	.nav-primary {
		font-family:Van Condensed Pro,arial,sans-serif;
		text-transform: uppercase;
	}
	.nav-primary .menu{
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		left: 0;
	    top: 42%;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    width: 78%;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
	}
	.nav-primary .menu > li{
		padding-left: 25px;
		font-size: 18px;

	}
	.nav-primary .menu > li a{
		position: relative;
		z-index: 3;
	}
	.nav-primary .menu > li.menu-item-has-children > a:before,
	.adherents > a:before{
		border-color: transparent #ea164c transparent transparent;
	    border-style: solid;
	    border-width: 12.5px 12px 12.5px 0;
	    content: "";
	    height: 0;
	    left: -25px;
	    position: absolute;
	    top: 1px;
	    width: 0;
	    z-index: 2;
	    -webkit-transition: 0.2s;
    	-o-transition: 0.2s;
    	transition: 0.2s;
    	display: none;
	}
	.adherents > a{
		position: relative;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
		 color: #C9A200;
		 border: 1px solid #C9A200;
         padding: 6px;
	}
	.adherents > a:hover{
		opacity: 0.6;
	}
	.nav-primary .menu li .sub-menu,
	.adherents .sub-menu {
		/*position: absolute;
		margin: 0;
		padding: 0;
		background: rgba(180,11,59,0.9);
	    height: 250px;
	    margin: 0;
	    padding: 25px 0;*/
	    position: absolute;
	    /*right: 100%;
	    text-align: right;
	    top: 0;
	    width: 0;*/
	    top: 50%;
	    overflow: hidden;
	    opacity: 0;
	    font-size: 16px;
	    list-style: outside none none;
    	/*transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    	transform: translateY(-50%);
    	-webkit-transition: width 0.2s, opacity 0.05s;
    	transition: width 0.2s, opacity 0.05s;*/


    	/*left: 0;
	    display: flex;
	    min-width: 1200px;*/
	}

	.nav-primary .menu li .sub-menu li,
	.adherents .sub-menu li{
		margin: 0;
		opacity: 0;
		-webkit-transition: 0.2s ease 0.1s;
    	-o-transition: 0.2s ease 0.1s;
    	transition: 0.2s ease 0.1s;

    	/*margin-right: 30px;
    	margin-left: 30px;*/
	}
	.adherents .sub-menu{
		background-color: #C9A200;
	}
	.adherents .sub-menu li{
		color: #FFF;
	}
	.nav-primary .menu > li.menu-item-has-children:hover a:before,
	.adherents:hover > a:before{
		left: -37px;
	}
	.nav-primary .menu li:hover > .sub-menu,
	.adherents:hover .sub-menu {
		width: 260px;
		padding: 25px;
		z-index: 1;
		opacity: 1;
	}
	.nav-primary .menu li:hover > .sub-menu li,
	.adherents:hover .sub-menu li{
		opacity: 1
	}
	.nav-primary .menu li a,
	.adherents li a{
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	.nav-primary .menu li a:hover,
	.nav-primary .menu li.current-menu-item > a:hover{
		color: #C9A200;
	}

	.nav-primary .menu li a:hover, .nav-primary .menu li.current-menu-item > a{
    color: #C9A200;
}
	.nav-primary .rs{
		position: absolute;
		/*bottom: 20px;
		left: 25px;
		font-size: 28px;*/
		position: absolute;
	    top: 34%;
	    right: 22px;
	    font-size: 28px;

	}
	.nav-primary .rs a{
		margin-right: 15px;
		display: inline-block;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	.nav-primary .rs a:hover{
		color: #F26A7E;
	}
/*TWITTER WIDGET*/
	.page-template-home aside{
		/*position: relative;*/
		width: 375px;
		margin-left: 10px;
		position: static;
	}
	.page-template-home .last_tweet{
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.last_tweet{
		/*background: rgba(15,44,80,0.9);*/
		padding: 5px 28px 14px 28px;
		/*min-height: 275px;*/
		position: relative;
		color: #FFF;
		background-color: #057C95;
	}
	.col_right_actu .last_tweet{
		position: absolute;
	    left: 0;
	    top: -130px;
	}
	.last_tweet .icon_tw{
		font-size: 30px;
		display: inline-block;
	}
	.site-main .last_tweet h4,
	.last_tweet h4,
	.last_tweet .date{
		text-transform: uppercase;
		margin: 0;
		font-size: 21px;
		line-height: 23px;
		font-family:Van Condensed Pro,arial,sans-serif;
		font-weight: normal;
		display: inline-block;
		padding-left: 7px;
	}
	.last_tweet p{
		font-size: 14px;
		display: none;
	}
	.last_tweet p a{
		color: #91cfe2;
	}
	.last_tweet .last_tweet_link{
		font-size: 14px;
		font-style: italic;
		color:  #C9A200;
		font-weight: 600;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
		display: block;
        padding-left: 45px;
	}
	.last_tweet .last_tweet_link:hover{
		opacity: 0.6;
	}
	.last_tweet .last_tweet_link:before{
		content: '> ';
	}
/*FOOTER*/
	footer{
		background: #057C95;
		color: #FFF;
		margin-top: 100px;
		padding: 55px 0;
	}
	.foot_line1{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	footer .logo_foot,
	footer .foot_RS{
		/*float: left;*/
		margin-top: 0;
		/*margin-right: 60px;*/
	}
	footer .menu_foot,
	footer .foot_news{
		/*float: right;*/
		/*text-align: right;*/
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: auto;
	}
	.logo_foot{
		max-width: 195px;
	}
	.logo_foot img{
		max-width: 100%;
	}
	.foot_RS h3,
	.foot_news h2,
	.menu_foot .menu{
		text-transform: uppercase;
		font-size: 21px;
		font-family:Van Condensed Pro,arial,sans-serif;
		color: #FFF;
		font-weight: normal;
		margin-bottom: 0;
	}
	.foot_RS i{
		color: #C9A200;
	}
	.menu_foot .menu{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.menu_foot .menu li{
		display: inline-block;
		/*margin-left: 30px;*/
		margin-right: 70px;
		color: #5dbfd4;
	}
	.menu_foot .menu li a{
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
		color: #fff;
	}
	.menu_foot .menu li a:hover{
		opacity: 0.6;
	}
	.foot_RS{
		margin-top: 60px;
	}
	.foot_RS h3{
		color: #fff;
		margin-top: 0;
	}
	.foot_RS a{
		font-size: 28px;
		margin-right: 25px;
		display: inline-block;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	.foot_RS a:hover{
		color: #5dbfd4;
	}
	.foot_news{
		margin-top: 10px;
	}
	.foot_news h2{
		text-align: right;
		margin:30px 0 10px;
	}
	.foot_news .wpcf7-form input{
		border-radius: 0;
		color: #FFF;
		background: transparent;
		border: 0 none;
		font-size: 14px;
		font-style: italic;
	}
	.foot_news .wpcf7-form span{
		display: inline-block;
		vertical-align: middle;
	}
	.foot_news .wpcf7-form span.email{
		border:0 none;
		border-radius: 0;
		color: #FFF;
		background: transparent;
	}
	.foot_news .wpcf7-form .wpcf7-submit{
		border:0 none;
		border-radius: 0;
		color: #FFF;
		background: transparent;
		text-transform: uppercase;
		font-family:Van Condensed Pro,arial,sans-serif;
		font-size: 16px;
		font-style: normal;
		display: inline-block;
		vertical-align: middle;
		padding: 6px 10px;
	}
	.foot_news .form_container{
		border: 1px solid #FFF;
		position: relative;
		padding: 10px;
	}
	.foot_news .form_container .ajax-loader{
		position: absolute;
		right: 0;
		top: 100%;
		margin-top: 10px;
	}
	.foot_news .form_container .wpcf7-not-valid-tip{
		display: none;
	}
	.wpcf7-response-output{
		border: 0 none;
		font-size: 14px;
		font-weight: 600;
		font-style: italic;
	}
	div.wpcf7-validation-errors{
		margin: 10px 0;
		border: 0 none;
	}
	.menu_foot{
		margin-top: 15px;
	}
/*HOME*/
	.home #main .site-main{
		background: #FFF;
	}
	.home_event,
	.home_zoom{
		/*float: left;
		width: 50%;*/
	}
	.home_event_content,
	.home_zoom_content{
		min-height: 480px;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.affiche_zoom{
		width: 21%;
		margin: -39px 0 0 52px;
	}
	.home_event{
		padding-right: 20px;
	}
	.home_zoom{
		/*padding-left: 20px;*/
		background-color: #057C95;
	}
	.home #main .site-main .home_event_titre,
	.home #main .site-main .home_zoom_titre{
		font-family:Van Condensed Pro,arial,sans-serif;
		font-size:21px;
		text-transform:uppercase;
		margin: 0 0 25px 0;
	}
	.home_event_content{
		border: 1px solid #bb9f16;
		position: relative;
		padding: 20px;
	}
	.home_event_titre,
	.site-main .home_event_content h2,
	.home_event_content a{
		color: #bb9f16;
	}
	.home_event_content a{
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	.home_event_content a:hover{
		opacity: 0.6;
	}
	.site-main .home_event_content h2{
		font-size: 50px;
		line-height: 52px;
		text-transform: uppercase;
		font-family:Van Condensed Pro,arial,sans-serif;
		font-weight: normal;
		margin: 0;
	}
	.home_event_content p{
		margin-bottom: 55px;
	}
	.home_event_content_link{
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		padding: 15px 20px;
		border-top: 1px solid #bb9f16;
		font-size: 14px;
		font-weight: 600;
		font-style: italic;
	}
	.home_event_content_link a:before{
		content: '> '
	}
	.home #main .site-main .home_zoom_titre{
		color: #0f2c50;
	}
	.home_zoom_left{
		float: left;
		width: 50%;
	}
	.home_zoom_titre{
		color: #64BACF;
	    font-size: 25px;
	   padding: 80px 0px 0px 40px;
	   font-family: Van Condensed Pro,arial,sans-serif;
	   /*padding-left: 390px;*/
	   padding-left: 382px;
	}
	.home_zoom_left h2{
		font-size: 50px;
	    line-height: 52px;
	    text-transform: uppercase;
	    font-family: Van Condensed Pro,arial,sans-serif;
	    font-weight: bold;
	    color: #fff;
	    margin: 0;
	    position: relative;
	    z-index: 2;
	    padding: 20px 0px 0px 50px;
	}
	.home_zoom_left p{
		color: #363636;
		font-size: 18px;
		line-height: 20px;
		font-family:Van Condensed Pro,arial,sans-serif;
		font-weight: normal;
		margin: 0;
		padding-left: 40px;
		padding-top: 30px;
		color: #fff;
	}
	.home_zoom_right{
		width: 25%;
    position: absolute;
    top: 20px;
    right: 70px;
    height: 100%;
	}
	.home_zoom_content_link{
		position: absolute;
		/*left: 40px;*/
		/*left: 390px;*/
		left: 382px;
    /*bottom: 80px;*/
    /*bottom: 110px;*/
    bottom: 120px;
	}
	.home_zoom_content_link a{
		display: inline-block;
	    border: 1px solid #fff;
	    color: #fff;
	    border-radius: 30px;
	    padding: 6px 30px;
	    font-size: 20px;
	    font-weight: 300;
	    text-transform: uppercase;
	    -webkit-transition: 0.2s;
	    -o-transition: 0.2s;
	    transition: 0.2s;
	    font-family: Van Condensed Pro,arial,sans-serif;
	}
	.home_zoom_content_link a:hover{
		background: #5dbfd4;
		color: #FFF;
	}
	.zoom_image > img {
	   /* position: absolute;
	    -webkit-box-shadow: 5px 1px 5px rgba(0, 0, 0, 0.4);
	            box-shadow: 5px 1px 5px rgba(0, 0, 0, 0.4);
	    -webkit-transform: rotate(55deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(15deg, -30deg);
	    transform: rotate(55deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(15deg, -30deg);
	    width: 70%;
	    right: 40%;
    	top: 14%;*/
	}
	.home_post {
		margin: 25px -5px;
		margin-top: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	    /*justify-content: space-between;*/
        margin-bottom: 80px;

	}
	.white_bg{
		padding: 30px 0;
	}
	.home_presse{
		border: 1px solid #0f2c50;
		padding: 14px;
		background: #057C95 0% 0% no-repeat padding-box;
		border: 2px solid #FFFFFF;
	}
	.home_presse h2{
		text-transform: uppercase;
		font-size: 21px;
		color: #C9A200;
		font-family:Van Condensed Pro,arial,sans-serif;
		font-weight: normal;
		margin: 7px 0 20px 0;
	}
	.home_presse_btn {
		margin-top: 20px;
	}
	.home_presse_btn a{
		font-size: 14px;
	    font-style: italic;
	    font-weight: 600;
	    color: #fff;
	    -webkit-transition: 0.2s;
	    -o-transition: 0.2s;
	    transition: 0.2s;
	}
	.home_presse_btn a:hover{
		opacity: 0.6;
	}
	.home_presse_btn a:before{
		content: '> ';
	}
	.home_footer .wrapper-width{
		max-width: 980px;
		color: #363636;
		text-align: center;
		font-family:Van Condensed Pro,arial,sans-serif;
	}

	.home_footer{
		width: 96%;
	    max-width: 1436px;
	    margin: 0 auto;
	    position: relative;
	}
	.home_footer article{
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
	      -ms-flex-pack: justify;
	          justify-content: space-between;
	  padding: 27px 50px 0px 50px;
	}
	.home_footer article img{
	    max-width: 100%;
	    width: 563px;
	    height: 316px;
	}

	article.right_position {
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: reverse;
	        -ms-flex-direction: row-reverse;
	            flex-direction: row-reverse;
	}

	.image_home{
     /*  display: flex;
       justify-content: center;*/
     /*  padding: 45px;*/
	}

	.bloc_image {
	    width: calc( 35% - 20px );
	  /*  background-image: url(http://localhost/unifab/wp-content/uploads/2018/08/TERRORISME-ACTU.jpg);*/
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center center;
	   /* margin-top: 20px;*/
     }
	.image_home .right{
	   width: calc(65% - 20px );
	}
	.home_footer h2{
		font-size: 44px;
        margin: 0px;
        font-weight: 200;
        color: #363636;
        line-height: 30px;
	}
	.home_footer p{
		font-size: 18px;
		line-height: 21px;
	}
	.home_slider{
		margin-top: 30px;
		text-align: center;
		color: #FFF;
	}
	.home_slider_slide{
		height: 500px;
        width: 100%;
        background-size: cover;
        background-position: center center;
        position: relative;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .home_slider_slide:after{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.6);
		content: '';
		z-index: 1;
    }
    .home_slider_slide_content{
    	position: absolute;
    	z-index: 2;
    	width: 100%;
    	top: 50%;
    	font-family:Van Condensed Pro,arial,sans-serif;
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	    transform: translateY(-50%);
    }
    .home_slider_slide_content h2{
		font-size: 64px;
		line-height: 64px;
		text-transform: uppercase;
		margin: 0;
		color: #C9A200;
    }
    .home_slider_slide_content p{
		font-size: 21px;
		margin: 25px auto;
		max-width: 640px;
		line-height: 21px;
    }
    .home_slider_slide_content a{
		text-transform: uppercase;
		font-size: 21px;
		line-height: 21px;
		padding: 10px 30px;
		border-radius: 30px;
		border: 2px solid #FFF;
		display: inline-block;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
    }
    .home_slider_slide_content a:hover{
		background: #FFF;
		color: #000;
    }
    .slick-dots {
        position: absolute;
        bottom: 80px;
        display: block;
        width: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        padding: 0;
        list-style: none;
        text-align: center;
        vertical-align: middle;
        margin: 0;
    }
    .slick-dots li {
        position: relative;
        display: inline-block;

        margin: 0 6px;
        padding: 0;
        text-align: center;
        cursor: pointer;
        vertical-align: middle;
        z-index: 2;
    }
    .slick-dots li.slick-active button{
      	background: #FFF;
    }
    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 14px;
        height: 14px;
        border: 2px solid #FFF;
        border-radius: 100%;
        margin: 0 auto;
        cursor: pointer;
        color: transparent;
        outline: none;
        background: transparent;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        vertical-align: middle;
    }


    



    .single_page .post_card{
		float: left;
		width: 20%;

	}
	.single_page .post_card a{
		display: block;
		margin: 5px;
		position: relative;
		padding-bottom: 130px;
	}
	.single_page .post_card.post-1,
	.single_page .post_card.post-8{
		width: 40%;
	}
	.single_page .post_card_image{
		height: 300px;
		background-position: center;
		background-size: cover;
	}
	.single_page .post_card_content{
		background: #FFF;
		padding: 15px;
		text-transform: uppercase;
		font-size: 21px;
		line-height: 21px;
		min-height: 100px;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	.single_page .post_card_content p{
		margin: 0 0 30px;
		color: #0f2c50;
		font-family:Van Condensed Pro,arial,sans-serif;
	}
	
	.single_page .post_card_content span{
		position: absolute;
		opacity: 0;
		bottom: 0;
		left: 15px;
		font-size: 14px;
		text-transform: none;
		color: #5dbfd4;
		font-style: italic;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
		font-weight: 600;
	}
	.single_page .post_card a:hover .post_card_content{
		padding-bottom: 35px;
	}
	.single_page .post_card a:hover .post_card_content span{
		opacity: 1;
		bottom: 15px;
	}












/*POST*/

    .cta_home_actu{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 50px 0px 20px 0px;
        /*margin: 50px 0px 20px;*/
        margin: 50px 0px 0px;
        scroll-behavior: smooth;
    }
    .cta_home_actu a{
    	display: block;
    	text-transform: uppercase;
    }
    .cta_home_actu .cta_event{
       color: #057C95;
       font-size: 25px;
       font-family: Van Condensed Pro,arial,sans-serif;
    }
    .cta_home_actu .cta_all_event{
      padding: 8px 20px;
      background-color: #64BACF;
      border-radius: 20px;
      color: #fff;
      font-family: Van Condensed Pro,arial,sans-serif;
    }
	.home_post .post_card{
		width: 49%;
		margin-bottom: 21px;
	}
	.home_post .post_card:nth-child(2) {
		margin-left: 26px;
	}
	.home_post .post_card:nth-child(4) {
		margin-left: 26px;
	}
	.home_post .post_card a{
		margin: 5px;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	    border: 1.7px solid #057C95;
	    padding: 16px;
	}
	/*.home_post .post_card.post-1{
		margin-left: -54px;
	}
	.home_post .post_card.post-8{
        margin-right: -54px;
	}
	.home_post .post_card.post-4{
        margin-right: -54px;
	}*/
	.home_post .post_card_image{
		width: 50%;
		height: 300px;
		padding-top: 15px;
	}

	.home_post .post_card_image img{
		width: 200px;
		min-height: 250px;
		max-height: 250px;
	}
	.home_post .post_card_content{
		padding: 15px;
		text-transform: uppercase;
		font-size: 26px;
        line-height: 34px;
		min-height: 100px;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	.home_post .post_card_content p{
		margin: 66px 0 0 32px;
		color: #057C95;
		font-family:Van Condensed Pro,arial,sans-serif;
		position: absolute;
    left: 227px;
    padding-right: 20px;
	}
	.home_post .post_card.post-1 .post_card_content,
	.home_post .post_card.post-8 .post_card_content{
		position: 20px;
	}
	.home_post .post_card_content span{
		position: absolute;
		bottom: 50px;
		left: 262px;
		font-size: 14px;
		text-transform: none;
		color: #057C95;
		font-style: italic;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
		font-weight: 600;
		border: 1px solid #057C95;
        padding: 16px;
        font-weight: bold;
        line-height: 1;
	}
	.home_post .post_card_content span em{
		font-weight: 500;
		color: #64BACF;
	}
	
/*PRESSE*/
	.press_list{
		margin: 0;
		list-style: none;
		padding-left: 0;
	}
	.press_list h3{
		margin: 20px 0 10px;
	}
	.press_list_item{
		opacity: 1;
		position: relative;
		padding: 20px;
		color: #0f2c50;
		font-family:Van Condensed Pro,arial,sans-serif;
		text-transform: uppercase;
		display: block;
		vertical-align: middle;
		margin-bottom: 10px;
		/*background: #C9A200;*/
		background: #2089a1;
	}
	.press_list .press_list_item:last-child{
		margin-bottom: 0;
	}
	.press_list_item .title{
		font-size: 21px;
		display: inline-block;
		/*width: calc(100% - 200px);*/
		width: calc(93% - 200px);
		vertical-align: middle;
		color: #fff;
		line-height: 1;
	}
	.press_list_item .title a{
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
		color: #fff;
		font-size: 16px;
	}
	.press_list_item .title a:hover{
		opacity: 0.6;
	}
	.press_list_item .lien_dl{
		vertical-align: middle;
		display: inline-block;
		width: 200px;
		text-align: right;
		/*margin-left: -5px;*/
		margin-left: 30px;
	}
	.lien_dl a{
		vertical-align: middle;
		display: inline-block;
		color: #C9A200;
		font-size: 14px;
		border-radius: 20px;
		padding: 4px 15px;
		/*background: #dadce1;*/
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
		text-decoration: none;
		border: 2px solid #C9A200;
	}
	.bulletin .lien_dl a{
		border: 2px solid #292929;
		color: #292929;
	}
	.entry-content .lien_dl a{
		text-decoration: none;
	}
	.lien_dl a:hover,
	.entry-content .lien_dl a:hover{
		/*background: #0f2c50;*/
		color: #FFF;
		border-color: #fff;
	}
	.lien_dl .icon{
		position: relative;
		display: inline-block;
		vertical-align: middle;
		height: 40px;
		width: 37px;
		/*background-image:url(../img/sprite.png);*/
		background-image:url(../img/shape.svg);
		background-repeat: no-repeat;
		margin-left: 30px;
	}
	.lien_dl .icon.comm{
		background-position: left top;
	}
	.lien_dl .icon.doss{
		background-position: left -40px;
	}
	.single-presse .press_list_item{
		margin-top: 40px;
	}
/*POST PAGES*/
	/*.site-main{
		background: #FFF;
	}*/
	.share{
		background: #FFF;
		/*padding: 20px;
		margin-top: 10px;*/
		border: 2px solid #0F7C94;
	    width: 290px;
	    padding: 14px 0px 9px 30px;
	    margin-left: 50px;
	}
	.single_new .share{
		position: absolute;
	    left: 337px;
	    top: -129px;
	}
	.site-main .share h4,
	.share h4{
        color: #000000;
        font-size: 21px;
        text-transform: uppercase;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 0px;
        font-family:Van Condensed Pro,arial,sans-serif;
        color: #057C95;
    }
    .share .rs a  {
        /*font-size: 22px;
        line-height: 25px;*/
        margin-right: 4px;
        text-align: center;
        width: 22px;
        height: 22px;
        display: inline-block;
        vertical-align: middle;
        /*padding: 9px;*/
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        background: #C9A200;
        border-radius: 2px;
    }
    .share .rs a:hover {
		opacity: 0.6;
    }
    .share .rs a  i{
        display: inline-block;
        vertical-align: middle;
        line-height: 25px;
    }
    .share .rs a.tw {
        /*background: #39aadd;*/
        color: #fff;
    }
    .share .rs a.fb {
        /*background: #385490;*/
        color: #fff;
    }
    .share a.ma{
        /*font-size: 18px;*/
        color: #fff;
    }

    .share a.pr{
        /*font-size: 18px;*/
/*        background: #fff;*/
        color: #fff;
    }
    .entry-meta{
		font-size: 16px;
		font-family:Van Condensed Pro,arial,sans-serif;
		text-transform: uppercase;
		color: #292929;
	}
	.entry-meta .cat-links {
		color: #C9A200;
		margin-right: 12px;
	}
	.entry-title{
		color: #5dbfd4;
		font-size: 30px;
		margin-top: 10px;
		line-height: 32px;
		font-weight: normal;
		font-family:Van Condensed Pro,arial,sans-serif;
		text-transform: uppercase;
	}
	.actu_loops .entry-title a{
		color: #057C95;
		font-size: 26px;
		font-weight: 500;
	}
	.category-evenements .entry-title,
	.category-events .entry-title{
		color: #057C95;
	}
	.page-content, .entry-content, .entry-summary {
	    margin: 0;
	}
	.entry-content *:last-child{
		margin-bottom: 0;
	}
	.entry-footer{
		text-transform: uppercase;
		font-size: 21px;
		color: #000;
		font-family:Van Condensed Pro,arial,sans-serif;
	}
	.single-post .entry-footer{
		margin-top: 25px;
	}
	.entry-footer .prev_post{
		float: left;
	}
	.entry-footer .prev_post a:before{
		content:'< ';
	}
	.entry-footer .next_post{
		float: right;
	}
	.entry-footer .next_post a:after{
		content:' >';
	}
	.entry-footer a{
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}

	.entry-footer a:hover{
		color: #5dbfd4;
	}
	.last_post{
		margin: 80px 0 50px;
	}
	.last_post h5{
		text-transform: uppercase;
		font-size: 21px;
		color: #0f2c50;
		font-family:Van Condensed Pro,arial,sans-serif;
		margin: 0 0 25px;
		font-weight: normal;
		color: #057C95;
	}
	.post_card_container{
		margin: 0 -5px;
	}
/*BREADSCRUMB*/
	.breadcrumbs{
		text-transform: uppercase;
		color: #292929;
		font-size: 22px;
		font-family:Van Condensed Pro,arial,sans-serif;
		margin: 10px 0 20px;
	}
	.breadcrumbs a{
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	.breadcrumbs a:hover{
		color: #5dbfd4;
	}
/*PAGE ACTUS*/
	.actus-header{
		background: #C9A200;
		padding: 20px;
		margin-bottom: 20px;
	}
	.actus-header p{
		margin-bottom: 0;
		color: #fff;
	}
	.post_line{
		margin-top: 10px;
	    background: #FFF;
	    border: 1.7px solid #057C95;
	    margin-bottom: 35px;
	    padding: 20px;
	}
	.post_line .post_line_image{
		float: left;
		width: 20%;
	}
	.post_line .post_line_content{
		width: 75%;
		padding: 0px 30px 30px 30px;
		float: left;
	}
	.post_line .post_line_content h2{
		margin-bottom: 0;
		text-transform: uppercase;
		margin-top: 15px;
	}
	.post_line .post_line_content p{
		margin-bottom: 0;
	}
/*SIDEBAR*/
	.actu_side{
		border: 1px solid #d8d8d8;
		/*margin-top: 10px;*/
		padding: 20px;
		margin-left: 20px;
		background-color: #057C95;
	}
	.actu_side h4{
		color: #C9A223;
		font-size: 24px;
		font-weight: normal;
		font-family:Van Condensed Pro,arial,sans-serif;
		margin: 20px 0 7px;
	}
	.actu_side .arvhives{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.actu_side .arvhives li{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.actu_side .list_cat a,
	.actu_side .list_tags a,
	.actu_side .arvhives a{
		display: block;
		font-size: 14px;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
		color: #fff;
	}
	.actu_side .list_cat a:hover,
	.actu_side .list_tags a:hover,
	.actu_side .arvhives a:hover{
		color: #5dbfd4;
	}
	#searchform input{
		font-size: 16px;
		line-height: 20px;
		border-radius: 0;
		font-style: italic;
		width: calc(100% - 41px);
		height: 60px;
		vertical-align: top;
		padding: 20px 10px;
		background-color: #2089A1;
		color: #fff;
	}
	#searchform input::-webkit-input-placeholder{
		color: #fff;
	}
	#searchform input::-moz-placeholder{
		color: #fff;
	}
	#searchform input:-ms-input-placeholder{
		color: #fff;
	}
	#searchform input::-ms-input-placeholder{
		color: #fff;
	}
	#searchform input::placeholder{
		color: #fff;
	}
	
	#searchform button{
		border: 0 none;
		color: #fff;
		background-color: #2089A1;
		font-size: 20px;
		line-height: 20px;
		padding: 20px 10px;
		border-radius: 0;
		height: 60px;
		vertical-align: top;
	}
	/*#searchform input[type="text"]{
		color: #fff !important;
	}*/
	.no-results {
		background: #FFF;
		padding: 0 20px 20px;
	}
	.no-results h2{
		font-size: 32px;
		font-weight: normal;
		margin-top: 0;
	}
	.no-results form{
		border: 1px solid #d8d8d8;
	}
	.more_content{
		margin: 40px auto 0;
		text-align: center;
		position: absolute;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
	}
	#morenews{
		text-transform: uppercase;
		font-size: 18px;
		color: #292929;
		font-size: 24px;
		font-weight: normal;
		font-family:Van Condensed Pro,arial,sans-serif;
		display: inline-block;
		padding: 10px 20px;
		border: 2px solid #292929;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	#morenews:hover{
		background: #292929;
		color: #FFF;
	}
	.moreRef{
		display: none;
	}
	.moreRef p{
		font-family:Van Condensed Pro,arial,sans-serif;
		padding: 10px 0;
		font-size: 24px;
		color: #1a3658;
		margin: 2px 0;
	}
	.site-main h1,
	.site-main h2{
		color: #fff;
	    font-family: Van Condensed Pro,arial,sans-serif;
	    font-weight: normal;
	    text-transform: uppercase;
	}
	.site-main h1{
		font-size: 30px;
		line-height: 32px;
	}
	.site-main h2{
		/*font-size: 25px;*/
		font-size: 40px;
		font-weight: 600;
		line-height: 38px;
	}
	.site-main h3{
		color: #5dbfd4;
	    font-family: Van Condensed Pro,arial,sans-serif;
	    font-size: 25px;
		line-height: 27px;
		font-weight: normal;
		margin-top: 64px;
	}
	.page-id-280 h3{
		color: #292929;
	}
	.site-main h4{
		color: #fff;
		/*font-family: Open sans, sans-serif;*/
		font-family: Van Condensed Pro,arial,sans-serif;
		font-size: 21px;
		text-transform: uppercase;
	}
	.page-id-119 .colz_left h4,
	.page-id-657 .colz_left h4{
		color: #C9A200;
		font-weight: 500;
	}
	
	.page-id-119 .colz_right h4,
	.page-id-657 .colz_right h4{
		color: #C9A200;
		font-weight: 500;
	}
	.site-main h4 strong{
		color: #fff !important;
	}
	.site-main h5{
		color: #000;
		font-family: Open sans, sans-serif;
		font-size: 18px;
		text-transform: uppercase;
	}
	.entry-content a{
		text-decoration: underline;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
		color: #292929 !important;
	}
	.entry-content a:hover{
		color: #5dbfd4;
	}

	.bouton_download{
		background: #2089a1;
		position: relative;
		padding: 20px;
		color: #0f2c50;
		font-family:Van Condensed Pro,arial,sans-serif;
		text-transform: uppercase;
		display: block;
		vertical-align: middle;
		margin-bottom: 10px;
		padding-right: 200px;
		font-size: 21px;
	}
	.bouton_download a{
		vertical-align: middle;
		display: inline-block;
		text-decoration: none;
		float: right;
		text-align: right;
		vertical-align: middle;
		display: inline-block;
		color: #798293;
		font-size: 14px;
		border-radius: 20px;
		padding: 7px 15px;
		background: #dadce1;
		margin-right: 0;
		position: absolute;
		right: 67px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		    transform: translateY(-50%);
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	.page-id-280 .bouton_download a{
		    vertical-align: middle;
		    display: inline-block;
		    color: #C9A200 !important;
		    font-size: 14px;
		    border-radius: 20px;
		    padding: 4px 15px;
		    /* background: #dadce1; */
		    -webkit-transition: 0.2s;
		    -o-transition: 0.2s;
		    transition: 0.2s;
		    text-decoration: none;
		    border: 2px solid #C9A200;
		    background: inherit;
		    font-weight: 500;
	}
	.bouton_download a:hover{
		background: #2089a1;
		color: #fff !important;
		border: 2px solid #fff;
	}
	.bouton_download:after{
		display: inline-block;
		vertical-align: middle;
		height: 40px;
		width: 37px;
		background-image:url(../img/sprite.png);
		background-image: url(../img/shape.svg);
		background-position: left top;
		background-repeat: no-repeat;
		margin-left: 10px;
		content: '';
		right: 20px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		    transform: translateY(-50%);
	}
	.uppercase{
		text-transform: uppercase;
	}
	.entry-content .marge_top{
		margin-top: 10px;
		background-color: #057C95 !important;
	}
	.page-template-default .site-main article,
	.page-template-contact .site-main article{
		background: transparent;
		padding: 0;
	}
	.page-template-default .site-main article header,
	.page-template-default .site-main article .content,
	.page-template-contact .site-main article header,
	.page-template-contact .site-main article .content{
		padding: 20px;
		/*background: #FFF;*/
		background-color: #C9A200;
	}
	.page-id-121 .content{
		background: #FFF !important;
    padding: 0px !important;
	}
	.page-id-682 .content{
				background: #FFF !important;
		    padding: 0px !important;
	}

  .page-id-682 .content.deuxcol{
  	background-color: #057C95 !important;
  	border: 1px solid #fff;
  }
  .page-id-682 .content.deuxcol p{
  	color: #fff;
  	padding-bottom: 20px;
  }
  .page-id-682 .content.deuxcol h4 strong{
  	color: #C9A200 !important;
  	font-weight: 500;
  }
  .page-id-682 .content.wisiwig.marge_top{
  	background-color: #057C95 !important;
  	padding: 20px !important;
  }
  .page-id-682 .content.wisiwig.marge_top h4{
  	color: #C9A200;
  }
  .page-id-682 .content.wisiwig.marge_top p{
  	color: #fff;
  }
  .page-id-682 .block_deuxcol{
  	background-color: #057C95;
  	height: 550px;
  	padding: 0 20px;
  }



	.page-id-121 .content.deuxcol{
		background-color: #057C95 !important;
		border: 1px solid #fff;
	}
	.page-id-121 .content.deuxcol p{
		color: #fff;
		padding-bottom: 20px;
	}
	.page-id-121 .content.deuxcol h4 strong{
		color: #C9A200 !important;
		font-weight: 500;
	}
	.page-id-121 .content.wisiwig.marge_top{
		background-color: #057C95 !important;
		padding: 20px !important;
	}
	.page-id-121 .entry-content .content.wisiwig.marge_top:nth-child(4){
		background-color: #C9A200 !important;
	}

	.page-id-121 .content.wisiwig.marge_top h4{
		color: #C9A200;
	}
	.page-id-121 .content.wisiwig.marge_top p{
		color: #fff;
	}
	.page-id-121 .block_deuxcol{
		background-color: #057C95;
		height: 550px;
		padding: 0 20px;
	}
	.page-id-121 .block_deuxcol p{
		
	}


	.page-id-280 .entry-content .content.wisiwig{
		background-color: #fff;
		padding-left: 0;
    padding-right: 0;
	}
	.page-id-280 .entry-content .content.wisiwig p{
		margin-bottom: -4px;
	}
	.page-id-280 .entry-content .content.wisiwig p span{
		font-weight: 300;
		font-size: 16px;
	}
	
  .page-id-280 .entry-content hr, .adh_content hr {
	    background: #fff;
	}
	.service_bloc1{
		background-color: #C9A200;
		padding: 20px;
		margin-bottom: 30px;
		padding-bottom: 50px;
	}
	.service_bloc2{
		background-color: #057C95;
		padding: 20px;
		margin-bottom: 30px;
		padding-bottom: 50px;
	}
	.service_bloc2 p{
		color: #fff;
	}
	.content.wisiwig .service_bloc2 p span.bleu{
		color: #C8A123 !important;
	}
	.service_bloc3{
		background-color: #C9A200;
		padding: 20px;
		margin-bottom: 30px !important;
		padding-bottom: 50px;
	}
	.service_bloc3 h3{
		color: #fff;
	}
	.page-id-117 .deuxcol{
		margin-top: 25px;
		background-color: #057C95 !important;
	}
	.page-id-652 .deuxcol{
		margin-top: 25px;
		background-color: #057C95 !important;
	}
	.content.wisiwig p span{
		color: #fff !important;
		font-weight: 700;
	}

	.woocommerce-checkout .content.wisiwig p span{
		color: #000 !important;
	}

	.content.deuxcol .colz_left,
	.content.deuxcol .colz_right{
		float: left;
		width: 50%;
	}
	.content.deuxcol .colz_left{
		padding-right: 10px;
	}
	.content.deuxcol .colz_right{
		padding-left: 10px;
	}
	.content.deuxcol.cartouches .colz_left,
	.content.deuxcol.cartouches .colz_right{
		border: 1px solid #fff;
		/*border-radius: 20px;*/
		-moz-border-radius:0 !important;
		padding: 25px 40px;
		float: left;
		width: 45%;
		margin: 0 2.5%;
		color: #fff;
	}
	.page-id-119 .content.deuxcol.cartouches .colz_left,
	.page-id-657 .content.deuxcol.cartouches .colz_left{
		width: 95%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 35px;
	}
	.page-id-119 .content.deuxcol.cartouches .colz_right,
	.page-id-657 .content.deuxcol.cartouches .colz_right{
     width: 95%;
	}

	.page-id-119 .colz_right p a,
	.page-id-657 .colz_right p a{
		line-height: 2;
	}

	.page-id-119 .partie_2,
	.page-id-657 .partie_2{
		  margin-left: 65px;
		  margin-top: 87px;
	}
	.colz_left p strong{
		color: #fff;
	}
	.margin0{
		margin: 0;
	}
	.margin0{
		margin: 0;
	}
	.rounded img{
		border-radius: 100%;
	}
	.legend{
		color: #fff;
		font-size: 12px;
	}
	.entry-content .content:first-child,{
		padding-top: 0;
	}
	.content.wisiwig{
		color: #292929 !important;
	}
	article.type-page .entry-header .entry-title{
		margin-bottom: 0;
		margin-top: 20px;
		font-size: 40px;
		font-weight: 600;
	}
	.page-template-presse .press_list{
		background: #FFF;
		/*padding: 1px 20px 20px;*/
	}
/*CONTACT*/
	.contact_content .cartouches{
		border: 2px dotted #fff;
		border-radius: 20px;
		-moz-border-radius:0 !important;
		padding: 25px 40px;
		margin: 0;
	}
	.contact_content .wpcf7-form input,
	.contact_content .wpcf7-form textarea{
		background: #f0f0f0;
		display: block;
		padding: 14px;
		border: 0 none;
		border-radius: 0;
		margin-bottom: 14px;
		width: 100%;
		border: 1px solid #f0f0f0;
	}
	.contact_content .wpcf7-form input.wpcf7-not-valid,
	.contact_content .wpcf7-form textarea.wpcf7-not-valid{
		border-color: #ea164c;
	}
	.contact_content .wpcf7-form input[type="submit"]{
		float: right;
		display: inline-block;
		vertical-align: middle;
		text-transform: uppercase;
		background: #5dbfd4;
		border: 1px solid #5dbfd4;
		color: #FFF;
		font-family:Van Condensed Pro,arial,sans-serif;
		font-size: 21px;
		padding: 9px 29px;
		margin-bottom: 0;
		width: auto;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	.contact_content .wpcf7-form input[type="submit"]:hover{
		background: transparent;
		color: #5dbfd4;
	}
	.contact_content .wpcf7-form .legend{
		display: inline-block;
		vertical-align: middle;
		margin-top: 13px;
	}
	.contact_content .wpcf7-form .half{
		float: left;
		width: 49.5%;
		width: calc(50% - 7px);
	}
	.contact_content .wpcf7-form .half:first-child{
		margin-right: 14px;
	}
	.contact_content .wpcf7-form span.wpcf7-not-valid-tip{
		display: none;
	}
	.contact_content .wpcf7-form div.wpcf7-response-output{
		padding: 0;
	}
	div.wpcf7-mail-sent-ok{
		border: 0 none;
	}
/*TEAM*/
	.team_header{
		background: #C9A200;
		padding: 20px;
		padding-bottom: 1px;
	}
	.team_content{
		background-color: #057C95;
		padding: 8px;
		margin-bottom: 10px;
	}
	.team_content .team_line{
		padding: 50px 10px;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
	}
	.team_content .team_line:first-child{
		padding-top: 50px;
	}
	.team_content .team_line:nth-child(even){
		/*background: url(../img/bg_hachures.jpg) top left repeat;*/
		background-color: #2089a1;
		margin: 30px 30px;
	}
	.team_content .team_line h1,
	.team_content .team_line h2{
		text-transform: uppercase;
		font-size: 28px;
		color: #C9A200;
		font-family:Van Condensed Pro,arial,sans-serif;
		font-weight: normal;
		position: relative;
		margin: 0;
		padding-bottom: 30px;
	}
	.team_content .team_line h1:after,
	.team_content .team_line h2:after{
		content: '';
		background: #5bbcd1;
		position: absolute;
		width: 1px;
		height: 17px;
		bottom: 0;
		left: 50%;
	}
	.colonne_member,
	.member_photo,
	.member_detail{
		width: 49%;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		vertical-align: middle;
		padding: 3px;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
	}
	.colonne_member{
		position: relative;
	}
	.member_photo{
		padding-right: 8px;
	}
	.member_detail{
		padding-left: 8px;
	}
	.member_photo img{
		overflow: hidden;
		border-radius: 100%;
		/*width: 100%;*/
		width: 160px;
	    height: 160px;
	    display: inline-block;
	    margin: 0 auto;
	}
	.member_detail{
		text-transform: uppercase;
		text-align: center;
		font-weight: 600;
	}
	.member_detail .member_name{
		font-size: 15px;
		margin-bottom: 5px;
		line-height: 20px;
		color: #fff;
		font-weight: 700;
	}
	.member_detail .member_poste,
	.member_detail .numero_member{
		font-size: 14px;
		color: #fff;
		margin-bottom: 5px;
		line-height: 16px;
	}
	.compte_twitter,
	.adresse_mail{
		font-size: 28px;
		color: #5dbfd4;
		margin-right: 17px;
		position: absolute;
		bottom: -10%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
	.page-template-team .entry-content{
		background: #FFF;
		padding: 20px;
	}
/*EXPERT*/
	.expert_content .intro,
	.expert_content .schema,
	.expert_content .expert_map,
	.expert_content .bulletin{
		background: #C9A200;
		padding: 1px 20px 20px;
	}
	.expert_content .expert_map,
	.expert_content .bulletin{
		margin-top: 30px;
	    padding: 6px;
	    background-color: #C9A200;
	}
	.expert_content .expert_map {
	    background-color: #057C95;
	}
	
	.expert_content .bulletin .press_list_item{
		margin-bottom: 0;
		background: #C9A200;
	}
	.expert_content h1{
		font-size: 36px;
		font-weight: 600;
		color: #fff;
	}
	.expert_map h1{
		color: #C9A200;
		text-align: center;
	}
	.page-id-119 .expert_map h1,
	.page-id-657 .expert_map h1{
		text-align: left;
	    padding-left: 24px;
	    font-size: 54px;
	}
	.image_map{
		width: 96%;
		margin: 0 auto;
		margin-bottom: 50px;
		margin-top: 50px;
	}
	.image_map img{
		width: 100%;
	}
	.colz_left p a{
		color: #fff;
		font-weight: 100;
	}
	.colz_right p a{
		color: #fff;
		font-weight: 100;
	}
	.expert_content .schema{
		text-align: center;
	}
	.schema_bloc_1,
	.schema_bloc_2,
	.schema_bloc_3,
	.schema_bloc_4,
	.schema_bloc_5{
		text-transform: uppercase;
	}
	.schema_bloc_1 p,
	.schema_bloc_2 p,
	.schema_bloc_3 p,
	.schema_bloc_4 p,
	.schema_bloc_5 p{
		margin: 0;
		font-size: 22px;
	    margin: 0;
	    font-family: Van Condensed Pro,arial,sans-serif;
	}
	.schema_bloc_1{
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		/*border-radius: 20px;*/
		border: 1px solid #fff;
		padding: 20px 30px;
		max-width: 620px;
		margin: 0 auto;
		margin-bottom: 23px;
		position: relative;
	}
	.schema_bloc_1:before{
		content: '';
		position: absolute;
		left: 50%;
		height: 20px;
		bottom: -26px;
		width: 1px;
		background: #fff;
	}
	.bloc_1_container{
		position: relative;
		padding-bottom: 1px;
	}
	.bloc_1_container:after{
		content: '';
		position: absolute;
		left: 25%;
		height: 1px;
		bottom:0;
		width: 50%;
		background: #fff;
	}
	.schema_bloc_2,
	.schema_bloc_3,
	.schema_bloc_4,
	.schema_bloc_5{
		color: #0f2c50;
		font-size: 14px;
		font-weight: 600;
		/*border-radius: 20px;*/
		border: 1px solid #fff;
		padding: 20px;
		min-height: 140px;
		margin: 0 auto 28px;
		vertical-align: middle;
		position: relative;
		white-space: nowrap;
	}
	.schema_left,
	.schema_right{
		float: left;
		width: 46%;
		margin: 23px 2% 2%;
	}
	.schema_bloc_2 p,
	.schema_bloc_3 p,
	.schema_bloc_4 p,
	.schema_bloc_5 p{
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		white-space: normal;
		color: #292929;
		font-family: Van Condensed Pro,arial,sans-serif;
	    font-size: 20px;
	    font-weight: 300;
	}
	.schema_bloc_2:before,
	.schema_bloc_3:before,
	.schema_bloc_4:before,
	.schema_bloc_5:before{
		content: '';
		vertical-align: middle;
		height: 100%;
		display: inline-block;
		min-height: 100px;
	}
	.schema_bloc_2:after,
	.schema_bloc_3:after,
	.schema_bloc_4:after,
	.schema_bloc_5:after{
		content: '';
		position: absolute;
		left: 50%;
		height: 20px;
		top: -25px;
		width: 1px;
		background: #fff;
	}
	.cabinets_det {
		position: relative;
		margin-top: 10px;
		z-index: 2;
		margin-bottom: 60px;
	}
/*MEMBERS*/
	.entry-content hr,
	.adh_content hr {
	    background: #f0f0f0 none repeat scroll 0 0;
	    border: 0 none;
	    height: 20px;
	    margin: 0 -20px;
	}
	/*STICKY ADH*/
	.adherents_links{
		padding: 20px;
		background: #C9A200;;
		text-transform: uppercase;
	}
	.adherents_links li{
		list-style: none;
		font-size: 21px;
		line-height: 21px;
		font-family:Van Condensed Pro,arial,sans-serif;
		margin-bottom: 10px;
	}
	.adherents_links li:last-child{
		margin-bottom: 0;
	}
	.adherents_links li.current_page_item{
		color: #5dbfd4;
	}

.site-main .wpmem_msg {
    width: 100%;
}
.site-main #wpmem_msg,
.site-main .wpmem_msg {
    background: transparent;
    border: 0 none;
    border-radius: 0;
    padding: 20px 0 0;
    font-style: italic;
    font-weight: 600;
}
.bouton_rond{
	font-family:Van Condensed Pro,arial,sans-serif;
	background: transparent;
	border: 2px solid #000;
	text-transform: uppercase;
	font-size: 21px;
	color: #000;
	display: inline-block;
	border-radius: 30px;
	padding: 10px 20px;
	margin-bottom: 20px;
	margin: 0 auto;
}
.site-main,
.site-main .form_content{
	/*padding: 20px;*/
	background: #FFF;
}
.adh_content, .adh_header {
    padding: 20px;
    background: #C9A200;
}
.site-main .adh_header,
.site-main .form_content #wpmem_reg,
.site-main .form_content #wpmem_login{
	color: #000;
	font-family:Van Condensed Pro,arial,sans-serif;
}
.site-main .form_content #wpmem_reg form fieldset,
.site-main .form_content #wpmem_login form fieldset{
	margin-top: 0;
}
.site-main .form_content #wpmem_reg form legend,
.site-main .form_content #wpmem_login form legend{
	color: #000;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 50px;
	font-family:Van Condensed Pro,arial,sans-serif;
	text-align: center;
	font-weight: normal;
	margin-top: 0;
}
.site-main .form_content #wpmem_login input[type="text"],
.site-main .form_content #wpmem_login input[type="password"]{
	background: #ea164c;
	border: 0 none;
	border-radius: 0;
	padding: 20px 30px;
	display: block;
	margin-bottom: 8px;
	color: #FFF;
}
.site-main .form_content #wpmem_login form .buttons{
	background: transparent;
	border: 2px solid #000;
	text-transform: uppercase;
	font-size: 21px;
	color: #000;
	display: inline-block;
	border-radius: 30px;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.site-main .form_content form .link-text a{
	text-decoration: underline;
}
.site-main .form_content  #wpmem_reg .button_div,
.site-main .form_content  #wpmem_login .button_div,
.site-main .form_content  #wpmem_login .link-text,
.site-main .form_content  #wpmem_reg .link-text{
	text-align: center;
	height: auto;
}
	.ajax_content {
	   /* background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;*/
	    background: rgba(5, 124, 149, 0.85) none repeat scroll 0 0;
	    color: #fff;
	    height: 100%;
	    left: 0;
	    position: fixed;
	    top: 0;
	    width: 100%;
	    z-index: 55;
	    display: none;
	}
	.loaded_content {
	    left: 50%;
	    max-height: 80%;
	    max-width: 830px;
	    width: 90%;
	    overflow: auto;
	    position: absolute;
	    top: 50%;
	    padding-right: 30px;
	    -webkit-transform:translate(-50%, -50%);
	    -ms-transform:translate(-50%, -50%);
	        transform:translate(-50%, -50%);
	}
	.ajax_content .close{
		background: transparent;
		font-size: 40px;
		cursor: pointer;
	    height: 30px;
	    margin-right: 0;
	    position: absolute;
	    right: 5%;
	    top: 5%;
	    width: 30px;
	}
	.ajax_content .loader{
		display: none;
		/*background: aquamarine none repeat scroll 0 0;*/
	    height: 100px;
	    margin-right: 0;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    width: 100px;
	    margin-top: -50px;
	    margin-left: -50px;
	}
	.ajax_content .bouton_rond{
		font-family:Van Condensed Pro,arial,sans-serif;
		background: transparent;
		border: 2px solid #FFF;
		text-transform: uppercase;
		font-size: 21px;
		color: #FFF;
		display: inline-block;
		border-radius: 30px;
		padding: 10px 20px;
		margin-bottom: 20px;
		margin: 0 auto;
	}
	.ajax_content .form_content h2{
		font-weight: normal;
		font-size: 50px;
		line-height: 50px;
	}
	.ajax_content .form_content #wpmem_reg .form,
	.ajax_content .form_content #wpmem_login .form{
		margin: 0 auto;
		max-width: 480px;
		color: #FFF;
		font-family:Van Condensed Pro,arial,sans-serif;
	}
	.ajax_content .form_content #wpmem_login form legend{
		color: #FFF;
		text-transform: uppercase;
		font-size: 50px;
		line-height: 50px;
		font-family:Van Condensed Pro,arial,sans-serif;
		text-align: center;
		font-weight: normal;
	}
	.ajax_content .form_content #wpmem_login input[type="text"],
	.ajax_content .form_content #wpmem_login input[type="password"]{
		background: #C9A200;
		border: 0 none;
		border-radius: 0;
		padding: 20px 30px;
		display: block;
		margin-bottom: 8px;
	}
	.ajax_content .form_content #wpmem_login input[type="text"],
	.ajax_content .form_content #wpmem_login input[type="password"],
	.ajax_content .form_content form label{
		font-size: 16px;
		font-family: Open sans, sans-serif;
		color: #FFF;
		font-style: italic;
	}
	.ajax_content .form_content #wpmem_login form .buttons{
		background: transparent;
		border: 2px solid #FFF;
		text-transform: uppercase;
		font-size: 21px;
		color: #FFF;
		display: inline-block;
		border-radius: 30px;
		padding: 10px 20px;
		margin-bottom: 20px;
	}
	.ajax_content .form_content form .link-text a{
		text-decoration: underline;
	}
	.site-main .form_content  #wpmem_login .div_text,
	.site-main .form_content  #wpmem_reg .div_text,
	.site-main .form_content  #wpmem_reg .div_textarea,
	.site-main .form_content  #wpmem_reg .div_select,
	.site-main .form_content  #wpmem_reg .div_checkbox,
	.site-main .form_content  #wpmem_reg .div_multiselect,
	.site-main .form_content  #wpmem_reg .div_multicheckbox,
	.site-main .form_content  #wpmem_reg .div_radio,
	.site-main .form_content  #wpmem_reg .div_image,
	.site-main .form_content  #wpmem_reg .div_file,
	.site-main .form_content  #wpmem_reg .div_url,
	.site-main .form_content  #wpmem_reg .button_div,
	.site-main .form_content  #wpmem_login .button_div,
	.site-main .form_content  #wpmem_login .link-text,
	.site-main .form_content  #wpmem_reg .link-text,
	.ajax_content .form_content  #wpmem_login .div_text,
	.ajax_content .form_content  #wpmem_reg .div_text,
	.ajax_content .form_content  #wpmem_reg .div_textarea,
	.ajax_content .form_content  #wpmem_reg .div_select,
	.ajax_content .form_content  #wpmem_reg .div_checkbox,
	.ajax_content .form_content  #wpmem_reg .div_multiselect,
	.ajax_content .form_content  #wpmem_reg .div_multicheckbox,
	.ajax_content .form_content  #wpmem_reg .div_radio,
	.ajax_content .form_content  #wpmem_reg .div_image,
	.ajax_content .form_content  #wpmem_reg .div_file,
	.ajax_content .form_content  #wpmem_reg .div_url,
	.ajax_content .form_content  #wpmem_reg .button_div,
	.ajax_content .form_content  #wpmem_login .button_div,
	.ajax_content .form_content  #wpmem_login .link-text,
	.ajax_content .form_content  #wpmem_reg .link-text{
		width: 100%;
		height: auto;
	}
	.ajax_content .form_content  #wpmem_reg .button_div,
	.ajax_content .form_content  #wpmem_login .button_div,
	.ajax_content .form_content  #wpmem_login .link-text,
	.ajax_content .form_content  #wpmem_reg .link-text{
		text-align: center;
		height: auto;
	}
/*HISTOIRE*/
	.history{
		background: #C9A200;
		padding: 20px;
	}
	.history h2{
		margin-top: 0;
		font-size: 34px;
		color: #fff;
	}
	.history .timeline{
		max-width: 800px;
		margin: 20px auto;
	}
	.line_time{
		padding-top: 40px;
		position: relative;
	}
	.line_time:first-child{
		padding-top: 0;
	}
	.line_1.line_time .image:before,
	.line_1.line_cartouche .cartouche:before{
		display: none;
	}
	.line_date .date,
	.line_date .image,
	.line_date .descr{
		display: inline-block;
		vertical-align: middle;
		padding: 0 5px;
	}
	.line_date .date,
	.line_date .image{
		text-align: center;
		width: 160px;
	}
	.line_date .image,
	.line_date .descr{
		margin-left: -5px;
	}
	.line_date .date{
		font-family:Van Condensed Pro,arial,sans-serif;
		font-size: 60px;
		font-weight: bold;
		color: #fff;
	}
	.line_time .image:before{
		content: '';
		position: absolute;
		top: -40px;
		height: 40px;
		width: 0;
		left: 50%;
		margin-left: -1px;
		border-left: 2px dotted #292929;
	}
	.line_time .image{
		position: relative;
	}
	.line_date .image > img {
	    border-radius: 100%;
	    max-width: 100%;
	}
	.line_date .descr{
		font-family: Open sans, sans-serif;
		font-weight: 600;
		font-size: 18px;
		line-height: 21px;
		width: calc(100% - 320px);
	}
	.line_date .descr p{
		margin: 0;
		color: #292929;
	}
	.line_date .descr p span{
		color: #292929 !important;
	}
	.cartouche p{
		color: #fff !important;
	}
	.cartouche p span{
		color: #fff !important;
	}
	.line_cartouche .cartouche{
		border: 2px solid #fff;
	    /*border-radius: 20px;*/
	    font-family: Open sans, sans-serif;
		font-weight: 600;
		font-size: 18px;
		line-height: 21px;
	    padding: 40px 60px;
	    position: relative;
	    text-align: center;
	}
	.line_cartouche .cartouche:before{
		content: '';
		position: absolute;
		top: -40px;
		height: 40px;
		width: 0;
		left: 237px;
		margin-left: -1px;
		border-left: 2px dotted #292929;
	}
	.line_cartouche h2{
		text-transform: uppercase;
		/*font-family: Open sans, sans-serif;*/
		font-family: Van Condensed Pro,arial,sans-serif;
		font-weight: bold;
		font-size: 35px;
		margin: 0;
	}
/*GALERIE*/
	.content_filter{
		display: inline-block;
		padding: 30px 0 15px;
		margin-top: 35px;
		border-top: 1px solid #fff;
		color: #fff;
		font-size: 16px;
		font-family:Van Condensed Pro,arial,sans-serif;
		width: 100%;
	}
	.content_filter .filter{
		display: inline-block;
		border: 1px solid #fff;
		background: transparent;
		color: #fff;
		padding: 5px 10px;
		margin: 0 5px;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
		cursor: pointer;
	}
	.content_filter .filter:first-child{
		margin-left: 20px;
	}
	.content_filter .filter:last-child{
		margin-right: 0;
	}
	.content_filter .filter:hover,
	.content_filter .filter.selected{
		background: #fff;
		border: 1px solid #fff;
		color: #C9A200;
	}
	.galerie_container{
		margin: 10px;
	}
	.item_gal{
		float: left;
		width: 25%;
	}
	.item_gal a{
		display: block;
		margin: 10px;
	}
	.item_gal a .gal_legend{
		background:  #FFf;
		text-align: center;
	}
	.item_gal a .gal_legend .title{
		padding: 15px;
		border-bottom: 1px solid #CFE4EA;
		text-transform: uppercase;
		font-family:Van Condensed Pro,arial,sans-serif;
		font-size: 15px;
		line-height: 15px;
		font-weight: bold;
		color: #057C95;

	}
	.galerie_container .item_gal:nth-child(3) a .gal_legend .title{
		padding-bottom: 46px;
	}
	.galerie_container .item_gal:nth-child(4) a .gal_legend .title{
		padding-bottom: 30px;
	}
	.item_gal a .gal_legend .number{
		color: #292929;
		font-family:Van Condensed Pro,arial,sans-serif;
		font-size: 15px;
		line-height: 15px;
		padding: 15px;
	}
	.item_gal .image_gal{
		position: relative;
	}
	.gal_hover{
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		opacity: 0;
		overflow: hidden;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	.gal_hover:after{
		content: '';
		position: absolute;
		height: 41px;
		width: 41px;
		background: url(../img/sprite.png) left -80px no-repeat;
		opacity: 0;
		top: 50%;
		margin-top: 10px;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		    transform: translate(-50%, -50%);
		-webkit-transition:all 0.2s ease 0.1s;
		-o-transition:all 0.2s ease 0.1s;
		transition:all 0.2s ease 0.1s;
	}
	.item_gal a:hover .gal_hover{
		opacity: 1;

	}
	.item_gal a:hover .gal_hover:after{
		opacity: 1;
		margin-top: 0;
	}
	#content_slider .slider_gal{
		opacity: 0;
		-webkit-transform: scale(0.98);
		-ms-transform: scale(0.98);
		    transform: scale(0.98);
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	#content_slider .slider_gal.envue{
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		    transform: scale(1);
	}
	.slider_gal .slide{
		text-align: center;
		padding: 25px;
	}
	#modal_slide .close_slider{
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}
	.slider_gal .content_slide {
	    border: 25px solid #fff;
	    display: inline-block;
	    margin: 0 auto;
	    position: relative;
	}
	.slide_bottom {
	    background: rgba(0,0,0,0.6);
	    width: 100%;
	    bottom: 0;
	    left: 0;
	    position: absolute;
	    color: #FFF;
	    font-weight: bold;
	    padding: 20px;
	    line-height: 20px;
	}
	.slide_caption{
		float: left;
		font-size: 15px;
		font-weight: bold;
		text-align: left;
		font-family:Van Condensed Pro,arial,sans-serif;
	}
	.slide_right{
		float: right;
		text-align: right;
		font-family:Van Condensed Pro,arial,sans-serif;
		font-weight: bold;
		font-size: 20px;
	}
	#modal_slide {
	    background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
	    height: 100%;
	    left: 0;
	    position: fixed;
	    top: 0;
	    width: 100%;
	    z-index: 100;
	    display: none;
	}
	#modal_slide #content_slider {
	    left: 50%;
	    max-height: 90%;
	    max-width: 90%;
	    position: absolute;
	    top: 50%;
	    -webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	}
	.slide_prev,
	.slide_next,
	.slide_close{
		position: absolute;
		cursor: pointer;
	}
	.slide_prev,
	.slide_next{
		height: 50px;
		width: 50px;
		background: #057C95;
		top: 50%;
		margin-top: -50px;
	}
	.slide_prev{
		left: -50px;
	}
	.slide_close:before,
	.slide_prev:before,
	.slide_next:before{
		color: #fff;
	    font-family: FontAwesome;
	    font-size: 25px;
	    left: 50%;
	    position: absolute;
	    top: 50%;
	    -webkit-transform: translate(-50%, -50%);
	            -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	    z-index: 2;
   	}
   	.slide_close:before{
		content: '\f00d';
   	}
   	.slide_prev:before{
		content: '\f053';
   	}
   	.slide_next:before{
		content: '\f054';
   	}
	.slide_next{
		right: -50px;
	}
	.slide_close{
		top: 0px;
		right: 0px;
		background: #C9A200;
		height: 40px;
		width: 40px;
	}



	/*LANDING-PAGE*/

	

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media only screen and (max-width: 1280px) {
   /* .home_presse{
    	margin-right: -149px;
    }*/
    .home_post .post_card_content p {
        margin: 8px 0 0 32px;
    }
    .home_post .post_card {
        width: 48%;
    }
    .home_post{
    	-webkit-box-pack: center;
    	    -ms-flex-pack: center;
    	        justify-content: center;
    }
    .cta_home_actu .cta_event {
        margin-left: 10px;
    }
    .cta_home_actu .cta_all_event {
        margin-right: 10px;
    }
    .header_page_content h1, .header_page_content h2 {
    	margin-left: 50px;
    }
}
@media only screen and (max-width: 1200px) {
   	.home_zoom_left{
   		width: 100%;
   	}
   	.home_zoom_left p{
   		position: relative;
   		z-index: 2;
   	}
   	.home_zoom_right{
   		opacity: 0.5;
   		background: transparent;
   		height: 80%;
   		width: 35%;
   		top: auto;
   		bottom:0;
   		right: 0px;
   	}
   	.single_page .post_card.post-1, .post_card.post-8 {
	    width: 66.66%;
	}
	.single_page .post_card.post-2, .post_card.post-7 {
		width: 33.33%;
	}
	.single_page .post_card {
	    float: left;
	    width: 25%;
	}
	.press_seo {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
   }
   .home_presse {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    height: auto;
     margin: auto;
     margin-bottom: 40px;
   }

  .text_seo {
    width: 100%;
    margin: auto;
  }
.letter_news .form_container {
   /*width: 100%;*/
}

.home_footer article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
    margin-top: 30px;
}
	.bloc_image {
	    width: 100%;

	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center center;
	    height: 465px;
	}

	.image_home .right {
    width: 100%;
    margin-top: 30px;
  }




}
@media only screen and (max-width: 1100px) {
    .col_right{
    	/*width: 275px;*/
    	width: 100%;
    }
    .col_right_actu{
    	width: 275px;
    }
    .page-id-119 .expert_map h1
    .page-id-657 .expert_map h1{
	    font-size: 34px;
	}
	.home_event_content, .home_zoom_content {
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	}
	.home_zoom_left h2 {
	    font-size: 22px;
	    line-height: 35px;
	    padding-left: 52px;
	}
	.home_zoom_content_link {
	    left: 52px;
	    bottom: -33px;
	}
	.affiche_zoom {
	    width: 33%;
	    margin: -65px 0 0 52px;
	}

	.home_zoom_right {
	    height: 100%;
	    width: 40%;
	    right: 26px;
	}
	.home_zoom {
	    padding: 128px 0px 110px 0px;
	    position: relative;
	}
	.home_zoom_titre {
	    position: absolute;
	    left: 100px;
	    top: 60px;
	}

}

@media only screen and (max-width: 1024px) {
	.home_post .post_card {
	    width: 48%;
	}
    .home_post .post_card_image {
        width: 35%;
    }
    .home_post .post_card_content p {
        margin: 9px 0 0 32px;
        left: 164px;
    }
    .home_post .post_card_content {
        font-size: 20px;
    }
    .home_post .post_card_content span {
        bottom: 100px;
        left: 195px;
    }
    .home_post .post_card_image img {
        min-height: 200px;
    }
    .nav-primary .rs {
        display: none;
    }
    .stick .header_container .container .nav-primary .adherents {
        display: none;
    }
}


@media only screen and (max-width: 1000px) {
	
	.page-template-home .header_page_content {
	    top: 0;
	}

	.cta_home_actu {
	    margin: 150px 0px 0px;
	}

	.container_2col{
		display: block;
	}
	.col_right {
	    margin-left: 0;
	    width: 100%;
	    position: static;
	}
	.share {
	    padding: 20px;
	    margin-left: 0;
	}
    
    .col_right_actu {
        margin-left: 0;
        width: 100%;
        position: static;
    }
    .single_new .share {
        position: static;
        padding: 20px;
        width: 100%;
        margin-bottom: 50px;
    }


	.last_tweet{
		display: none;
	}
	.single_page .post_card.post-3,
	.single_page .post_card.post-6{
		width: 33.33%;
	}
	.single_page .post_card.post-4, .post_card.post-5{
		width: 66.66%;
	}
	.stick .header_container .container .nav-primary .menu > li {
	    font-size: 18px;
	    padding-left: 10px;
	    padding-top: 6px;
	}
	.sticky{
		margin-top: 40px;
	}
	.header_container .container .nav-primary,
	.nav-primary .menu li .sub-menu,
	.adherents .sub-menu{
		height: 230px;
	}
	.nav-primary .rs{
		bottom: 15px;
	}
	.header_page_content {
	    height: auto;
	    left: auto;
	    position: relative;
	    top: auto;
	    -ms-transform: translate(0,0);
	        transform: translate(0,0);
	    -webkit-transform: translate(0,0);
	    transform: translate(0,0);
	}
	.header_page_content h1, .header_page_content h2 {
		font-size: 50px;
		line-height: 50px;
		margin-top: 50px;
		/*margin-left: 10px;*/
		margin-left: 50px;
	}
	.page-template-home .header_container{
		height: 620px;
	}
	.header_container{
		height: 620px;
	}
	#main {
    	margin-top: -100px;
   	}
   	.stick .header_container .container .nav-primary .adherents{
   		margin-left: 0;
   	}
   	.stick .header_container .container.open .nav-primary{
   		padding-right: 0;
   	}
   	.item_gal {
	    float: left;
	    width: 33.33%;
	}
}
@media only screen and (max-width: 780px) {
      .adherents{
      	/*visibility: hidden;*/
      }
      .home_zoom_titre {
          left: 16px;
          top: 0px;
      }
}
@media only screen and (max-width: 760px) {
	.header_container .container .nav-primary,
	.stick .header_container .container .nav-primary{
		/*display: none;*/
		height: 100%;
	    left: 100%;
	    padding: 10px;
	    position: fixed;
	    top: 0;
	    width: 100%;
	    z-index: 2;
	    padding: 10px !important;
	    margin-right: 0 !important;
	    -webkit-transition: 0.3s;
	    -o-transition: 0.3s;
	    transition: 0.3s;
	    background: #057C95;
	}
	.header_container .container.open .nav-primary,
	.stick .header_container .container.open .nav-primary{
		left: 0;
	}


	.stick .header_container .container .logo,
	.header_container .container .logo{
		position: relative;
		z-index: 3;
		width: 140px;
		margin: 10px;
	}
	.hbg_btn{
		display: block;
		z-index: 3;
		top: 0;
		right: 0;
		padding: 10px;
		margin-top: 0;
	}
	.header_container .container{
		z-index: 5;
	}
	.stick .header_container .container .lang,
	.stick .header_container .container .rs{
		display: block;
	}
	.stick .header_container .lang-btn{
		display: inline;
	}
	.stick .header_container .mobile_content{
		/*min-width: 530px;*/
		white-space: normal;
	}
	.stick .header_container .mobile_content .menu-main-menu-fr-container,
	.stick .header_container .mobile_content .menu-main-menu-en-container{
		float: none;
	}
	.stick .header_container .container .nav-primary .top_content,
	.header_container .container .nav-primary .top_content{
		margin-top: 60px;
	}
	 .header_container .container .nav-primary .adherents,
	.stick .header_container .container .nav-primary .adherents{
		float: left;
		margin-left: 0 !important;
		position: relative;
		left: 0;
	    list-style: outside none none;
	    margin: 0;
	    padding: 0;
		height: auto !important;
	}
	.stick .header_container .container .nav-primary .menu,
	.header_container .container .nav-primary .menu{
		left: 0;
	    list-style: outside none none;
	    margin: 40px 0 0;
	    padding: 0;
	    position: relative;
	    top: auto;
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	    width: 100%;
	    right: auto;
	    display: inline-block;
	}
	.header_container .container .nav-primary .menu > li,
	.stick .header_container .container .nav-primary .menu > li,
	.adherents > li,
	.stick .adherents > li {
	    display: block;
	    padding-bottom: 0;
	    padding-left: 0;
	}
	.stick .nav-primary .menu > li,
	.nav-primary .menu > li,
	.adherents > li,
	.stick .adherents > li {
	    font-size: 24px;
	    padding-left: 25px;
	    padding-top: 0
	}
	.header_container .container .nav-primary .top_content,
	.stick .header_container .container .nav-primary .top_content{
		float: none;
		position: relative;
	}
	.header_container .container .nav-primary .top_content .lang,
	.stick .header_container .container .nav-primary .top_content .lang{
		position: absolute;
		right: 0;
	}
	.stick .header_container .container .nav-primary .adherents{
		margin: 7px 0 0 25px;
	}
	/*.header_container .container .nav-primary .menu li.menu-item-has-children:after,
	.stick .header_container .container .nav-primary .menu li.menu-item-has-children:after{
		content: '\f078';
		font-family:
	}*/
	.header_container .container .nav-primary .menu li .sub-menu,
	.stick .header_container .container .nav-primary .menu li .sub-menu,
	.adherents .sub-menu,
	.stick .adherents .sub-menu{
		opacity: 1;
		height: auto;
		max-height: 0;
		position: relative;
		width: 100%;
		text-align: left;
		top: auto;
		left: auto;
		right: auto;
		padding: 0 10px ;
		background: transparent;
		-webkit-transform: translate(0,0)!important;
		-ms-transform: translate(0,0)!important;
		    transform: translate(0,0)!important;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		opacity: 0;
		overflow: hidden;
	}
	.header_container .container .nav-primary .menu li:hover .sub-menu,
	.stick .header_container .container .nav-primary .menu li:hover .sub-menu,
	.adherents:hover .sub-menu,
	.stick .adherents:hover .sub-menu{
		max-height: 100%;
		padding: 0 10px 10px;
		opacity: 1;
		height: auto;
		position: relative;
		width: 100%;
		text-align: left;
		top: auto;
		left: auto;
		right: auto;
		opacity: 1;
		background: transparent;
		-webkit-transform: translate(0,0) !important;
		-ms-transform: translate(0,0) !important;
		    transform: translate(0,0) !important;
	}
	.nav-primary .rs {
	    bottom: 10px;
	    left: 10px;
	}
	.header_container .container .nav-primary .menu > li.menu-item-has-children > a:before,
	.stick .header_container .container .nav-primary .menu > li.menu-item-has-children > a:before,
	.adherents > a:before,
	.stick .adherents > a:before{
		display: none;
	}
	.header_container .container .nav-primary .menu li .sub-menu > li,
	.header_container .container .nav-primary .menu li:hover .sub-menu > li,
	.stick .header_container .container .nav-primary .menu li .sub-menu > li,
	.adherents .sub-menu > li,
	.stick .adherents .sub-menu > li{
		opacity: 1;
		margin: 0;
	}
	.adherents .sub-menu > li.current_page_item,
	.stick .adherents .sub-menu > li.current_page_item{
		opacity: 0.6;
	}
	.wrapper-width {
	    margin: 0 10px;
	    width: auto;
	}
	.header_container .container .wrapper-width,
	.stick .header_container .container .wrapper-width{
		margin: 0;
	}
	.home_event, .home_zoom{
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.home_event_content{
		min-height: auto;
	}
	.home_zoom{
		margin-top: 10px;
	}
	.home #main .site-main .home_event_titre, .home #main .site-main .home_zoom_titre{
		margin-bottom: 10px;
	}
	.content.deuxcol .colz_left, .content.deuxcol .colz_right{
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.content.deuxcol.cartouches .colz_left, .content.deuxcol.cartouches .colz_right{
		width: 100%;
		padding: 10px 20px;
		margin: 0;
	}
	.content.deuxcol .colz_left,
	.content.deuxcol.cartouches .colz_left{
		margin-bottom: 10px;
	}
	.contact_content .wpcf7-form .half{
		float: none;
		width: 100%;
	}
	.contact_content .wpcf7-form .half:first-child{
		margin-right: 0;
	}
	.stick .header_container .container .nav-primary .adherents .deconnect,
	.header_container .container .nav-primary .adherents .deconnect{
		position: relative;
		bottom: auto;
		right: auto;
	}
	.line_date .date,
	.line_date .image,
	.line_date .descr{
		display: block;
		width: 100%;
		margin-left: 0;
	}
	.line_date .descr{
		margin-top: 20px;
	}
	.line_time .image:before,
	.line_cartouche .cartouche:before{
		display: none;
	}
	 .home_presse {
      /*margin-bottom: 76px;*/
    }
   .lien {
    display: block;
    width: 100%;
  }
  .home_zoom_content_link {
      /*left: 435px;*/
  }
}


@media only screen and (max-width: 780px){
   
   .home_post .post_card {
       width: 100%;
   }
   .home_post .post_card_image img {
   	    width: 230px;
	    min-height: 230px;
	}
	.home_post .post_card_content p {
	    margin: 33px 0 0 32px;
	    left: 250px;
	}
	.home_post .post_card_content span {
	    bottom: 69px;
	    left: 280px;
	}
	.home_post .post_card:nth-child(2),
	.home_post .post_card:nth-child(4){
	    margin-left: 0;
	}

	footer .menu_foot, footer .foot_news {
	    margin-left: 100px;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	}
	.page-template-home .header_page_content h2 {
	    font-size: 22px;
	    line-height: 30px;
	    margin-top: 30px;
	    max-width: 500px;
	}
	.logo_svg img{
		width: 40%;
	}
	.header_page_content {
	   top: 10%;
	}
	.page-template-home .header_page_content {
	    top: 10%;
	}
	.cta_home_actu {
	    margin-top: 120px;
	}
	.cta_home_actu .cta_event {
	    font-size: 18px;
	}
	.cta_home_actu .cta_all_event {
	    font-size: 14px;
	}
	.page-template-home .header_container:after{
		height: 320px;
	    background-position: center;
	    background-size: contain;
	}
	.actu_side{
		margin-left: 0px;
		margin-top: 150px;
	}
	.home_zoom {
	    margin-top: 100px;
	}


}



@media only screen and (max-width: 540px) {
	.header_container {
	    height: 430px;
	}
	.page-template-home .header_container{
		height: 430px;
	}
	.header_page_content h1, .header_page_content h2 {
	    font-size: 32px;
	    line-height: 32px;
	    margin-top: 32px;
	    margin-left: 10px;
	}
	.page-template-home .header_page_content h1,
	.page-template-home .header_page_content h2 {
	    font-size: 16px;
        line-height: 20px;
        margin-top: 20px;
        max-width: 250px;
	}
	.header_page_content {
	    top: 22%;
	}
	.page-template-home .header_page_content {
	    top: 22%;
	}

	.logo_svg img {
	    width: 60%;
	}
	.page-id-119 .content.deuxcol.cartouches .colz_left,
	.page-id-119 .content.deuxcol.cartouches .colz_right{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
	}
	.page-id-657 .content.deuxcol.cartouches .colz_left,
	.page-id-657 .content.deuxcol.cartouches .colz_right{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
	}
	
	.page-id-119 .partie_2,
	.page-id-657 .partie_2{
	   margin: 0;
	}
	.nav-primary .menu{
		display: inline-block;
	}
	.nav-primary .rs {
	    bottom: 34px;
	    left: 10px;
	    top: initial;
	    display: block;
	}
	.header_container .container .nav-primary{
		background: #057C95;
	}
	.top_content {
	    right: 0;
	}
	.mobile_content{
		/*width: 375px;*/
		width: 350px;
	}
	.cta_home_actu .cta_event {
	    font-size: 12px;
	}
	.cta_home_actu .cta_all_event {
	    font-size: 10px;
	    padding: 10px;
	    display: inline-block;
	    margin-bottom: 20px;
	}
	.cta_home_actu {
	    margin-top: 50px;
	}
	.arrow_home{
		z-index: 1 !important;
	}

	.header_container .container .nav-primary .top_content .lang,
	.stick .header_container .container .nav-primary .top_content .lang {
	    right: 14px;
	}
	.home_event_content,
	.page-template-team .entry-content,
	.page-template-default .site-main article header,
	.page-template-default .site-main article .content,
	.page-template-contact .site-main article header,
	.page-template-contact .site-main article .content,
	.actu_side,
	.post_line .post_line_content,
	.actus-header,
	.share,
	.home_presse,
	.home_event_content,
	.site-main article,
	.home_main_content,
	.post_card_content,
	.press_list_item,
	/*.bouton_download*/{
		padding: 10px;
	}
	.bouton_download{
		padding: 10px 70px 10px 10px;
		text-align: center;
	}
	.press_list_item{
		text-align: center;
	}
	.bouton_download a {
	    float: none;
	    margin: 10px 20% 0;
	    padding: 8px 15px;
	    right: auto;
	    position: relative;
	    top: auto;
	    text-align: center;
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	    width: 60%;
	}
	.entry-content hr,
	.adh_content hr {
	    height: 10px;
	    margin: 0 -20px;
	}
	.page-id-119 .expert_map h1,
	.page-id-657 .expert_map h1{
	    font-size: 24px;
	}
	.sticky {
	    margin-top: 10px;
	}
	.home_post {
	    margin: 0 -5px;
	}
	.single_page .post_card.post-1, .single_page .post_card.post-8, 
	.single_page .last_post  .post_card.post-4 {
	    width: 100%;
	}
	.single_page .post_card.post-2, .single_page .post_card.post-3, .single_page .post_card.post-4,
	.single_page .post_card.post-5, .single_page .post_card.post-6, .single_page .post_card.post-7 {
	    float: left;
	    width: 50%;
	}
	.post_line .post_line_content{
		padding: 10px;
	}
	.home #main .site-main .home_event_titre,
	.home #main .site-main .home_zoom_titre{
		font-size: 16px;
	}
	html,
	body, button, input, select, textarea {
		font-size: 14px;
	}
	.site-main .home_event_content h2{
		font-size: 40px;
		line-height: 40px;
	}
	.single_page .post_card a{
		padding-bottom: 80px;
	}
	.single_page .post_card_image{
		height: 200px;
	}
	.page-template-presse .press_list{
		padding: 1px 10px 10px;
	}
	.press_list_item{
		padding: 10px;
	}
	.single_page .post_card_content{
		font-size: 16px;
		line-height: 16px;
		min-height: 60px;
	}
	#morenews,
	.actu_side h4,
	.moreRef p{
		font-size: 18px;
	}
	.more_content{
		margin-top: 10px;
	}
	.page-template-default .site-main article header,
	.page-template-default .site-main article .content,
	.page-template-contact .site-main article header,
	.page-template-contact .site-main article .content,
	.site-main .adh_header,
	.site-main .form_content,
	.adh_content,
	.adherents_links{
		padding: 10px;
	}
	article.type-page .entry-header .entry-title{
		margin-top: 0;
		padding-top: 10px;
	}
	.adherents_links li {
	    font-size: 18px;
	    line-height: 18px;
	    margin-bottom: 5px;
	}
	.bouton_download,
	.last_post h5,
	.entry-footer,
	.share h4,
	.press_list_item .title,
	.post_card_content,
	.home_slider_slide_content a,
	.home_slider_slide_content p,
	.foot_RS h3, .foot_news h2, .menu_foot .menu{
		font-size: 16px;
		line-height: 16px;
	}
	.home_presse_btn a,
	.legend,
	.lien_dl a,
	.actu_side .list_cat a,
	.actu_side .list_tags a,
	.actu_side .arvhives a,
	.home_zoom_content_link a,
	.post_card_content span,
	.breadcrumbs{
		font-size: 12px;
	}
	.home_presse_btn{
		margin-top: 10px;
	}
	.home_slider_slide_content h2{
		font-size: 30px;
		line-height: 30px;
	}
	.home_slider_slide{
		height: 340px;
	}
	.white_bg{
		padding: 10px 0;
	}
	.home_footer h2 {
	    font-size: 30px;
	}
	.home_footer p {
	    font-size: 16px;
	    line-height: 18px;
	}
	.logo_foot, footer .foot_news {
	    display: block;
	    float: none;
	    text-align: center;
	}
	.menu_foot{
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	}
	.foot_line1 {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    
	}
	footer .foot_news .wpcf7-form input.wpcf7-email{
		width: 220px;
	}
	.foot_news h2{
		text-align: center;
	}
	footer .foot_RS {
	    float: none;
	    text-align: center;
	    margin-top: 40px;
	}
	.foot_RS{
		margin-right: 0 !important;
	}
	footer .menu_foot{
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    margin-left: inherit;
	}
	.foot_RS a{
		margin: 0 8px;
	}
	.logo_foot {
	    display: block;
	    margin: 0 auto;
	    width: 140px;

	}
	.menu_foot .menu li{
		margin: 0 5px;
	}
	footer {
	    background: #057C95;
	    color: #fff;
	    margin-top: 30px;
	    padding: 35px 0;
	}
	.foot_RS {
	    margin-top: 20px;
	}
	.entry-title {
	    font-size: 20px;
	    line-height: 22px;
	    padding-top: 20px;
	}
	.post_line .post_line_content {
	    float: none;
	    padding: 10px;
	    width: 100%;
	}
	.post_line{
		position: relative;
	}
	.single-post .entry-footer{
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.post_line .post_line_image{
		margin: 10px 0 0 10px;
		width: 28%;
	}
	.post_line_content .entry-meta{
		margin-left: 32%;
		margin-top: 20px;
		font-size: 14px;
	}
	.post_line_content .entry-meta .posted-on{
		display: block;
	}
	.actu_side h4 {
	    margin: 10px 0 3px;
	}
	.breadcrumbs{
		margin-bottom: 10px;
	}
	.last_post {
	    margin: 20px 0 10px;
	}
	.site-main h1{
		font-size: 25px;
		line-height: 27px;
	}
	.site-main h2{
		font-size: 20px;
		line-height: 22px;
	}
	article.type-page .entry-header .entry-title {
	    font-size: 20px;
	}
	.site-main h3{
	    font-size: 20px;
		line-height: 22px;
	}
	.site-main h4{
		font-size: 16px;
	}
	.site-main h5{
		font-size: 16px;
	}
	.expert_content h1{
		font-size: 24px;
	}
	.team_content .team_line h1, .team_content .team_line h2{
		font-size: 20px;
		line-height: 20px;
	}
	.colonne_member{
		width: 100%;
	}
	.team_content .team_line {
	    padding: 30px 0;
	    text-align: center;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	.member_detail .member_name {
	    font-size: 16px;
	    line-height: 18px;
	}
	.member_detail .member_poste, .member_detail .numero_member {
	    font-size: 12px;
	    line-height: 14px;
	}
	.member_detail {
		padding-right: 0;
	}
	.last_post h5{
		margin-bottom: 5px;
	}
	.expert_content .expert_map, .expert_content .bulletin{
		padding: 10px;
	}
	.press_list_item .title{
		width: 100%;
		margin-bottom: 10px;
	}
	.press_list_item .lien_dl{
		width: 100%;
		text-align: center;
		margin-left: 0;
	}
	.schema_left, .schema_right {
	    float: none;
	    margin: 2%;
	    width: auto;
	}
	.home_presse{
		padding: 10px;
	}
	.schema_bloc_2:after,
	.schema_bloc_3:after,
	.schema_bloc_4:after,
	.schema_bloc_5:after,
	.bloc_1_container:after,
	.schema_bloc_1:before{
		display: none;
	}
	.schema_bloc_1{
		font-size: 16px;
	}
	.ajax_content .form_content #wpmem_login input[type="text"],
	.ajax_content .form_content #wpmem_login input[type="password"],
	.ajax_content .form_content form label,
	.form_content #wpmem_login input[type="text"],
	.form_content #wpmem_login input[type="password"],
	.form_content form label{
		font-size: 14px;
	}
	.ajax_content .form_content #wpmem_login form .buttons,
	.form_content #wpmem_login form .buttons,
	.ajax_content .bouton_rond,
	.bouton_rond{
		font-size: 17px;
		padding: 10px 18px;
	}
	.ajax_content .form_content #wpmem_login input[type="text"],
	.ajax_content .form_content #wpmem_login input[type="password"],
	.form_content #wpmem_login input[type="text"],
	.form_content #wpmem_login input[type="password"] {
	    margin-bottom: 5px;
	    padding: 10px 15px;
	}
	.ajax_content .form_content #wpmem_login form legend,
	.ajax_content .form_content h2,
	.form_content #wpmem_login form legend,
	.form_content h2{
		font-size: 30px;
		line-height: 30px;
	}
	.line_time{
		padding-top: 30px;
	}
	.line_date .date{
		font-size: 40px;
	}
	.line_date .descr{
		font-size: 16px;
		line-height: 20px;
	}
	.line_cartouche .cartouche{
		padding: 20px;
		font-size: 16px;
		line-height: 20px;
	}
	.galerie_container {
	    margin: 5px -5px;
	}
	.item_gal a .gal_legend .number,
	.item_gal a .gal_legend .title{
		font-size: 14px;
		padding: 10px;
	}
	.item_gal {
		width: 50%;
	}
	.item_gal a{
		margin: 5px;
	}
	.slider_gal .slide{
		padding: 0;
	}
	.slider_gal .content_slide{
		border-width: 10px;
	}
	.slide_prev, .slide_next{
		display: none;
	}
	.slide_close {
	    height: 30px;
	    right: -10px;
	    top: -10px;
	    width: 30px;
	}
	.slide_close::before {
	    font-size: 20px;
	}
	.slide_bottom{
		display: none;
	}
	.page-template-home .header_container:after {
	    height: 245px;
        max-width: 500px;
        background-position: center;
        /*background-size: cover;*/
	}
	.home_zoom_left h2 {
	    font-size: 15px;
	    line-height: 19px;
	}
	.affiche_zoom {
	    width: 32%;
	    margin: -98px 0 0 48px;
	}
	.home_zoom_titre {
	    padding-left: 204px;
	    left: -11px;
	    top: 56px;
	    padding-top: 0;
	    font-size: 14px;
	}
	.home_zoom {
	    padding: 155px 0px 0px 0px;
	}
	.home_zoom_content_link {
	    left: 40px;
	    bottom: 46px;
	}
	.home_zoom_left h2 {
	    padding-left: 47px;
	}
	.home_zoom_right {
	    bottom: 52px;
	    right: 22px;
	}

  
  .adherents{
      	visibility: visible;
   }
}
.year_2022 ~ .year_2022,
.year_2021 ~ .year_2021,
.year_2020 ~ .year_2020,
.year_2019 ~ .year_2019,
.year_2018 ~ .year_2018,
.year_2017 ~ .year_2017,
.year_2016 ~ .year_2016,
.year_2015 ~ .year_2015,
.year_2014 ~ .year_2014,
.year_2013 ~ .year_2013,
.year_2012 ~ .year_2012,
.year_2011 ~ .year_2011,
.year_2010 ~ .year_2010{
	display: none;
}
/*FIREFOX FIXED BORDER RADIUS*/
html.firefox .schema_bloc_1,
html.firefox .schema_bloc_2,
html.firefox .schema_bloc_3,
html.firefox .schema_bloc_4,
html.firefox .schema_bloc_5,
html.firefox .content.deuxcol.cartouches .colz_left,
html.firefox .content.deuxcol.cartouches .colz_right,
html.firefox .cartouches,
html.firefox .line_cartouche .cartouche{
	border-radius: 0;
}

.loader__figure {
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  height: 0;
  width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0 solid #C9A200;
  border-radius: 50%;
  -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
  }
  30% {
    height: 3em;
    width: 3em;
    border-width: 1.5em;
    opacity: 1;
  }
  100% {
    height: 3em;
    width: 3em;
    border-width: 0;
    opacity: 0;
  }
}
@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
  }
  30% {
    height: 3em;
    width: 3em;
    border-width: 1.5em;
    opacity: 1;
  }
  100% {
    height: 3em;
    width: 3em;
    border-width: 0;
    opacity: 0;
  }
}

/*MODIF PAGE COMPOSITION*/

h2.title_team {
    position: absolute !important;
    top: 0;
    height: 50px;
}

.title_team.first{
    left: 25%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 50px;
}

.title_team.second{
    right: 25%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    top: 50px;
}

.wisiwig_block .content h2 {
    margin: 0 0 20px;
}

.page-template-team .entry-content.wisiwig_block{
    padding-top: 0;
    margin-bottom: 20px;
    padding-bottom: 35px;
    background-color: #C9A200;
}
.page-template-team .entry-content.wisiwig_block h2 span{
   color: #fff !important;
}

.col_left2 {
    width: calc(50% - 10px);
    float: left;
    padding: 20px;
    padding-top: 10px;
    margin-bottom: 0;
}

.colz_right2 {
    width: calc(50% - 10px);
    float: right;
    margin-left: 10px;
    padding: 20px;
    padding-top: 10px;
    margin-bottom: 0;
}

.content.deuxcol.col_left.clearfix.marge_top {
    background-color: #057C95;
    height: 100%;
}

.page-id-664 .content.deuxcol.col_left.clearfix.marge_top{
	margin-bottom: 50px;
	padding-bottom: 76px;
	height: auto;
}

.page-id-115 .content.deuxcol.col_left.clearfix.marge_top{
	margin-bottom: 50px;
	padding-bottom: 76px;
	height: auto;
}

.content.deuxcol.col_left.clearfix.marge_top h2 span{
    color: #C9A200 !important;
    font-weight: 500;
}
.content.deuxcol.col_left.clearfix.marge_top p span{
    color: #C9A200 !important;
}
.content.deuxcol.col_left.clearfix.marge_top ul li{
    color: #fff;
}

.content.deuxcol.colz_right.clearfix.marge_top {
    background-color: #C9A200;
    height: 100%;
}
.page-id-664 .content.deuxcol.colz_right.clearfix.marge_top{
	 padding-bottom: 148px;
	 height: auto;
}
.page-id-115 .content.deuxcol.colz_right.clearfix.marge_top{
	 padding-bottom: 126px;
	 height: auto;
}

.content.deuxcol.colz_right.clearfix.marge_top h2 span{
    color: #292929 !important;
    font-weight: 500;
}

.content.deuxcol.colz_right.clearfix.marge_top p span{
    color: #fff !important;
}

.block_deuxcol{
	margin-bottom: 20px;
    height: 742px;
}

.member_poste{
	text-transform: lowercase;
}

.team_line.line-2{
	padding-top: 100px;
}

.team_line.line-2 .member_detail{
	width: 100%;
}

.team_line.line-1 .member_detail{
	width: 70%;
}

.line-1 .member_photo {
    width: 60%;
    margin-bottom: 10px;
}

.line-2 .member_photo {
    width: 75%;
    margin-bottom: 10px;
}

.line-2 .colonne_member.clearfix.member-2 {
    margin-right: 20px;
}

.line-2 .colonne_member.clearfix.member-3 {
    margin-left: 20px;
}

.entry-content.wisiwig_block .content.wisiwig p {
	font-size: 14px;
}

.block_deuxcol .content.deuxcol.col_left p,
.block_deuxcol .content.deuxcol.colz_right p{
	font-size: 14px;
}

.block_deuxcol .content.deuxcol.colz_right p a,
.block_deuxcol .content.deuxcol.col_left p a{
	color: #fff !important;
}

.page-template-team-php .site-main h2{
	font-size: 24px;
}

.page-template-team-php .adresse_mail{
	color: #C9A200;
}

.page-template-team-php .adresse_mail:hover{
	color: #5dbfd4;
}

.team_line.line-2 .colonne_member h2{
	/*display: none;*/
}

.team_line.line-2 .title_team.first,
.team_line.line-2 .title_team.second{
	font-size: 20px;
	display: none;
}

@media only screen and (max-width: 760px) {
	.col_left2 {
    	width: 100%;
    	margin-bottom: 20px;
	}

	.colz_right2 {
    	width: 100%;
    	margin-bottom: 20px;
	}

	.team_content .team_line {
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	}
	.colonne_member {
	    margin: 40px auto;
	}

	.team_line.line-2 .colonne_member h2{
		display: block;
	}

	.title_team.first,
	.title_team.second{
		display: none;
	}

	.team_line.line-2 {
	    padding-top: 50px;
	}
	.line-2 .colonne_member.clearfix.member-2,
	.line-2 .colonne_member.clearfix.member-3 {
	    margin: 40px auto;
	}

	.line-2 .member_photo {
	    width: 60%;
	}
	

}


/* WOOCOMERCE */



	/* PRODUIT */
	.single-product .product_meta,
	.single-product p.price,
	.single-product .variations_button > p{
	    display: none;
	}

	.variations tbody tr:nth-child(2){
		display: none;
	}

	.variations tbody tr:nth-child(2).active{
		display: block;
	}

	.single-product .entry-title{
		margin-bottom: 20px;
	}
	.single-product .woocommerce-product-details__short-description {
	    margin-bottom: 20px;
	}

	.single-product .woocommerce-variation.single_variation {
    margin-bottom: 20px;
	}

	.single-product .participant_main_container {
	    display: block;
	    margin-top: 90px;
	}

	.single-product .participant_container h2,
	.single-product .participant_container h3 {
	    margin: 10px 0;
	}

	.single-product .participant_container h2{
		margin-top: 40px;
	}

	.single-product .participant_container input {
	    border-bottom: 1px solid #000000;
   		border-radius: 0;
   		    width: 90%;
	}

	.single-product select#pa_statut,
	.single-product select#pa_memberof {
    	max-width: 350px;
	    border-radius: 5px;
	}

	.single-product .variations tbody tr:nth-child(2){
		margin-top : 20px;
	}

	.single-product .woocommerce .quantity .qty,
	.single-product .woocommerce div.product form.cart .variations select{
		border: 1px solid #000000;
		padding: 6px;
	}

	.single-product .errorContainer h2 {
	    float: none;
	    font-size: 13px;
	    color: red;
	}

	/* PANIER */

	/* .woocommerce-cart a.button.wc-forward {
	    display: none;
	}

	.woocommerce-cart .product-thumbnail {
	    display: none;
	} */

	.woocommerce-cart .product-thumbnail {
	    display: none;
	}

	.woocommerce-cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents button.button {
	    display: none;
	}

	.woocommerce form .form-row input.input-text {
	    border-bottom: 1px solid #000000;
	    border-radius: 0;
	}

	@media only screen and (max-width: 500px) {
		.single-product select#pa_statut,
		.single-product select#pa_memberof {
		    max-width: 250px;
		}

		.letter_news .form_container {
          width: 97%;
          padding: 0px;
          margin: 0px;
       }
       .letter_news .form_container input {
          background: none;
          padding: 0px;
          margin: 0px;
          font-size: 10px;
        }

        .letter_news .wpcf7-form .wpcf7-submit {
            text-shadow: none;
            border: none;
            color: #5dbfd4;
            padding: 0px;
            margin: 0px;
            font-size: 12px;
        }
        .home_post .post_card {
            width: 100%;
        }
        .home_post .post_card a {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        }
        .home_post .post_card_image {
            width: 100%;
            height: auto;
        }
        .home_post .post_card_content {
            font-size: 18px;
            line-height: 1;
        }
        .home_post .post_card_content p {
            position: static;
            margin: 0px 0 50px 0px;
        }
        .post_card_content span {
            position: static !important;
            display: inline-block;
        }
        .home_post .post_card_image img {
            width: 100%;
            max-height: 500px;

        }
        .home_event_content, .home_zoom_content {
            min-height: 250px;
        }
        
        /*.home_zoom_right {
            bottom: 113px;
            right: 42px;
        }*/
      
	}

	@media only screen and (max-width: 400px) {
		.single-product select#pa_statut,
		.single-product select#pa_memberof {
		    max-width: 200px;
		}
	}


	button.single_add_to_cart_button.button.alt {
	    opacity: 0;
	    visibility: hidden;
	    height: 0;
	    width: 0;
	}

	button.copy_single_add_to_cart_button {
	    display: block !important;
	    background-color: #5dbfd4 !important;
	    margin-top: 40px !important;
	    border: 1px solid #5dbfd4 !important;
	    -webkit-transition: all 0.25s ease-in-out;
	    -o-transition: all 0.25s ease-in-out;
	    transition: all 0.25s ease-in-out;
	    opacity: 1;
	    visibility: visible;
	    height: auto;
	    width: auto;
	}

	button.copy_single_add_to_cart_button:hover{
		color: #5dbfd4;
		background-color: #ffffff;
	}


	p.label_qty {
	    margin-top: 0;
	    margin-left: 20px;
	}

	.quantity {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    -webkit-box-align: end;
	        -ms-flex-align: end;
	            align-items: flex-end;
	}


/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 10 version
*/

.zoomHome {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 40px;
	background: #057C95;
}

.zoomHome-left {
    max-width: 30%;
    margin-right: 50px;
}

.zoomHome-right{
	max-width: 70%;
}

.zoomHome-right-title {
    color: #64BACF;
    font-size: 25px;
    font-family: Van Condensed Pro,arial,sans-serif;
}

.zoomHome-right-text {
    font-size: 50px;
    line-height: 52px;
    text-transform: uppercase;
    font-family: Van Condensed Pro,arial,sans-serif;
    font-weight: bold;
    color: #fff;
    margin: 50px 0;
}

.zoomHome-right-cta {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 30px;
    padding: 6px 30px;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-family: Van Condensed Pro,arial,sans-serif;
}

.zoomHome-right-cta:hover{
	background: #5dbfd4;
	color: #FFF;
}

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


	.zoomHome {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
	}

	.zoomHome-left {
	    max-width: 50%;
	    margin: 25px 0;
	}

	.zoomHome-right{
		max-width: 100%;
	}

	.zoomHome-right-text {
	    margin: 25px 0;
			font-size: 30px;
			line-height: 32px;
	}

}