/*
Theme Name: Saint Pierre
Description: Thème personnalisé
Version: 1.0
Author: Agence ADAKA
Author URI: http://www.adaka.fr

Adaka
http://www.adaka.fr/

*/

/* BASE TEDT */
body {
	font-family:  'Open Sans', Arial, sans-serif;
	color: #3E3D40;
	font-size: 1.3rem;
	overflow-x: hidden;
}

::selection {
	background: #7A1A61;
	color: #fff;
}
::-moz-selection {
	background: #7A1A61;
	color: #fff;
}
.pika-single {
    z-index: 10000!important;
}
.mise_en_avant{
	color: #7A1A61;
	font-weight: bold
}
a.telechargement_pdf{
	display: block;
	margin-bottom: 15px;
    border-radius: 3px;
    border: 1px solid #BDBDBD;
    padding: 15px;
    line-height: 2em;
}
.reset-association-form {
	transform: rotate(45deg);
    display: inline-block;
}

.valign-center{
	vertical-align: middle!important;
	display: inline-block;
}
.valign-top{
	vertical-align: top;
	display: inline-block;
}
.valign-bottom{
	vertical-align: bottom;
	display: inline-block;
}

.sidebar-association a.content-menu-left .subtitle,
a, a:hover, a:focus,
button, button:hover, button:focus,
.btn, .btn:hover, .btn:focus{
	text-decoration: none;
	-webkit-transition: color 0.3s, background 0.3s;
	-o-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
	z-index: 1;/* for the :after */
}
#cboxClose{
	transition: none;
}
textarea:focus, input:focus{
    outline: none;
}
h1, .h1{
	text-transform: uppercase;
	color: #7A1A61;
	padding-bottom: 15px;
	font-size: 3.5rem;
	margin-top: 8px;
	font-weight: lighter;
}
button{
	border: none;
	background: none;
	outline: 0;
	padding: 0;
}
.animate {
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .3s!important;
	-o-transition: all .3s!important;
	transition: all .3s!important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #ABADAE;
	font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #ABADAE;
	font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
	color: #ABADAE;
	font-style: italic;
}
input::-ms-clear {
    display:none;
}
input:focus{
	outline: 0;
}
.slick-slider *{
	outline: 0;
}
img {
	max-width: 100%;
	height: auto;
}

.slick-current {
	cursor: pointer;
}

.fullsize-media{
	padding-bottom: 62.5%;
	position: relative;
}
.fullsize-media > iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Balises block */
body.menu-mobile .post-content.margin-top {
	margin-top: 0px;
	padding-top: 50px;
}

.back-link {
	position: absolute;
    top: 42px;
    left: 46px;
    font-size: 14px;
    font-weight: bold;
}

.post-content {
	padding: 0 45px;
}
.margin-top {
	margin-top: 50px;
}
.post-content iframe{
	width: 100%;
}
.post-content h1{
	letter-spacing: -1.6px;
	}
.post-content h2{
	color: #7A1A61;
	font-size: 2rem;
	margin-top: 25px;
}
.post-content h3{
	font-size: 1.6rem;
	margin-top: 12px;
	font-weight: bold;
}
.post-content h4{ font-size: 1.6rem; }
.post-content h5{ font-weight: bold; font-size: 1.4rem; }
.post-content h6{ font-weight: bold; font-size: 1.2rem; }
.post-content p{
	line-height: 2.5rem;
	margin-bottom: 18px;
}
.post-content #map p{
	line-height: 1.9rem;
	margin-bottom: 10px;
}
.post-content p strong{
	font-size: 1.4rem;
}
.post-content ul{
	line-height: 2.5rem;
	list-style: none;
	padding-left: 32px;
}
.post-content ol{
	line-height: 2.5rem;
	padding-left: 32px;
}
.post-content ul > li{
	margin-bottom: 5px;
	position: relative;
	padding-left: 17px;
	margin-left: -17px;
}
.post-content ul > li:before{
	margin-bottom: 5px;
	content: '»';
	position: absolute;
	left: 0;
	color: #7A1A61;
	font-weight: bold;
}
.post-content ol{ }
.post-content a{
	color: #7A1A61;
	text-decoration: underline;
}
.post-content h1 a{
	text-decoration: none;
}
.post-content a:hover{
	text-decoration: none;
}
.post-content blockquote{ }
.post-content pre{ }
.post-content address{ }
.post-content address{ }
.post-content .big-block{
	border: 1px solid #3E3D40;
	text-align: center;
	font-size: 2rem;
	margin-bottom: 9px;
	margin-top: 0;
	padding: 8px 10px 9px;
	line-height: 2.5rem;
}
.post-content img.alignright{
	margin-left: 15px;
}
.post-content img{
	vertical-align: initial;
}
.post-content img.alignleft{
	margin-right: 15px;
}
.post-content .post-date {
	margin: -18px 0 13px 0;
}
.post-content .post-date i {
    font-size: 15px;
    margin-right: 5px;
}
.post-content .wp-caption {
	max-width: 100%;
	position: relative;
}
.post-content .wp-caption.aligncenter {
	border-right: 10px solid transparent
}
.post-content .wp-caption .wp-caption-text {
	position: absolute;
	background: rgba(122, 26, 97, .9);
	color: #FFF;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 4px 12px 8px;
	line-height: 1.6rem;
	font-size: 1.2rem;
	z-index: 2
}
.post-content .wp-caption .wp-caption-text:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 25px;
	background: rgba(122, 26, 97, .9);
	bottom: 100%;
	left: 0;
	transform: rotate(-1.2deg);
	-webkit-transform: rotate(-1.2deg);
	-moz-transform: rotate(-1.2deg);
	-o-transform: rotate(-1.2deg);
	-ms-transform: rotate(-1.2deg);
	margin-bottom: -11px;
	z-index: -1;
}

@media (max-width:991px) {
	.post-content h1{
		font-size: 2.4rem;
		letter-spacing: 0.3px;
		margin-bottom: 0;
		padding-bottom: 0px;
	}
	.post-content h2{
		color: #7A1A61;
		font-size: 2rem;
		margin-top: 13px;
	}
	.post-content h3{
		font-size: 1.8rem;
		margin-top: 12px;
		font-weight: bold;
	}
	.post-content h4{ }
	.post-content h5{ font-weight: bold; }
	.post-content h6{ font-weight: bold; }
	.post-content p{
		line-height: 2.5rem;
		margin-bottom: 18px;
	}
	.post-content .post-date {
		margin: 7px 0 13px 0;
	}
}
.post-content .bloc_res_search {
	margin-bottom: 42px;
    border-bottom: 1px solid #d3d4d5;
    padding-bottom: 17px;
}
.post-content h2.res_search_num {
	margin-bottom: 30px;
    background: #7a1a61;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
}
.post-content #list-actu a img {
	width: 100%;
}
.post-content #list-actu a.btn {
	text-decoration: none;
}
.post-content #list-actu a.btn:hover {
	color: #fff;
}
.post-content #list-actu .col-first {
    margin-bottom: 40px;
    border-bottom: 1px solid #EEE;
    padding-bottom: 20px;
}
.post-content .default-img {
    background-position: center;
    height: 0;
    padding-bottom: 66.7%;
    background-repeat: no-repeat;
    background-size: 60% auto;
	display: block;
	border: 1px solid #DDD;
}
/* Balises inline */
.post-content strong { }
.post-content em{ }
.post-content acronym{ }
.post-content code{ }
.post-content del{ }
.post-content ins{ }

table tr:first-child th {
	border-top: 0;
}
table tr:last-child td {
	border-bottom: 0;
}
table tr td:first-child,
table tr th:first-child {
	border-left: 0;
}
table tr td:last-child,
table tr th:last-child {
	border-right: 0;
}

table{
	margin-bottom: 27px;
}
table,
.table-bordered{
	border: none;
	overflow: hidden;
	width: 100%;
}
table thead tr,
.table thead tr{
	position: relative;
}

table > thead > tr > th,
table > thead > tr > td,
.table-bordered > thead > tr > th {
	border-bottom: none;
	background-color: #7A1A61;
	text-align: center;
	color: #fff;
	border-color: #fff;
	font-weight: bold;
	padding: 15px 8px;
	border-top: 0;
	position: relative;
}
table > tbody > tr > td,
.table-bordered > tbody > tr > td {
	border-left-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-top: none;
	text-align: center;
	background-color: #fff;
	padding: 15px 8px;
}
table  > tbody > tr:last-child > td,
.table-bordered > tbody > tr:last-child > td{
	border-bottom-color: #7A1A61;
}
table  > tbody > tr:nth-child(even) > td,
.table-bordered > tbody > tr:nth-child(even) > td{
	background-color: #E4D1DF;
}
table  > tbody > tr:nth-child(odd) > td,
.table-bordered > tbody > tr:nth-child(odd) > td{
	background-color: #F2E8EF;
}
table tr td{
	border: 1px solid #fff;
}
table tr td:first-child, table tr th:first-child {
	border-left: 0;
}
table tr td:last-child, table tr th:last-child {
	border-right: 0;
}
table tr:last-child td {
	border-bottom: 0;
}



/* Classes des images */
.alignleft{ display:inline; float:left;  margin: 0 10px 10px 0;}
.aligncenter{ clear:both;	display:block; margin-left:auto; margin-right:auto;}
.alignright{ display:inline; float:right; margin: 0 0 10px 10px;}
.size-auto{ }
.size-medium{ }
.size-large{ }
.size-full{ }
.wp-caption{ }
.wp-caption img{ position: relative; z-index: 1;     display: block; width:100%; }
.gallery{ }
.gallery .gallery-item{
	position: relative;
}

.clear {
	clear: both;
}

