/*
*************************************
SOMMAIRE CSS
*************************************

1- GENERAL
2- HEADER
	2-1 BANDEAU ENTETE
3- FOOTER
4- MENU
5- PAGES 1
    5-1 SLIDER
	5-2 ACTUALITE
	5-3 AGENDA & FOCUS
6- PAGES DE CONTENU
    6-1 MENU LATERAL
    6-2 SOUS EN TETE DES PAGES
    6-3 CONTENU
7- PAGES 3
8- ANNUAIRE
9- PROFIL
10 - ARTICLE 
11 - ZOOM AGENDA
12- CONGRES
RESPONSIVE

*/

/***********************************************************************
1- GENERAL
***********************************************************************/
.container{
    width: 1200px;
}
body {
	font-family: raleway;
}
a, p, span, li, h1, h2, h3, h4, h5, h6{
    font-family: raleway;
    display: block;
    }
p a{
    display:inline-block;
}
p {
	margin-bottom: 30px;
}
p, span, h2, h3, h4, h5, h6{
    color:#3b3b58  ;
}
ul, li{
    list-style: none;
}
a{
    color:#54DBD9;
}
a:hover, a:focus{
    text-decoration: none;
    outline-style: none;
    color:#51BDBB;
}
h2{
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
#fiche_annuaire a{
    cursor: pointer !important;
}
/* STYLE NORMAL PAGE */
#tarif_adhesion_rfsp{
    margin-bottom: 30px;
}
.author #newsletter {
    padding-left: 0;
}
.author .mailpoet_required{
    display: inline-block;
}
.h2_special_don{
    padding-top: 30px;
    padding-bottom: 10px !important;
}
#contenu_principal_normal_page, #contenu_principal_normal_page a, #contenu_principal_normal_page p, #contenu_principal_normal_page span, #contenu_principal_normal_page h1, #contenu_principal_normal_page h2, #contenu_principal_normal_page h3, #contenu_principal_normal_page h4, #contenu_principal_normal_page li {
    font-family: Raleway; 
	font-size: 14px;
}
#contenu_principal_normal_page {
	background: #f1f5f8;
}
#contenu_principal_normal_page h1{
    color: #54dbd9;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 50px;
}
#contenu_principal_normal_page h2 {
    color: #3b3b58;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0 !important;
    padding-bottom: 30px;
    padding-left: 0;
    line-height: 24px;
}
.box{
    padding-bottom: 50px;
}
select:disabled {
    cursor: not-allowed;
}
#datatext{
    border: 1px solid #ccc;
    height: 35px;
    padding: 0 5px;
}
    .label {
        float:left;
    }

    input.datatext {
        border-top: #000000 1px solid; 
        border-left: #000000 1px solid; 
        color: #000000; 
        border-bottom: #000000 1px solid;
        height:18px;
    }
    select.contentselect {
        border-top: #000000 1px solid; 
        height:20px;
        width: 60% !important;
        color: #000000; 
        border-bottom: #000000 1px solid;
        border-left:none;
        margin-bottom: 30px;
    }
#contenu_principal_normal_page h3 {
    font-size: 14px;
    font-weight: bold;
	margin-top:0;
	margin-bottom:30px;
}
#contenu_principal_normal_page h4 {
    font-size: 14px;
    font-weight: bold;
    color:#696969;
	margin-bottom: 30px;
    margin-top: 0;;
} 
#contenu_principal_normal_page p {
    color: #3b3b58;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 0;
}
#contenu_principal_normal_page a {
    cursor: pointer;
    color:#54DBD9;
    text-decoration: underline;
    /*display:inline-block;*/
}
#contenu_principal_normal_page a:hover{
    color:#51BDBB;
    text-decoration: underline;   
}
#contenu_principal_normal_page ul {
    margin-bottom: 30px;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
}
#contenu_principal_normal_page li{
    color:#3b3b58;
    margin-bottom: 5px;
    list-style: none
}

#contenu_principal_normal_page li::before {
    background-color: #54DBD9;
    border-radius: 100%;
    content: " ";
    display: inline-block;
    height: 4px;
    margin-right: 5px;
    vertical-align: middle;
    width: 4px
}

#contenu_principal_normal_page .chapeau1{
    color:#3b3b58;
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 600;
	margin-top:0;
}
#contenu_principal_normal_page .chapeau2{
    color:#3b3b58;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 30px;
	margin-top:0;
}
#contenu_principal_normal_page .inside_titre_un{
	color:#54DBD9;
	font-size:30px;
	padding-bottom: 30px;
    padding-left: 0;
}
#contenu_principal_normal_page .inside_titre_deux{
	color:#666;
	font-size:26px;
	padding-bottom: 30px;
    padding-left: 0;
}
#contenu_principal_normal_page blockquote{
    border: none;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
}
#contenu_principal_normal_page blockquote p {
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 0 15px 0 30px !important;
    margin-top: 15px;
}
#contenu_principal_normal_page blockquote:before {
    background-image:url('icons/quote.png');
    background-repeat: no-repeat;
    content: " ";
    height: 22px;
    left: 0px;
    position: absolute;
    top: 0;
    width: 20px;
}
#contenu_principal_normal_page .signature{
    color: #696969;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
    padding-left: 30px;
    position: relative;

}
#contenu_principal_normal_page .signature:before{
    background-color: #696969;
    content: " ";
    height: 2px;
    position: absolute;
    width: 20px;
    left:0;
    top:10px;
} 
#contenu_principal_normal_page .enveloppe_boutton_general > a {
    background-color: #54DBD9;
    border-radius: 6px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto 30px auto;
    padding: 5px 4px 7px 4px;
    text-align: center;
    text-decoration: none !important;
    width: 180px;
    cursor: pointer;
    transition-duration: 200ms;
    color: white!important;
}
#contenu_principal_normal_page .enveloppe_boutton_general{
	width: 180px;
	margin:auto;
	display:block;
}
#contenu_principal_normal_page .enveloppe_boutton_general > a:hover{
    background-color: #3b3b58;
	
}
#contenu_principal_normal_pag .children .page_item {
    background-color: none;
}


.titre2_bleu {
    color: #3b3b58;
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
    padding-left: 0;
}
.suppr_margin {
    margin-left: -15px;
    margin-right: -15px;
}
.titre2_bleu:hover {
    text-decoration: none;
    color: #3b3b58;
}
.bleu_ciel{
    color:#54DBD9 !important;
}
h1.bleu_ciel {
    margin-top: 50px;
    font-weight: 600;
}
.bleu_fonce{
    color:#3b3b58;
}
.bleu_fonce:hover{
    color:#3b3b58;
}
.trait_bleu::after {
    background-color: #54dbd9;
    content: "";
    display: block;
    height: 3px;
    margin-top: 0;
    width: 40px;
}
.stop{
    clear: left;
}
.gris{
    color:#777;
}
.boutton_general > a{
    color: white !important;
}
.boutton_general{
    background-color: #54DBD9;
    border-radius: 6px;
    display: block;
    font-size: 14px;
    font-weight: bold; 
    margin: auto;
    padding:10px 5px 8px 5px;
    text-align: center;
    text-decoration: none !important;
    width: 180px;
    cursor: pointer;
    transition-duration: 200ms;
    color: white !important;
	border:none;
	white-space:normal;
}
.boutton_general:hover{
    background-color: #3b3b58;
}
/***********************************************************************
2- HEADER
***********************************************************************/
/*2-1 BANDEAU ENTETE*/

