@charset "UTF-8";
/*FONTS*/
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|PT+Serif:400,400i,700,700i';
@import "fonts/icomoon/icomoon.css";

/*
AW Studio
Alice Sevin
28-07-16
EFTA Th�me
*/
body{
    overflow-x: hidden;
}
.wpb_button, .vc_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .vc_column-inner, .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin: 0 !important;
    padding: 0 !important;
}

.wpcf7-form textarea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
}

.wpcf7-form .message_container {
    width: 80%;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'Open Sans', Arial, sans-serif !important;
}

[class^="icon-"]:before, [class*=" icon-"]:before,
[class^="icon-"]:after, [class*=" icon-"]:after,
[class^="icon-"] a:before, [class*=" icon-"] a:before,
[class^="icon-"] a:after, [class*=" icon-"] a:after {
    display: inline-block;
    font-family: 'icomoon' !important;
    vertical-align: middle;
}

.icon-mission:before {
    content: '';
}

.icon-mission {
    color: #fff;
}

.icon-etoile {
    font-size: 0.5em;
}

.bottom-header .main-nav ul li.dropdown > a:after {
    display: inline-block;
    content: "\e907"; +
font-family : 'Icomoon';
    font-size: 5px;
    margin-left: 7px;
    vertical-align: middle;
    font-family: 'Icomoon';
}
.global_search{
    position : relative;
    padding: 0 10px;
}
.search .smtextfield{
    position:relative;
}
.icon-search {
    position: absolute;
    right: 15px;
    top: 5px;
    color: #999;
    cursor: pointer;
}
.aside .icon-search{
    right:25px;
}
.icon-left {
    text-transform: uppercase;
}

.icon-left:before {
    padding-right: 5px;
    font-size: 8px;
}

.no-ressources {
    padding: 20px 20px 0;
    margin-bottom: 20px;
}

/*ICONS*/
.wpcf7-form p {
    display: inline-block;
}

#logincontainer {
    display: none;
    position: absolute;
    right: 60px;
    background: #fff;
    padding: 15px 15px 30px;
    text-align: center;
    -webkit-box-shadow: 5px 9px 13px -2px rgba(0, 0, 0, 0.2);
            box-shadow: 5px 9px 13px -2px rgba(0, 0, 0, 0.2);
    top: 75px;
    z-index: 5000;
}

#logincontainer a,
.connexion-content a {
    padding: 5px 8px;
    display: block;
}

#logincontainer input,
.connexion-content input {
    display: block;
}

#logincontainer input[type="text"],
#logincontainer input[type="password"],
.connexion-content input[type="password"],
.connexion-content input[type="text"] {
    background: #eee;
    border: none;
    border-radius: 4px;
    height: 35px;
    width: 200px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
    -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}

#logincontainer input[type="password"],
.connexion-content input[type="password"] {
    margin-top: 10px;
}

#logincontainer input[type="submit"],
.connexion-content input[type="submit"] {
    border-radius: 15px;
    background: transparent;
    border: 1px solid #ededed;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 5px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font: 700 11px 'Open sans', sans-serif;
    color: #3c3d41;
    margin: 0 auto;
    display: block;
}

#logincontainer legend,
.connexion-content legend {
    display: inline-block;
    text-transform: uppercase;
    margin: 30px 0;
    font: 700 11px 'Open sans', sans-serif;
    letter-spacing: 2px;
    color: #3c3d41;
}

.connexion-content legend {
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0;
    width: 100%;
    padding: 25px 25px 20px;
    border-bottom: 1px solid #eee;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 0;
}

#logincontainer a#close-login {
    color: #000;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 2px 7px;
}

#logincontainer a,
.connexion-content a {
    display: block;
    margin: 20px auto;
    color: #2d71f0;
    font: 400 11px 'Open sans', sans-serif;
    text-transform: none;
    letter-spacing: 0;
}

#logincontainer.open {
    top: 62px;
    right: 50px;
    display: block;
}

.header .deconnexion-btn a {
    background: #838d8f;
    border: none;
    margin-right: 20px;
}

.header .deconnexion-btn a {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
    padding: 5px 25px;
}

.icon-burger-text {
    font-family: Montserrat, sans-serif !important;
    text-transform: uppercase;
    font-weight: 700;
}

.icon-burger {
    display: inline-block;
    vertical-align: middle;
}

.icon-burger span {
    width: 20px;
    height: 3px;
    background: #fff;
    display: block;
    margin: 4px 0 4px 10px;
}

/*GENERAL STYLES*/
.main-content.connexion-content {
    width: 95%;
    max-width: 480px;
    margin: 0 auto;
    float: none;
    clear: both;
    text-align: center;
    padding: 0 0 35px;
}

a {
    text-decoration: none;
}

input {
    outline: none;
}