/* BOOTSTRAP OVERRIDE*/
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.alert {
	border-radius: 0;
}
.btn{
	border-radius: 4px;
	border: 2px solid transparent;
	font-weight: bold;
	background-color: transparent;
	font-size: 1.6rem;
	padding: 4px 10px;
	position: relative;
}
.btn.read-all{
	font-size: 11px;
    padding: 2px 5px;
    display: inline-block;
    vertical-align: sub;
    margin-left: 6px;
}
.btn:after{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}
.btn:hover:after,
.btn:focus:after,
.btn-primary.active:after,
.sidebar .slick-current:hover .btn:after{
	width: 100%;
}
.btn-default{
	border-color: #3E3D40;
	color: #3E3D40;
}
.btn-default:after{
	background-color: #3E3D40;
}
.btn-primary:hover, .sidebar .slick-current:hover .btn-primary{
	color: #fff;
}
.btn-primary{
	border-color: #7A1A61;
	color: #7A1A61;
}
.btn-primary:after{
	background-color: #7A1A61;
}
.btn-default:focus,
.btn-default:hover{
	border-color: #3E3D40;
	background-color: transparent;
	color: #fff;
}

/* HELPERS */
.menu-aligned{
	margin: 0 auto;
}
.no-ver-pad{
	padding-left: 0!important;
	padding-right: 0!important;
}
.no-hor-pad{
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.hor-pad{
	padding-top: 15px!important;
	padding-bottom: 15px!important;
}
.ver-pad{
	padding-left: 15px!important;
	padding-right: 15px!important;
}
.no-ver-mar{
	margin-left: 0!important;
	margin-right: 0!important;
}
.no-hor-mar{
	margin-top: 0!important;
	margin-bottom: 0!important;
}
.hor-mar{
	margin-top: 15px!important;
	margin-bottom: 15px!important;
}
.ver-mar{
	margin-left: 15px!important;
	margin-right: 15px!important;
}
.ver-l-neg-mar {
	margin-left: -15px!important;
}
.ver-r-neg-mar {
	margin-right: -15px!important;
}

/* HEADER */
.header{
	height: 187px;
	position: relative;
	border-bottom: 1px solid #D3D4D5;
	background-color: #fff;
}
.header .left-col{
	height: 100%;
	width: calc(100% - 441px);
	float: left;
	position: relative;
	z-index: 20;
}
.header .left-col .logo{
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	font-size: 14px;
	/*margin-left: 151px;*/
}
.header .left-col .logo:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.header .left-col .logo img{
	display: inline-block;
	margin-top: 0;
}
.header .left-col .school-list{
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px 0 0;
	list-style-type: none;
	font-size: 14px;
	text-align: right;
	margin-right: -54px;
}

.header .left-col .school-list .school-item{
	height: 26px;
	display: block;
}
.header .left-col .school-list .school-item a{
	padding: 2px 0;
	display: inline-block;
	color: #969899;
	height: 26px;
	font-size: 14px;
}
.header .left-col .school-list .school-item a::after {
	display: block;
	content: attr(title);
	font-weight: bold;
	height: 1px;
	color: transparent;
	overflow: hidden;
	visibility: hidden;
}
.header .left-col .school-list .school-item a:hover,
.header .left-col .school-list .school-item a:focus {
	font-size: 2rem;
	padding-top: 0;
	margin-top: -2px;
	color: #7A1A61;
}
.header .left-col .school-list .school-item.active a{
	font-size: 20px;
	font-weight: bold;
	padding-top: 0;
	margin-top: -2px;
	color: #7A1A61;
}
.header .left-col .school-list .school-item.active a:before{
content: '>';
margin-right: 5px;
display: inline-block;
}
.header .left-col .school-list .school-item:nth-child(2){
	margin-right: 15px;
}
.header .left-col .school-list .school-item:nth-child(3){
	margin-right: 28px;
}
.header .left-col .school-list .school-item:nth-child(4){
	margin-right: 40px;
}
.header .left-col .school-list .school-item:nth-child(5){
	margin-right: 55px;
}
.header .left-col .school-list .school-item:nth-child(6){
	margin-right: 66px;
}
.header .right-col{
	background-color: #7A1A61;
	color: #fff;
	float: left;
	height: auto;
	width: 441px;
	height: 100%;
	position: relative;
	z-index: 10;
}
.header .right-col:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 187px 97px 0 0;
	border-color: #fff transparent transparent transparent;
}
.header .right-col .welcome{
	font-size: 30px;
	height: 100%;
	margin-left: 126px;
	margin-top: 0;
}
.header .right-col .welcome:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

@media (min-width: 992px){
	.header .left-col{
		padding-left: calc((100% - 970px) / 2);
	}
}
@media (min-width: 1200px){
	.header .left-col{
		padding-left: calc((100% - 1170px) / 2);
	}
}

.header .search-form,
.header .hamburger,
.menu-mobile .header .right-col,
.menu-mobile .header .left-col .school-list{
	display: none;
}
.menu-mobile .header .search-form,
.menu-mobile .header .hamburger{
	display: block;
	float: right;
}

.menu-mobile .header{
	height: 63px;
}
.menu-mobile .header .left-col{
	float: left;
	margin-top: -2px;
	position: absolute;
	width: auto;
	z-index: 1;
	padding: 9px 0 0 12px;
}
.menu-mobile .header .left-col .logo img{
	height: 100%;
	width: auto;
	margin-top: 0px;
}
.menu-mobile .header .mobile-search{
	height: 100%;
    z-index: 10;
    position: relative;
    width: auto;
    background: #fff;
    font-size: 2.6rem;
    color: #7A1B61;
    float: right;
    padding: 15px;
}
.mobile-search-form {
	display: none;
	border-bottom: 1px solid #D3D4D5;
}
.mobile-search-form input{
	width: calc(100% - 54px);
	border: none;
	padding: 15px 25px;
}
.mobile-search-form .form-group{
	margin-bottom: 0;
}
.mobile-search-form button{
	font-size: 2.6rem;
    text-align: center;
    width: 49px;
    vertical-align: middle;
	color: #7A1B61;
}
.menu-mobile .hamburger{
	height: 100%;
	background-color: #7A1B61;
	color: #fff;
	font-size: 2.5rem;
	width: 54px;
}
.menu-mobile .hamburger i{
	display: block;
	margin-top: 3px;
}
.menu-mobile.main-nav-hover .main-nav:before,
.menu-mobile.main-nav-hover-force .main-nav:before{
	display: none;
}
.menu-mobile.main-nav-hover .main,
.menu-mobile.main-nav-hover-force .main {
	margin-top: 0;
}

/* SUB NAV */
.content-menu-left {
	padding: 40px 26px 20px;
	text-align: right;
	font-size: 16px;
}
.content-menu-left ul {
	padding: 0;
	list-style: none;
}
.content-menu-left ul li {
	position: relative;
}
.content-menu-left ul li.page_item_has_children:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #7a1a61;
	position: absolute;
	right: 0;
	top: 3px;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.content-menu-left ul a {
	color: #3E3D40;
}
.content-menu-left ul ul {
	display: none;
}
.content-menu-left ul li.current_page_ancestor ul {
	display: block;
}
.content-menu-left ul li.current_page_ancestor.page_item_has_children:after,
.content-menu-left ul li.deploy.page_item_has_children:after {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	top: 3px;
}
.content-menu-left ul ul a {
	color: #808183;
	margin: 10px 0 0;
}
.content-menu-left ul a.active,
.content-menu-left ul ul a.active {
	color: #7A1A61;
}
.content-menu-left ul li.current_page_ancestor > a,
.content-menu-left ul li.current_page_item > a {
	font-weight: bold;
}
.content-menu-left > ul > li {
	margin-bottom: 20px;
}
.content-menu-left > ul > li.page_item_has_children {
	padding-right: 18px;
}
.content-menu-left .subtitle {
	font-size: 20px;
	font-weight: bold;
	color: #7a1a61;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.content-menu-left{
		text-align: left;
		background-color: #EEE!important;
		padding: 20px 26px 20px;
		margin: 0px -15px;
	}
	.sidebar-association a.logout {
		margin: 0px -15px;
	}
	.sidebar-association a.logout {
		margin: 0px -15px;
	}
}

.content-menu-left  > .baw_widgetarchives_widget_class ul li.baw-year {
	margin-bottom: 5px;
}
.content-menu-left  > .baw_widgetarchives_widget_class ul li.baw-year.force-opened ul {
	display: block!important
}
.content-menu-left  > .baw_widgetarchives_widget_class ul li a span.num {
	font-size: 13px;	
}
.content-menu-left  > .baw_widgetarchives_widget_class ul li li a {
	font-size: 14px;
	margin-right: 19px;
}
.content-menu-left  > .baw_widgetarchives_widget_class ul li a i.icon-chevron-up {
	transform: rotate(180deg) ;
	-webkit-transform: rotate(180deg) ;
	-moz-transform: rotate(180deg) ;
	-o-transform: rotate(180deg) ;
	-ms-transform: rotate(180deg) ;	
	display: inline-block;
	font-size: 13px;
    margin-left: 6px;
}
.content-menu-left  > .baw_widgetarchives_widget_class ul li a i.icon-chevron-up.active {
	transform: rotate(0deg) ;
	-webkit-transform: rotate(0deg) ;
	-moz-transform: rotate(0deg) ;
	-o-transform: rotate(0deg) ;
	-ms-transform: rotate(0deg) ;	
}