#entete_i a {
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
}
#entete_i a:hover {
    color:#3b3b58;
}
#entete_i, #entete_ii{
    height: 100px;
    border-right: 1px solid #ccc;
}
#entete_i {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
#entete_i span {
    font-size: 24px;
    font-weight: 900;
}
#entete_ii p{
    text-align: center;
    text-transform: uppercase;
    padding:40px 0;
    font-weight: bold;
}
.entete_iiia, .entete_iiib{
    display: block;
    height: 100px;
    text-align: center;
    padding:40px 0;
}
.entete_iiia .bleu_fonce, .entete_iiib .bleu_fonce {
    font-size: 12px;
    margin-left: 10px;
}
.entete_iiia:hover, .entete_iiib:hover {
    background-color: #f9fbfc;
    transition-duration: 300ms;
}
.entete_iiia img, .entete_iiia span {
    display: inline-block;
}
.entete_iiia span{
    font-weight: bold;
    font-size: 12px;
    margin-left:10px;
}
#entete_iii_border{
    border-left:1px solid #ccc;
}
#entete_iii_border:hover {
    background: #eee;
}
.entete_iiib{
    background-color:#54DBD9;
    color:white;
    font-weight: bold;
    font-size: 16px;
    transition-duration:300ms;
}
.entete_iiib:hover{
   color:#3b3b58; 
	background: #eee;
}
/* Top Search */
#search_button {
	cursor: pointer;
}
#search_button:hover {
	background: #eee;
}
#top_search {
	height: 0;
	clear: both;
	background: #eee;
	transition-duration: 300ms;
}
#top_search.in {
	height: auto;
}
#top_search label {
	display: none;
}
#top_search #searchform {
	display: block;
	margin: auto;
	width: 420px;
	max-width: 100%;
}
#top_search input[type="text"] {
    padding: 5px 15px;
    width: 300px;
    margin: 10px;
    border-radius: 0;
    height: 31PX;
	border: solid 1px #ccc;
}
#top_search input[type='submit'] {
    margin: 10px 0px;
    border-radius: 0;
	border: solid 1px #ccc;
	padding: 5px 8px;
}
/*bloc haut de page */
#entete{
	width:100%;
	min-height:490px;
	background-repeat:no-repeat;
	background-size:cover;
}
/***********************************************************************
3- FOOTER
***********************************************************************/
footer > div > div > div > p:first-child {
    font-weight: bold;
}
footer {
    /*margin-left: 200px;*/
    margin-top: 0;
    padding-bottom: 50px;
    padding-top: 50px;
}
footer p {
    margin-top: 35px;
}
footer a:hover{
	color:#777;
    cursor: pointer;
}
.carre_bleu {
    background-color: #54dbd9;
    width: 6px;
    height: 6px;
    margin-bottom: 30px;
}
.lien_pied2page {
    margin-bottom: 10px;
}
/***********************************************************************
4- MENU
***********************************************************************/
#navigation{
    display:none;
}
#navigation_bas {
    width: 100%;
}
#menu_bas{
    height:50px;
}
.glyphicon.glyphicon-menu-left {
    left: 30px;
}
.liste_menu{
    margin-left: 0;
}
#top_menu_haut .titre_menu > a:hover {
    background-color: #3b3b58;
    color:#54DBD9;
}
.navbar{
    margin-bottom: 0;
    border:none;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar-nav {
    float: none;
    text-align: center;
}
.navbar-default{
    box-shadow:none;
}
.current_page_item{
    width: 234px;
}
#top_menu_haut, #top_menu_bas, #top_menu_haut > ul, #top_menu_bas > ul{
    background-color: #3B3B58;
    margin: 0;
    padding: 0;
}
.navbar-default .navbar-nav > li {
    display: inline-block;
    width:20%;
    position: unset;
    border-right:1px solid #777;
    }
.navbar-default .navbar-nav > li > a{
    text-transform: uppercase;
    text-shadow: none;
    color: white;
    font-weight: bold;
    padding:15px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus{
    color:#54DBD9;
    background-color:#4E4E69;
    transition-duration: 300ms;
}
.sr-only, .icon-bar {
    background-color: #777;
}
#magic-line {  
    bottom: 0px; 
    position: absolute;
    left: 0;
    height: 2px;
    background-color: white; 
    min-width: 20%;
    z-index: 999 
    }

#magic-line:before {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 11px white solid;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    top: -11px;
    left: 50%;
    margin-left: -9px;
    z-index: 999;
    display: block;
    }
#menu_deroulant { 
    background-color: white;
    height: auto;
    position: absolute;
    width: 100%;
    z-index: 999;
    display: none;
}
#menu_deroulant ul{
    display: inline-block;
    float:left;
    width: 20%;
    margin: 0;
    padding-bottom:20px;
    padding-left: 0;
    vertical-align: top;
    min-height:540px;
}
#menu_deroulant ul:nth-child(even) { 
    background-color: #f9fbfc; 
    }
#menu_deroulant a{
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 8px;
    display: block;
    font-size: 14px;
    color:#3b3b58;
}
#menu_deroulant li:hover{
    background-color: #e5e7eb;
}
/***********************
****** Searchpage ******
************************
*/
#searchpage {
	padding: 30px;
	background: #f1f5f8;
	min-height: 100%;
	float: left;
	width: 100%;
}
/***********************************************************************
5- PAGES 1
***********************************************************************/
/*5-1 SLIDER */
.carousel{
    margin-bottom: 0;
}
.carousel-inner > .item > a > img{
    margin: auto;
    width: 100%;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.carousel-control {
    width: 0;
}
.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 53px;
    font-size: 18px;
    height: 170px;
    left: 80px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 30px;
    padding-top: 20px;
    text-align: left;
    text-shadow: none;
    width: 400px;
}
.carousel-caption h4, .carousel-caption p {
color: #ffffff;
    font-size: 24px;
    line-height: 26px;
}
.carousel-indicators {
    top:90%;
    left: 19%;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
#carousel_home .carousel-control{
    border:none;
    opacity: 1;
    top: 50%;
}
#carousel_home .carousel-indicators > li {
    margin-right: 7px;
}
.carousel-caption .bleu_ciel {
    margin-bottom: 20px;
}
#slid_twit{
    height: 439px;
}
.glyphicon.glyphicon-menu-left, .glyphicon.glyphicon-menu-right{
    position:absolute;
    /*top:50%;*/
}
.glyphicon.glyphicon-menu-right {
    left: -50px;
}
/*5-2 ACTUALITE*/

.top_gris {
    background-color: #f1f5f8;
    position: relative;
}
.top_gris_marge {
    padding-bottom: 60px;
    padding-left: 70px;
    padding-right: 85px;
    padding-top: 20px;
}
.top_gris.suppr_margin.top_gris_marge h2 > img {
    height: 28px !important;
    margin-right: 20px;
    margin-top: 5px;
    vertical-align: top;
}
.actualites {
    background-color: white;
    border-bottom:2px solid #54DBD9;
    margin-top: 13px;
    min-height: 412px;
}
.actualites_inner {
    padding: 10px;
}
.actualites a img {
    display: block;
    width: 100%;
}
#bloc_info .row{
	margin-bottom:60px;
}
.actualites a{
display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px 10px 10px;
}
.actualites a:hover{
	text-decoration: none;
	color:#54DBD9;
}
.actualites p,.actualites span  {
    font-size: 14px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 18px;
    padding-top: 0;
	line-height:20px;
}
.image_actualite_home{
    padding:0 !important;
}
.image_actualite_home img{
    width: 100%;
}
/* 5-3 AGENDA & FOCUS*/