.vc_btn3-container.vc_btn3-inline {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.banner-container a,
.general-btn,
.deconnexion-btn,
.cta-home a,
.header .sup-header .container > a,
nav + .mobile-nav a,
.footer-container > a,
.home-agenda .container-button > a,
.vc_btn3-container.vc_btn3-inline a.vc_general {
    font-size: 13px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    padding: 7px 15px;
    display: block;
    letter-spacing: 0.05em;
    background: none;
    border-radius: 30px;
    border: 1px solid #ededed;
}

.general-btn {
    margin: 10px auto;
    text-align: center;
    max-width: 180px;
}

nav + .mobile-nav a {
    max-width: 200px;
    margin: 10px auto;
}

.header .sup-header .container > a {
    display: inline-block;
}

a.logo,
li a {
    border: none;
    padding: 0;
    border-radius: 0;
    display: inline-block;
}

.header .sup-header a.logo {
    padding: 13px 20px;
    margin: 0;
}

.profil-word .download,
a:hover,
.home-agenda .container-button > a:hover,
.vc_btn3-container.vc_btn3-inline a.vc_general:hover,
.home-agenda .container-button > a:active,
a:active,
.event-list-item a:hover button,
.event-list-item a:active button,
.event-list-item a:focus button,
.vc_btn3-container.vc_btn3-inline a.vc_general:active,
a:focus,
.home-agenda .container-button > a:focus,
.vc_btn3-container.vc_btn3-inline a.vc_general:focus {
    color: #4A4A4A;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: none;

}

.profil-word .download {
    border: 1px solid #4A4A4A;
    border-radius: 17px;
    padding: 5px 10px;
    margin-top: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}

.aside .search input {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.aside .search input:focus {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-color: #999;
    color: #999;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background-color: transparent;
}

.cta-home a:hover,
.cta-home a:active,
.cta-home a:focus,
.banner-container a:hover,
.banner-container a:active,
.banner-container a:focus,
.footer-container > a:hover,
.footer-container > a:active,
.footer-container > a:focus {
    background: #fff;
    color: #4A4A4A;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a.menu-mobile:hover .icon-burger-text,
a.menu-mobile:focus .icon-burger-text,
a.menu-mobile:active .icon-burger-text {
    color: #fff;
}

a.grey-btn,
nav + .mobile-nav a.grey-btn,
.header .sup-header .container > a.grey-btn {
    background: #838d8f;
    border-color: #838d8f;
    margin: 0 15px;
    color: #fff;
}

nav + .mobile-nav a.grey-btn {
    margin: 10px auto;
}

.search input {
    border-radius: 15px;
    background: transparent;
    border: 1px solid #ededed;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 13px;
    color: #999;
    padding: 7px 15px;
    display: block;
    letter-spacing: 0.05em;
}

.categorie-cartel {
    background: #fff;
    text-transform: uppercase;
    color: #3c3d41;
    padding: 3px 10px;
    font-size: 10px;
    border-radius: 5px;
    letter-spacing: 0.1em;
    display: inline-block;
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px;
}

.biblio-item .categorie-cartel,
.categorie-cartel.blue {
    background: #98abbd;
    color: #fff;
}

/*BODY*/
body {
    background: #eee;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #3c3d41;
    font-smooth: antialiased;
    -webkit-font-smoothing: antialiased;
}

/*HEADER*/
.header {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 2000;
}

.header-container {
    max-width: 980px;
    margin: 0 auto;
    height: 100%;
}

.top-header > .header-container > div {
    clear: both;
}

.sites-nav {
    overflow: hidden;
    clear: both;
    float: none;
    padding-top: 15px;
}

.header .logo {
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #838d8f;
    padding: 13px 20px;
}

.header .right-header {
    width: 100%;
    clear: both;
}

.header ul li {
    display: inline-block;
}

.header a {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.header .sup-header a {
    padding: 8px 15px;
}

.header ul li .sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    width: 240px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6px;
    left: 0;
}

.header ul li .sub-menu.open {
    display: block;
}

.header ul li .sub-menu li {
    display: block;
}

.header ul li .sub-menu li a {
    color: #333;
    text-transform: none;
    font-size: 13px;
    padding: 9px 0;
    font-weight: 600;
    background: #fff;
}

/**Sticky header**/
.header .top-header {
    display: none;
}

.header.header-fixed .top-header {
    display: block;
}

.header .bottom-header .logo {
    border: none;
}

.header.header-fixed .bottom-header .logo {
    border-top: 2px solid rgb(255, 255, 255);
    background: none;
}

/*SITES-NAV*/
.sites-nav {
    float: right;
}

.sites-nav li {
    margin-left: 20px;
}

.sites-nav a {
    font-weight: bold;
    font-size: 12px;
    padding-left: 8px
}

.sites-nav .icon-efta-home,
.sites-nav .icon-efta-home a {
    color: #604672;
}

.sites-nav .icon-individual-members,
.sites-nav .icon-individual-members a {
    color: #666;
}

.sites-nav .icon-training-institutes,
.sites-nav .icon-training-institutes a {
    color: #299aba;
}

.sites-nav .icon-national-organisations,
.sites-nav .icon-national-organisations a {
    color: #4ca40c;
}

/*SUP-HEADER*/
.sup-header {
    position: relative;
    height: 78px;
}

.sup-header .container {
    padding: 25px 0 0;
    float: right;
}

.sup-header .container > * {
    display: inline-block;
    vertical-align: middle;
}

#lang_sel ul {
    vertical-align: middle;
}

.sup-header .search {
    margin-right: 15px;
}

.sup-header > a {
    display: inline-block;
    margin-left: 10px;
}

.sup-header select.lang {
    display: inline-block;
    margin-left: 10px;
}

/*BOTTOM-HEADER*/
.bottom-header {
    background: #838d8f;
    float: none;
    clear: both;
    height: 50px;
}

.bottom-header .main-nav {
    margin-left: 50px;
    float: left;
}

.bottom-header .main-nav ul li a {
    padding: 15px;
    color: #fff;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 700;
    background: #838d8f;
}

.bottom-header .main-nav ul li a:hover,
.bottom-header .main-nav ul li a:focus,
.bottom-header .main-nav ul li a:active {
    color: #ecebeb;
}

.header ul li .sub-menu li a:hover,
.header ul li .sub-menu li a:focus,
.header ul li .sub-menu li a:active {
    color: #5f9ec1;
}

.bottom-header .main-nav nav > ul > li.current_page_item a {
    border-bottom: 4px solid #fff;
    padding-bottom: 18px;
}

.bottom-header li {
    position: relative;
}

.bottom-header .link-bibliographie:before {
    content: '';
    height: 64%;
    position: absolute;
    left: 0;
    top: 18%;
    width: 1px;
    background: #fff;
}

.bottom-header .logo {
    position: static;
    float: left;
    padding: 15px 0;
    border-top: 2px solid rgb(255, 255, 255);
    margin-left: 30px;
}

/**Mobile header**/
#lang_sel ul ul {
    width: 100%;
}

.mobile-nav {
    padding: 5px 10px 10px;
    display: none;
}

/*BANNER*/
.main {
    padding-top: 158px;
}

.banner-container {
    background-image: url('/wp-content/uploads/banner.png') !important;
    text-align: center;
    height: 250px !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    /*background-image: none !important;*/
}

.banner-container strong {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 30px;
}

.page-id-37 .banner-container h1 {
    max-width: 650px;
}

.banner-container h1 {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    margin: 15px auto 0;
    line-height: 50px;
    max-width: 750px;
}

.banner-container a {
    color: #fff;
    margin-top: 20px;
    padding: 8px 15px;
    display: inline-block;
}

.center-banner {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

.title-container {
    height: 90px;
    margin: 50px auto 10px !important;
    position: relative;
}

.single-evenement .title-container h1 {
    width: 100%;
    text-align: center;
}

.breadcrumbs {
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
}

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
    color: #838d8f;
    text-transform: uppercase;
    font: 600 10px 'PT Sans', sans-serif;
    letter-spacing: 2px;
    display: none;
}

.breadcrumbs span {
    padding: 0 4px;
}

.title-container h1 {
    font-size: 40px;
    letter-spacing: -1px;
    font-weight: 700;
}

.page-title {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    padding: 25px 0;
}

.page-title > a {
    float: left;
    margin: 0 0 20px;
    color: #666d70;
    font-size: 11px;
    border: 1px solid #ccc;
    letter-spacing: 0;
    font-family: 'Open sans', sans-serif;
    font-weight: 600;
    border-radius: 13px;
    padding: 8px 20px;
    text-transform: uppercase;
}

.introduction-text {
    text-align: center;
    color: #666e70;
    font: 400 14px 'PT Serif', serif;
    margin-top: 20px;
    padding: 0 20px;
}

.introduction-text strong {
    font-weight: 700;
}

/*CONTENT*/
.home .content-container {
    display: block;
}

.content-container {
    max-width: 980px;
    width: 100%;
    margin: 0 auto 20px !important;
    overflow: hidden;
    clear: both;
    padding: 0 10px;
}

/*PRESIDENT-WORD*/
.president-word {
    background: #fff;
    padding: 30px 20px !important;
    border-radius: 5px;
}

.profil-word {
    display: inline-block;
    width: 25%;
    border-radius: 10px;
    text-align: center;
    padding: 20px 0 30px;
    min-height: 260px;
    height: auto;
}

.profil-word strong {
    margin-bottom: 15px;
    display: block;
    color: #515458;
    font-weight: 700;
    font-size: 15px;
}

.page-template-default .main-content .profil-word ul {
    margin-left: 0;
    text-align: center;
}

.page-template-default .main-content .profil-word ul li {
    color: #838d8f;
    font-size: 14px;
    font-family: 'PT Serif', serif;
    margin-top: 0;
    padding-left: 0;
    list-style-image: none;
}

.president-word .text-word {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    margin: 5px 0 0 35px;
    min-height: 278px;
    height: auto;
    position: relative;
    padding-bottom: 60px;
}

.president-word .text-word h2 {
    color: #515458;
    font: bold 22px Montserrat, sans-serif;
}

.president-word .text-word p {
    font-family: 'PT Serif', serif;
    font-size: 18px;
    line-height: 27px;
    color: #666d70;
    margin: 25px 0;
}

.president-word .btn-left {
    left: 0;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}

.president-word .btn-right {
    right: 0;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}

/*HOME-AGENDA*/
.home-agenda {
    background: #fff;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    height: 300px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    position: relative;
}

.home-agenda .container-button {
    position: relative;
    width: 95%;
    height: 31px;
    margin: 5px auto 20px;
}

.home-agenda .btn-right {
    right: 0;
}

.home-agenda .container-button > a {
    font-size: 12px;
    color: #666;
    padding: 7px 15px;
    bottom: 0;
    position: absolute;
}
.title_h3,
h3 {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #98abbd;
}
h4{
    margin-bottom: 20px;
    font-weight: bold;
}
.wpb_content_element h3,
.title_h3{
    margin-bottom: 10px;
}
.home-agenda h3 {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-transform: uppercase;
    color: #515458;
}

.home-agenda li {
    padding: 13px 20px;
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
}

.home-agenda li a {
    font-family: 'PT Serif', serif;
    font-size: 13px;
    color: #333;
}

.home-agenda li a strong {
    color: #5f9ec1;
    font-family: 'Open Sans', sans-serif;
    display: block;
    padding-bottom: 5px;
    font-weight: 700;
}

/*CTA*/
.cta-home {
    width: 100%;
    margin: 20px;
    height: 300px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    color: #fff;
    position: relative;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    /* TWEENER - IE 10 */
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    /* NEW, Spec - Firefox, Chrome, Opera */
}

.cta-home:last-child {
    margin: 20px 0;
}

.cta-home p {
    font-family: 'PT Serif', serif;
    line-height: 18px;
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 100%;
    padding: 40px 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.cta-home a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: auto;
    min-width: 135px;
}

.cta-home img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    left: 50%;
    padding: 40px 20px 0;
}