/* NAV */
.main-nav{
	width: 100%;
	text-align: center;
	font-size: 0;
	position: relative;
	clear: both;
	border-bottom: 0;
	background: #fff;
}
.main-nav:before{
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	height: 0;
	width: 100%;
	background: #7a1a61;
	-o-transition: height 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
	transition: height 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
	-webkit-transition: height 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
	z-index: 10
}
/*.main-nav-hover .main-nav:before,
.main-nav-hover-force .main-nav:before{
	height: 39px;
}*/
.main-nav > ul > li.menu-item-has-children > ul:before{
	content: '';
	position: absolute;
	top: 0;
    left: -999rem;
    width: 9999rem;
    height: 100%;
    background: #7a1a61;
}
.main-nav > ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	z-index: 20;
	position: relative;
}
.main-nav > ul > li{
	display: block;
	float: left;
	text-align: center;
}
.main-nav ul > li > a{
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	color: #7A1A61;
}
@media(max-width: 1410px) {
	.main-nav ul > li > a {
		padding: 10px;
	}
}
@media(max-width: 1250px) {
	.main-nav ul > li > a {
		letter-spacing: -0.5px;
	}
}
@media(max-width: 1150px) {
	.main-nav ul > li > a {
		padding: 10px 7px;
	}
}
.main-nav > ul > li.menu-item-home > a{
	position: relative;
	padding: 3px 8px;
	font-size: 24px;
	background: #490F3D;
	color: #fff;
}
.main-nav > ul > li.current-menu-item > a [fill],
.main-nav > ul > li.current-page-ancestor > a [fill],
.main-nav > ul > li:focus > a [fill],
.main-nav > ul > li:hover > a [fill],
.main-nav > ul > li.current-menu-item > a,
.main-nav > ul > li.current-page-ancestor > a,
.main-nav > ul > li:focus > a,
.main-nav > ul > li:hover > a{
	color: #fff;
	background: #7A1A61;
	stroke: #fff;
}
.main-nav > ul > li.current-menu-item > a polygon,
.main-nav > ul > li.current-page-ancestor > a polygon,
.main-nav > ul > li:focus > a polygon,
.main-nav > ul > li:hover > a polygon{
	fill: #fff;
}
.main-nav > ul > li > ul{
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 0;
	height: auto;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	width: 100%;
	background-color: #7A1A61;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .3s!important;
	-o-transition: all .3s!important;
	transition: all .3s!important;
	z-index: 10;
	padding: 0;
}
/*.main-nav > ul > li > ul,
.main-nav > ul > li > ul > li > a{
	height: 0;
	-o-transition: height 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
	transition: height 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
	-webkit-transition: height 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.main-nav > ul > li.current-menu-parent > ul,
.main-nav > ul > li.current-page-ancestor > ul,
.main-nav > ul > li:hover > ul > li > a,
.main-nav > ul > li.current-page-ancestor > ul > li > a,
.main-nav > ul > li.current-menu-parent > ul > li > a{
	height: auto;
}*/
/*.main-nav > ul > li:hover > ul,*/
.main-nav > ul > li.current-menu-item > ul,
.main-nav > ul > li.current-menu-parent > ul,
.main-nav > ul > li.current-menu-ancestor > ul ,
.main-nav > ul > li.current-page-ancestor > ul {
	visibility: visible;
	opacity: 1;
}
/*.main-nav > ul > li:hover > ul {
	z-index: 100
}*/
.main-nav > ul > li > ul > li{
	height: 100%;
	display: none;
}
.main-nav > ul > li:hover > ul > li,
.main-nav > ul > li.current-menu-item > ul > li,
.main-nav > ul > li.current-menu-parent > ul > li,
.main-nav > ul > li.current-page-ancestor > ul > li{
	display: inline-block;
}
.main-nav > ul > li > ul > li > a{
	display: block;
	color: #fff;
	position: relative;
	overflow: hidden;
	line-height: 3em;
	max-height: 100%;
	padding: 0 13px;
}
.main-nav > ul > li > ul > li > a:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -9px;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 7px 9px;
	border-color: transparent transparent #fff transparent;
}
.main-nav > ul > li > ul > li:hover > a,
.main-nav > ul > li > ul > li:focus > a,
.main-nav > ul > li > ul > li.current-menu-item > a,
.main-nav > ul > li > ul > li.current-page-ancestor > a{
	background: #490F3D
}
/*.main-nav > ul > li > ul > li:hover > a:after,
.main-nav > ul > li > ul > li:focus > a:after,*/
.main-nav > ul > li > ul > li.current-menu-item > a:after,
.main-nav > ul > li > ul > li.current-page-ancestor > a:after{
	opacity: 1;
}
.main-nav .nav-header{
	background-color: #7A1A61;
	margin: 0;
	padding: 20px 0 0;
}
.main-nav .nav-header a{
	background-color: #fff;
	color: #7A1A61;
	border-radius: 100%;
	padding: 4px;
	width: 30px;
	font-size: 1.6rem;
	display: inline-block;
}
.main-nav .nav-header a+a{
	margin-left: 48px;
}
.main-nav .nav-header a .icon-twitter{
	font-size: 1.4rem;
}
.main-nav .nav-footer{
	background-color: #490F3D;
	font-size: 1.1rem;
}
.main-nav .nav-footer a{
	color: #fff;
	display: inline-block;
	padding: 10px 30px;
}
.main-nav .nav-footer a i{
	font-size: 2.6rem;
	display: block;
	margin-bottom: 2px;
}
.main-nav .nav-footer a i.icon-mouse{
	font-size: 3.3rem;
    -webkit-transform: rotate(-10.7deg);
        -ms-transform: rotate(-10.7deg);
            transform: rotate(-10.7deg);
}
.fixed-menu #main-nav{
	position: fixed;
	top: 0;
	z-index: 300;
	width: 100%;
}
.fixed-menu.admin-bar #main-nav{
	top: 32px;
}
.fixed-menu.admin-bar header .navbar{
	padding-top: 0;
}


.menu-mobile .main-nav{
	width: 100%;
	padding: 0;
	display: none;
	background:
}
.menu-mobile .main-nav ul {
	width: 100%;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	background: #7A1A61;
	padding-bottom: 15px;
	padding-top: 20px;
}
.menu-mobile .main-nav > ul > li{
	border-top: none;
	float: none;
	display: block;
	height: auto;
	background-color: #7A1A61;
	text-align: left;
}
.menu-mobile .main-nav > ul > li > a{
	max-height: 100%;
	height: 100%;
	width: calc(100% - 30px);
	color: #fff;
	margin: 0 15px;
	padding: 7px 15px;
	font-size: 1.6rem;
	border-bottom: 1px solid #fff;
}
.menu-mobile .main-nav > ul > li:last-child > a{
	border-bottom: none;
}
.menu-mobile .main-nav > ul > li.menu-item-home > a{
	font-size: 2.6rem;
	padding: 3px 15px 0;
}
.menu-mobile .main-nav > ul > li > ul{
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	position: relative;
	float: none;
	top: -1px;
	left: 0;
	background: #fff;
	border: none;
	height: auto;
	display: none;
}
.menu-mobile  .main-nav > ul > li:hover > ul > li,
.menu-mobile  .main-nav > ul > li.current-menu-parent > ul > li,
.menu-mobile  .main-nav > ul > li > ul > li {
	display: block;
	float: none;
}
.menu-mobile  .main-nav > ul > li > ul > li {
	height: auto;
}
.menu-mobile  .main-nav > ul > li > ul > li > a{
	background-color: #fff;
	color: #7A1A61;
	height: auto;
	line-height: normal;
	padding: 11px 15px 11px 63px;
}
.menu-mobile  .main-nav > ul > li > ul > li:hover > a,
.menu-mobile  .main-nav > ul > li > ul > li.current-menu-item > a {
	color: #fff	
}
.menu-mobile .main-nav > ul > li > ul > li.current-menu-item > a:after {
	border-color: transparent transparent transparent #fff;
}
.menu-mobile .main-nav:after, .menu-mobile .main-nav ul:after{
	display: none;
}
.menu-mobile .main-nav > ul > li > ul > li > a:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 39px;
	border-width: 8px 0 8px 9px;
	border-color: transparent transparent transparent #7A1A61;
}
.menu-mobile .main-nav > ul > li.current-menu-item > a [fill],
.menu-mobile .main-nav > ul > li.current-page-ancestor > a [fill],
.menu-mobile .main-nav > ul > li:focus > a [fill],
.menu-mobile .main-nav > ul > li:hover > a [fill],
.menu-mobile .main-nav > ul > li.active > a [fill],
.menu-mobile .main-nav > ul > li.current-menu-item > a,
.menu-mobile .main-nav > ul > li.active > a,
.menu-mobile .main-nav > ul > li.current-page-ancestor > a,
.menu-mobile .main-nav > ul > li:focus > a,
.menu-mobile .main-nav > ul > li:hover > a{
	color: #7A1A61;
	background: #fff;
	stroke: #7A1A61;
}

/* BREADCRUMBS */
.breadcrumbs{
	padding-top: 11px;
	font-size: 12px;
	padding-bottom: 32px;
	color: #fff;
	position: relative;
	z-index: 1;
}
.breadcrumbs > span{
	margin-top: 15px;
	color: #fff;
}
.breadcrumbs > span a{
	color: #fff;
}
.breadcrumbs > span .breadcrumb_last{
	font-weight: bold;
}
@media (max-width: 991px){
	.breadcrumbs{
		display: none;
	}
}


.main {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 38px;
	-o-transition: margin-top 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
	transition: margin-top 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
	-webkit-transition: margin-top 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
	position: relative;
	background-attachment: fixed;
}
.main:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7)/* url(img/trame.png)*/;
	opacity: 0.2;
}
/*.main:after {*/
#main-nav:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 100%;
	height: 30px;
	background-image: url('img/menu-shadow.png');
	background-position: center top;
	opacity: 0.3;
}
.main-nav-hover .main,
.main-nav-hover-force .main {
	/*margin-top: 39px;*/
}
.main-container {
	position: relative;
}
.bg-content {
	background-color: #fff;
	position: relative;
}
.bg-primary {
	background-color: #7A1A61;
}
.bg-grey {
	background-color: #E5E6E6;
}