.middle_gris{
    background-color: #fafafa;
    padding: 0 115px 60px 115px;
}
#agenda h2{
    margin-left: -15px;
}
#agenda .trait_bleu::after, #focus .trait_bleu::after {
    width: 70px;
}
#agenda .trait_bleu::after{
    margin-top: 17px;
}
#focus .trait_bleu::after{
    margin-top: 20px;
}
#focus .titre2_bleu{
    margin-left: 20px;
}
#agenda{
	padding-left: 15px;
	padding-right:20px;
	border-right: 1px solid #ccc;
	margin-top: 20px;
    margin-right: -15px;
}
#agenda .titre2_bleu {
    margin-top: 0;
}
#agenda .trait_bleu > img {
    height: 25px;
    margin-bottom: 13px;
    margin-right: 20px;
    width: auto;
}
.lien_agenda {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding-top: 50px;
    margin-right: 15px;
    text-align: right;
}
.lien_agenda:hover{
	color:#777;
}
.gris.lien_agenda > img {
    padding-left: 10px;
}
.petit_gris:hover {
	text-decoration: none;
	color:#777;
}
.petit_gris > img {
    padding-left: 10px;
}
.evt_agenda{
	padding-right: 20px;
	padding-top:10px;
    margin-bottom: 20px;
}
.evt_agenda .gris, .evt_agenda .bleu_ciel {
    margin-top: 15px;
}
.evt_agenda a, .evt_agenda p {
    display: block;
    font-size: 14px;
} 
.evt_agenda a:hover{
	text-decoration: none;
}
.evt_agenda a.bleu_ciel:hover{
	color:#54DBD9;
}
.evt_agenda a.bleu_foncé:hover{
	color:#3b3b58;
}
.evt_agenda .bleu_fonce {
    font-size: 18px;
    font-weight: bold;
}
.evt_agenda a{
	font-weight: bold;
}
.evt_agenda_group_lower{
    text-transform: none;
}
#focus{
	padding-left:120px;
	padding-right:15px;
	margin-top: 40px;
}
#focus .trait_bleu > img {
    margin-top: 5px;
    vertical-align: top;
}
.zoom{
	padding-top: 10px;
}
.zoom a, .zoom p{
	display:block;
}
.zoom_titre{
	text-transform: uppercase;
	font-size: 16px;
}
.zoom_sous_titre {
    font-size: 16px;
    font-weight: bold;
	padding:5px 0;
}
.zoom p{
	font-size: 14px;
    line-height: 18px;
}
#focus .zoom:nth-child(2):after{
    background-color: #ccc;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 45px;
    margin-top: 45px;
}
#twitter {
    padding-top: 9px;
    padding-left: 15px;
    border-bottom: 3px solid #eee;
    position: absolute;
    z-index: 9;
    background: white;
    width: 100%;
}
#twitter img, #twitter p {
    display: inline-block;
}
#twitter_home iframe {
    margin-top: 20px !important;
}
#twitter p {
    margin-left: 20px;
    font-weight: bold;
    font-size: 16px;
}
#twitter_home {
    overflow: auto;
    height: 439px;
	float: left;
	width: 100%;
}
/***********************************************************************
6- PAGES DE CONTENU
***********************************************************************/
/* 6-1 Menu latéral */
.menu-item-1191 {
    display: none;
}
#menu_page {
    background-color: white;
    font-size: 11px;
    margin:120px 20px 10px 0;
    padding: 25px 15px 25px 30px ;
    width: 300px;
}
#menu_page .theme > i, #menu_page .sous_theme > i{
    display:inline-block;
    height: 14px;
    width: : 14px;
    text-align: center;
    padding-top:10px;
    transition-duration: 200ms;
}
#menu_page .page_item_has_children > a {
    font-weight: bold;
}
#sidebar_list {
    margin: 0;
    padding: 0;
}
#sidebar_list .top_menu_congres{
	font-weight:bold;
}
#menu_page a {
    color: #3b3b58;
    display: inline-block;
    font-size: 14px;
    transition-duration: 200ms;
	margin-bottom: 5px;
}
#menu_page a:hover {
    color: #54DBD9;
}
#sidebar_list > li > a {
    /*font-weight: bold;*/
}
#sidebar_list .current_page_item > a {
    color: #54DBD9;
    font-weight:bold;
}
.children {
    margin-bottom: 0;
    margin-left: 20px;
	padding: 0;
}
.children .page_item {
    background-color: white;
    font-weight: normal;
}
#menu_page li {
    list-style: none;
    margin-bottom: 0 0 5px 0;
    width: 100%;
}
.fa{
transition-duration: 200ms;
cursor: pointer;
}
#menu_page > li > a:hover, .nav.nav-stacked.left-submenu a:focus, .nav.nav-stacked.left-submenu a:hover{
    background-color: white;
    color:#54DBD9 !important;
}

.nav.nav-stacked.left-submenu a {
    padding-bottom: 2px;
    padding-top: 2px;
}
.fa.fa-chevron-up.collapsed{
    transform: rotateZ(180deg);
    transition-duration: 200ms;
}
table {
    display: table;
    margin-bottom: 20px;
    margin-top: 25px;
}
/*6-2 Sous entete des pages */

.image_entete {
    width: 100%;
}
.titre_page{
    position: relative;
}
.bloc_titre {
    background-color: #fff;
    height: 190px;
    left: 50%;
    margin-left: -400px;
    padding-bottom: 10px;
    padding-left: 70px;
    padding-top: 10px;
    position: absolute;
    top: -160px;
    width: 800px;
    z-index: 900;
}
.bloc_titre h2 {
    display: block;
    padding-left: 0;
}
.bloc_titre .trait_bleu::after {
    margin-top: 15px;
}
#breadcrumb {
    max-width: 650px;
}
.breadcrumb {
    padding-top: 0;
}
.breadcrumb li:first-child .divider {
    
}
.breadcrumb li:first-child {
    
}
#breadcrumb a:hover{
    text-decoration: underline;
}
#breadcrumb a, #breadcrumb li[class='active']{
    display: inline-block;
    font-size: 14px;
    color:#3b3b58;
    font-family: raleway;
}
.breadcrumb{ 
    background-color: white; 
}
.breadcrumb > li > .divider, .breadcrumb > li + li::before {
    display:inline-block;
    content:"";
    color:#3b3b58;
    margin-left: 15px;
    padding-left: 0;
    padding-right: 0;
}


/* 6-3 Contenu */

.contenu_principal {
    margin-left: 0;
    padding-bottom: 0px;
    padding-left: 0;
    margin-top: 50px;
}
.contenu_principal h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 0px;
}
.contenu_principal a, .contenu_principal span{
    display: inline-block;
} 
.contenu_principal a.lien_pdf {
	display: inline;
}
.contenu_principal a, #liste a{
    color:#54DBD9;
	word-break: break-all;
	position:relative;
}
.contenu_principal a:hover, #liste a:hover{
    color:#51BDBB;
    text-decoration:none;
}
.contenu_principal li{
    color:#3b3b58;
    margin-bottom: 5px;
}

.contenu_principal li::before {
    background-color: #54DBD9;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 4px;
    margin-right: 5px;
    vertical-align: middle;
    width: 4px;
}
.contenu_principal ul {
    margin-left: 0;
    padding-left: 0;
}
#pagetwo {
    margin-bottom: 65px;
}
.contenu_principal .alignleft {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}
.contenu_principal .alignright {
    float: right;
    margin-bottom: 15px;
    margin-left: 15px;
}
.contenu_principal .aligncenter {
    display: block;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
}
.contenu_principal img{
	/*float:left;*/
}
iframe{
    border:none!important;
}
.contenu_principal td{
    padding:5px;
}
.rubrique{ /* Class si pas d'accordion */
    border-bottom: 1px solid #ccc;
    padding:20px 0;
}
.contenu_rubrique {
    padding :0 10px;
}
.panel-heading {
    border-radius:0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 15px;
    padding-top: 0;
    background-color: #F1F5F8;
}
#accordion .titre_rubrique, #accordion_these .titre_rubrique{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    max-width: 90%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 10px;
    word-break: initial;
}
#accordion .titre_rubrique:hover{
    color:#54DBD9;
}
.panel{
	border : none;
    border-bottom: 1px solid #ccc;
    background-color:#f1f5f8;
	box-shadow:none;
}
.panel-title {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 0;
}
.panel-title a{
    width: 100%;
}
.panel-title a h2 {
    display: inline-block;
}
.panel-title a svg, .panel-title .collapsed svg {
    display: inline-block;
    float: right;
    position: absolute;
    right: 15px;
    top: 15px;
    transition-duration: 200ms;
}
.panel-title a svg {
	transform: rotate(180deg);
}
.panel-title .collapsed svg {
	transform: rotate(0);
	
}
.rotation{
    transform: rotateZ(0);
}
.panel-body{
    background-color:#f1f5f8; 
	padding: 20px 10px;
}
.contenu_principal div div .rubrique:first-child {
    margin-top: 5px;
    padding-top: 0;
}