.cta-home h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-transform: none;
    position: absolute;
    top: 20px;
    width: 100%;
    padding: 20px 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color:#fff;
}

.cta-home a {
    color: #fff;
    padding: 5px 10px;
    font-weight: 700;
}

.cta-home.cta-blue {
    background: #78a2bc;
}

.cta-home.cta-grey {
    background: #838d8f;
}

/*Template-list*/
.event-list-item {
    background: #fff;
    padding: 25px 15px;
    margin: 0 8px 15px;
    width: 219px;
    height: 300px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    text-align: center;
    float: left;
}

.event-list-item p {
    color: #333;
    font-size: 14px;
    font-family: 'PT Serif', serif;
    line-height: 20px;
}

.event-list-item a {
    display: block;
}

.event-list-item strong {
    color: #5f9ec1;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    top: 50%;
    display: block;
    min-width: 190px;
    width: auto;
}

.event-list-item > a button {
    font-size: 10px;
    color: #666;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translate(-50%);
            -ms-transform: translate(-50%);
        transform: translate(-50%);
    min-width: 140px;
    border: 1px solid #ededed;
    border-radius: 15px;
    background: #fff;
}

.event-list-item .event-text {
    bottom: 0;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.event-list-item.event_with_image .event-img {
    max-width: 90%;
    margin: 0 auto 15px;
    height: 80px;
    overflow: hidden;
}

.event-list-item.event_with_image .event-img img {
    display: block;
    width: 100%;
    height: auto;
}

.event-list-item.event_with_image strong {
    text-align: left;
    display: block;
    line-height: 20px;
    font-size: 13px;
    position: static;
    -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    min-width: 0;
}

.event-list-item.event_with_image p {
    text-align: left;
    margin-bottom: 5px;
}

.main-content, .event-content {
    background: #fff;
    padding: 20px 30px;
    border-radius: 4px;
    min-width: 0;
    width: 71%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
}

.author .main-content.clear, .page-template-template-membres .main-content, .page-template-template-agenda .main-content {
    background: none;
    padding: 0;
    float: left;
    width: 71%;
}

.page-template-template-biblio .main-content {
    padding: 20px 0 0;
    border-radius: 6px;
    width: 65%;
    float: left;
}

.page-template-template-biblio .main-content.connexion-content {
    padding: 0 0 25px;
    float: none;
    width: 95%;
}

.page-template-default .breadcrumbs {
    max-width: 980px;
    margin: 0 auto;
    background: #fff;
    padding: 20px 0 0 275px;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: static;
    -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
        transform: translate(0, 0);
}

.page-template-default .aside + .main-content {
    padding: 0 125px 40px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: auto;
    min-width: 0;
    width: 71%;
}

.page-template-default .content-container {
    background: #fff;
    padding-top: 32px !important;
    overflow: hidden;
}

.template_charte .main-content {
    padding: 30px 80px 50px 265px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.page-template-default .aside {
    width: 230px;
    margin: 0 25px 25px;
    padding: 0;
}

.template_charte .aside {
    display: none;
}

.template_charte .main-content p :last-child {
    display: inline-block;
    margin-top: 20px;
}

.template_charte .main-content a {
    border-radius: 15px;
    background: transparent;
    border: 1px solid #ededed;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #666;
    text-transform: uppercase;
    padding: 5px 15px;
    display: inline-block;
    letter-spacing: 0.05em;
    font: 600 12px 'Open sans', sans-serif;
    margin-top: 30px;
}

.aside-module {
    background: #fafafa;
    border: 1px solid #eeeded;
    border-radius: 6px;
}

.page-template-template-biblio .aside-module {
    padding-bottom: 0 !important;
}

.page-template-default .main-content h2, .title_h2,.event-content h2 {
    color: #515458;
    font: 600 20px 'Montserrat', sans-serif;
    margin: 0 0 25px;
    line-height: 26px;
}

.page-template-default .main-content ol > li {
    list-style: none;
}

.page-template-default .main-content ol > li:first-child {
    margin-top: 0;
}

.page-template-default .main-content ul {
    margin-left: 10px;
}

.page-template-default .main-content ol > li,.page-template-default .main-content ul > li, .aside-module ul > li {
    list-style-image: url("img/puce.png");
    padding-left: 15px;
}

.aside-module ul > li {
    padding-left: 5px;
}

.template_charte .main-content h2 {
    margin-top: 60px;
}

.template_mission .main-content h2 {
    margin-bottom: 15px;
}

.template_mission p {
    margin-bottom: 20px;
}

.aside-module select {
    background: none;
    font: 400 18px 'PT Serif', serif;
    padding: 0 20px;
    display: block;
    margin: 15px auto 0;
}

.aside-module + .aside-module {
    margin-top: 20px !important;
}

.aside-module h3 {
    text-align: center;
    letter-spacing: 1px;
    line-height: 20px;
    font-size: 12px;
    color: #515458;
}

.aside-module .aside-title {
    padding: 20px !important;
    border-bottom: 1px solid #eeeded;
    background: #fff;
}

.page-template-default .main-content p,
.page-template-default .main-content li,
.event-content p {
    font: 400 17px 'PT Serif', serif;
    color: #666d70;
    line-height: 27px;
}

.aside-module li {
    font: 400 13px 'PT Serif', serif;
    color: #666d70;
    line-height: 19px;
}

.aside-module .blue {
    color: #5f9ec1;
}

.aside-module ul {
    margin-left: 30px;
    padding-right: 15px;
}

.aside-module strong {
    font-weight: 600;
}

.aside-module .board-list {
    margin: 0;
    padding: 0;
}

.aside-module .board-list .board-item {
    list-style: none;
    float: left;
    padding: 0 20px;
    margin: 20px 0 0;
}

.board-item .profil-picture {
    background: #000;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: relative;
    display: block;
    margin-right: 15px;
    float: left;
}

.board-item .profil-infos {
    float: left;
}

.board-item .name {
    color: #515458;
    font: 700 15px 'Open Sans', sans-serif;
    display: block;
}

.board-item .role {
    font: 600 13px 'Open Sans', sans-serif;
}

.board-item .country {
    font-size: 14px;
}

.page-template-default .main-content ul + p,
.page-template-default .main-content ol + p {
    margin-top: 20px;
    font-size: 13px;
    color: #999;
    line-height: 20px;
}

.aside-module li {
    margin-top: 5px;
}

.page-template-default .main-content li {
    margin-top: 20px;
}

.page-template-default .main-content ul li {
    margin-top: 5px;
}

.page-template-default .main-content ul li:first-child {
    margin-top: 5px;
}
.page-template-default .main-content ul li strong{
    text-align:left;
}
.event-content small {
    color: #333;
    font: 400 13px 'PT Serif', serif;
    text-align: left;
}

.event-content img {
    display: block;
    margin-top: 20px;
}

.filters {
    background: #fff;
    padding: 20px 30px;
    border-radius: 4px;
    min-width: 230px;
    margin-right: 20px;
}

.aside {
    min-width: 230px;
    margin-right: 20px;
    float: left;
    width: 26%;
}

.aside-title {
    text-transform: uppercase;
    font: 700 11px 'Open Sans', sans-serif;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.aside .drop {
    padding: 20px;
    background: #fafafa;
    border-bottom: 1px solid #eeeded;
}

.aside .drop-open {
    background: #fff;
}

.aside-module form .white-drop:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.aside .drop ul {
    display: none;
}

.aside .drop.drop-open ul {
    display: block;
}

.aside .drop.drop-open legend {
    margin-bottom: 15px;
}

.aside .drop legend {
    font: 700 11px 'Open Sans', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
}

.aside .drop legend:after {
    content: "\e904";
    font-family: 'icomoon' !important;
    position: absolute;
    font-size: 7px;
    right: 0;
    top: 5px;
    color: #9aa4a9;
}

.aside .drop.drop-open legend:after {
    content: "\e907";
    font-size: 4px;
    color: #3c3d41;
}

.aside .drop ul {
    margin: 0;
    padding: 0;
}

.aside .drop ul li {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    clear: both;
    position: relative;
    overflow: hidden;
}

.aside .drop ul li input {
    position: absolute;
    z-index: -99999;
}

.aside .drop ul li label {
    max-width: 155px;
    font: 600 13px Open-Sans, sans-serif;
    color: #838d8f;
    padding-top: 2px;
}

.aside .drop ul li label span {
    display: inline-block;
    vertical-align: middle;
    max-width: 180px;
}

.aside .drop ul li label span:hover {
    cursor: pointer;
}

.aside .drop ul li label span.check {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background: url(img/checkbox-off.png) center center no-repeat;
    background-size: contain;
    margin-right: 15px;
}

.content-container .vc_row-fluid.download_list,
.search .download_list {
    border: 1px solid #eeeded;
    border-radius: 6px;
    margin: 45px 0 0 !important;
    width: 100%;
}

.aside .drop ul li input:checked + label span.check {
    background: url(img/checkbox-on.png) center center no-repeat;
    background-size: contain;
}

.page-template-default .main-content .download_list p,
.search .main-content .download_list p {
    padding: 15px 20px;
    border-top: 1px solid #eeeded;
    font: 600 15px 'Open Sans', sans-serif;
}

.page-template-default .main-content .download_list p + p {
    margin-top: 0;
}

.download_list a {
    color: #5f9ec1;
}

.page-template-default .main-content .download_list h2,
.search .main-content .download_list h2 {
    padding: 15px 20px;
    margin: 0;
}

/*LISTS*/
.column-list {
    margin-left: -10px;
    overflow: hidden;
    clear: both;
}

.row-list {
    border-radius: 6px;
}

.author .aside {
    background: none;
    padding: 0;
}

.star {
    color: #98abbd;
    padding: 0 5px 0 10px;
    font-size: 20px;
    line-height: 10px;
    margin-bottom: 35px !important;
    display: inline-block;
}

.profil-word,
.profil-item {
    text-align: center;
    width: 217px;
    padding: 5px 0 0;
    height: 420px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 219px;
    vertical-align: bottom;
}
.list-item.profil-item{
    float:left;
}
.profil-item .star {
    position: absolute;
    left: 67%;
    font-size: 2em;
    top: 32px;
    z-index: 200;
}

.profil_F,
.profil_H {
    background: #eee;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.profil-biblio, .profil-bio {
    background: #fff;
    padding: 20px 0;
    border-radius: 4px;
    min-width: 0;
}
.profil-bio p{
    text-align: left;
}
.profil-biblio {
    padding-bottom: 0;
    margin-top: 10px;
}

.profil-biblio h2,
.profil-bio h2 {
    padding: 0 0 20px 20px;
    font: 700 20px 'Montserrat', sans-serif;
    color: #3c3d41;
}

.profil-bio {
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.profil-bio h2 {
    padding-left: 0;
}

.profil-biblio p,
.profil-bio p {
    color: #666d70;
    font: 400 18px 'PT Serif', serif;
    line-height: 27px;
}

.profil-biblio p.empty {
    padding: 0 20px 20px;
    text-align: left;
}

.aside-profil-general, .aside-profil-sociaux {
    text-align: center;
    background: #fff;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 6px;
}

.aside-profil-sociaux {
    padding: 0;
    overflow: hidden;
    clear: both;
}

.profil-word strong,
.profil-item strong,
.aside-profil-general strong {
    font: 700 15px 'Montserrat', sans-serif;
    margin: 15px auto 5px;
    display: block;
}

.profil-word strong,
.profil-item strong {
    max-width: 210px;
}

.profil-langues,
.profil-word .profil-langues span,
.profil-word .specialities span,
.profil-item .profil-langues span,
.profil-item .specialities span,
.aside-profil-general .profil-langues span,
.aside-profil-general .specialities span {
    color: #838d8f;
    font: 400 13px 'PT Serif', serif;
    margin: 0;
    display: block;
}

.profil-langues span,
.profil-word .profil-langues span,
.profil-item .profil-langues span {
    margin: 0 0 5px;
    color: #3c3d41;
}

#lang_sel {
    height: auto;
    width: auto;
    background: #fff;
}

#lang_sel li {
    width: 100% !important;
    float: none !important;
    text-align: center !important;
    /* background: #fff !important; */
}
#lang_sel li.wpml-ls-current-language>a:after{
    right:5px;
}
#lang_sel a, #lang_sel a:visited {
    border: none;
    padding: 15px !important;
    margin: 0;
    line-height: 0;
    background-color: #fff;
}
#lang_sel a.lang_sel_sel{
    padding: 5px 20px 10px 15px !important;
}
.profil-langues ul,
.profil-word .profil-langues ul,
.profil-item .profil-langues ul {
    margin-top: 5px;
}
.search .aside-module{
    padding-bottom: 10px;
}
.aside-profil-general .profil-langues span {
    margin-bottom: 5px;
}