/* FOOTER */
footer{
	font-size: 16px;
	padding-top: 42px;
	z-index: 10;
	position: relative;
	margin-top: -42px;
	overflow: hidden;
	display: block;
	clear: both;
}
footer .top{
	background-color: #7A1A61;
	color: #fff;
	text-align: center;
	position: relative;
	padding-top: 9px;
	padding-bottom: 8px;
	/* z-index: -1; */
}
footer .top strong{
	font-size: 2rem;
	line-height: 3.3rem;
}
footer .top:after{
	content: '';
	position: absolute;
	top: -24px;
	left: -5px;
	width: 110%;
	height: 50px;
	background-color: #7A1A61;
	z-index: -1;
	-ms-transform: rotate(-1.2deg);
	    transform: rotate(-1.2deg);
	-webkit-transform: rotate(-1.2deg);
}
footer .bottom{
	background: #fff;
	text-align: center;
	z-index: 10;
}
footer .bottom > .container{
	position: relative;
	padding: 37px 0 27px;
}
footer .bottom .copyright{
	float: left;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
}
footer .bottom .footer-nav{
	display: inline-block;
	text-align: center;
}
footer .bottom .footer-nav ul{
	display: inline-block;
	padding: 0;
	margin: 0;
}
footer .bottom .footer-nav ul li{
	display: block;
	float: left;
	padding: 0 11px;
}
footer .bottom .footer-nav ul li a{
	color: inherit;
}
footer .bottom .footer-nav ul li a:hover,
footer .bottom .footer-nav ul li a:focus,
footer .bottom .footer-nav ul li.current-menu-item a{
	color: #7A1A61;
	font-weight: bold;
}
footer .bottom .footer-nav ul li a::after {
	display:block;
	content:attr(title);
	font-weight:bold;
	height:1px;
	color:transparent;
	overflow:hidden;
	visibility:hidden;
}
footer .bottom .credit{
	float: right;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -11px;
	display: block;
	color: inherit;
}
footer .bottom .credit:hover{
	color: #E22313;
}
footer:before{
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 100%;
	height: 40px;
	background-image: url('img/footer-shadow.png');
	background-repeat: no-repeat;
	background-position: center top;
}
@media (max-width: 991px){
	footer .top{
		font-size: 1.4rem;
		top: 0px;
		padding-bottom: 6px;
	}
	footer .top strong{
		font-size: 1.8rem;
		padding-top: 4px;
		letter-spacing: -0.9px;
		display: inline-block;
	}
	footer .bottom .copyright{
		display: block;
		position: static;
		float: none;
		font-size: 1.4rem;
		padding-bottom: 21px;
		text-align: center;
	}
	footer .bottom .footer-nav{
		display: block;
		float: none;
		padding-bottom: 13px;
	}
	footer .bottom .footer-nav ul{
		display: block;
	}
	footer .bottom .footer-nav ul li{
		float: none;
		padding: 1px 0px;
		font-size: 1.4rem;
	}
	footer .bottom .footer-nav ul li a{
		color: #7A1B61;
		display: inline-block;
	}
	footer .bottom .credit{
		display: inline-block;
		float: none;
		position: static;
		margin-top: 0;
		font-size: 1.4rem;
	}
}
@media (max-width: 767px){
	footer{
		padding-top: 0;
		overflow: visible;
		margin-top: 30px;
	}
	footer .top:after{
		display: none;
	}
	footer:before{
		content: "";
		position: absolute;
		left: -10%;
		top: 3px;
		width: 120%;
		-webkit-transform-origin: left top;
		    -ms-transform-origin: left top;
		        transform-origin: left top;
		height: 74px;
		background-color: #7A1B61;
		-webkit-transform: rotate(-5.2deg);
		    -ms-transform: rotate(-5.2deg);
		        transform: rotate(-5.2deg);
		background-image: none;
		z-index: -1;
	}
}
/* SIDEBAR */
.sidebar{
	padding: 0 30px;
}
.sidebar:after{
	content: '';
	background-image: url('img/sidebar-shadow.png');
	width: 77px;
	height: 100%;
	position: absolute;
	left: -82px;
	top: 0;
	background-repeat: no-repeat;
	background-position: left center;
	z-index: 0;
	background-size: 100% 100%;
}
.sidebar .title{
	position: relative;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	padding: 28px 0 14px 0px;
	margin-bottom: 0px;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	color: #3E3D40;
}
.sidebar .title .icon{
	font-size: 43px;
	padding-right: 8px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 0;
	margin-top: 0;
}
.sidebar .title .icon:after{
	content: '';
	margin-left: 13px;
	width: 18px;
	margin-top: -12px;
	height: 63px;
	display: inline-block;
	background-image: url(img/border-title.svg);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
}
.sidebar .title .arrow{
	display: none;
}
.sidebar .title .arrow i{
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transition: transform 0.3s;
	-ms-transform: rotate(90deg);
	    transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
@media (max-width: 991px){

	footer .top p {
		margin-bottom: 1px;
		padding: 0 15px;
	}
}
.latest-news-container.active .arrow i,
.applications.active .arrow i{
	-ms-transform: rotate(0deg);
	    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}


.latest-news-container {
	padding-top: 29px;
	padding-bottom: 33px;
}
.latest-news-container .dots{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 12px;
}
.latest-news-container .dots .slick-dots{
	list-style: none;
	margin: 0;
	padding-left: 15px;
}
.latest-news-container .dots .slick-dots li{
	padding: 0 6px;
	float: left;
}
.latest-news-container .dots .slick-dots li:first-child{
	padding-left: 0;
}
.latest-news-container .dots .slick-dots li button{
	width: 10px;
	height: 10px;
	background: #818284;
	padding: 0;
	border: none;
	font-size: 0px;
}
.latest-news-container .dots .slick-dots li.slick-active button{
	background: #490F3D;
}
.latest-news-container .latest-news-slider .slide h3{
	font-size: 1.8rem;
	font-weight: 600;
	margin: 0 0 5px;
	color: #7A1A61;
}
.latest-news-container .latest-news-slider .slide .content{
	margin-bottom: 33px;
}
.latest-news-container .latest-news-slider .slide .thumbnail{
	height: 175px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 10px;
}

.sidebar .follow-us{
	padding-bottom: 28px;
	border-top: 1px solid #969899;
}
.sidebar .follow-us .socials{
	text-align: center;
}
.sidebar .follow-us .socials a{
	padding: 14px 18px;
	border: 1px solid transparent;
	border-radius: 100%;
	color: inherit;
	margin-right: 32px;
}
.sidebar .follow-us p{
	padding: 11px 0 13px;
	font-size: 1.6rem;
	text-align: center;
}
.sidebar .follow-us .socials a.facebook{
	color: #3B5996;
	border-color: #3B5996;
	font-size: 2.6rem;
	padding: 11px 17px 10px 17px;
}
.sidebar .follow-us .socials a.twitter{
	color: #20C5FF;
	border-color: #20C5FF;
	font-size: 2.1rem;
	padding: 13px 10px 12px 11px;
}
.sidebar .follow-us .socials a.facebook:hover{
	color: #fff;
	background-color: #3B5996;
}
.sidebar .follow-us .socials a.twitter:hover{
	color: #fff;
	background-color: #20C5FF;
}
.sidebar .follow-us .socials a:last-child{
	margin-right: 0;
}
.sidebar .applications {
	position: relative;
	border-top: 1px solid #969899;
}
.sidebar .applications .title .icon:after{
	/* margin-top: -11px; */
}
.sidebar .applications a{
    border-left: 17px solid #E6E7E7;
    padding: 12px 0 12px 20px;
    display: block;
    margin-top: 10px;
    margin-bottom: 19px;
    position: relative;
    font-size: 27px;
    font-weight: 300;
    color: #7A1B61;
    line-height: 1em;
}
.sidebar .applications a img{
	margin-right: 10px;
}
.sidebar .applications a:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
	background-color: #E6E7E7;
	z-index: -1;
}
.sidebar .applications a:hover:after{
	width: 100%;
}

@media (max-width: 991px){
	.sidebar .follow-us{
		display: none;
	}
}

/* TOOLBAR */
.toolbar{
	padding-top: 35px;
}
.toolbar_inner {
	padding-top: 0;
}
.toolbar .buttons a{
	color: #818284;
	font-size: 27px;
	margin-right: 16px;
	margin-top: 5px;
	display: inline-block;
}
.toolbar .buttons a:hover{
	color: #7A1A61;
}
.toolbar .buttons a.decrease-font{
	font-size: 24px;
}
.toolbar .search{
	padding: 0 30px;
	font-size: 13px;
}
.toolbar_inner .search{
	padding: 0
}
.toolbar .search .search-form{
	float: right;
	width: 61%;
}
.toolbar_inner .search .search-form{
	float: none
}
.toolbar .search .search-form .form-group{
	margin: 0;
}
.toolbar .search .search-form{
	border: 1px solid #808183;
	border-radius: 4px;
	overflow: hidden;
}
.toolbar .search .search-form input{
	display: block;
	float: left;
	border: none;
	font-size: 15px;
	color: black;
	padding: 7px 15px;
	width: calc(100% - 34px);
	max-width: calc(100% - 34px);
}
.toolbar .search .search-form button{
	border: none;
	padding: 3px 0px 0 0;
    width: 34px;
    height: 35px;
    text-align: left;
	background: transparent;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .3s!important;
	-o-transition: all .3s!important;
	transition: all .3s!important;
}
.toolbar .search .search-form button:hover{
	background: #7A1A61;
}
.toolbar .search .search-form button:hover span{
	color: #fff;
}
.toolbar .search .search-form button span{
	border-left: 2px solid #818284;
	padding-left: 7px;
	font-size: 21px;
	color: #7A1A61;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .3s!important;
	-o-transition: all .3s!important;
	transition: all .3s!important;
}
@media (max-width:1200px){
	.toolbar .search .search-form {
/*		width: 216px;*/
	}
}
.menu-mobile .toolbar{
	display: none;
}
/* HOME */
.slider-home-container{
	height: 350px;
	margin-bottom: 46px;
	overflow: hidden;
}
.slider-home-container .col-right{
	background-color: #F0F0F0;
}
.slider-home-container .slider-home,
.slider-home-container .slider-home .slick-track,
.slider-home-container .slider-home .slick-list,
.slider-home-container .slider-home .slide,
.slider-home-container .col-right{
	height: 100%;
}
.slider-home-container .slider-home{
	padding: 0;
	position: relative;
}
.slider-home-container .slider-home .slick-dots{
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	padding: 0;
	margin: 0;
	list-style: none;
}
.slider-home-container .slider-home .slick-dots li{
	padding: 4px 0;
}
.slider-home-container .slider-home .slick-dots li button{
	width: 10px;
	height: 10px;
	background: #fff;
	padding: 0;
	border: none;
	font-size: 0px;
}