.titre_rubrique{
    margin-top: 0px;
    color:#3b3b58;
    padding-top: 0;
}
#liste li {
    font-size: 16px;
    list-style: none !important;
    margin: 10px 0;
}
#liste .children .page_item {
    background-color: transparent;
}
#liste a{
    color:#3b3b58;
}
.titre_colonne{
    color:#3b3b58;
    font-weight: 600;
}
.mb-0 > a {
    border:1px solid #ccc;
    color: #444;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0px;
    padding :15px;
    width: 80%;
}
.card .collapse {
    padding: 0 15px;
}
.card .collapsed .chevron_table {
    transform: rotate(-180deg);
}
.card .chevron_table, .card .collapsed .chevron_table {
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 7px;
    transition-duration: 200ms;
}
.info_paiement{
	margin-top:60px;
}
/*MISE EN FORME AGENDA GROUPE*/
.agenda_group #top_agenda .cal-row-fluid .cal-cell1 {
    width: 50px;
}
.agenda_group #top_agenda .calendrier {
    margin-bottom: 50px;
    padding-top: 30px;
    width: 100%;
	
}
.agenda_group #top_agenda .cal-row-fluid .cal-cell1 {
    font-size: 17px;
}
.agenda_group #top_agenda .cal-row-fluid.cal-row-head {
    margin-bottom: 10px;
}
.agenda_group #top_agenda .btn-group-vertical > .btn, .agenda_group #top_agenda .btn-group > .btn {
    margin-top: -10px;
}
.agenda_group #top_agenda #calendar {
    margin-left: auto;
    margin-right: auto;
    width: 350px !important;
}
.agenda_group #top_agenda #evenement {
    height: 340px;
    padding-top: 0;
    overflow-x: hidden;
}
.agenda_group #evenement .nom_evt {
   color:#3b3b58;
}
.agenda_group #top_agenda h3{
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 0;
}
.agenda_group .event{
    display: none;
}
/* PAGE ASSOCIATION -> OUVRAGE */
#livre_afsp {
    margin-top: 50px;
}
.publication_afsp {
    background-color: white;
    border-bottom: 2px solid #54dbd9;
    margin-bottom: 20px;
    min-height: 350px;
    padding: 10px;
}
.couverture > img {
    display: block;
    margin: auto;
    width: 95px;
}
/* PAGE ASSOCIATION -> ARTICLES */
#list_article{
	margin-top:50px;
}
#list_article h2{
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.date_article{
    color:#696969;
    font-size: 12px;
    margin-bottom: 5px;
}
.un_article{
    margin-bottom: 40px;
}
.un_article img {
    height: auto;
    width: 100%;
	margin-bottom: 15px;
}
/*SONDAGE*/

p.question {
    font-size: 20px !important;
    text-align: left !important;
    text-transform: uppercase;
}
.reponses {
    font-size: 16px !important;
    margin-bottom: 30px !important;
}
.reponses:before{
	display:none !important;
}
.total_votants{
	text-align:left !important;
}
.vote_bouton_resultat.boutton_general, .vote_bouton.boutton_general {
    padding: 5px !important;
	float:left;
}
.vote_bouton_resultat.boutton_general{
	background-color:#666 !important;
}
.vote_bouton_resultat.boutton_general:hover{
	background-color:#ccc !important;
}
.paragraphe_bouton {
    display: inline-block;
}
.wp-polls-ans {
	background-color:white;
}

/***********************************************************************
 PAGE NAVIGATION
***********************************************************************/
.wp-pagenavi {
    float: right;
}
.wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    font-size: 12px;
    margin: 15px 2px;
    padding: 2px 8px;
}

/***********************************************************************
7- PAGE 3
***********************************************************************/
#bloc_info{
	margin-top: 60px;
}

#bloc_info .actualites {
    min-height: 700px;
}
#bloc_info .actualites p {
    font-size: 16px;
    padding:0 20px;
}
#bloc_info .actualites h2 {
    margin-left: 0;
    padding-left: 0;
}
#bloc_info .actualites > a:nth-child(2) {
    padding-bottom: 0;
    padding-top: 0;
    padding:0 20px;
}
#bloc_info .actualites > a:nth-child(3) {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
}
.actualites_link_img{
	width:100% !important;
	padding:0 !important;
}
/***********************************************************************
8- ANNUAIRE
***********************************************************************/

#alphabet{
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    margin-top: 50px;
    max-width: 800px;
}
#alphabet > ul {
    padding:10px 0;
    text-align: center;
}
#liste_lettre > li {
    display: inline-block;
    width: 30px;
}
#alphabet a {
    color: #3b3b58;
    display: block;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    padding:0;
}
#alphabet #liste_lettre .active > a {
    color: #54DBD9;
}
#alphabet a:hover{
    color:#54DBD9;
}
#liste_lettre a:hover, #liste_lettre a:active, #liste_lettre a:focus,{
    background-color: white;
    border: none;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:active{
    background-color: white;
    border: none !important;
}  
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    border: none !important; 
}
#liste_membre {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-width: 800px;
    padding-bottom: 60px;
}
#liste_membre a, #liste_membre p {
    color: #3b3b58;
     margin-bottom: 10px;
}
.ligne_membre {
    background-color: white;
    padding:10px;
}
.ligne_membre:hover{
    cursor: pointer;
}
#liste_membre .ligne_membre:nth-child(odd) {
    background-color: #F9FBFC; 
}
.detail_membre {
    margin-left: 150px;
    padding-top: 10px;
}
.detail_membre a{
    font-weight: bold;
}
.nom_membre{
    color: #3b3b58;
    padding-left:15px;
}
.gras{
    font-weight: bold;
}
.nom_membre span, .nom_membre i {
    display: inline-block;
}
.nom_membre i{
    float: right;
    margin-right: 20px;
    padding-top: 4px;
}
.rotationup{
    transform : rotate(180deg);
    transition-duration: 200ms;
}
#liste_membre .boutton_general{
    padding-bottom: 7px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 5px;
}
.ligne_membre .boutton_general > a{
    color: white !important;
}
.ligne_membre .boutton_general{
    background-color: #54DBD9;
    border-radius: 6px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    margin: 10px 0;
    padding:10px 4px 7px 4px;
    text-align: center;
    text-decoration: none !important;
    width: 180px;
    cursor: pointer;
    transition-duration: 200ms;
    color: white !important;
}
.ligne_membre .boutton_general:hover{
    background-color: #3b3b58;
}
/***********************************************************************
9- PROFIL
***********************************************************************/
/*9-1 COLONNE GAUCHE*/ 