.aside-profil-sociaux .specialities {
    margin-bottom: 10px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
}

.profil-word .specialities,
.profil-item .specialities {
    margin: 0 auto 10px;
    padding: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 96%;
    font: 400 14px 'PT Serif', serif;
}

.profil-item .profil-links {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.profil-item .profil-links li,
.aside-profil-sociaux ul,
.aside-profil-sociaux li {
    max-width: 50%;
    min-width: 33%;
    border-left: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: white;
    height: 100%;
    float: left;
    position: relative;
    padding: 10px 0;
}

.aside-profil-sociaux ul {
    padding: 0;
    border: 0;
}

.page-id-182 .profil-item .profil-links li {
    width: 50%;
}

.profil-item .profil-links li a span {
    color: #666;
    font-size: 22px;
}

.aside-profil-sociaux ul {
    width: 80%;
    max-width: none;
    margin: 0 auto;
    float: none;
    clear: both;
    overflow: hidden;
}

.aside-profil-sociaux li {
    border-left: none;
    padding: 0;
}

.aside-profil-sociaux li a {
    color: #666;
    width: 100%;
    padding: 15px 0;
    cursor: pointer;
}

.profil-word .profil-picture {
    padding-top: 0;
    margin-bottom: 20px !important;
}

.profil-word .profil-picture,
.profil-item .profil-picture,
.aside-profil-general .profil-picture {
    position: relative;
    width: 135px;
    height: 135px;
    color: #000;
    margin: 25px auto 0;
    overflow: hidden;
    border-radius: 80px;
}
.profil-item .profil-picture{
    margin-top: 47px;
}
.aside-profil-general .profil-picture {
    margin-top: 0;
}

.profil-word .categorie-cartel + .profil-picture,
.profil-item .categorie-cartel + .profil-picture {
}

.profil-item .profil-links li:first-child {
    border-left: 0;
}

.profil-langues {
}

.list-item {
    background: #fff;
    margin: 0 8px 20px;
    border-radius: 6px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.biblio-item {
    clear: both;
    overflow: hidden;
    position: relative;
    padding: 20px 20px;
    min-height: 110px;
    border-top: 1px solid #eee;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    height: auto;
    border-radius: 0;
    text-align: left;
}
.biblio-item:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.biblio-item .biblio-left {
    float: left;
    text-align: left;
}

.biblio-item .biblio-right {
    float: right;
    text-align: right;
}

.biblio-item .biblio-left strong {
    font-weight: 600;
    font-size: 15px;
}

.biblio-item .biblio-left .biblio-image {
    float: left;
    overflow: hidden;
    max-width: 250px;
}

.biblio-item .biblio-left .biblio-image img {
    width: 100%;
    height: auto;
}

.biblio-item .biblio-left .biblio-image + div {
    float: left;
    margin-left: 20px;
}

.biblio-item .biblio-left p {
    margin: 7px 0;
    font: 400 13px 'PT Serif', serif;
}

.biblio-item .biblio-right .biblio-date {
    font: 400 13px 'PT Serif', serif;
    color: #666;
}

.biblio-item .biblio-right .biblio-type {
    display: block;
    margin-top: 5px;
    font: italic 400 13px 'PT Serif', serif;
    color: #666;
    float: none;
}

.indice {
    padding-left: 20px;
    margin-bottom: 20px;
    text-align: left;
    display: inline-block;
    position: relative;
    padding-right: 40px;
}

.indice p {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #3c3d41;
    text-align: left;
}

.indice .indice-number {
    vertical-align: top;
    background: #b8c6c7;
    color: #fff;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 800;
    position: absolute;
    right: 0;
}

/*FOOTER*/
footer {
    background: #3b3c40;
}

.footer-container {
    padding: 50px 0;
    max-width: 980px;
    margin: 0 auto;
}

.footer-container ul {
    position: relative;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-right: 9%;
}

.footer-container ul:first-child {
    padding-left: 0;
}

.footer-container ul:nth-child(2):before {
    content: '';
    height: 100%;
    width: 1px;
    background: #4d4f53;
    position: absolute;
    top: 0;
    left: 0;
}

.cim-footer {
    padding-left: 50px;
}

.footer-container ul li {
    display: block;
    margin-bottom: 15px;
}

.footer-container ul li.li-strong + li.li-strong {
    margin-top: -5px;
}

.footer-container ul li.double-line {
    max-width: 150px;
}

.footer-container ul li a {
    display: block;
    color: #9fa0a1;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    font-family: Montserrat, sans-serif;
    max-width: 180px;
}

.footer-container ul li a:hover,
.footer-container ul li a:active,
.footer-container ul li a:focus {
    color: #ecebeb;
}

.footer-container strong,
.footer-container strong ul li a,
.footer-container li.li-strong a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    line-height: 30px;
    font: 700 13px Montserrat, sans-serif;
    margin-bottom: 5px;
}

.sites-footer li a {
    max-width: 170px;
}

.footer-container > a {
    color: #fff;
    display: inline-block;
}

.footer-container .sites-footer li {
    margin-bottom: 20px;
}

.home .content-container {
    background: none;
    padding-top: 0 !important;
}

.padding-three .vc_col-sm-6 {
    padding-right: 10px;
}

.padding-three .vc_col-sm-3 {
    padding: 0 10px;
}

.padding-three .wpb_column:last-child {
    padding-right: 0;
}

/**** VISUAL COMPOSER ******/
.wpb_EFTA_banner {
    text-align: center;
}

.wpb_element_title {
    display: none;
}

.wpb_EFTA_banner .wpb_vc_param_value.title {
    font-size: 30px;
}

.wpb_EFTA_banner .wpb_vc_param_value.link_text {
    border: 1px solid #000;
    padding: 5px 10px;
    border-radius: 6px;
    width: 150px;
    margin: 30px auto 0;
}

.wpb_vc_param_value.title {
    font-weight: 500;
    font-size: 20px;
}
.title_h2,
.main-content .wpb_text_column + h2,
.main-content .wpb_text_column + h3 {
    margin-top: 45px;
}

.profil-infos br {
    display: none;
}
.title_h2,
.page-template-default .main-content h2, .event-content h2 {
    margin: 40px 0 15px;
}
.title_h2, .page-template-default .main-content h2:first-child {
    margin-top: 0;
}

.page-template-default .main-content p + p{
    margin-top: 15px;
}
.page-template-default .main-content p strong{
    font-weight: bold;
    color: #515458;
}
.page-template-default .main-content * + h3,
.page-template-default .main-content * + h4{
    margin-top: 20px;
}
.page-template-default .main-content * + h2{
    margin-top: 60px
}
.page-template-default .main-content h2 + p,
.page-template-default .main-content h3 + p,
.page-template-default .main-content h4 + p{
    margin-top: 20px;
}
.page-template-default .main-content .download_list h2 + p,
.page-template-default .main-content .download_list h3 + p,
.page-template-default .main-content .download_list h4 + p{
    margin-top: 0px;
}
.page-template-default .main-content h2 + h3,
.page-template-default .main-content h2 + h4,
.page-template-default .main-content h3 + h4,
.page-template-default .main-content h4 + h3{
    margin-top: 20px;
}
.download_link {
    display: inline-block;
    text-align: center;
    margin: 50px 0 0;
    font-size: 13px;
    border: 1px solid #ededed;
    border-radius: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
}

.page-template-template-agenda .vc_row.wpb_row.vc_row-fluid,
.page-template-template-membres .vc_row.wpb_row.vc_row-fluid,
.page-template-template-biblio .vc_row.wpb_row.vc_row-fluid {
    /*max-width: 726px;*/
    margin: 0 auto !important;
    text-align: center;
}

.page-template-template-membres .content-container {
    margin-top: 20px !important;
}

.page-template-template-agenda .content-container,
.page-template-template-membres.page-id-182 .content-container,
.page-template-template-biblio .content-container {
    margin: 20px auto 40px !important;
    overflow: hidden;
    clear: both;
}

.author .content-container,
.single-evenement .content-container {
    margin-top: 20px !important;
}

.citation,
.page-template-default .main-content .citation {
    padding: 20px 0;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    margin-top: 20px;
    font: 32px 'PT serif', serif;
}

.menu-mobile {
    display: none;
}

.mobile-nav a {
    margin: 20px auto;
}

.mobile-nav a.grey-btn {
    margin-top: 0;
    display: block;
}

.aside .search input {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
}

.page-template-template-agenda .aside-module,
.page-template-template-biblio .aside-module,
.page-template-template-membres .aside-module {
    padding-bottom: 0 !important;
    background: #fff;
    max-width: 300px;
}

.page-template-template-agenda .aside-module .aside-title,
.page-template-template-membres .aside-module .aside-title,
.page-template-template-biblio .aside-module .aside-title {
    border-bottom: 0;
    padding: 15px 20px 0 !important;
}

.aside .search {
    border-bottom: 1px solid #eeeded;
    padding: 10px 0;
    background: #fff;
}

.drapeau {
    width: 22px;
    display: inline-block;
    margin: 0 3px;
}

.drapeau img {
    width: 100%;
}

/**
CONTACT
**/
.template_contact .breadcrumbs {
    padding-left: 40px;
}

.template_contact + .content-container form {
    padding: 0 50px 70px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.template_contact + .content-container form input,
.template_contact + .content-container form select {
    background: #eee;
    height: 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
    -webkit-box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    border: none;
    padding: 20px;
    font: 300 14px Montserrat, sans-serif;

}
.template_contact + .content-container form input{
    padding: 0 20px;
}
.template_contact + .content-container form div {
    clear: both;
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0 30px;
}

.template_contact + .content-container form div p {
    width: 46%;
    float: right;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font: 700 15px 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

.template_contact + .content-container form div p:first-child {
    float: left;
}

.template_contact + .content-container form div p:last-child {
    padding-right: 0;
}

.template_contact + .content-container form textarea {
    background: #eee;
    margin-top: 10px;
    -webkit-box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    border: none;
    padding: 20px;
}

.template_contact + .content-container form .message_container {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font: 700 15px 'Open Sans', sans-serif;
    letter-spacing: 1px;
}
.template_contact + .content-container form .message_container +p{
    float:left;
    margin:20px 0
}
.template_contact + .content-container form > p {
    padding: 20px 45px 0;
    text-align: right;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.template_contact + .content-container form input[type="submit"] {
    display: inline-block;
    width: 175px;
    float:left;
    height: auto;
    padding: 10px;
    border-radius: 17px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #78a2bc;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.template_contact + .content-container form select {
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #eee url("img/background-dropdown.png") 95% center no-repeat;
}

div.wpcf7-validation-errors {
    border: none;
}

@media (max-width: 992px) {
    .author .main-content.clear{
        width: 65%;
    }
    .main-content, .event-content {
        width: 65%;
    }

    .menu-mobile {
        display: block;
        padding: 11px 0;
        position: absolute;
        right: 10px;
        top: 63px;
        z-index: 200;
        -webkit-transition: right 0.3s;
        -o-transition: right 0.3s;
        transition: right 0.3s;
        font: 700 13px 'Montserrat', sans-serif;
        color: #fff;
    }

    .bottom-header .main-nav ul li a {
        display: block;
    }

    .bottom-header .main-nav ul li.current_page_item a {
        border-bottom: none;
    }

    .bottom-header .main-nav ul .icon-mission:before,
    .bottom-header .main-nav ul .icon-mission > a:before {
        display: none;
    }

    .header .sup-header {
        height: 0;
    }

    .header-container {
        height: 100%;
        padding-right: 25px;
    }

    .top-header .header-container {
        padding-right: 0;
    }

    .menu-sites-nav-container, .main-nav {
        display: none;
    }

    .header.header-fixed .sup-header {
        height: 64px;
    }

    .header.header-fixed .sup-header a,
    .header.header-fixed .sup-header .search {
        display: inline-block;
    }

    .header .sup-header .lang {
        display: none;
    }

    .main {
        padding-top: 111px;
    }

    .banner-container h1 {
        font-size: 40px;
    }

    .content-container .vc_row-fluid {
        width: 95%;
        margin: 0 auto !important;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .president-word {
        padding: 30px 15px 30px 15px !important;
    }

    .president-word .profil-word {
        width: 35%;
        padding: 20px;
        min-width: 0;
    }

    .president-word .text-word {
        width: 61%;
        margin-left: 20px;
        padding-bottom: 80px;
    }

    .president-word .text-word p {
        font-size: 14px;
        line-height: 24px;
        height: 165px;
        overflow: hidden;
    }

    .vc_btn3-container.vc_btn3-inline a.vc_general {
        font-size: 12px;
        letter-spacing: 0;
    }

    .padding-three .wpb_column {
        width: 33%;
    }

    .home .content-container {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .home-agenda li:last-child {
        display: none;
    }

    .home-agenda li a {
        overflow: hidden;
        clear: both;
        word-break: break-all;
        white-space: nowrap;
        display: block;
        max-width: 170px;
    }

    .home-agenda li a strong {
        max-height: 10px;
        overflow: hidden;
    }

    .home-agenda .container-button {
        height: auto;
    }

    .home-agenda .container-button > a {
        float: none;
        position: static;
        width: 75%;
        margin: 10px auto;
        text-align: center;
    }

    .home-agenda .container-button > a:last-child {
        margin-top: 20px;
    }

    .footer-container {
        padding: 50px 90px;
        position: relative;
    }

    .membres-footer,
    .membres-footer + a {
        position: absolute !important;
        top: 90px;
        margin-right: 0;
    }

    .membres-footer + a {
        top: 40px;
    }

    .home-agenda {
        height: auto;
    }

    .cta-home {
        height: 280px;
    }

    .page-template-default .main-content p, .page-template-default .main-content li, .event-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .page-template-default .content-container {
        width: 95%;
    }

    .page-template-default .aside + .main-content {
        padding-right: 15px;
        width: 59%;
    }

    .page-template-default .breadcrumbs {
        width: 95%;
        padding-left: 275px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .banner-container a {
        display: none;
    }

    .template_mission .banner-container h1 {
        max-width: 500px;
    }

    .content-container {
        margin-bottom: 0 !important;
        padding-bottom: 20px !important;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .content-container .vc_row-fluid.aside-module {
        display: block;
    }

    .page-template-template-membres p strong {
        display: block;
    }

    .page-template-template-agenda .content-container,
    .page-template-template-membres .content-container,
    .page-template-template-biblio .content-container {
        width: 95%;
        margin: 20px auto 40px !important;
    }

    .page-template-template-membres p {
        padding: 0 60px;
        font-size: 14px;
        line-height: 20px;
    }

    .profil-word,
    .profil-item,
    .event-list-item {
        width: 50%;
        margin: 0 5px 10px;
        max-width: 227px;
    }

    .profil-biblio, .profil-bio {
        min-width: 0;
    }

    .author .main,
    .single-evenement .main {
    }

    .biblio-right {
        display: none;
    }

    .biblio-item .categorie-cartel {
        margin-bottom: 0;
    }

    /** Menu mobile **/
    .main-nav {
        background: #fff;
        position: absolute;
        right: -1000px;
        top: 3px;
        height: 100vh;
        width: 38%;
        z-index: 300;
        display: block;
        -webkit-transition: right 0.3s;
        -o-transition: right 0.3s;
        transition: right 0.3s;
    }

    .header.open .main-nav {
        right: 0;
        -webkit-transition: right 0.3s;
        -o-transition: right 0.3s;
        transition: right 0.3s;
    }

    .header.header-fixed .main-nav {
        top: 64px;
    }

    .header .main-nav ul li {
        display: block;
        border-bottom: 1px solid #fff;
    }

    .bottom-header .link-bibliographie:before {
        display: none;
    }

    .mobile-nav {
        display: block;
        text-align: center;
    }

    .mobile-nav .deconnexion-btn {
        margin: 10px auto;
    }

    .header .mobile-nav .lang {
    }

    .header.open .mobile-nav .lang {
        display: inline-block;
        vertical-align: middle;
        margin-top: 5px;
    }

    #lang_sel a {
        padding: 0;
    }

    .header.open .menu-mobile {
        right: 40%;
        -webkit-transition: right 0.3s;
        -o-transition: right 0.3s;
        transition: right 0.3s;
        color: #fff;
        font: 700 13px 'Montserrat', sans-serif;
    }

    .header.header-fixed .menu-mobile {
        top: 63px;
    }

    .header .menu-mobile {
        top: 0;
    }

    .header.header-fixed #logincontainer.open {
        top: 63px;
    }

    .header #logincontainer.open {
        top: 0;
    }

    #logincontainer.open {
        height: 100vh;
        width: 35%;
        right: 0;
    }

    .header #logincontainer.open {
        display: block;
    }

    .header ul li .sub-menu {
        position: static;
        border: none;
        padding: 0;
    }

    .header ul li .sub-menu li {
        background: #fff;
        border: none;
    }

    .header ul li .sub-menu li a {
        background: #fff;
        border: none;
        padding: 15px 20px;
    }

    .sup-header .container {
        padding: 12px 0;
    }

    #logincontainer form {

        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -70%);
                -ms-transform: translate(-50%, -70%);
            transform: translate(-50%, -70%);

    }

    .author .main-content, .page-template-template-membres .main-content, .page-template-template-agenda .main-content {
        width: 65%;
    }

    .search-mobile {
        padding: 8px 10px 40px;
    }

    .search-mobile .search {
        display: inline-block;
        float: left;
    }

    .search-mobile .lang {
        float: right;
        padding: 0;
    }

    .search-mobile .icon-search {
        padding: 0;
        margin: 0;
    }

    .bottom-header .main-nav nav > ul > li.current_page_item a {
        border-bottom: 0;
    }
}

@media (max-width: 768px) {
    .profil-item .star {
        left: 53%;
    }

    .author .main-content.clear{
        width: 95%;
        margin: 0 2% 2% !important;
        float: none;
    }
    /**
    CONTACT
    **/
    .template_contact + .content-container form div {
        padding-bottom: 0;
    }

    .template_contact + .content-container form div p {
        width: 100%;
        padding: 0 0 30px;
    }

    .main {
        padding-top: 50px;
    }

    .content-container .vc_row-fluid {
        width: 95%;
        margin: 0 auto !important;
        display: block;
    }

    .content-container .cta-grey {
        margin: 20px auto 0;
    }

    .home-agenda .container-button {
        width: 100%;
    }

    .padding-three .wpb_column {
        width: 100%;
    }

    .header {
        top: 0;
    }

    .sup-header {
        height: 0;
    }

    .bottom-header {
        width: 100%;
        height: 50px;
    }

    .bottom-header .logo {
        margin-left: 125px;
        border-top: none;
    }

    .footer-container {
        padding: 40px 40px 20px 40px;
    }

    .membres-footer + a {
        position: absolute;
        right: 40px;
        top: 40px;
        left: auto;
    }

    .sites-footer li a {
        margin-bottom: 10px;
    }

    .sites-footer li a {
        max-width: 220px !important;
    }

    .footer-container ul li:last-child {
        margin-bottom: 0;
    }

    .content-container .president-word.vc_row-fluid {
        margin-top: 20px !important;
        padding: 30px 20px 30px 20px !important
    }

    .president-word .btn-right.vc_btn3-container.vc_btn3-inline{
        position: static;
        display: inline-block;
        margin: 20px auto 0;
    }
    
    .home-agenda .container-button > .btn-right {
       width: 200px;
       margin: 0 auto;
    }

    .president-word .text-word {
        width: 100%;
        padding-bottom: 0;
        min-height: 0;
        margin: 0;
        text-align: center;

    }

    .president-word .btn-left.vc_btn3-container.vc_btn3-inline {
        position: static;
        margin: 20px auto 0;
        display: block;
        width: 130px;
    }

    .membres-footer + a {
        left: 40px;
        top: 80px;
        right: auto;
    }

    .president-word .text-word h2, .home-agenda h3 {
        font-size: 20px;
    }
    .president-word .text-word h2{
        text-align: center;
    }
    .home-agenda .container-button > a {
        width: 90px;
        text-align: center;
    }

    .home-agenda li:last-child {
        display: block;
    }

    .home-agenda li a {
        max-width: none;
        white-space: normal;
    }

    .home-agenda li a strong {
        max-height: 25px;
    }

    .padding-three .wpb_column {
        padding: 0;
    }

    .cta-home h3 {
        -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        left: 50%;
        max-width: 260px;
    }

    .cta-home p {
        -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        left: 50%;
        max-width: 260px;
        padding-top: 0;
        top: 50%;
    }

    .title-container {
        margin-top: 60px !important;
    }

    .title-container h1 {
        font-size: 25px;
    }

    .banner-container h1 {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: -2px;
        padding: 0 10px;
    }

    .page-id-37 .banner-container h1 {
        max-width: 350px;
    }

    .banner-container strong {
        font-size: 18px;
    }

    .content-container .vc_row-fluid {
        width: 100%;
    }

    .page-template-default .breadcrumbs {
        display: none;
    }

    .content-container {
        display: block;
        padding: 0 !important;
    }

    .page-template-default .main-content {
        padding: 0 20px 20px;
        width: 100%;
        margin-top: 0;
    }

    .page-template-default .aside {
        width: 85%;
        margin: 20px auto 20px !important;
    }

    .aside-module h3 {
        max-width: 210px;
        margin: 0 auto;
    }

    .aside-module ul {
        margin-left: 35px;
    }

    .template_mission .banner-container h1 {
        max-width: 300px;
    }

    .template_mission .banner-container strong,
    .template_charte .banner-container strong {
        font-size: 30px;
    }

    .template_charte .banner-container h1 {
        max-width: 240px;
    }

    .page-template-default .content-container {
        padding-top: 20px !important;
    }

    .page-template-default .main-content li {
        margin-top: 20px;
    }

    .download_link {
        font-size: 12px;
    }

    .main-content {
        text-align: center;
        float: none;
        margin: 0 auto !important;
        width: 95%;
    }

    .page-template-template-biblio .main-content {
        float: none;
        width: 100%;
    }

    .author .main-content, .page-template-template-membres .main-content, .page-template-template-agenda .main-content {
        float: none;
        width: 100%;
    }

    .title_h2,.main-content p, .main-content h1, .main-content h2, .main-content h3, .main-content li {
        text-align: left;
    }

    .page-template-template-membres p {
        text-align: left;
        padding: 0 2%;
    }

    .column-list {
        margin-left: auto;
        margin-right: auto;
        width: 95%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .main-content .column-list p, .main-content .column-list strong, .main-content .column-list li {
        text-align: center;
    }

    .profil-item,
    .event-list-item {
        width: 100%;
        max-width: none;
        margin: 10px 0 !important;
    }

    .page-template-template-agenda .breadcrumbs,
    .page-template-template-membres .breadcrumbs,
    .page-template-template-biblio .breadcrumbs,
    .author .breadcrumbs,
    .single-evenement .breadcrumbs {
        display: none;
    }

    .page-template-template-agenda .main,
    .page-template-template-membres .main,
    .page-template-template-biblio .main {
        padding-top: 0;
    }

    .author .main,
    .single-evenement .main {
    }

    .page-template-template-agenda .main + .vc_row.wpb_row.vc_row-fluid,
    .page-template-template-membres .main + .vc_row.wpb_row.vc_row-fluid,
    .page-template-template-biblio .main + .vc_row.wpb_row.vc_row-fluid {
        width: 95%;
        margin: 0 auto !important;
    }

    .page-template-template-biblio .content-container {
        margin-bottom: 0 !important;
    }

    .aside {
        margin: 0 auto !important;
        padding: 0 !important;
        width: 95%;
        float: none;
    }

    .page-template-template-biblio .aside-module {
        margin-bottom: 20px;
    }

    .biblio-item .biblio-left strong {
        max-width: 60%;
        display: block;
        line-height: 24px;
    }

    .biblio-item .biblio-right {
        position: absolute;
        display: block;
        right: 20px;
    }

    .aside-profil-general {
        margin-bottom: 10px;
    }

    .aside-profil-sociaux {
        margin-bottom: 30px;
    }

    .author .title-container {
        -webkit-box-align: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center;
        height: 135px;
        margin-top: 0 !important;
    }

    .single-evenement .title-container {
        -webkit-box-align: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center;
        height: 75px;
        margin: 0 auto !important;
    }

    .author .title-container h1,
    .page-template-template-membres .title-container h1,
    .page-template-template-biblio .title-container h1,
    .single-evenement .title-container h1 {
        margin: 0 auto;
        font-size: 30px;
    }

    .author .title-container a,
    .single-evenement .title-container a {
        float: none;
        margin-top: 25px;
    }

    .biblio-item .biblio-left .biblio-image {
        float: none;
        max-width: 200px;
    }

    .biblio-item .biblio-left .biblio-image + div {
        float: none;
        margin: 20px 0 0;
    }

    .event-list-item {
        height: 260px;
        /* padding: 20px; */
    }

    .event-content {
        text-align: left;
        float: none;
        width: 95%;
        margin: 20px auto !important;
    }

    .header.header-fixed .main-nav,
    .header .main-nav {
        top: 0;
        width: 65%;
    }

    .header .top-header,
    .header.header-fixed .top-header {
        display: block;
    }

    .header.header-fixed .bottom-header .logo {
        border: none;
    }

    .header.header-fixed .top-header .search, .header.header-fixed .top-header .lang, .header.header-fixed .sup-header .container a {
        display: none;
    }

    .header.header-fixed .top-header {
        height: 0;
    }

    .header .top-header .lang {
        top: 10px;
    }

    .header.header-fixed .menu-mobile,
    .header .menu-mobile {
        top: 13px;
        padding: 0;
    }

    .header .sup-header .logo {
        padding: 0;
        left: 20px;
        -webkit-transition: left 0.3s;
        -o-transition: left 0.3s;
        transition: left 0.3s;
    }

    .header .logo {
        bottom: -45px;
    }

    .header.header-fixed .logo {
        bottom: 19px;
    }

    .header.open .logo {
        left: -200px;
        -webkit-transition: left 0.3s;
        -o-transition: left 0.3s;
        transition: left 0.3s;
    }

    .header .bottom-header .logo {
        -webkit-transition: margin-left 0.3s;
        -o-transition: margin-left 0.3s;
        transition: margin-left 0.3s;
    }

    .header.open .bottom-header .logo {
        margin-left: -200px;
        -webkit-transition: margin-left 0.3s;
        -o-transition: margin-left 0.3s;
        transition: margin-left 0.3s;
    }

    .header.open .menu-mobile {
        right: 90%;
    }

    .header.header-fixed .main-nav, .header .main-nav {
        width: 85%;
    }

    .icon-burger-text {
        display: none;
    }

    .header #logincontainer.open,
    .header.header-fixed #logincontainer.open {
        top: 0;
    }

    #logincontainer.open {
        width: 81%;
    }

    .page-template-template-agenda .aside-module, .page-template-template-biblio .aside-module, .page-template-template-membres .aside-module {
        max-width: none;
        margin-bottom: 20px !important;
    }

    .sup-header .container {
        float: none;
        display: none;
    }

    .banner-container {
        height: 195px !important;
        padding: 40px;
    }

    .page-title a {
        margin: 0 auto;
        float: none;
    }

    .header .sup-header a.logo {
        padding: 0;
    }

    .breadcrumbs {
        display: none;
    }

    .biblio-item .biblio-right .biblio-date {
        width: 29px;
        overflow: hidden;
        display: block;
        height: 15px;
        float: right;
    }
}