.slider-home-container .slider-home .slick-dots li.slick-active button{
	background-color: #490F3D;
}
.slider-home-container .slider-home .slide{
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.slider-home-container .col-right{
	background-color: #F0F0F0;
}
.slider-home-container .col-right .h1{
	font-weight: normal;
	border-bottom: 1px solid #969899;
	padding-top: 35px;
	margin: 0;
	line-height: 4rem;
	padding-bottom: 10px;
}
.slider-home-container .col-right .content{
	width: 100%;
	padding: 0 15px;
}
.slider-home-container .col-right .content .title{
	font-size: 2.5rem;
	margin: 0;
	padding-bottom: 6px;
	padding-top: 5px;
}
.slider-home-container .col-right .content .description{
	font-size: 1.6rem;
	line-height: 2.9rem;
	padding-top: 5px;
}
.slider-home-container .col-right .content .link{
	text-align: center;
}
.slider-home-container .col-right .content .link{
	text-align: center;
	padding-top: 12px;
}

@media (max-width: 991px){
	.slider-home-container{
		height: auto;
		margin-bottom: 0;
	}
	.slider-home-container .slider-home .slick-list{
		position: absolute;
	}
	.slider-home-container .slider-home{
		padding-bottom: 63%;
	}
	.slider-home-container .slider-home .slick-dots{
		display: none!important;
	}
	.slider-home-container .slider-home .slide{
		height: 100%;
	}
	.slider-home-container .col-right .h1{
		font-size: 2.7rem;
		padding-top: 0;
		line-height: normal;
	}
	.slider-home-container .col-right .content{
		padding: 11px 0 20px;
	}
	.slider-home-container .col-right .content .title{
		font-size: 2rem;
	}
	.slider-home-container .col-right .content .description{
		font-size: 1.4rem;
	}
	.slider-home-container .col-right .content .link{
		padding-top: 5px;
	}
	.slider-home-container .slider-home,
	.slider-home-container .slider-home .slick-track,
	.slider-home-container .slider-home .slick-list,
	.slider-home-container .slider-home .slide,
	.slider-home-container .col-right{
		width: 100%;
	}
}

/* SHARE POST */
.wrap-share {
	margin-bottom: 25px;
}
.post-share{
	font-size: 15px;
	text-align: center;
	color: #808183;
	border-top: 1px solid #808183;
	border-bottom: 1px solid #808183;
	padding: 5px 0 3px;
	width: 64%;
	margin: 18px auto 30px;
}
.post-share a{
	margin: 0 9px;
	font-size: 22px;
	vertical-align: middle;
	color: #808183!important;
	text-decoration: none;
}
.post-share .facebook{
	font-size: 25px;
	margin-left: 21px;
	margin-right: 13px;
}
.post-share .twitter{
	margin-right: 12px;
	margin-left: 6px;
}
.post-share .gplus{
	font-size: 25px;
}
.post-share .email{
	font-size: 27px;
}
.post-share .facebook:hover {
	color: #3B5996!important;
}
.post-share .twitter:hover {
	color: #20C5FF!important;
}
.post-share .gplus:hover {
	color: #D94A37!important;
}
.post-share .email:hover {
	color: #7A1A61!important;
}

.icons-left{
	position: absolute;
	left: 0;
	top: 380px;
	z-index: 200;
}
.icons-left a{
	font-size: 30px;
	color: #7A1A61;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 14px -2px #000;
	        box-shadow: 0px 0px 14px -2px #000;
	display: block;
	margin-bottom: 21px;
	overflow: hidden;
	width: 60px;
	white-space: nowrap;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
body.page-template-association .icons-left a:first-child {
	display: none;
}
.icons-left a.active{
	color: #fff;
	background-color: #7A1A61;
}
.icons-left a:last-child{
	margin-bottom: 0;
}
.icons-left a .text{
	font-size: 16px;
	font-weight: bold;
	color: #3E3D40;
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #7A1B61;
	padding: 10px 15px 10px 10px;
}
.icons-left a.active .text{
	color: #fff;
	border-left: 1px solid #fff;
}
.icons-left a i{
	width: 60px;
	display: inline-block;
	vertical-align: middle;
	height: 60px;
	padding-top: 15px;
	padding-left: 8px;
}
.icons-left a:hover{
	width: 178px;
}
.icons-left a i.icon-mouse{
	font-size: 40px;
	padding-top: 8px;
	padding-left: 9px;
	display: inline-block;
	-webkit-transform: rotate(-11deg);
	    -ms-transform: rotate(-11deg);
	        transform: rotate(-11deg);
}
.icons-left a i.icon-location-point{
    font-size: 35px;
    padding: 13px 0 0 11px;
}
.menu-mobile .icons-left{
	display: none;
}

@media (max-width:991px){
	.icons-left{
		display: none;
	}
	.toolbar{
		display: none;
	}
	.header .search-form,
	.header .hamburger,
	.header .right-col,
	.header .left-col .school-list{
		display: none;
	}
	.header .search-form,
	.header .hamburger{
		display: block;
		float: right;
	}

	.header{
		height: 63px;
	}
	.header .left-col{
		float: left;
		margin-top: -2px;
		position: absolute;
		width: auto;
		z-index: 1;
		padding: 9px 0 0 12px;
	}
	.header .left-col .logo img{
		height: 100%;
		width: auto;
		margin-top: 0px;
	}
	.header .mobile-search{
		height: 100%;
	    z-index: 10;
	    position: relative;
	    width: auto;
	    background: #fff;
	    font-size: 2.6rem;
	    color: #7A1B61;
	    float: right;
	    padding: 15px;
	}
	.hamburger{
		height: 100%;
		background-color: #7A1B61;
		color: #fff;
		font-size: 2.5rem;
		width: 54px;
	}
	.hamburger i{
		display: block;
		margin-top: 3px;
	}
	.main-nav-hover .main-nav:before,
	.main-nav-hover-force .main-nav:before{
		display: none;
	}
	.main-nav-hover .main,
	.main-nav-hover-force .main {
		margin-top: 0;
	}
	.main-nav{
		width: 100%;
		padding: 0;
		display: none;
	}
	.main-nav ul {
		width: 100%;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		visibility: visible;
		opacity: 1
	}
	.main-nav > ul > li{
		border-top: none;
		float: none;
		display: block;
		height: auto;
		background-color: #7A1A61;
		text-align: left;
	}
	.main-nav > ul > li > a{
		max-height: 100%;
		height: 100%;
		width: calc(100% - 30px);
		color: #fff;
		margin: 0 15px;
		padding: 7px 15px;
		font-size: 1.6rem;
		border-bottom: 1px solid #fff;
	}
	.main-nav > ul > li:last-child > a{
		border-bottom: none;
	}
	.main-nav > ul > li.menu-item-home > a{
		font-size: 2.6rem;
		padding: 3px 15px 0;
	}
	.main-nav > ul > li > ul{
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		position: relative;
		float: none;
		top: -1px;
		left: 0;
		background: #fff;
		border: none;
		height: auto;
		display: none;
		visibility: visible;
		opacity: 1
	}
	.main-nav > ul > li:hover > ul > li,
	.main-nav > ul > li.current-menu-parent > ul > li,
	.main-nav > ul > li > ul > li {
		display: block;
		float: none;
	}
	.main-nav > ul > li > ul > li {
		height: auto;
	}
	.main-nav > ul > li > ul > li > a{
		background-color: #fff;
		color: #7A1A61;
		height: auto;
		line-height: normal;
		padding: 11px 15px 11px 63px;
	}
	.main-nav:after, .main-nav ul:after{
		display: none;
	}
	.main-nav > ul > li > ul > li > a:after{
		content: '';
		position: absolute;
		top: 50%;
		margin-top: -8px;
		left: 39px;
		border-width: 8px 0 8px 9px;
		border-color: transparent transparent transparent #7A1A61;
	}
	.main-nav > ul > li.current-menu-item > a [fill],
	.main-nav > ul > li.current-page-ancestor > a [fill],
	.main-nav > ul > li:focus > a [fill],
	.main-nav > ul > li:hover > a [fill],
	.main-nav > ul > li.active > a [fill],
	.main-nav > ul > li.current-menu-item > a,
	.main-nav > ul > li.active > a,
	.main-nav > ul > li.current-page-ancestor > a,
	.main-nav > ul > li:focus > a,
	.main-nav > ul > li:hover > a{
		color: #7A1A61;
		background: #fff;
		stroke: #7A1A61;
	}
	.wrap-share {
		margin-bottom: 0px;
	}
}

@media (max-width:767px){
	.post-content img {
		width: 100%;
	}
}

/* CLEARFIX */
footer .bottom .footer-nav ul:after,
footer .bottom .footer-nav:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
/* PRINT STYLE */
@media print {
	.header_print_adresse {
		font-size: 2rem;
		text-align: right;
		margin-top: 30px;
		margin: 10px 0 20px;
		color: #3E3D40
	}
	.header .left-col {
		position: relative!important;
		margin-bottom: 16px!important;
	}
	.sidebar, .header .right-col:before,
	.toolbar,
	.main-nav,
	.post-share,
	.slider-home-container,
	footer .footer-nav,
	footer > .top{
		display: none!important;
	}
	.main-nav-hover .main, .main-nav-hover-force .main {
		margin-top: 0
	}
	.header .right-col {
		display: block!important;
		float: right!important;
	}
	.header {
		height: auto!important
	}
	.header a[href]:after {
		display: none;
	}
	.header .left-col .logo img {
		width: auto!important;
		height: auto!important;
	}
}

@media (max-width: 991px){
	.main{
		background-image: none!important;
	}
	.main:before{
		display: none;
	}
	.sidebar,
	.post-content{
		padding: 8px 15px 33px;
	}
	.post-share{
		display: none;
	}

	.sidebar .title{
		display: block;
		position: relative;
		padding: 0;
		padding-left: 15px;
		font-size: 2.1rem;
		letter-spacing: -0.5px;
	}
	.sidebar .title .icon{
		position: relative;
		padding-right: 1px;
		vertical-align: middle;
	}
	.sidebar .title .icon::before{
		vertical-align: middle;
	}
	.sidebar .title .icon:after{
		margin-left: 8px;
		margin-top: 0;
		vertical-align: middle;
	}
	.sidebar .title .arrow{
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		padding: 0 11px;
		color: #fff;
		font-size: 1.9rem;
		background-color: #7A1B61;
	}

	.latest-news-container{
		border: none;
		margin: 0 -15px 45px;
		position: relative;
		padding-top: 0;
		padding-bottom: 0;
	}
	.latest-news-container .collapsable{
		padding-bottom: 17px;
	}
	.latest-news-container::before,
	.applications::before{
		content: '';
		display: block;
		position: absolute;
		background-position: center bottom;
		height: 50px;
		width: 100%;
		opacity: 0.5;
		bottom: 100%;
		background-image: url(img/shadow-sidebar-up.svg);
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.latest-news-container::after,
	.applications::after{
		content: '';
		display: block;
		position: absolute;
		background-position: center top;
		height: 50px;
		opacity: 0.5;
		width: 100%;
		top: 100%;
		background-image: url(img/shadow-sidebar-down.svg);
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.latest-news-container .dots,.latest-news-container .btn.read-all{
		display: none;
	}
	.latest-news-container .latest-news-slider .slide h3{
		padding: 0 15px;
	}
	.latest-news-container .latest-news-slider .slide .content{
		padding: 0 15px;
	}
	.latest-news-container .latest-news-slider .slide .thumbnail{
	}
	.sidebar .applications{
		margin-bottom: 15px;
	}
	.sidebar .applications .collapsable{
		padding-bottom: 7px;
	}
	.sidebar .applications .title{
		margin: 0 -15px;
	}
	.sidebar{
		padding-bottom: 50px;
	}
	.sidebar:after{
		display: none;
	}
	.margin-top {
		margin-top: 10px
	}
}


/* Page contact */
.loader {
	border: 2px solid #f3f3f3;
	border-radius: 50%;
	border-top: 2px solid #333;
	width: 24px;
	height: 24px;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
	position: absolute;
	left: 10px;
	top: 4px;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

.contact-form > .container{
	padding-bottom: 31px;
}
.contact-form .help-block{
	margin-top: 11px;
	margin-bottom: 3px;
	line-height: 0;
	font-size: 1.2rem;
}
.contact-form h1{
	margin-left: -12px;
	letter-spacing: -0.2px;
}
.contact-form .right-col{
	padding: 24px 29px;
}
.contact-form .left-col{
	margin-top: 178px;
	padding-top: 9px;
	padding-left: 21px;
	padding-bottom: 15px;
}
.contact-form .form-control{
	border: 1px solid #BFC0C1;
	-webkit-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
}
.contact-form input.form-control{
	height: 36px;
}
.contact-form .form-control:focus,
.contact-form .form-control:active{
	border-color: #7A1B61;
	-webkit-box-shadow: 0 0px 3px 1px rgba(0,0,0,0.3);
	box-shadow: 0 0px 3px 1px rgba(0,0,0,0.3);
}
.contact-form label{
	font-weight:  normal;
	font-size: 1.4rem;
	margin-bottom: 2px;
}
.contact-form label.required::after{
	content: "*";
	display: inline-block;
}
.contact-form fieldset{
	padding: 0 68px 9px;
}
.contact-form .btn-group{
	padding: 0 68px;
}
.contact-form fieldset legend{
	color: #7A1B61;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 1.8rem;
	margin: 0 -68px 5px;
	width: calc(100% + 128px);
}
.contact-form textarea{
	resize: vertical;
}
.contact-form .left-col p{
	letter-spacing: 0.4px;
	line-height: 25px;
	margin-bottom: 0;
}
.contact-form .left-col h2{
	font-size: 1.9rem;
	text-transform: uppercase;
	letter-spacing: -0.6px;
	font-weight: normal;
	padding-bottom: 15px;
	margin: 0;
	padding-top: 20px;
}
.contact-form .left-col:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 13px 12.5px 0;
	border-color: transparent #E5E6E6 transparent transparent;
}
.contact-form .details{
	font-size: 1.1rem;
	margin-top: -15px;
	margin-bottom: 17px;
	margin: 0 -68px 17px;
}
.contact-form .btn-group{
	display: block;
	padding-top: 23px;
}
.contact-form .btn-group .btn{
	float: right;
	padding-left: 49px;
	padding-right: 49px;
}
select.form-control {
    background: #fff url('img/chevron-down.svg') no-repeat;
    background-size: 20px;
    background-position:  right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
}
@media (max-width: 991px){
	.contact-form h1 {
	    margin-left: 0;
	    font-weight: 400;
	    font-size: 2.6rem;
	}
	.contact-form .left-col {
	    margin-top: 0px;
	    padding-top: 9px;
	    padding-left: 21px;
	    padding-bottom: 15px;
	}
	.contact-form .right-col {
	    padding: 24px 15px;
	}
	.contact-form .left-col:after{
		bottom: 0;
		right: auto;
		top: auto;
		left: 50%;
		margin-top: 0;
		margin-left: -12px;
		border-width: 0 12.5px 13px 12.5px;
		border-color: transparent transparent #E5E6E6 transparent;
	}
	.contact-form .details {
	    margin: 0 0 17px;
	}
	.contact-form fieldset legend {
	    margin: 0 0 5px;
		width: 100%;
	}
	.contact-form fieldset,
	.contact-form .btn-group{
		padding-left: 0;
		padding-right: 0;
	}
	.contact-form .btn-group{
		text-align: center;
	}
	.contact-form .btn-group .btn{
		float: none;
	}
}

#map {
	width: 100%;
	height: 0;
	margin-bottom: 50px;
	padding-bottom: 50%
}

.wrap_accordeon {
	margin-bottom: 50px;
}
.wrap_accordeon .tools_accordeon {
	text-align: right;
    margin: 40px 0 14px;
    font-size: 1.4rem;
    font-weight: bold;
}
.wrap_accordeon .tools_accordeon a {
    color: #3E3D40!important;
    margin-left: 40px;
}
.wrap_accordeon .tools_accordeon a i {
	color: #7A1A61;
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 1.5rem;
}
.wrap_accordeon .tools_accordeon a.deplie i {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.wrap_accordeon .bloc_accordeon {
	border:  1px solid #BFC0C1;
	margin-bottom: -1px;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .3s!important;
	-o-transition: all .3s!important;
	transition: all .3s!important;
}

.wrap_accordeon .bloc_accordeon .titre_accordeon {
	cursor: pointer;
    padding: 13px 43px 11px 20px;
    color: #7A1A61;
    font-size: 1.8rem;
    position: relative;

	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .3s!important;
	-o-transition: all .3s!important;
	transition: all .3s!important;
}
.wrap_accordeon .bloc_accordeon .titre_accordeon:hover {
	background: #EDEDED
}
.wrap_accordeon .bloc_accordeon .titre_accordeon:after {
    content: "\e90d";
    position: absolute;
    right: 10px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 50%;
    margin: -16px 0 0 0;
    border: 1px solid #7A1A61;
    padding: 7px;
    font-size: 16px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .3s!important;
	-o-transition: all .3s!important;
	transition: all .3s!important;
}
.wrap_accordeon .bloc_accordeon.open .titre_accordeon:after {
	background: #7A1A61;
	color: #fff;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}
.wrap_accordeon .bloc_accordeon .texte_accordeon {
    border-top: 1px dashed #BFC0C1;
    display: none;
    margin: -1px 13px 0 21px;
    padding: 18px 0 13px;
    position: relative;
}
#colorbox .post-content{
	padding-top: 15px;
	padding-bottom: 15px;
}
#list-actu .col-md-6 {
	margin-bottom: 40px;
}
.blog #list-actu .col-md-6:nth-child(2n+2) {
	clear: both;
}
.archive #list-actu .col-md-6:nth-child(2n+3) {
	clear: both;
}

/* association */
	/* sidebar */
.sidebar-association {}
.sidebar-association a.logout {
    padding: 13px 15px;
    margin-bottom: 15px;
    display: block;
    font-size: 20px;
    background: #f08801;
    color: #fff;
    border: 1px solid #f08801;
}
.sidebar-association a.logout:hover {
	background: #fff;
	color: #f08801;
}
.sidebar-association a.logout i {
    float: left;
    font-size: 39px;
    margin: -5px 19px 0 0;
    line-height: 0;
}

.sidebar-association .content-menu-left {
	padding: 0;
	margin-bottom: 15px;
	display: block;
	background: #7A1A61!important;
    color: #FFF;
	text-align: left;
}
.sidebar-association a.content-menu-left .subtitle {
    padding-top: 14px!important;
    border: 0;
    line-height: 1.2em;
    padding-bottom: 10px!important;
}
.sidebar-association a.content-menu-left:hover {
	background: #fff!important;
}
.sidebar-association a.content-menu-left:hover .subtitle {
	color: #7a1a61!important;
}
.sidebar-association .content-menu-left .subtitle {
    margin-bottom: 0;
    color: #fff;
    padding: 33px 36px 6px 20px!important;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.sidebar-association .content-menu-left .subtitle.clickable {
	cursor: pointer;
	position: relative;
	padding-right: 11px;
}
.sidebar-association .content-menu-left .subtitle.clickable span.chevron {
    width: 0;
    height: 0;
    position: absolute;
    right: 12px;
    bottom: 14px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
	transform: rotate(-180deg);
}
.sidebar-association .content-menu-left .subtitle.clickable .icon-chevron-up{
	position: absolute;
	top: 50%;
    font-size: 20px;
    margin-top: -10px;
    right: -17px;
	transform: rotate(-180deg);
}
.sidebar-association .content-menu-left .subtitle.clickable.opened .icon-chevron-up,
.sidebar-association .content-menu-left .subtitle.clickable.opened span.chevron {
	transform: rotate(0deg);
}
.sidebar-association .content-menu-left ul {
	display: none;
}
.sidebar-association .content-menu-left ul li {
	margin: 0
}
.sidebar-association .content-menu-left ul li a {
	color: #fff;
    display: block;
    padding: 9px 5px 9px 40px;
}
.sidebar-association .content-menu-left ul li a:hover,
.sidebar-association .content-menu-left ul li.current_page_ancestor > a,
.sidebar-association .content-menu-left ul li.current_page_item > a {
	background: #fff;
	color: #7A1A61
}

.sidebar-association .content-menu-left.je-suis-ancien-eleve {
	background: #f08801!important;
}
.sidebar-association .content-menu-left.je-suis-ancien-eleve:hover .subtitle {
	background: #fff!important;
	color: #f08801!important;
}
.sidebar-association .content-menu-left.je-suis-ancien-eleve:hover .chevron {
	border-top-color: #f08801!important;
}
.sidebar-association .content-menu-left.je-suis-ancien-eleve ul li a:hover,
.sidebar-association .content-menu-left.je-suis-ancien-eleve ul li a:hover *,
.sidebar-association .content-menu-left.je-suis-ancien-eleve ul li.current_page_ancestor > a,
.sidebar-association .content-menu-left.je-suis-ancien-eleve ul li.current_page_item > a {
	color: #f08801!important;
}
.sidebar-association .content-menu-left.je-suis-parent {
	background: #00ade5!important;
}
.sidebar-association .content-menu-left.je-suis-parent:hover .subtitle {
	background: #fff!important;
	color: #00ade5!important;
}
.sidebar-association .content-menu-left.je-suis-parent:hover .chevron {
	border-top-color: #00ade5!important;
}
.sidebar-association .content-menu-left.je-suis-parent ul li a:hover,
.sidebar-association .content-menu-left.je-suis-parent ul li a:hover *,
.sidebar-association .content-menu-left.je-suis-parent ul li.current_page_ancestor > a,
.sidebar-association .content-menu-left.je-suis-parent ul li.current_page_item > a {
	color: #00ade5!important;
}
.sidebar-association .content-menu-left.je-suis-ami {
	background: #e95611!important;
}
.sidebar-association .content-menu-left.je-suis-ami:hover .subtitle {
	background: #fff!important;
	color: #e95611!important;
}
.sidebar-association .content-menu-left.je-suis-ami:hover .chevron {
	border-top-color: #e95611!important;
}
.sidebar-association .content-menu-left.je-suis-ami ul li a:hover,
.sidebar-association .content-menu-left.je-suis-ami ul li a:hover *,
.sidebar-association .content-menu-left.je-suis-ami ul li.current_page_ancestor > a,
.sidebar-association .content-menu-left.je-suis-ami ul li.current_page_item > a {
	color: #e95611!important;
}
.sidebar-association .content-menu-left.je-suis-eleve {
	background: #0169b2!important;
}
.sidebar-association .content-menu-left.je-suis-eleve:hover .subtitle {
	background: #fff!important;
	color: #0169b2!important;
}
.sidebar-association .content-menu-left.je-suis-eleve:hover .chevron {
	border-top-color: #0169b2!important;
}
.sidebar-association .content-menu-left.je-suis-eleve ul li a:hover,
.sidebar-association .content-menu-left.je-suis-eleve ul li a:hover *,
.sidebar-association .content-menu-left.je-suis-eleve ul li.current_page_ancestor > a,
.sidebar-association .content-menu-left.je-suis-eleve ul li.current_page_item > a {
	color: #0169b2!important;
}

.sidebar-association .content-menu-left.sidebar-newsletter {
	background: #fff!important;
}
.sidebar-association .content-menu-left.sidebar-newsletter .subtitle {
	color: #7a1a61;
    padding: 11px 13px 0px 20px!important;
    font-size: 18px;
}
.sidebar-association .content-menu-left.sidebar-newsletter img {
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    margin: 10px 20px 17px;
    width: calc( 100% - 40px );
}
.sidebar-association .content-menu-left.sidebar-newsletter .sml_subscribe {
	margin: 0 20px;
}
.sidebar-association .content-menu-left.sidebar-newsletter .sml_error {
	color: #F44336;
}
.sidebar-association .content-menu-left.sidebar-newsletter .sml_email {
	width: calc( 100% - 40px );
	float: left;
}
.sidebar-association .content-menu-left.sidebar-newsletter .sml_email .sml_emailinput {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
    border: 2px solid #7a1a61;
    border-right: 0;
	border-radius: 0;
	height: 42px;
	font-size: 1.4rem;
	color: #3E3D40;
}
.sidebar-association .content-menu-left.sidebar-newsletter .sml_email .sml_emailinput.error {
	border-color: #F44336;
}
.sidebar-association .content-menu-left.sidebar-newsletter .sml_submit {
	width: 40px;
	float: left;
}
.sidebar-association .content-menu-left.sidebar-newsletter .sml_submit .sml_submitbtn {
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-size: 1.7rem;
	text-align: center;
	height: 42px;
	padding: 0;
    border: 2px solid #7a1a61;
	border-radius: 0;
    color: #fff;
    background: #7a1a61;
}
.sidebar-association .content-menu-left.sidebar-newsletter .sml_submit .sml_submitbtn:hover {
	color: #7a1a61;
    background: #fff;
}
.sidebar-association .content-menu-left.sidebar-newsletter a {
    text-align: left;
    display: block;
    font-size: 1.3rem;
    text-decoration: underline;
    color: #7a1a61;
    padding: 0 20px 15px;
}
.sidebar-association .content-menu-left.sidebar-newsletter a:hover {
	text-decoration: none;
}
	/* form j'adhère */
.association-form {}
.association-form .after-required:after {
    content: '*';
    position: absolute;
    right: 4px;
    top: 0;
}
.association-form label,
.association-form input[type=text],
.association-form input[type=password],
.association-form input[type=date],
.association-form input[type=file],
.association-form input[type=tel],
.association-form input[type=email],
.association-form input[type=number],
.association-form textarea ,
.association-form select {
	display: block;
	width: 100%;
	box-sizing: border-box;
    font-weight: normal;
}
.association-form label small {
    font-size: 70%;
    position: relative;
    top: 1px;
}
.association-form input[type=text],
.association-form input[type=password],
.association-form input[type=date],
.association-form input[type=file],
.association-form input[type=tel],
.association-form input[type=email],
.association-form input[type=number],
.association-form textarea ,
.association-form select {
    border-radius: 3px;
    border: 1px solid #BDBDBD;
    padding: 4px 10px 5px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.association-form input[type=text][readonly],
.association-form input[type=password][readonly],
.association-form input[type=date][readonly],
.association-form input[type=file][readonly],
.association-form input[type=tel][readonly],
.association-form input[type=email][readonly],
.association-form input[type=number][readonly],
.association-form textarea[readonly] ,
.association-form select[readonly] {
	background: #eee;
	cursor: default;
}
.association-form textarea {
	min-height: 75px;
}
.association-form .error {
	border-color: #cd453b!important;
}
.association-form span.help-block ,
.association-form label.error {
	position: relative;
    top: -12px;
    color: #cd453b;
    left: 1px;
}
.association-form #ajout_wrap_btn {
	text-align: center;
}
.association-form #ajout_wrap_btn input {
	background: #fff;
	color: #7a1a61;
	border: 1px solid #7a1a61;
    border-radius: 3px;
	font-size: 1.5rem;
    padding: 5px 25px;
}
.association-form #ajout_wrap_btn input:hover {
	background: #7a1a61;
	color: #fff;
}
.association-form h2 {
	border-bottom: 1px solid #BDBDBD;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.association-form .list-parcours {
    margin-bottom: 15px;
}
.association-form .list-parcours div.parcours {
	background: #F5F5F5;
	border: 1px solid #E0E0E0;
	padding: 7px 15px;
	border-radius: 3px;
	margin-bottom: 5px;
	display: none;
}
.association-form .list-parcours div.parcours.editing {
	border-color: #7A1A61;
}
.association-form .list-parcours .sep {
	padding: 0 3px;
}
.association-form .list-parcours .sep,
.association-form .list-parcours .etablissement,
.association-form .list-parcours .annee {
	font-size: 1.4rem;
	color: #333333;
}
.association-form .list-parcours .delete {
	float: right;
	color: #757575;
	font-size: 19px;
	margin-left: 10px;
	cursor: pointer;
	position: relative;
    margin-top: -4px;
}
.association-form .list-parcours .edit {
	float: right;
	color: #757575;
	font-size: 17px;
	margin-left: 10px;
	cursor: pointer;
	position: relative;
	margin-top: -2px;
}
.association-form .list-parcours .edit:hover,
.association-form .list-parcours .delete:hover {
	color: #7a1a61;
}
.association-form #cotisation {}
.association-form #cotisation > * {
	margin-bottom: 15px;
}
.association-form #cotisation_conjoint,
.association-form #cotisation_soutien_condition {
	display: none;
}
.association-form #cotisation_soutien,
.association-form #cotisation_soutien_condition.show_field {
	display: inline-block;
	width: auto;
}
.association-form #cotisation_conjoint.show_field {
	display: block;
}
.association-form #cotisation_soutien_condition input {
	display: inline-block;
	width: 65px;
}
.association-form .complement_payement {
	margin: 0 0 30px;
	padding: 10px 15px;
	border-radius: 3px;
	background: #F5F5F5;
	border: 1px solid #E0E0E0;
}
.association-form .complement_payement > *:last-child {
	margin-bottom: 0px!important;
}
.association-form .submit_wrap_btn {
	text-align: center;
}
.association-form .submit_wrap_btn button {
	text-decoration: underline;
	font-size: 1.4rem;
    padding: 7px 5px;
}
.association-form .submit_wrap_btn button:hover {
	text-decoration: none;
}
.association-form .submit_wrap_btn input {
	background: #7a1a61;
	color: #fff;
	border: 1px solid #7a1a61;
    border-radius: 3px;
	font-size: 1.5rem;
    padding: 7px 45px;
}
.association-form .submit_wrap_btn input:hover {
	background: #fff;
	color: #7a1a61;
}
.association-form .infos_cnil {
	font-size: 1.1rem;
	margin-top: 45px;
}
.association-form a.link {
	display: block;
	margin-bottom: 30px;
}
.association-form .g-recaptcha {
	margin-bottom: 30px;
}
.association-form .form-success {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 30px;
}
#colorbox .association-form h2 {
	color: #7A1A61;
	text-transform: uppercase;
	padding-bottom: 15px;
    font-size: 2rem;
}
.btn-block {
	display: block;
	background: #7a1a61;
	color: #fff!important;
	border: 1px solid #7a1a61;
    border-radius: 3px;
	font-size: 1.5rem;
    padding: 7px 15px;
	text-align: center;
	text-decoration: none!important;
}
.btn-block:hover {
	background: #fff;
	color: #7a1a61!important;
}
.btn-block.btn-block-invert {
	background: #fff;
	color: #7a1a61!important;
	border: 1px solid #7a1a61;
}
.btn-block.btn-block-invert:hover {
	background: #7a1a61;
	color: #fff!important;
}
#ambitions_missions {}
#ambitions_missions tbody td {
	text-align: left;
}
#ambitions_missions tbody td *:last-child {
	margin-bottom: 0;
}