.titre_profil {
    background-color: #54dbd9;
    color: white;
    font-weight: bold;
}
#profil h1 {
    font-size: 18px;
    margin: 0;
    padding:12px 0;
    text-align: center;
    background-color: #999;

}
#renouvellement_adhesion .row {
    margin: 0;
}
#photo_membre, #profil_membre, #photo_membre, #profil_membre, #fiche_annuaire{
    margin-left: -15px;
}
#photo_membre{
    background-color: #f1f5f8;
    padding-bottom: 90px;
    padding-top: 60px;
}
#photo_membre > img, #photo_membre > p, #photo_membre > span{
    display:block;
}
#photo_membre > img {
    display: block;
    border-radius: 100%;
    border:4px double #3b3b58;
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
#photo_membre > p{
    text-align: center;
    color:#3b3b58;
    font-size: 18px;
    font-weight: bold;

}
#photo_membre > p::after {
    background-color: #3b3b58;
    content: "";
    display: block;
    height: 2px;
    margin:10px auto;
    width: 50px;
}
#photo_membre > span{
    background-color: #54dbd9;
    border-radius: 5px;
    font-weight: bold;
    margin:0 auto;
    padding:5px 0;
    text-align: center;
    width: 170px;
    color:white;
}
#profil_membre, #fiche_annuaire{
    background-color: #f1f5f8;
    padding-bottom: 15px;
}
#profil_membre h3,#fiche_annuaire h3,.info_membre h3{
    font-size: 16px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-top: 10px;
    margin-bottom: 15px;
    margin-top: 0;
}
.info_membre .calendrier{
	width: 360px;
	padding-top: 20px;
	margin-bottom: 30px;
    margin-top: 30px;
}
.info_membre #evenement {
    height: 320px;
    overflow-y: scroll;
    padding-top: 0;
	 margin-top: 30px;
}
#profil_membre a, #fiche_annuaire a, #info_sup a{
    padding-left:40px;
    padding-right:30px;
    margin:7px 0;
    color:#3b3b58;
    transition-duration:200ms; 
}
#profil_membre a:hover,#fiche_annuaire a:hover, #info_sup a:hover{
    color: #cecece;
}
#fiche_annuaire p{
	margin-bottom:0;
	margin-left:40px;
}
#modif_profil_fin_formulaire .boutton_general {
    border: none;
    padding: 5px 25px!important;
	width:200px;
	margin-top:10px;
	float:left;
}
#modif_profil_fin_formulaire button.boutton_general{
	margin-left:25px;
}
input.wysija-submit.wysija-submit-field.boutton_general { /* Bouton je m'abonne à la newsletter */
    margin-left: 35px;
	margin-bottom:20px;
}
#info_sup p {
    margin-bottom: 10px;
}
#info_sup a {
	color: #54DBD9;
	text-decoration: underline;
}
#info_sup a:hover {
	color: #51BDBB;
	text-decoration: underline;
}
.modal-dialog {
    /*left: 50%;
    margin-left: -300px;
    margin-right: auto;
    margin-top: -150px;
    position: absolute;
    top: 50%;
    width: 600px;*/
}
#profil_membre a[data-toggle="modal"]{
	cursor:pointer;
}
#edition_attestation .boutton_general {
    width:250px ;
    margin-left:0 ;
	margin-bottom:20px;
}
#btn_renouvellement_adhesion .boutton_general{
	width: auto;
}
#btn_cotisation_inscription_abonnement h2{
    color: #54DBD9;
}
#btn_cotisation_inscription_abonnement .modal-dialog{
    top:0;
    margin-top: 30px;
}
#btn_cotisation_inscription_abonnement ul{
	padding-left:0;
}
#btn_cotisation_inscription_abonnement li{
    color:#3b3b58;
    margin-bottom: 5px;
    list-style: none
}
#btn_cotisation_inscription_abonnement li::before {
    background-color: #54DBD9;
    border-radius: 100%;
    content: " ";
    display: inline-block;
    height: 4px;
    margin-right: 5px;
    vertical-align: middle;
    width: 4px
}
#btn_cotisation_inscription_abonnement p {
    margin-bottom: 15px;
}
#btn_cotisation_inscription_abonnement .boutton_general {
    width: 300px;
}
.titre_recap{
    font-weight: bold;
    font-size: 16px;
}
#ajout_membre #renouvellement_adhesion #contentselect {
    width: 138px!important;
}
#renouvellement_adhesion h2 {
    font-size: 15px;
}
#renouvellement_adhesion p:first-child{
	color:#54DBD9;
	font-size: 22px;
	font-weight:bold;
}
#renouvellement_adhesion .boutton_general{
	width:180px;
	padding:5px;
}
div#visualisation_profil_annuaire {
    word-wrap: break-word;
}
#visualisation_profil_annuaire a {
    display: block;
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 0;
}
.titre_modal_author{
    color: #54dbd9;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px !important;
}
#renouvellement_adhesion_profil_inactif{
	padding:20px;
}
#renouvellement_adhesion_profil_inactif h2 {
    font-size: 16px;
}
#renouvellement_adhesion_profil_inactif #renouvellement_adhesion p:first-child{
	font-size:22px;
	color:#54DBD9;
}
/*9-2 CONTENU PROFIL */
#titre_info_top {
    margin-top: 30px;
}
#titre_info_bas {
    margin-top: 15px;
}
#titre_info_bas img, #titre_info_bas h3{
    display:inline-block;
}
#titre_info_bas h3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    padding:10px 0 10px 10px;
}
#titre_info_bas img{
    margin-left: 30px;
}
#info_sup{
    background-color: #f1f5f8;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 7px;
    margin-left: 0;
}
#info_sup a{
    padding-left: 0;
}
#profil .calendrier{
    width: 100%;
    margin-bottom: 0;
    padding-top: 30px;
    height: 320px;
}
#profil #calendar {
    margin-left: auto;
    margin-right: auto;
    width: 350px !important;
}
#profil #evenement{
    height: 340px;
    overflow-y: auto;
    padding-top: 50px;
}
#profil .btn-group-vertical > .btn,#profil .btn-group > .btn {
    margin-top: -10px;
}
/*9-3 CALENDRIER*/
#calendar{
    margin-right: auto;
    margin-left: auto;
}
.cal-cell1.cal-cell {
    height: 40px;
    width: 50px;
}
.cal-row-fluid .cal-cell1 {
    width: 50px;
}
.cal-year-box [class*="span"], .cal-month-box [class*="cal-cell"] {
    border:none;
    min-height:0;
}
.cal-year-box .row-fluid, .cal-month-box .cal-row-fluid{
    border:none;
}
span[data-cal-date], .cal-day-weekend span[data-cal-date] {
    color: #3b3b58;
    font-size: 13px;
    height: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
}
span[data-cal-date]{
    opacity: 1;
}
.event{
    display: none;
}
span[data-cal-date]:hover, .cal-day-weekend span[data-cal-date]:hover{
    color:#3b3b58;
}
.cal-month-day {
    height: 100%;
    background-color: transparent;
}
.pull-right {
    float: none !important;
}
.calendrier{
    background-color: #f1f5f8;
    padding-top: 70px;
    min-height: 342px;
    width: 550px;
    margin: 0 auto 50px auto;
}
.calendrier .btn-group {
    width: 100%;
    text-align: center;
}
.calendrier button, .calendrier h3{
    display:inline-block;
    float: none !important;
}
.calendrier button, .calendrier button:hover, .calendrier button:active, .calendrier button:focus{
    border-radius: 100% !important;
    background: #54DBD9;
    border: none;
    text-align: center;
    width:22px;
    height:22px;
    position: relative;
	padding:2px;
}