@media (max-width: 580px) {
    .profil-item strong {
        max-width: none;
    }

    .profil-item,
    .event-list-item {
        max-width: none;
    }
    .mobile-nav .search input{
        max-width: 120px;
    }
}

.profil-word {
    border: 1px solid #ededed;
    border-radius: 6px;
}

.aside-content {
    padding: 20px 0;
}

.board-list {
    padding-bottom: 20px !important;
    clear: both;
    overflow: hidden;
}

.profil-picture img {
    width: 100%;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    position: absolute;
}

.aside-module .hide {
    display: none;
}

.clear .main-content {
    padding: 0;
    background: none;
}

.icon-arrow-left-white:before {
    margin-right: 10px;
    font-size: 8px;
    vertical-align: middle;
}
.profil-contact{
    margin: 20px auto;
}
.profil-contact li,
.profil-contact li a {
    color: #5f9ec1;
    font: 700 11px 'Open sans', sans-serif;
    margin: 5px auto;
    display: block;
}
.biblio-item.no-results {
    min-height: 0;
}

.no-results {
    list-style: none;
}

.biblio-item .categorie-cartel {
    margin-bottom: 0;
}

#loader {
    display: none;
    float: none;
    padding: 20px;
    text-align: center;
    clear: both;
    background: none;
}