#colorbox .association-form .submit_wrap_btn input {
    padding: 7px 25px;
}
#colorbox .association-form .submit_wrap_btn input[name=login] {
	margin-bottom: 40px;
}
#colorbox .association-form input#annee_a_actuel {
    padding: 0px;
	vertical-align: sub;
    height: 15px;
    width: 15px;
}

.fiche-membre .name {
	font-size: 1.7rem;
	font-weight: bold;
}
.fiche-membre .data-row {
	font-size: 1.5rem;
}
.fiche-membre .data-row .data-title {
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;
}
.fiche-membre .data-row .data-value {}
.fiche-membre .data-row.data-adresse .data-title {
	float: left;
}
.fiche-membre img.photo {
	display: block;
	width: 100%;
	height: auto;
	max-width: 170px;
}
@media(max-width: 991px) {
	.fiche-membre img.photo {
		margin-top: 25px;
	}
}

a.retour_annuaire {
	float: left;
    color: #3E3D40;
    font-size: 1.4rem;
    padding-left: 25px;
    line-height: 37px;
}
a.retour_annuaire:hover {
	color: #781E60;
}
a.retour_annuaire .icon-chevron-up {
	transform-origin: center center;
	transform: rotate(-90deg);
    display: inline-block;
}

a.btn-form {
	float: right;
	display: block;
	background: #7a1a61;
	color: #fff;
	border: 1px solid #7a1a61;
    border-radius: 3px;
	font-size: 1.5rem;
    padding: 7px 15px;
	text-align: center;
	color: #fff!important;
	text-decoration: none;
}
a.btn-form:hover {
	background: #fff;
	color: #7a1a61!important;
}