.calendrier button span {
    font-size: 18px;
    position: absolute;
    top: -4px;
}
.calendrier .btn-group button:first-child span{
    left:7px;
}
.calendrier .btn-group button:nth-child(3) span{
    left:8px; 
}
.calendrier .btn-group > h3 {
    padding:0;
    width: 40%;
    text-align: center;
    font-weight: bold;
}
.cal-month-box, .cal-year-box, .cal-week-box {
    border:none;
}
.cal-year-box .row-fluid:hover, .cal-row-fluid:hover, [class*="cal-cell"]:hover {
    background-color: #f1f5f8;
}
#cal-week-box {
    display: none !important;
}
.events-list {
    background-color: #54dbd9;
    border-radius: 100%;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    top: 10px;
    width: 30px;
}
#cal-day-tick {
    display: none !important;
}
.cal-day-today span[data-cal-date] {
    color: #3b3b58;
    font-size: 14px !important;
    font-weight: bold;
    margin-top: 16px;
}
#evenement {
    background-color: #f1f5f8;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 65px;
    margin-left: -10px;
}
.detail_evt{
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
}
#evenement .detail_evt:last-child{
    border:none;
}
.date_evt, .nom_evt{
    cursor: pointer;
}
.date_evt {
    color: #54dbd9;
    font-size: 13px;
    font-weight: bold;
    padding-top: 15px;
}
.date_evt:hover{
     color: #54dbd9;   
}
.nom_evt_sub_title {
    color: #333;
    display: block;
    font-size: 12px;
    word-break: normal;
}
.nom_evt{
    color: #3b3b58;
    font-size: 15px;
}
.nom_evt:hover{
    color: #3b3b58;  
}
.event_list{
    margin-top:10px;
}
.event_list a {
    padding-top: 0;
    display: block;
}
.event_list::after {
    background-color: #ccc;
    content: "";
    display: block;
    height: 1px;
    margin-top: 25px;
    position: relative;
    width: 250px;
}
/*9-4 modification du profil*/

#ajout_membre {
     margin-top: 30px;
}
#ajout_membre table {
    display: table;
    margin-bottom: 20px;
	margin-top:0;
	width: 100%;
}
#ajout_membre select {
    border: 1px solid #ccc;
    height: 35px;
    padding: 0 5px;
	width:100%;
}
#ajout_membre table tr {
    height: 40px;
}
#ajout_membre tr.form-field th{
	width:210px;
	padding-left: 15px;
}
#ajout_membre tr.form-field td {
    padding: 10px;
}
#ajout_membre input{
	border:1px solid #ccc;
}
#specialisation_box{
    border: 1px solid #ccc;
    height: 120px;
    overflow-y: scroll;
    padding: 10px;
	margin:10px 0;
	margin-bottom:30px;
	margin-top:10px;
	margin-left:0;
	margin-right:0;
    padding-left: 5px;
}
#specialisation_box li:before{
    display:none;
}
#profil .top_gris {
    /*margin-bottom: 0;
    margin-top: 0;*/
	margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
}
.adresse_contact_box th, .adresse_contact_box_detal{
    padding-left: 15px !important;
	text-align:left;
}
.adresse_contact_box_detal > label{
	margin-left:10px;
}

#ajout_membre tr.form-field input {
    padding-bottom: 5px;
    padding: 5px;
	width:100%
}
#ajout_membre tr.form-field input[type='submit']{
	width:180px;
}
.adresse {
	/* border: 2px solid #54DBD9; 
	background: #eee;*/
}
.adresse th {
	padding-left:10px;
}
.title_adress {
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 10px;
	padding-bottom: 5px;
    text-transform: uppercase;
	border-bottom: solid 1px #3b3b58;
}
.adresse_contact_box_detal > label, .adresse_contact_box th{
	color:#3b3b58;
}
#autre_discipline, #adherent_statut_autre {
    margin-top: 10px;
/*	display:none;*/
}
.info_communication > th > label {
    color: #3b3b58;
    padding-left: 14px;
}
#adherent_statut{
	padding: 5px;
	border-radius:0;
	height:30px;
	border:1px solid #ccc;
    color: #3b3b58;
    font-size: 14px;
    height: 20px;
	padding : 0;
}
#ajout_membre .dropdown-menu{
	top:unset;
	overflow:hidden;
	left:0;
	position:relative;
	height: auto;
}
#ajout_membre .dropdown-menu input{
	width:auto !important;
	margin-right:10px;
}

#tarif_adhesion_afsp input {
    margin-right: 10px;
}
#tarif_adhesion_afsp label {
    font-weight: normal;
}
.tarif_adhesion {
    float: right;
    font-weight: bold;
}
#lien_mdp{
    font-weight: bold;
    color:#3b3b58;
    transition-duration:200ms;
}
#lien_mdp:hover{
    color:#54DBD9;
}
#newsletter {
    padding-left: 40px;
}
#newsletter .wysija-paragraph {
    display: none;
}
#newsletter .wysija-submit{
	background-color: #54DBD9;
    border-radius: 6px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding:5px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    transition-duration: 200ms;
    color: white !important;
	border:none;
	margin-bottom:20px;
}
#newsletter .wysija-submit:hover{
	background-color: #3b3b58;
}
#dropdown_specialisation_button {
    width: 100%;
	text-align:left;
	background-color:#fff;
	border:1px solid #ccc;
	padding:5px;
}
#dropdown_specialisation_button .caret{
	float:right;
    margin-right: 7px;
    margin-top: 7px;
}
#dropdown_specialisation_button span{
	display:inline-block;
}
#dropdown_specialisation_button span:first-child {
    margin-right: 50px;
}
tr.form-field label{
	color:#3b3b58;
}
.specialisation label {
    padding-left: 10px;
}

#modif_profil_fin_formulaire{
	width: 100% !important;
}
#modif_profil_fin_formulaire textarea {
    width: 100%;
}
#validation_form input, #back_button {
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
    padding: 5px;
}
#validation_form .boutton_general {
    border: none;
    margin-bottom: 40px;
}
#back_button {
    background-color: #666;
	margin-left:20px;
	padding-bottom:4px;
}
#back_button:hover {
	background-color:#333;
}
.row.text_libre {
    margin-right: -5px !important;
}
.text_libre textarea {
    height: 200px;
    margin-bottom: 30px;
    width: 100%;
	padding:10px;
}
/*9-4 adhesion*/
#adhesion_specialisation_box{
    padding-left: 15px !important;
}
#adhesion_specialisation_box li:before{
	display:none;
}
#retour_backoffice {
    background-color: #333;
}
#retour_backoffice:hover {
    background-color: #666;
}
/* FICHE ANNUAIRE */
#profil_annuaire{
	margin-top:20px;
}
#profil_annuaire p {
    margin-bottom: 10px;
}
#profil_annuaire a {
    color:#3b3b58;
}
#profil_annuaire a:hover{
	color:#54DBD9;
}
#liste_membre select {
	border:1px solid #ccc;
    height: 35px;
    margin-bottom: 20px;
    padding: 5px;
    width: 24.5%;
}
/* bouton avec adhésion inactive  */
#bouton_profil_inactif .boutton_general {
    margin: 0 0 30px 0;
    width: 300px;
}
#bouton_profil_inactif #tarif_adhesion_afsp {
    padding: 30px;
}
#bouton_profil_inactif #renouvellement_adhesion .boutton_general {
	margin-left:20px;
}