span.profil_H:before,
span.profil_F:before {
    content: '\e914';
    font-family: icomoon !important;
    color: #ccc;
    display: block;
    font-size: 40px;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 36%;
    top: 33%;
}

.no-biblio {

    min-height: 0;
    color: #666d70;
    font: 400 18px 'PT Serif', serif;
    line-height: 27px;

}

.profil-item .profil-links li.col-sm-3 {
    width: 33%;
}

.profil-item .profil-links li.col-sm-6 {
    width: 50%;
}

.profil-item .profil-links li.col-sm-12 {
    width: 100%;
    max-width: none;
}

.smtextfield input,
a,
input[name="search"] {
    cursor: pointer;
}

.page-template-default #special .main-content {
    padding-right: 0 !important;
}

.page-template-default #special .main-content .profil-word {
    width: 45%;
    margin: 0 10px 20px;
}
.full .profil-word{width: 31%;margin-left: 1%;margin-right: 1%;margin-bottom: 20px;}
@media (max-width: 992px) {
    .page-template-default #special .main-content .profil-word {
        width: 95%;
        max-width: none;
    }

    .page-template-default #special .main-content {
        width: 61%;
    }
    .full .profil-word{width: 48%;max-width: none;margin-bottom: 12px;}
}

@media (max-width: 768px) {
    .page-template-default #special .main-content {
        width: 100%;
    }

    .page-template-default #special .main-content {
        padding-right: 20px !important;
    }
    .page-template-default .aside + .main-content{
        width: 85%;
        padding-right: 0;
    }

    .cim-footer, .membres-footer {
        display: none !important;
    }
    .sites-footer {
        margin-top: 130px;
    }

    .sites-footer > li:nth-child(2) {
        position: absolute;
        top: -150px;
    }
    .president-word{
        text-align: center;
    }
    .profil-word{
        margin-bottom: 20px;

    }
}