#show_more_membres {
	text-align: center;
}
#show_more_membres button {
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #7A1A61;
	color: #7A1A61;
	background: #fff;
	padding: 5px 25px;
	font-size: 1.6rem;
}
#show_more_membres button:hover {
	color: #fff;
	background: #7A1A61;
}

#list_annonces,
#list_annonces_pending,
#list_events,
#list_membres {}
#list_events .event,
#list_annonces .annonce,
#list_annonces_pending .annonce,
#list_membres .membre {
	border: 1px solid #BDBDBD;
	border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;

	display: table;
    min-width: 100%;
    width: calc( 100% + 30px );
}
#list_events .event.row:hover,
#list_annonces .annonce.row:hover,
#list_annonces_pending .annonce.row:hover,
#list_membres .membre.row:hover {
	border: 1px solid #781E60;
}
#list_membres .membre .photo {
	float: left;
	display: block;
	width: 100%;
	width: 80px;
}
#list_annonces .annonce .titre,
#list_annonces_pending .annonce .titre {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 2px;
}
#list_events .event .nom,
#list_membres .membre .nom {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
}
#list_annonces .annonce .titre.col-xs-12,
#list_annonces_pending .annonce .titre.col-xs-12,
#list_events .event .nom.col-xs-12,
#list_membres .membre .nom.col-xs-12 {
	margin-bottom: 0;
}
#list_annonces .annonce .type,
#list_annonces_pending .annonce .type {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 5px;
}
#list_annonces .annonce .auteur,
#list_annonces_pending .annonce .auteur,
#list_events .event .date,
#list_membres .membre .etablissements {
	font-size: 1.6rem;
	margin-bottom: 3px;
}
#list_annonces .annonce .text,
#list_annonces_pending .annonce .text,
#list_events .event .text,
#list_membres .membre .profession {
	font-size: 1.5rem;
}
#list_annonces .annonce a,
#list_annonces_pending .annonce a,
#list_events .event a,
#list_membres .membre a {
    display: block;
    border-radius: 3px;
    border: 1px solid #7A1A61;
    color: #fff;
    background: #7A1A61;
    padding: 5px 15px;
    font-size: 1.4rem;
    text-decoration: none;
    text-align: center;

    white-space: nowrap;
}
#list_annonces .annonce a:hover,
#list_annonces_pending .annonce a:hover,
#list_events .event a:hover,
#list_membres .membre a:hover {
	color: #7A1A61;
	background: #fff;
}
#list_annonces .annonce > .col-xs-12,
#list_annonces_pending .annonce > .col-xs-12,
#list_events .event > .col-xs-12,
#list_membres .membre > .col-xs-12 {
	display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: auto;
    float: none;
}
#list_membres .membre > .col-xs-12:first-child {
	width: 110px;
}
#list_annonces .annonce .btn-action,
#list_annonces_pending .annonce .btn-action,
#list_membres .membre .btn-action {
    width: 140px!important;
}
@media(max-width: 991px) {
	#list_membres .membre > .col-xs-12:first-child {
		width: 200px;
	}
	#list_membres .membre .photo {
		width: 170px;
	}
}