/***********************************************************************
10 - ZOOM AGENDA
***********************************************************************/
#agenda_mois{
    background-color: #f1f5f8;
}
#top_agenda .cal-row-fluid .cal-cell1 {
    width: 70px;
    color: #3b3b58;
    font-size: 20px;
}
#top_agenda .cal-cell1.cal-cell {
    height: 60px;
}
#top_agenda span[data-cal-date], #top_agenda .cal-day-weekend span[data-cal-date] {
    font-size: 18px;
}
#top_agenda .cal-row-fluid.cal-row-head {
    margin-bottom: 30px;
}
#top_agenda .calendrier button, #top_agenda .calendrier button:hover, #top_agenda .calendrier button:active, #top_agenda .calendrier button:focus {
    width:35px;
    height: 35px;
    margin-top: -15px;
}
button.btn.btn-primary:focus {
    outline: none;
}
#top_agenda .calendrier .btn-group button:first-child span {
    left: 9px;
}
#top_agenda .calendrier .btn-group button:nth-child(3) span {
    left: 11px;
}
#top_agenda .events-list {
    width: 40px;
    height:40px;
    margin-left: -19px;
}
#top_agenda .calendrier button span {
    font-size: 28px;
    position: absolute;
    top: -5px;
}
#top_agenda .cal-day-today span[data-cal-date] {
    font-size: 22px !important;
    font-weight: bold;
    margin-top: 16px;
}
#top_agenda h1 {
    color: #3b3b58;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
    text-align: center;
}
#top_agenda #evenement {
    background-color: #f1f5f8;
    height: 480px;
    margin-left: -10px;
    margin-top: 120px;
    overflow-y: auto;
    padding-bottom: 0 20px 20px 20px;
}
#top_agenda h3{
    font-size: 24px;
    margin:0;
    padding: 0 0 30px 0;
}
#top_agenda .calendrier{
    background-color: transparent;
}
#msg_password{
	visibility:hidden;
	color:red;
	font-weight:bold;
	transition-duration:200ms;
}
/***********************************************************************
CONGRES
***********************************************************************/
#congres_inscription{
	margin-top:40px;
}
#congres_inscription .form-group{
	margin-left:0;
	margin-right:0;
}
#congres_inscription label {
	text-align:left;
	width:190px;
	padding-left:0;
	color: #3b3b58;
}
#congres_inscription input{
	border-radius:0;
	margin-right: 10px;
}
#congres_inscription select{
	height:30px;
	padding-left:10px;
	width:100%;
	border:1px solid #ccc;
}
.radio {
    display: inline-block;
    margin-bottom: 10px !important;
    width: 110px;
	padding-left:20px;
}
#congres_inscription input[type='submit']{
	border-radius:6px;
	height:30px;
	padding:5px;
	display:inline-block;
}
.section_thematique{
	display:inline-block;
	margin-left:15px;
}
.congres_inscription_sub_part h2 {
    border-bottom: 1px solid black;
	position:relative;
}
.congres_inscription_sub_part .control-label{
	font-weight:bold !important;
	margin:15px 0;
}
.congres_inscription_sub_part .form-group{
	margin-bottom:0;
	position:relative;
}
.congres_inscription_sub_part label {
    width: 100% !important;
	font-weight:normal !important;
}
.congres_inscription_sub_part input{
	height:auto !important;
}
.congres_inscription_sub_part label .tarif_congres{
    float:right;
}
.congres_inscription_sub_part span {
    display: inline-block;
}
#info_connection_situation{
    color: #3b3b58;
    font-size: 12px;
    font-weight: normal;
    left: 170px;
    padding :5px 10px;
    position: absolute;
    top: 20px;
}
.date_butoir{
	display:inline-block;
}
#validation_congres{
	margin-top:40px;
}
/***********************************************************************
FORMULAIRE THESE
***********************************************************************/
#formulaire_annonce_these #validation_these, #formulaire_annonce_these #back_button {
    display: inline-block;
    height: 30px;
    margin-top: 40px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
	border-radius:6px;
}
#formulaire_annonce_these label {
    color: #3b3b58;
    padding-left: 0;
    text-align: left;
    width: 190px;
}
#formulaire_annonce_these .form-group input, #formulaire_annonce_these .form-group textarea {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#formulaire_annonce_these {
    margin-top: 50px;
}
#retour_home_these.boutton_general {
    margin-left: 0;
}
/***********************************************************************
PAGE LISTE DES THESES
***********************************************************************/
#list_soutenance {
	margin-top:50px;
}
#list_soutenance .panel > a, #list_soutenance .panel > a:hover{
    color: #3B3B58;
    font-weight: bold;
   /* height: 70px; */
    font-size: 14px;
    background: transparent;
}
#list_soutenance p, #list_soutenance strong{
	color:#3B3B58;
	font-size:14px;
}
#list_soutenance .panel .collapsed svg {
    transform: rotate(0deg);
}

#list_soutenance .panel a svg, #list_soutenance .panel .collapsed svg {
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 12px;
    transition-duration: 200ms;
}
#list_soutenance .panel a svg {
    transform: rotate(180deg);
}
.annee_soutenance {
    font-size: 16px !important;
    margin-bottom: 0;
    margin-top: 40px;
}
#accordion_these .titre_rubrique{
    display: inline-block;
    font-size: 16px;
}

/***********************************************************************
BACK OFFICE
***********************************************************************/

#fiche_evt h1{
    font-weight: 600;
    margin-top: 0px;
    font-size: 36px
    margin-bottom: 10px;
    font-family: Raleway;
    color:#54DBD9;
}
#fiche_evt h2{
    font-size: 25px;
}
#fiche_evt img.alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
#fiche_evt img.alignright {
    float: right;
    margin-leftt: 10px;
    margin-bottom: 10px;
}


.row.top_gris.fiche_evt_top {
    margin-bottom: 50px;
}
.fiche_evt_top{
    padding:40px;
}
.fiche_evt_date{
    margin:30px 0;
    font-weight: bold;
}
.fiche_evt_date span, .fiche_evt_date_bottom span {
    display: inline-block !important;
}

.fiche_evt_top h3 {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 3px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.fiche_evt_top > .col-md-5{
    padding-left: 90px;
}
.fiche_evt_top  img{
    margin-bottom: 40px;
	max-width: 100%;
}
.sub_title{
    font-size: 10px;
    margin-top: -30px;
}
.fiche_evt_label{
    text-transform: uppercase;
}
.fiche_evt_date_bottom, .fiche_evt_date_bottom span{
    font-weight: bold;
    color:#54DBD9;
    font-size: 16px;
}
#inscription_evt form table {
    width: 100%;
}
#inscription_evt input[type="text"], #inscription_evt input[type="email"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border: 1px solid #ccc;
    width: 100%;
	margin-bottom:15px;
	border-radius:4px;
} 
/* Google map */

.acf-map {
  width: 100%;
  height: 250px;
  border: #ccc solid 1px;
  margin: 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.repeater > table > thead > tr > th.order, .repeater > table > tbody > tr > td.order{
    width: 5% !important;
}
table.acf_input tbody tr td.label{
    width: 10% !important;
}
/***********************************************************************
11 ARTICLE
***********************************************************************/
#article_afsp a, #article_afsp p, #article_afsp span, #article_afsp h1, #article_afsp h2, #article_afsp h3, #article_afsp h4, #article_afsp li {
    font-family: Raleway; 
}
#article_afsp h1{
    font-weight: 600;
    margin-top: 50px;
    font-size: 36px
    margin-bottom: 10px;
    color:#54DBD9;
}
#article_afsp h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 0;
    color:#3b3b58;
}
#article_afsp h3{
    font-size: 14px;
    font-weight: bold;
}
#article_afsp h4{
    font-size: 14px;
    font-weight: bold;
    color:#696969;
} 
#article_afsp p{
    color:#3b3b58;
    font-size: 14px;
    margin:30px 0;
}
#article_afsp a{
    cursor: pointer;
    color:#54DBD9;
    text-decoration: underline;
}
#article_afsp a:hover{
    color:#51BDBB;
    text-decoration: underline;   
}
#article_afsp ul {
    margin-left: 0;
    padding-left: 0;
}
#article_afsp li{
    color:#3b3b58;
    margin-bottom: 5px;
    list-style: none;
}
#article_afsp li::before {
    background-color: #54DBD9;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 4px;
    margin-right: 5px;
    vertical-align: middle;
    width: 4px
}
#article_afsp .chapeau1{
    color:#3b3b58;
    font-size: 14px;
    margin-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
#article_afsp .chapeau2{
    color:#3b3b58;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