@media (max-width: 580px) {

    .page-template-default #special .main-content .profil-word {
        width: 90%;
    }

    .star {
        float: left;
        padding-left: 0;
    }
    .full .profil-word{width: 95%;margin-left: auto;margin-right: auto;float: none;display: block;}
}

.page-template-default .main-content ul.country,
ul.country {
    margin-bottom: 10px;
}

.page-template-default .main-content ul.country li,
ul.country li {
    display: inline-block;
    text-transform: uppercase;
    color: #3c3d41;
    font-size: 10px;
    letter-spacing: 0.1em;
    font-weight: 700;
}

.profil-item ul.country {
    margin-bottom: 0;
    margin-top: 5px;
    max-width: 150px;
    margin: 10px auto 15px;
}

.page-template-default .main-content ul.country > li {
    padding: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-top: 0;
}

.page-template-default .main-content .profil-word .profil-picture,
.profil-item .profil-picture {
    margin-top: 50px;
}

.page-template-default .main-content p.specialities {
    line-height: 18px;
    text-align: center;
}

.page-template-template-membres p strong {
    margin-top: 10px;
}

.profil-word .categorie-cartel {
    margin-bottom: 0;
    margin-top: 20px;
}

.single-evenement .main-content a {
    color: #5f9ec1;
    font-family: 'Open Sans', sans-serif;
}