.temoignage {
    padding-bottom: 5px;
}
.temoignage h2 {
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.temoignage > div {}
#notice_temoignage {
	text-align: center;
	border-radius: 3px;
	border: 1px solid #BDBDBD;
    padding: 15px;
    line-height: 2em;
}
#notice_temoignage a {
	text-decoration: underline;
	color: #3E3D40;
}
#notice_temoignage a:hover {
	text-decoration: none;
}

#amicale-slider-pager {
	font-size: 0;
    padding-top: 23px;
    padding-bottom: 17px;
}
#amicale-slider-pager button {
    display: block;
    position: absolute;
    background: #7A1A61;
    height: 18px;
    left: 16px;
    right: 16px;
    width: calc( 100% - 32px );
    cursor: pointer;
	text-align: center;
	transition: background .5s;
}
#amicale-slider-pager button span {
    width: 0;
    height: 0;
    right: 12px;
    bottom: 14px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    display: inline-block;
	transition: border .5s;
}
#amicale-slider-pager button:hover {
	background: #fff;
}
#amicale-slider-pager button:hover span {
    border-top: 8px solid #7A1A61;
}
#amicale-slider-pager button.slick-prev {
    top: 0;
}
#amicale-slider-pager button.slick-prev span {
    transform: rotate(-180deg);
}
#amicale-slider-pager button.slick-next {
    bottom: 0;
}
#amicale-slider-pager img {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	cursor: pointer;
}
#amicale-slider-pager img.active {
	opacity: 0.7;
}

#modal-login {
	padding: 0 25px 15px;
}
#modal-login h1 {
    font-size: 2rem;
    margin: 0 -25px;
    padding: 9px 25px;
    border-bottom: 1px solid #BDBDBD;
    margin-bottom: 15px;
}
#modal-login .association-form {
    padding: 15px 0;
}
#modal-login .association-form a.link {
	font-size: 1.2rem;
	color: #000;
	text-decoration: underline;
}
#modal-login .association-form a.link:hover {
	text-decoration: none;
}
#modal-login .btn-block {
	margin-bottom: 15px;
}

.auteur .annonce-data-title {
	float: left;
	font-weight: bold;
	display: block;
}
.auteur .annonce-data-auteur {
	font-weight: bold;
	font-size: 1.8rem;
}

.post-content img.annonce-thumbnail {
	width: auto;
	max-width: 100%;
	display: block;
	height: auto;
	margin: 0 auto 30px;
}

.post-content h2 span.ion-edit,
.post-content h2 span.ion-android-add-circle {
    font-size: 22px;
    margin-left: 5px;
	cursor: pointer;
}
.post-content h2 span.ion-edit:hover ,
.post-content h2 span.ion-android-add-circle:hover {
	color: #757575;
}
#notice_adhere {
	font-size: 1.7rem;
	font-weight: bold;
}
#notice_adhere.error {
    color: #E95611;
}

.page-template-association .post-content h2 {
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.association-form input[type="radio"] + span.help-block, 
.association-form input[type="radio"] + label.error {
    position: absolute;
    top: -18px;
    left: 15px;
}