#article_afsp blockquote{
    position:relative;
    border:none;
}
#article_afsp blockquote p {
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 0 15px !important;
    margin-top: 15px;
}
#article_afsp blockquote::before {
    background-image:url('icons/quote.png');
    background-repeat: no-repeat;
    content: "";
    height: 22px;
    left: 0px;
    position: absolute;
    top: 0;
    width: 20px;
}
#article_afsp .signature{
    color: #696969;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 11px;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;

}
#article_afsp .signature:before{
    background-color: #696969;
    content: "";
    height: 2px;
    position: absolute;
    width: 20px;
    left:0;
    top:10px;
}
#article_afsp .boutton_general > a{
    color: white !important;
}
#article_afsp .boutton_general{
    background-color: #54DBD9;
    border-radius: 6px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    margin: auto;
    padding:10px 4px 7px 4px;
    text-align: center;
    text-decoration: none !important;
    width: 180px;
    cursor: pointer;
    transition-duration: 200ms;
    color: white !important;
}
#article_afsp .boutton_general:hover{
    background-color: #3b3b58;
}
/*#entete_article_AFSP img{
	width:100%;
}
#entete_article_AFSP{
	width:100%;
	max-height:490px;
}*/
.illustration_article{
	display:block;
	margin:0 auto;
}
/* Bouton PDF Download*/
.download_pdf > button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #54DBD9;
    padding: 0;
    text-align: left;
    text-decoration: underline;
}
.download_pdf > button:hover {
	text-decoration: none;
}
/***********************************************************************
FORMULAIRE
***********************************************************************/
.general_form_css input {
    margin-bottom: 5px;
}
input[name="adherent_specialisation[]"]{
    margin-top: -10px;
}
.general_form_css .boutton_general{
	width:180px;
}
/***********************************************************************
11 RESPONSIVE
***********************************************************************/

@media only screen and (max-width: 1200px){
.container{
    width: auto;
}
#entete_i span {
    font-size: 18px;
}
.entete_iiia span {
    font-size: 10px;
}
.navbar-default .navbar-nav > li > a{
    font-size: 12px;
}
.carousel-indicators {
    display: none;
}
#twitter_home {
    display: block;
    height: 318px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
}
#deroulant a {
    font-size: 12px;
    padding-left:12px;
    padding-right: 12px;
}
#bloc_info .actualites {
    min-height: 720px;
}
footer{
    margin-left: 15px;
	padding: 15px 0;
}
#alphabet, #liste_membre{
    width: 650px;
}
}
@media only screen and (max-width: 1000px){
	
.entete_iiia span {
    font-size: 12px;
    }
#entete_i a {
    text-align: center;
    }
.entete_iiia{
    background-color: #eee;
}
#entete_i, #entete_ii{
    border:none;
    }
#menu_bas{
    display:none;
}
#navigation{
    display:block;
}
.navbar-header {
    float: none;
    }
.navbar-toggle {
    display: block;
    }
.navbar-collapse {
    border-top: 1px solid transparent;
    }
.navbar-collapse.collapse {
    display: none!important;
    }
.navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
    }
.navbar-nav>li {
    float: none;
    }
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    }
.collapse.in{
    display:block !important;
    }
.navbar-nav > li {
    width: 100%;
    display: block;
}
.actualites p{
    font-size: 14px;
}
.navbar-toggle {
    display: block;
    position:absolute;
    background-color: #eee;
    z-index: 9999;
    right: 0;
    top:5px;
}
.navbar-toggle span {
    background-color: #777;
}
#top_menu_haut {
    margin-top: 60px;
}
#top_menu_haut li a {
    text-decoration: none;
}
/* Page */
.titre_page { 
	padding-left: 15px;
}
.un_article, #article_afsp {
	padding-left: 15px;
	padding-right: 15px;
}
.titre_menu > a {
    color: white;
    font-size: 16px;
    font-weight: bold;

}
#menu_page .nav > li > a:focus, #menu_page .nav > li > a:hover, #menu_page .nav > li > a:active {
    color:#54DBD9;
}
.liste_menu li{
    background-color: #f9fbfc;
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding-left:0;
    vertical-align: top;
    text-align: center;
}
.liste_menu{
    padding-left: 0;
}
.liste_menu a{
    padding: 10px;
    color:#3b3b58;

}
.liste_menu a:hover, .liste_menu a:active, .liste_menu a:focus{
    color:#54DBD9;
    text-decoration: none;
}
#menu_page {
    margin: 20px 0px 30px 0px;
    width: 100%; 
    z-index: 99;
	padding: 0;
}
#sidebar_list {
		padding: 20px;
}
#sidebar_list_button {
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
    position: relative;
	background: white;
}
#focus {
    padding-left: 30px;
}
#zoom p, #agenda p{
    font-size: 16px;
}
.bloc_titre{
	position:relative;
	width: 100%;
	left:0;
	top:0;
	z-index: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
}
#bloc_info .actualites a {
    font-size: 18px;
}
#bloc_info .actualites p {
    font-size: 14px;
}

#bloc_info .actualites {
    min-height: 660px;
}
#profil h2 {
    margin-top: 5px;
}
#photo_membre {
    padding-bottom: 40px;
}
#evenement {
    padding-top: 0;
}
#slid_twit {
    height: auto;
}
.top_gris_marge {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.home .top_gris_marge {
    padding-left: 30px;
    padding-right: 30px;
}
/*#sidebar_menu .navbar-toggle {
    position: relative;
    right: -30px;
}
#menu_page {
    margin-top: 10px;
    float: left;
    margin-left: -20px;
    margin-right: -20px;
    width: 270px;
}*/
}
@media only screen and (max-width: 768px){
#twitter { 
    padding-left: 30px;
    padding-top: 15px;
}
#agenda{
    border:none;
}
    #focus {
    padding-left: 15px;
}
.carousel-caption {
    bottom: auto;
    float: left;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
}
.detail_membre {
    margin-left: 60px;
}
#alphabet a {
    font-size: 18px
}
#alphabet, #liste_membre{
    width: 400px;
}
}
@media only screen and (max-width: 480px){
	#top_search input[type="text"] { width: 180px; }
#top_gris, .middle_gris{
    padding-left: 30px;
    padding-right: 30px;
}

#entete_i strong {
    display: block;
    font-size: 18px;
    line-height: 25px;
}
.entete_iiia, .entete_iiib {
    height: 80px;
    padding-top: 30px;
}
.carousel-indicators {
    display: none;
}
.image_entete{
	display: none;
}
.entete_iiia span {
    display:none;
}
#bloc_info {
    margin:0 -30px;
}
.entete_iiia .bleu_fonce{
    display: none;
}
#entete_i .row .col-md-9 a {
    margin-top: 20px;
}
#entete_ii{
    margin-top: 40px;
}
#liste_membre a, #liste_membre p {
    text-align: center;
}
#liste_membre a{
    word-wrap: break-word;
}    
.detail_membre {
    margin-left: 15px;
}
.btn_fiche {
    width: 150px;
    font-size: 13px;
}
   #liste_lettre > li {
    width: 10%;
}
   #calendar {
       width: 286px !important;
}

.content-block { 
    border:1px solid #eee; 
    padding:3px;
    background:#ccc;
    max-width:250px;
    float:right; 
    text-align:center;
}
.content-block:after { 
    clear:both;
} 
.blue-button { 
    background-color:#33bdef;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #057fd0;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    padding:6px 24px;
    text-decoration:none;
}

.red-button {
    background-color:#bc3315;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #942911;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    padding:6px 24px;
    text-decoration:none;
}
#alphabet{
    width: 200px;
    margin-top: 0;
}
#liste_membre{
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.nom_membre i {
    display: none;
}
}
/*body{

  opacity: 0.8;
}
html{
  background-image: url("http://dev.id-meneo.com/AFSP/_maquette/1.png") !important;
  background-position: center top;
  background-repeat: no-repeat;
}
#entete_article_AFSP{
    height: 490px;
}*/
span#cn-notice-text {
    color: white;
}