.aside .profil-word{
    height: auto;
    width: 85%;
    padding-bottom: 25px;
    max-width: none;
    min-width: 0;
    margin: 5px auto;
    display: block;
    clear: both;
    overflow: hidden;
    min-height: 0;
}
.president-word .profil-word{
    height: auto;
    padding-bottom: 25px;
    width: 100%;
    min-height: 0;
}
.drop-year .profil-word {
    height: auto;
    min-height: 0;
    border-radius: 0;
    padding-top: 12px;
    border:none;
    padding-bottom: 10px;
}

.drop-year .profil-word .categorie-cartel {
    margin-top: 0;
    float: left;
    font-size: 10px;
}

.drop-year .profil-word .country,
.drop-year .profil-word .specialities,
.drop-year .profil-word .profil-langues {
    display: none;
}

.drop-year .profil-word strong {
    float: left;
    width: 120px;
    font-size: 13px;
    text-align: left;
    margin-top: 10px;
}

.drop-year .profil-word .profil-picture {
    float: right;
    height: 50px;
    width: 50px;
    margin-top: -5px !important;
    margin-bottom: 0 !important;
}
.vc_tta.vc_general .vc_tta-panel.vc_active, .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body{
    background: none;
    padding: 5px 0;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a{
    font:14px 'Open sans',sans-serif
}
.full.vc_column_container{
    padding-right: 2%;
    padding-left: 2%;
}
.full.vc_column_container>*:first-child{
    padding-top: 1%;
}
.full.vc_column_container>*:last-child{
    padding-bottom: 1%;
}
.full.vc_column_container p,
.full.vc_column_container h2,
.full.vc_column_container h3{
    padding: 0 1%;
}
.full .wpb_content_element + .profil-word{
    margin-top: 30px;
}
.restart{
    border: 1px solid #ededed;
    display: block;
    border-radius: 30px;
    background: none;
    width: 75%;
    margin: 5px auto;
    color : #666;
    font-size: 12px;
    padding: 10px 18px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.03em;
    text-align: center;
}
.txt-intro {
    max-width: 980px;
    width: 100%;
    margin: 20px auto !important;
    float: none !important;
}
.txt-intro p{
    line-height: 24px;
    font: 14px 'PT sans serif', serif;
    padding-bottom: 10px;
}
.txt-intro strong{
    margin-top: 5px;
    font-weight: 600;
}
.txt-intro h1{
    font: 700 18px 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 15px;
}
.txt-intro h2{
    font: 700 16px 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 10px;
}
.txt-intro h3{
    font: 700 14px 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
}
/*.txt-intro.member strong:before{*/
/*font-family: 'icomoon' !important;*/
/*vertical-align: middle;*/
/*content: "\e90a";*/
/*color: #98abbd;*/
/*margin-right: 5px;*/
/*display: inline-block;*/
/*}*/

img.star_member{
    width: 14px;
    height: 14px;
}
.main-content p i,
.main-content p em{
    font-style : italic !important;
}
.main-content p strong{
    font-weight: bold !important;
}