@font-face {
    font-family: 'Gotham Bold';
    src: url('fonts/Gotham-Bold.eot');
    src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gotham-Bold.woff2') format('woff2'),
    url('fonts/Gotham-Bold.woff') format('woff'),
    url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'Gotham Medium';
    src: url('fonts/Gotham-Medium.eot');
    src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gotham-Medium.woff2') format('woff2'),
    url('fonts/Gotham-Medium.woff') format('woff'),
    url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 350;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'Gotham Light';
    src: url('fonts/Gotham-Light.eot');
    src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gotham-Light.woff2') format('woff2'),
    url('fonts/Gotham-Light.woff') format('woff'),
    url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/Gotham-Book.eot');
    src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gotham-Book.woff2') format('woff2'),
    url('fonts/Gotham-Book.woff') format('woff'),
    url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: 325;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

html {
    font-family: 'Lato', sans-serif;
    margin-top: 0 !important;
}

body {
    font-family: 'Lato', sans-serif !important;
    margin: 0;
    font-size: 10px;
    padding-top: 141px;
    color: #575757;
}

body.logged-in {
    padding-top: 141px;
}

a {
    cursor: pointer;
}

a:focus {
    /*outline: thin dotted;*/
    outline: none;
    text-decoration: none;
}

a:hover,
a:active {
    outline: 0;
}

.text-center {
    text-align: center;
}

.gform_wrapper .ginput_complex.ginput_container {
    overflow: visible !important;
}

.article-navigation a {
    color: #A7A6A6;
    font-size: 14px;
}

.gform_wrapper .gform_body {
    margin-top: 0px;
}

.top-header .gform_wrapper .gform_footer input[type=submit] {
    float: right;
}

.article-navigation a:hover {
    text-decoration: none;
    color: #333;
}

.article-navigation .prev {
    float: left;
}

.article-navigation .next {
    float: right;
}

.modal-header.annuaire img {
    max-height: 100%;
}

.modal-header.annuaire {
    border-bottom: 0px;
}

.titre-tableau {
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.chiffres {
    text-align: center;
    font-size: 1.5rem;
    color: #17293d;
    font-weight: bold;
    min-height: 120px;
    margin-bottom: 20px;
}

.espace-btn {
    font-size: 13px;
    background-color: #FAB70A;
    color: #FFF;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-transform: uppercase;
    margin-top: 5px;
    border-radius: 3px;
}

.espace-btn:hover {
    background-color: #17293f;
    text-decoration: none;
    color: #fff;
}

.site-header .social-link {
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
    vertical-align: top;
}

.site-header .social-link.in {
    margin-right: 0;
}

.right-part-menu {
    float: right;
    margin-top: 17px;
    width: 145px;
    transition: all 0.5s ease;
}

.affix .right-part-menu {
    width: 295px;
}

.site-header .navbar > .container .navbar-brand {
    margin-left: 0;
}

.navbar-collapse {
    padding: 0;
}

.top-header {
    height: 40px;
    /*background-color: #1E344B;*/
    background-color: #3AB2D0;
}

.top-social {
    position: absolute;
    top: 0;
    left: 15px;
}

.top-creator {
    position: absolute;
    top: 0;
    right: 15px;
}

.form-newsletter {
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    width: 700px;
    margin: 0 auto;
}

.form-newsletter p {
    line-height: 40px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 11px;
}

.navbar-form .form-control {
    height: 30px;
    padding-left: 10px;
    border-radius: 15px;
    border: none;
}

.navbar-form {
    display: inline-block !important;
    position: relative;
    margin-top: 0 !important;
}

.navbar-form button[type="submit"] {
    right: 0;
}

.newsletter-form {
    /*	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;*/
    background-color: #FAB70A;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    /*background-color: #1E344B;*/
}

.top-header .social-link {
    margin: 5px 5px 5px 0;
}

.top-header .gform_wrapper {
    display: inline-block;
    position: relative;
    margin: 0;
    max-width: 100%;
}

.top-header .gform_wrapper ul {
    list-style: none;
}

#input_6_2 {
    width: 300px;
    border-radius: 15px;
    border: none;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
}

.top-header .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    right: 0;
}

.top-header .gform_wrapper .top_label .gfield_label {
    display: none;
}

.slick-slider {
    margin-bottom: 0px;
}

.page {
    background-color: #fff;
}

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

.page .h-annuaire img {
    width: 100%;
}

.bandeau-page {
    height: 217px;
    background-position: center center;
    background-size: cover !important;
}

.bandeau-page.blur-img {
    height: 220px;
    background-position: center center;
}

.sidebar-container {
    background-color: #FFF;
}

.zone-contenu {
    background-color: white;
    padding: 30px 0;
    border-bottom: 2px solid #3AB2D0;
    margin: 30px 0;
}

.societe-titre {
    font-size: 29px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0 0;
    font-family: 'Gotham Bold';
    color: #1E344B;
}

.societe-titre strong {
    font-weight: 300;
    color: #3AB2D0;
}

.gform_title {
    display: none;
}

.zone-contenu h1 {
    font-size: 29px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Gotham Bold';
    color: #1E344B;
}

.zone-contenu .citation {
    font-size: 1.7em;
    padding-bottom: 10px;
    font-style: italic;

    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
}

.zone-contenu .citation strong {
    color: #3AB2D0;
    font-weight: 600;
}

.zone-contenu .citation::before {
    position: absolute;
    content: "";
    display: block;
    width: 36px;
    height: 22px;
    background: url('images/guillemets-start.png');
    z-index: 9999;
    left: 0px;
    top: -30px;
}

.zone-contenu .citation::after {
    position: absolute;
    content: "";
    display: block;
    width: 36px;
    height: 22px;
    background: url('images/guillemets-end.png');
    z-index: 9999;
    right: 10px;
    bottom: -10px;
}

.zone-picto {
    text-align: center;
    font-size: 1.5rem;
}

.zone-picto .icone {
    width: 60px;
    height: 60px;
    margin: 20px auto 0px;
}

.zone-picto .icone img {
    max-height: 100%;
}

.zone-picto h3 {
    color: #3AB2D0;
    font-size: 2rem;
    font-weight: 700;
}

.zone-picto p {
    font-size: 1.5em;
    line-height: 1.2em;
}

.zone-picto-2col.zone-picto p {
    text-align: justify;
}

.zone-picto .default-btn {
    font-size: 1.5rem;
}

.rubrique-titre h2 {
    font-weight: 700;
    font-size: 1.4em;
    text-transform: uppercase;
}

.contenu {
    font-size: 1.5em;
}

.contenu ul {
    list-style: none;
    padding: 0;
    margin: 0px 0px 20px;
}

.contenu ul li {
    padding-left: 1em;
    text-indent: -.7em;
}

.gform_body ul li {
    text-indent: 0em !important;
}

#field_6_2 input {
    color: #333;
}

/*#gform_wrapper_6 .gform_body {
  position: relative;
}*/

.contenu ul li:before {
    content: "• ";
    color: #3AB2D0;
}

.contenu ul li strong {
    color: #3AB2D0;
}

.contenu p {
    text-align: justify;
    margin-bottom: 30px;
}

.contenu strong {
    color: #3AB2D0;
}

.zone-contenu .default-btn {
    border: 1px solid #3AB2D0;
    min-width: 250px;
    margin: 30px auto;
}

.filtres .default-btn {
    margin: 15px 0 0 0;
    height: 45px;
    padding: 5px 10px;
    line-height: 36px;
    width: 100%;
}

.actualites .default-btn:hover, .default-btn:hover {
    background-color: #fff;
    color: #3AB2D0;
    text-decoration: none;
}

.temoignage-citation .default-btn:hover, .se-lancer .default-btn:hover {
    background-color: #17293f;
    color: #fff;
    text-decoration: none;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    cursor: pointer;
    background-color: #3AB2D0;
    color: white !important;
    text-decoration: none;
}

.titre-dans-contenu {
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

.gourvernance {
    margin-top: 20px;
}

.gourvernance .infos {
    font-size: 1.4em;
}

.gourvernance .infos i {
    width: 30px;
    padding-top: 3px;
    text-align: center;
    color: #17293f;
}

.gourvernance .infos .label-gouvernance {
    font-weight: 800;
    color: #3AB2D0;
    width: 100px;
    float: left;
}

.gourvernance .photo {
    width: 100%;
    height: 160px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 3px;
}

.photo-column {
    padding-right: 0;
}

.gourvernance .photo img {
    max-width: 100%;
}

.gourvernance .nom, .gourvernance .fonction {
    margin-bottom: 15px;
}

.gourvernance .nom {
    color: #3ab2d0;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.2em;
    text-transform: uppercase;
}

.gourvernance .fonction {
    color: #fab70a;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.zone-contenu .gform_wrapper .top_label input.medium {
    width: 100% !important;
    height: 30px !important;
}

.zone-contenu .gform_wrapper .top_label select.medium {
    width: 100%;
    height: 30px;
    font-size: 1.4rem;
}

.zone-contenu .gform_wrapper .top_label input.medium {
    font-size: 1.4rem;
}

.zone-contenu .gform_wrapper textarea.medium {
    width: 100% !important;
    border: 1px solid #cbcbcb;
}

.zone-contenu .gform_wrapper .top_label .gfield_label {
    color: #3AB2D0;
    margin-bottom: 0 !important;
    font-size: 1.4rem;
    font-weight: 700;
}

.zone-contenu .gform_wrapper .gform_footer input[type=submit] {
    height: 40px;
    margin: 0px auto;
    font-weight: 400;
    border: 0px;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 12px;
    font-size: 1.5rem;
    line-height: 40px;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.3s ease;
    font-family: 'Gotham Medium';
    background-color: #FAB70A;
    color: #FFF;
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
    border: none;
}

.gform_wrapper form li, .gform_wrapper li {
    padding-left: 0;
}

.zone-contenu .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #3AB2D0;
}

.titre-temoignages-page {
    margin-top: -20px;
    font-size: 2.5em;
    font-weight: 100;
    color: #17293f;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Gotham Bold';
}

.temoignages-nav.temoignages-nav-page {
    margin-bottom: 50px !important;
}

/*------------------ Modale Newsletter------------------*/

.newsletter .modal-title {
    background: #3AB2D0 !important;
    color: #fff !important;
    padding: 20px !important;
    text-transform: uppercase !important;
}

.newsletter .modal-body {
    font-size: 14px !important;
}

.site-header {
    background-color: #fff;
}

/* Page implantation */

.retour-btn {
    margin: 0px auto;
    font-weight: 400;
    border-radius: 4px !important;
    border: 0px;
    width: 250px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 10px;
    font-size: 1.6em;
    background-color: #FAB70A;
    color: white;
    margin-top: 20px
}

.implantation {
    margin-bottom: -30px;
}

.contact iframe {
    max-width: 100%;
    width: 100%;
}

.js-address-container p {
    margin-bottom: 0;
    text-align: center !important;
}

.single-reseaux .temoignages,
.single-reseaux .evenements {
    margin-top: 80px;
}

.single-reseaux .partenaires {
    padding: 20px 0;
    margin: 20px 0 50px;
}

.single-reseaux .partenaires-slideshow {
    padding: 0;
    margin: 0;
}

.implantation .ligne-info {
    font-size: 1.5em;
    margin-bottom: 20px;
    text-align: justify;
}

.implantation .label-temoignage {
    color: #3AB2D0;
    font-weight: 700;
}

.implantation .label-temoignage i {
    color: #17293f;
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.implantation h2 {
    color: #3AB2D0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.8em;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'Gotham Bold';
}

.implantation .contact h2 {
    font-family: 'Gotham Bold';
    margin-bottom: 50px;
}

.implantation p {
}

.mission {
    text-align: justify;
}

.image-mission {
    margin-top: -20px;
    text-align: center;
}

.side-equipe .photo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px auto 0px;
}

.side-equipe .infos {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.side-equipetestimonials .photo img {
    max-width: 100%;
}

.side-equipe .infos .identite {
    font-size: 1.6em;
    color: #000000;
    line-height: 1.2em;
}

.side-equipe .infos .fonction {
    font-size: 1.5em;
    text-transform: uppercase;
    color: #269dbc;
}

.side-equipe .slick-dots li {
    border: 1px solid #3AB2D0;
    width: 7px;
    height: 7px;
}

.side-equipe .slick-dots li.slick-active {
    border-color: #FAB70A;
    background-color: #FAB70A
}

.side-equipe .slick-dots li button:before {
    content: "";
}

.side-equipe .slick-dots {
    bottom: -30px;
}

.slider-temoignages .slick-dots li {
    border: 1px solid #3AB2D0;
    width: 7px;
    height: 7px;
}

.slider-temoignages .slick-dots li.slick-active {
    border-color: #FAB70A;
    background-color: #FAB70A
}

.slider-temoignages .slick-dots li button:before {
    content: "";
}

.slider-temoignages .slick-dots {
    bottom: -30px;
}

.implantation .default-btn {
    background-color: #FAB70A;
    color: white;
    border: none;
}

.implantation .default-btn:hover {
    background-color: #3AB2D0;
    text-decoration: none;
}

.retour-btn:hover {
    background-color: #3AB2D0;
    text-decoration: none;
    color: white;
}

.bloc-event {
    background-color: #FFF;
    border-bottom: 2px solid #3AB2D0;
    margin-bottom: 40px;
}

.bloc-event .image-lien {
    display: block;
    position: relative;
    overflow: hidden;
}

.bloc-event .image-lien-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(63, 103, 114, 0.6);
    top: -100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.bloc-event .image-lien:hover .image-lien-hover {
    top: 0px;
}

.bloc-event .image-lien-hover .plus {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #FFF;
    text-align: center;
    color: #FFF;
    font-size: 1.8em;
    top: 50%;
    left: 50%;
    position: relative;
    margin-left: -20px;
    margin-top: -20px;
}

.bloc-event .image-lien-hover .plus i {
    padding-top: 10px
}

.bloc-event .photo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin: 15px;
}

.bloc-event .infos {
    float: left;
    padding: 0px 15px 15px;
    margin-top: 10px;
    font-size: 1.5em;
    color: #3AB2D0;
}

.bloc-event .infos i {
    color: #333;
    width: 15px;
    text-align: center;
    margin-right: 5px;
}

.bloc-event .photo img {
    max-width: 100%;
}

.bloc-event .texte {
    padding: 0px 15px 15px;
    font-size: 1.4em;
    line-height: 1.2em;
    text-align: justify;
    max-height: 111px;
    overflow: hidden;
}

.sticky-access {
    position: fixed;
    top: 50%;
    right: 20px;
    margin-top: -40px;
    z-index: 9999;
}

.circle-1 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid #3AB2D0;
    background-color: #fff;
    text-align: center;
    color: #3AB2D0;
    padding-top: 10px;
    font-size: 1.4rem;
    position: relative;
    z-index: 3;
}

.circle-1 img {
    max-width: 50px;
}

.circle-2 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid #17293f;
    background-color: #fff;
    text-align: center;
    color: #17293f;
    padding-top: 50px;
    font-size: 1.4rem;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 2;
}

.sticky-access i {
    position: absolute;
    top: 40px;
    color: #3AB2D0;
    right: 20px;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 33;
}

.sticky-access:hover {
    text-decoration: none;
}

.sticky-access:hover .circle-2 {
    top: 40px;
    opacity: 1;
}

.sticky-access:hover i {
    right: 8px;
    opacity: 1;
}

.implantation .bloc-temoignage .texte {
    max-height: 140px;
}

/*  Sidebar */

.sidebar-title {
    padding: 25px 20px;
    text-align: center;
    color: white;
    background-color: #3AB2D0;
    font-size: 1.8em;
    text-transform: uppercase;
}

.side-testimonials .photo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px auto 0px;
}

.side-testimonials .infos {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.side-testimonials .photo img {
    max-width: 100%;
}

.side-testimonials .infos .identite {
    font-size: 1.3em;
    text-transform: uppercase;
    color: #269dbc;
    line-height: 1.2em;
}

.side-testimonials .infos .societe {
    font-size: 1.5em;
    color: #269dbc;
}

.side-testimonials .infos .lieu {
    color: #333;
}

.side-testimonials .slick-dots li {
    border: 1px solid #3AB2D0;
    width: 7px;
    height: 7px;
}

.side-testimonials .slick-dots li.slick-active {
    border-color: #FAB70A;
    background-color: #FAB70A
}

.side-testimonials .slick-dots li button:before {
    content: "";
}

.side-testimonials .slick-dots {
    bottom: -30px;
}

.region-select {
    text-align: center;
    padding-bottom: 20px;
}

.region-select .btn-group {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.region-select .btn-group button {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #269dbc;
    color: #269dbc;
}

.next-event {
    background-color: #17293f;
    color: #fff;
    padding-bottom: 20px;
}

.next-event .event .title {
    padding: 25px 20px;
    text-align: center;
    color: white;
    font-size: 1.8em;
    text-transform: uppercase;
}

.next-event .event .info {
    padding: 0px 20px;
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 10px;
}

.next-event .event .info .fa {
    width: 20px;
    text-align: center;
}

.sidebar-container .default-btn {
    max-width: 100%;
}

.en-savoir-plus {
    position: absolute;
    left: 0;
    right: 0;
    border: 0;
    bottom: 0px;
}

.en-savoir-plus a {
    margin-bottom: 0;
    position: relative;
    background-color: #3AB2D0;
    padding: 15px;
    text-align: center;
    color: #fff;
    width: 100%;
    display: inline-block;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/* HEADER */

.navbar {
    min-height: 80px !important;
    margin-bottom: 0px !important;
}

.navbar-default {
    border-radius: 0px !important;
    margin-bottom: 0px;
    width: 100%;
    position: fixed;
    top: 0;
    background: #FFFFFF;
    z-index: 999999;
    /*border-bottom: 1px solid #3AB2D0;*/
}

.navbar-brand {
    height: auto;
    padding: 15px 0;
    transition: all ease 0.5s;
}

.affix .navbar-brand {
    padding: 7px 0;
}

.navbar-brand img {
    transition: all ease 0.5s;
    height: 69px;
}

.affix .navbar-brand img {
    height: 50px;
}

#menu-menu-1 {
    margin-left: 50px;
    margin-right: -15px;
}

.top-header .gform_wrapper .gform_footer input[type=submit] {
    padding: 0 10px;
    background-color: #235369;
    border: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 25px;
}

body .top-header .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0px;
}

.navbar-form {
    display: none;
    margin-top: 25px;
    padding: 0px;
}

.navbar-form .form-group {
    position: relative;
}

.navbar-form .form-control::-webkit-input-placeholder {
    color: #17293f;
    text-transform: uppercase;
}

.navbar-form .form-control::-moz-placeholder {
    color: #17293f;
    text-transform: uppercase;
}

.navbar-form button[type="submit"] {
    background-color: transparent;
    box-shadow: none;
    border: none;
    position: absolute;
    top: 6px;
    left: 4px;
    font-size: 1.4em
}

#masthead .navbar-default .navbar-nav > li > a {
    color: #1E344B;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 44px;
    padding-bottom: 35px;
    font-family: 'Gotham Bold';
    transition: all 0.5s ease;
}

#masthead .affix.navbar-default .navbar-nav > li > a {
    padding-top: 23px;
    padding-bottom: 21px;
}

#masthead .navbar-default .navbar-nav > li > a:hover {
    color: #FAB70A;
}

.bandeau-slogan {
    color: white;
    /*background-color: #3AB2D0;*/
    /*background-color: #235369;*/
    background-color: #FAB70A;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 30px;
}

.bandeau-slogan .container {
    position: relative;
}

.newsletter-btn {
    position: absolute;
    top: 3px;
    right: 15px;
    background-color: #1E344B;
    padding: 0px 10px;
    font-size: 1.2rem;
    line-height: 25px;
    color: #fff;
}

.dropdown-menu {
    min-width: 130px;
    padding: 0px;
    border: none;
    background-color: #E7E7E7;
}

.dropdown-menu > li > a {
    padding: 7px;
    font-size: 12px;
    text-transform: uppercase;
    border-top: 1px solid #D2D2D2;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #162940
}

.caret {
    margin-left: 5px;
}

/*SLIDESHOW HOMEPAGE*/

.slideshow-container {
    position: relative;
}

.slideshow-container .slideshow {
    margin-bottom: 0;
}

.slideshow .slide {
    display: block;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: top center;
    position: relative;
}

.slideshow .bouton-zone {
    margin: 0;
}

.testimonial-excerpt-container {
    color: #fff;
    font-style: italic;
    margin-top: 90px;
    z-index: 999;
    position: relative;
    height: 180px;

}

.testimonial-excerpt {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 99;
}

.bg-testimonial {
    display: block;
    position: absolute;
    top: 80px;
    left: 0px;
    width: 36%;
    height: 180px;
    /*background-color: rgba(245, 181, 27, 0.7);*/
    z-index: 98;
}

.testimonial-excerpt-l1 {
    font-size: 2.6em;
    font-family: 'Gotham Bold';
    font-style: normal;
    color: #17293f;
    font-weight: 300;
    line-height: 1em;
    /*padding: 40px 0px 0px 30px;*/
    padding: 40px 0px 0px 0px;
}

.testimonial-excerpt-l1::before {
    position: absolute;
    content: "";
    display: block;
    width: 36px;
    height: 22px;
    background: url('images/guillemets-start.png');
    z-index: 9999;
    left: -40px;
    top: 10px;
}

.testimonial-excerpt-l2 {
    font-size: 2.2em;
    font-style: normal;
    color: #17293f !important;
    font-weight: 700;
    line-height: 26px;
    padding-top: 5px;
    /*padding-left: 30px;*/
    font-family: 'Gotham Bold';
}

.testimonial-excerpt-l2::after {
    position: absolute;
    content: "";
    display: block;
    width: 36px;
    height: 22px;
    background: url('images/guillemets-end.png');
    z-index: 9999;
    right: 20px;
    top: 95px;
}

.temoignant {
    font-size: 1.4em;
    /*padding-left: 30px;*/
    padding-top: 20px;
    color: #17293f;
}

.rubrique-simple iframe {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.bouton-zone {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}

.default-btn {
    display: inline-block;
    height: 40px;
    margin: 0px auto;
    color: #FFF;
    font-weight: 400;
    background-color: #3AB2D0;
    border: 0px;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 12px;
    font-size: 1.5em;
    line-height: 40px;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.3s ease;
    font-family: 'Gotham Medium';
}

.vignettes {
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    z-index: 1000;
}

.vignette {
    display: block;
    background-color: #FFF;
    font-size: 2em;
    color: #3AB2D0;
    font-weight: 300;
    padding: 15px;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.39);
}

.vignette img {
    width: 60px;
}

div#fancybox-container-1 {
    z-index: 999999999;
}

body .fancybox-slide--iframe .fancybox-content,
body .fancybox-slide--map .fancybox-content,
body .fancybox-slide--video .fancybox-content {
    height: 100% !important;
    width: 100% !important;
}

.fancybox-slide, body .fancybox-slide {
    padding: 0 40px;
}

.fancybox-content, body .fancybox-content {
    margin: 0
}

.vignette:hover {
    background-color: #1E344B;
    text-decoration: none;
    color: white;
}

.vignette .glyphicon {
    font-size: 0.7em;
    color: #c6c6c6;
    position: absolute;
    right: 20px;
    top: 48px;
}

.vignette img {
    float: left;
    margin-right: 15px;
}

.vignette .text {
    line-height: 1.2em;
    padding-top: 10px;
}

/*PARTENAIRES*/

.partenaires {
    background-color: #fff;
}

.partenaires .titre {
    font-size: 2.5em;
    font-weight: 100;
    color: #17293f;
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Gotham Medium';
}

.partenaires-slideshow {
    margin-bottom: 30px;
    padding: 0px;
}

.partenaires-slideshow .slide {
    height: 90px;
    line-height: 90px;
}

.partenaires-slideshow .slide img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    display: inline-block;
}

.partenaires-slideshow .slide img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.modal-body p {
    font-size: 14px;
}

.modal-body h4 {
    margin: 15px 0px;
    text-align: center;
    color: #1d2b45;
    text-transform: uppercase;
}

.slick-slider .glyphicon {
    font-size: 15px;
    position: absolute;
    color: #646464;
    cursor: pointer;
}

.slick-slider .glyphicon-menu-right {
    right: -10px;
    top: 40%;
}

.slick-slider .glyphicon-menu-left {
    left: -10px;
    top: 40%;
}

.slick-slider .glyphicon:hover {
    color: #000;
}

/*BANDEAU BLEU*/

.bandeau-bleu {
    background-color: #17293f;
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
}

.bandeau-bleu h2 {
    font-size: 2.8em;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 40px 0 50px;
    font-family: 'Gotham Book';
}

.bandeau-bleu .number {
    font-size: 4rem;
    line-height: 40px;
    color: #23a3c6;
    margin-top: 15px;
}

.bandeau-bleu h3 {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    color: #23a3c6;
    font-size: 1.6rem;
    margin-top: 0;
}

.bandeau-bleu p {
    font-size: 1.5em;
}

.zone-contenu .name {
    text-align: left;
    color: #3ab2d0;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.2em;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Gotham Bold';
}

.zone-contenu .project-name {
    text-align: left;
    color: #FAB70A;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 2.2rem;
    line-height: 1.2em;
    text-transform: uppercase;
}

.portrait-logo {
    max-width: 40% !important;
    height: auto;
    float: left;
    margin-right: 10px;
}

.single-temoignage .photo {
    margin-bottom: 20px;
}

.desc {
    font-weight: 800;
    color: #394b50;
    font-weight: 700;
    font-size: 1.5rem;
}

.desc a {
    color: #3ab2d0;
}

.activity {
    text-transform: uppercase;
}

/*ACTUALITES*/

.actualites {
    padding-bottom: 10px;
    background-color: #ebebeb;
    /*background-image: url(images/bg-event-blocks.jpg);*/
    background-position: top center;
    background-repeat: no-repeat;
}

.actualites .titre {
    font-size: 2.8rem;
    font-weight: 300;
    color: #3AB2D0;
    padding: 40px 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Gotham Book';
}

.news-infos {
    background-color: #fff;
    padding: 20px;
}

.news-image {
    max-height: 195px;
    overflow: hidden;
    background-color: #fff;
}

.news-image img {
    max-height: 195px;
    width: auto !important;
    margin: 0 auto;
}

.actualites-slideshow {
    background-color: #fff;
}

.actualites h3 {
    font-size: 16px;
    color: #333333;
    width: 270px;
    float: left;
    margin: 0px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.actualites p {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.5em;
    color: #8a8a8a;
    text-align: justify;
    margin-bottom: 0px;
    max-height: 115px;
    overflow: hidden;
}

.actualites p strong {
    font-weight: 400;
    color: #1b1b1b;
}

.actualites .date {
    float: left;
    width: 20px;
    margin-right: 15px;
    font-size: 1.6em;
    color: #23a3c6;
    line-height: 1.1em;
    text-align: center;
}

.actualites .date .jour {
    padding-bottom: 3px;
    border-bottom: 1.5px solid #333;
}

.actualites a.readmore {
    text-decoration: underline;
    color: #23a3c6;
    font-size: 1.5em;
}

.actualites-slideshow .slick-dots {
    position: static;
    padding-bottom: 15px;
}

.actualites-slideshow .glyphicon {
    top: 40%;
}

.actualites-slideshow .slick-dots li {
    border: 1px solid #3AB2D0;
    width: 9px;
    height: 9px;
}

.actualites-slideshow .slick-dots li.slick-active {
    border-color: #FAB70A;
    background-color: #FAB70A
}

.actualites-slideshow .slick-dots li button:before {
    content: "";
}

.actualites .default-btn {
    background-color: #FAB70A;
    color: white;
    margin-top: 50px;
    margin-bottom: 20px;
}

/* Témoignages */

.temoignagnes-container {
    position: relative;
    background-color: #fff;
    /*	background-color: #ffcb5d;
	background-image: url(images/bg-home-temoignages-2.jpg);*/
    background-position: center top;
    background-repeat: no-repeat;
    padding: 40px 0;
}

.temoignages-nav,
.temoignages-nav-page {
    margin-top: 20px;
}

.temoignagnes-container .infos {
    text-align: center;
}

.temoignagnes-container .activity {
    margin: 0 20px 20px;
    color: #394b50;
    font-size: 1.4rem;
    min-height: 32px;
    text-transform: none;
    line-height: 1.2em;
}

.temoignages-nav .infos .default-btn {
    margin-bottom: 20px;
}

.temoignages-nav-page .infos .default-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -67px;
}

.temoignages-nav .identite {
    margin: 10px 20px 0;
    text-align: center;
}

.temoignages-nav .societe {
    margin: 0 20px;
    text-align: center;
}

.temoignages-nav .infos .default-btn:hover,
.temoignages-nav-page .infos .default-btn:hover {
    background-color: #FAB70A;
    color: #fff;
}

.temoignages-nav .glyphicon-menu-right:before,
.temoignages-nav .glyphicon-menu-left:before,
.temoignages-nav-page .glyphicon-menu-right:before,
.temoignages-nav-page .glyphicon-menu-left:before {
    color: #3ab2d0;
    font-size: 30px;
}

.temoignage-slider .slide {
    height: 350px;
    background-position: center center;
}

.temoignagnes-container .titre-temoignages {
    font-size: 2.8em;
    font-weight: 300;
    text-transform: uppercase;
    color: #17293f;
    width: 100%;
    text-align: center;
    font-family: 'Gotham Book';
    margin-bottom: 20px;
}

.fb-page {
    width: 100%;
}

.blur-img {
    width: 100%;
    height: 350px;
    position: absolute;
}

.temoignage-citation {
    padding-top: 130px;
}

.temoignage-citation p {
    font-size: 2em;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
}

.temoignage-citation .default-btn {
    margin-top: 40px;
    color: #333;
}

.temoignages-nav {
    margin-bottom: 0 !important;
}

.temoignages-nav .quote,
.temoignages-nav-page .quote {
    font-size: 1.4rem;
    color: #7b7b7b;
    margin: 20px;
    text-align: center;
}

.temoignages-nav .quote {
    padding-bottom: 60px;
    min-height: 150px;
}

.temoignages-nav .slide a,
.temoignages-nav-page .slide a {
    display: block;
    padding-bottom: 20px;
    transition: all 0.5s ease;
}

.temoignages-nav .slide a:hover,
.temoignages-nav-page .slide a:hover {
    background-color: #fff;
    text-decoration: none;
}

.temoignages-nav .slide a:hover .identite {
    color: #FAB70A;
}

.temoignages-nav .infos, {
    padding: 15px;
    text-align: center;
    min-height: 275px;
    position: relative;
}

.temoignages-nav-page .infos {
    padding: 15px 15px 0;
    text-align: center;
    height: auto;
    position: relative;
}

.temoignagnes-nav .glyphicon-menu-left,
.temoignagnes-nav-page .glyphicon-menu-left {
    left: -10px;
    top: 50%;
}

.temoignagnes-nav .glyphicon-menu-right,
.temoignagnes-nav-page .glyphicon-menu-right {
    right: -10px;
    top: 50%;
}

.temoignages-nav .photo,
.temoignages-nav-page .photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px auto;
}

.temoignages-nav .photo img,
.temoignages-nav-page .photo img {
    max-width: 100%;
}

.temoignages-nav .infos .identite,
.temoignages-nav-page .infos .identite {
    text-transform: uppercase;
    font-weight: 800;
    color: #394b50;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.2em;
}

.temoignages-nav .infos .identite {
    color: #3ab2d0;
    transition: all 0.5s ease;
}

.temoignages-nav .infos .societe,
.temoignages-nav-page .infos .societe {
    color: #3ab2d0;
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.temoignages-nav .infos .societe {
    color: #235369;
}

.temoignages-nav .image,
.temoignages-nav-page .image {
    height: 300px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.temoignages-nav img,
.temoignages-nav-page img {
    width: 100%;
}

/* chiffres cles */

.bandeau-jaune-titre {
    background-color: #f5b51b;
    margin-left: -50px;
    margin-right: -50px;
    text-align: center;
    padding: 20px 0px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.8em;
    margin: -top: 10px;
    margin-bottom: 10px;
}

.chiffre-cles {
    text-align: center;
}

.bandeau-bleu-titre {
    background-color: #3AB2D0;
    margin-left: -50px;
    margin-right: -50px;
    text-align: center;
    padding: 20px 0px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.8em;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* page publications */

.bloc-publications {
    background-color: #FFF;
    border-bottom: 2px solid #3AB2D0;
    margin-bottom: 40px;
    max-height: 300px;
    min-height: 300px;
    position: relative;
}

.bloc-publications .infos .identite {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    color: #269dbc;
    line-height: 1.2em;
}

/* page temoignages */

.bloc-temoignage {
    background-color: #FFF;
    margin-bottom: 60px;
    position: relative;
    transition: all 0.5s ease 0s;
    border-radius: 8px;
}

.bloc-temoignage .image-lien img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.bloc-temoignage:hover {
    box-shadow: 1px 1px 40px #dedede;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

.bloc-temoignage .image-lien {
    display: block;
    position: relative;
    overflow: hidden;
}

.bloc-temoignage .image-lien-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(63, 103, 114, 0.6);
    top: -100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.zone-contenu.single-temoignage .citation {
    margin-top: 30px;
    color: #1E344B;
    font-family: 'Gotham Bold';
    font-style: normal;
}

.single-temoignage .ligne-info {
    font-size: 1.5em;
    margin-bottom: 20px;
    text-align: justify;
}

.portrait-share {
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #235369;
    margin-top: 15px;
    font-weight: 600;
}

.portrait-share .social-link {
    display: inline-block;
    border: 2px solid #235369;
    color: #235369;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 28px;
    font-size: 2rem;
    margin-top: 5px;
    margin-right: 5px;
    transition: all 0.5s ease;
}

.portrait-share .social-link:hover {
    background-color: #235369;
    color: #fff;
}

.ligne-info span {
    font-family: 'Lato', sans-serif !important;
}

.single-temoignage .label-temoignage {
    color: #3AB2D0;
    font-weight: 700;
}

.single-temoignage .label-temoignage i {
    color: #17293f;
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.bloc-temoignage .image-lien:hover .image-lien-hover {
    top: 0px;
}

.bloc-temoignage .image-lien-hover .plus {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #FFF;
    text-align: center;
    color: #FFF;
    font-size: 1.8em;
    top: 50%;
    left: 50%;
    position: relative;
    margin-left: -20px;
    margin-top: -20px;
}

.bloc-temoignage .image-lien-hover .plus i {
    padding-top: 10px
}

.bloc-temoignage .photo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin: 15px;
}

.bloc-temoignage .photo img {
    max-width: 100%;
}

.bloc-temoignage .infos .identite {
    color: #31b2d2;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    background-color: #fff;
    padding: 10px;
}

.bloc-temoignage .infos .societe {
    font-size: 1.5em;
    color: #333;
}

.bloc-temoignage .infos .lieu {
    color: #8a8a8a;
}

.bloc-temoignage .texte {
    padding: 0px 15px 15px;
    font-size: 1.4em;
    line-height: 1.2em;
    text-align: justify;
    max-height: 111px;
    overflow: hidden;
}

/* Bandeau se lancer */

.se-lancer {
    background-color: #3AB2D0;
}

.valise {
    margin-top: 30px;
    margin-bottom: 30px;
}

.texte-se-lancer {
    color: #FFF;
}

.texte-se-lancer .titre {
    font-size: 2.9em;
    text-transform: uppercase;
    padding-top: 30px;
    font-weight: 300;
    line-height: 1em;
}

.texte-se-lancer .sous-titre {
    font-size: 1.5em;
    font-weight: 300;
}

.se-lancer .default-btn {
    margin-top: 35px;
    background-color: #FAB70A;
    color: #fff;
}

/* Annuaire */
body .navbar-default .gform_wrapper ul li.gfield {
    margin: 0
}

.filtres {
    margin-top: 0px;
    margin-bottom: 30px;
}

.filtres .dropdown-toggle {
    border: 1px solid #3AB2D0;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #3AB2D0;
}

.filtres .dropdown-toggle .caret {
    float: right;
    color: #000;
    margin-top: 10px;
}

.filtres .dropdown-menu {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-top: 0px solid #ebebeb;
    z-index: 999999;
}

.annuaire {
    margin-top: 30px
}

.annuaire .infos, .bibliotheque .infos {
    width: 100%;
    margin-top: 0px;
}

.annuaire .infos {
    height: 205px;
}

.annuaire .en-savoir-plus {
    height: 42px;
}

.bibliotheque .infos {
    height: 190px;
    overflow: hidden;
}

.annuaire .ligne-info {
    line-height: 1.2em;
    margin-top: 5px;
    position: relative;
    padding-left: 20px;
    color: #8e9296;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
}

.mini-ligne-info {
    line-height: 1.2em;
    margin-top: 5px;
    position: relative;
    padding-left: 0px;
    color: #8e9296;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
}

.modal-body .annuaire .ligne-info {
    font-size: 14px;
    line-height: 1.2em;
    margin-top: 5px;
}

.annuaire .ligne-info .fa {
    width: 14px;
    margin-right: 4px;
    text-align: center;
    color: #21364d;
    position: absolute;
    left: 0;
    font-size: 16px;
}

.annuaire .ligne-info a {
    word-break: break-all;
}

.annuaire .infos .identite {
    font-size: 15px;
    margin-bottom: 15px;
}

.annuaire .infos .identite {
    /*height: 65px;*/
}

.bloc-temoignage .image-lien {
    height: 136px;
    overflow: hidden;
}

.press-release .bloc-temoignage .image-lien {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.press-release .bloc-temoignage .texte {
    padding: 0 15px;
}

.press-release .annuaire .infos {
    height: 200px;
}

.press-release .annuaire .infos .identite {
    height: 50px;
}

.annuaire .en-savoir-plus a, .bibliotheque .en-savoir-plus a {
    font-size: 14px;
    padding: 4px 0px;
    border: 1px solid #fcb800;
    background-color: #fcb800;
    width: 132px;
    height: 32px;
    border-radius: 50px;
    display: block;
    margin: auto;
}

.annuaire .en-savoir-plus a:hover, .bibliotheque .en-savoir-plus a:hover {
    opacity: 0.8;
}

.annuaire-submit {
    background: none;
    border: 2px solid #ffc80a;
    font-size: 26px;
    color: #ffc80a;
    padding: 10px 30px;
    border-radius: 3px;
    position: relative;
    top: 0;
}

.bibliotheque .infos .identite {
    font-size: 1.6em;
    margin-bottom: 15px;
    text-align: left;
    background-color: #fff;
    z-index: 999999;
    padding: 10px 25px;
    height: 50px;
}

.bibliotheque .ligne-info {
    text-align: justify;
    font-size: 1.4em;
    line-height: 1.2em;
    margin-top: 20px;
    color: #9fa3a7;
}

.ligne-info-dark {
    color: #21364d;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
}

.document-link {
    margin-top: 15px;
    font-size: 30px;
    text-align: center;
    display: block;
    cursor: pointer;
    color: #17293f;
}

.document-link:hover {
    color: #3AB2D0;
    text-decoration: none;
}

footer {
    padding: 30px 0px 60px;
    text-align: center;
    background-color: #FFF;
}

.social a {
    width: 38px;
    height: 38px;
    margin-right: 10px;
    color: white;
    display: block;
    font-size: 1.8em;
    text-align: center;
    float: left;
}

footer .links {
    padding-top: 10px;
}

footer .links a {
    font-size: 1.5em;
    color: #3AB2D0;
}

footer a i {
    padding-top: 10px;
}

a.fb {
    background-color: #305891;
}

a.tw {
    background-color: #09befb;
}

a.yt {
    background-color: #c61424;
}

a.rss {
    background-color: #f47321;
}

a.li {
    background-color: #007bb6;
}

a.nl {
    background-color: #ff7521;
}

.social a:hover {
    background-color: #17293f;
    color: #fff;
}

#map-canvas {
    height: 831px;
    margin: 0;
    padding: 0;
}

.page #map-canvas img {
    max-width: none;
}

/* flexible iFrame */
.flexible-container {
    position: relative;
    overflow: hidden;
    height: 831px;
}

.flexible-container iframe,
.flexible-container object,
.flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-template-template-nos-implantations .sidebar-container {
    margin-top: -831px;
}

.menu-espace-entrepreneur {
    padding: 40px 60px;
}

.menu-espace-entrepreneur a {
    display: block;
    text-align: center;
    color: #3AB2D0;
    font-size: 1.4em;
    padding: 15px;
}

.menu-espace-entrepreneur a:hover {
    background-color: #3AB2D0;
    color: #fff;
    text-decoration: none;
}

.menu-espace-entrepreneur a .icon {
    color: #e2b24e;
    font-size: 40px;
}

.menu-espace-entrepreneur a:hover .icon {
    color: #fff;
}

.panel-heading {
    padding: 0px;
}

.panel-title > a {
    color: #3AB2D0;
    font-size: 17px;
    font-weight: 300;
    padding: 15px 30px 15px 15px;
    display: block;
    position: relative;
}

.panel-title > a:hover {
    color: #e2b24e;
    text-decoration: none;
}

.panel-default > .panel-heading {
    background-color: #fff;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    font-size: 14px;
    text-align: justify;
}

.panel-title > a:after {
    content: "\f067";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    color: #777;
    font-weight: 300;
    font-size: 13px;
}

.panel-title > a[aria-expanded="true"]:after {
    content: "\f068";
    color: #e2b24e;
}

.espace-entrepreneur .menu-espace-entrepreneur .icon {
    font-size: 80px;
    background-color: white;
}

.espace-entrepreneur .menu-espace-entrepreneur a {
    font-size: 21px;
    color: #333;
}

.espace-entrepreneur .menu-espace-entrepreneur a .titre {
    padding-top: 10px;
    margin-bottom: 5px;
}

.espace-entrepreneur .menu-espace-entrepreneur a .sous-titre {
    font-size: 15px;
    color: #3AB2D0;
    line-height: 1.2em;
}

.espace-entrepreneur .menu-espace-entrepreneur {
    padding: 40px 0px;
}

.espace-entrepreneur .menu-espace-entrepreneur a:hover .icon {
    color: #17293f;
}

.espace-entrepreneur .menu-espace-entrepreneur a:hover .titre {
    color: #17293f;
}

.espace-entrepreneur .menu-espace-entrepreneur a:hover .sous-titre {
    color: #fff;
}

.espace-entrepreneur .contenu {
    text-align: center;
    font-size: 17px;
    margin-bottom: 60px;
}

.modal-dialog {
    width: 500px;
    margin-top: 160px;
}

.modal-title {
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0;
    font-family: 'Gotham Bold';
    color: #1E344B;
}

.modal-body {
    padding-left: 15%;
    padding-right: 15%;
    text-align: justify;
}

.modal-body .gform_wrapper .top_label .gfield_label {
    color: #3AB2D0;
    margin-bottom: 0 !important;
    font-size: 1.4rem;
    font-weight: 700;
}

.modal-body .gform_wrapper .top_label input.medium {
    width: 100% !important;
    height: 30px !important;
    font-size: 1.4rem;
}

.modal-body .gform_wrapper textarea.medium {
    width: 100% !important;
    border: 1px solid #cbcbcb;
}

.modal-body .gform_wrapper .gform_footer input[type=submit] {
    height: 40px;
    margin: 0px auto;
    font-weight: 400;
    border: 0px;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 12px;
    font-size: 1.5em;
    line-height: 40px;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.3s ease;
    font-family: 'Gotham Medium';
    background-color: #FAB70A;
    color: #FFF;
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
    border: none;
}

.modal-header {
    padding: 0px;
    text-align: center;
}

.modal-header .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal-header img {
    max-height: 125px;
}

.modal-footer {
    padding: 0px;
    text-align: center;
}

.modal-footer .btn {
    background-color: #FAB70A;
    margin: 20px auto;
    border: none;
    color: #fff;
}

.modal-content {
    overflow: hidden;
}

.modal-a.btn-default {
    width: 100%;
    background-color: #3AB2D0;
    color: #fff;
    border: none;
    border-radius: 0px;
    padding: 20px;
}

.modal-a.btn-default:hover {
    background-color: #e2b24e;
}

.bibliotheque-modal .modal-header {
    height: 125px;
    overflow: hidden;
    background-size: 100% auto;
    background-position: center center;

}

.document-modal-btn1 {
    width: 50%;
    float: left;
    border-right: 1px solid #fff;
}

.document-modal-btn2 {
    float: left;
    width: 100%;
}

.zone-contenu.join-us {
    font-size: 1.5rem;
}

.join-us h2 {
    font-size: 1.8rem;
    color: #3AB2D0;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.fancybox-bg, body .fancybox-bg {
    background: #1e334b;
    opacity: 0.9 !important;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
    left: 50%;
    width: 800px;
    float: none;
    max-width: 100%;
    background: transparent;
    text-align: right;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 auto;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);

}

.fancybox-infobar {
    display: none
}

.fancybox-button {
    background: transparent;
}

.fancybox-button svg {
    vertical-align: middle;
    display: inline-block;
    width: auto;
    margin-left: 7px;
}

button.fancybox-button.fancybox-button--close {
    background: #1e334b;
    left: 100%;
    right: auto;
    position: absolute;
    width: 111px;
    top: 16.5px;
    margin-left: 30px;
    display: none;
}

button.fancybox-button.fancybox-button--close:before {
    content: 'FERMER';
    vertical-align: middle;
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    top: 2px;
    letter-spacing: 0.8px;
}

.benevole-quote {
    font-style: italic;
}

.testimonial-info {
    font-weight: 700;
    color: #1E344B;
}

.join-us h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.join-us p {
    text-align: justify;
}

.join-us a {
    color: #FAB70A;
    font-weight: 700;
}

.zone-contenu .table {
    font-size: 1.5rem;
    margin: 20px 0 50px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 15px;
}

.table > thead > tr > th {
    background-color: #FAB70A;
    text-transform: uppercase;
    color: white;
    border-color: #fff;
}

.zone-contenu .table td {
    vertical-align: middle;
}

.table a {
    display: block;
    height: 40px;
    margin: 0px auto;
    color: #FFF;
    font-weight: 400;
    background-color: #3AB2D0;
    border: 0px;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 12px;
    font-size: 1.5rem;
    line-height: 40px;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.3s ease;
    font-family: 'Gotham Medium';
}

.table a:hover {
    background-color: #FAB70A;
    text-decoration: none;
}

.partner a {
    display: block;
    margin: 20px 0;
    text-align: center;
    min-height: 70px;
}

.partner img {
    max-height: 70px;
    width: auto;
    margin: 0 auto;
}

.special-partners {
    background-color: #FAB70A;
    padding: 30px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 1.5rem;
}

.special-partners .logo {
    background-color: #fff;
    padding: 30px 0;
    margin-bottom: 20px;
    text-align: center;
}

.special-partners .logo img {
    max-height: 150px;
    margin-bottom: 0;
}

.bandeau-espace {
    background-image: url('images/head-event-bg.jpg');
    color: #fff;
    padding: 20px 0;
}

.bandeau-espace h1 {
    font-size: 29px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Gotham Bold';
    color: #1E344B;
}

.bandeau-espace p {
    text-align: center;
}

.espace-entrepreneur .nav-pills {
    background-color: #FAB70A;
    padding: 8px;
    font-size: 1.5rem;
    /*margin-top: 30px;*/
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.espace-entrepreneur .zone-contenu {
    margin-top: 0px;
}

.nav-pills > li {
    width: 33%;
}

.nav-pills > li > a {
    border-radius: 50px;
    padding: 8px 20px;
    color: #fff;
    text-align: center;
}

.nav-pills > li > a:hover {
    background-color: #fff;
    color: #3ab2d0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #3ab2d0;
}

.share-links {
    text-align: center;
    position: absolute;
    bottom: 50px;
    width: 100%;
}

.bloc-temoignage .social {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 5px;
    border: 1px solid #FAB70A;
    color: #FAB70A;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
}

.bloc-temoignage .social:hover {
    background-color: #FAB70A;
    color: #fff;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.intro-portrait {
    background-color: #fff;
}

.intro-portrait h1 {
    font-size: 29px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0;
    font-family: 'Gotham Bold';
    color: #1E344B;
}

.intro-portrait .contenu p {
    text-align: center;
}

.portrait-filters-container {
    position: relative;
    height: 61px;
}

.portrait-filters {
    background-color: #fab510;
    padding: 10px 0;
    text-align: center;
    line-height: 40px;
    width: 100%;
    z-index: 999;
    transition: all 0.5s ease;
}

.portrait-filters.affix {
    top: 106px;
    left: 0;
}

.portrait-filters p {
    display: inline-block;
    text-transform: uppercase;
    color: #17293f;
    font-weight: 800;
    font-size: 1.5rem;
    margin: 0 10px;
    line-height: 40px;
    vertical-align: middle;
}

.portrait-filters .btn-group {
    display: inline-block;
    margin: 0 15px;
    line-height: 34px;
}

.portrait-filters .btn-group .btn {
    width: 350px;
    border-radius: 20px;
    text-align: left;
}

.portrait-filters .btn-group .btn .caret {
    position: absolute;
    top: 17px;
    right: 15px;
}

.portrait-filters .btn-group .dropdown-menu {
    margin: -1px 0;
    width: 100%;
    border-radius: 20px;
    border: none;
    overflow: hidden;
}

.portrait-filters .filter-btn {
    border-radius: 20px;
    display: inline-block;
    width: 90px;
    background-color: #3AB2D0;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    margin: 0 15px;
}

.top-portrait {
    background-color: #fff;
    transition: opacity 2s ease, max-height 1s ease;
    opacity: 1;
    max-height: 550px;
}

.remove-top-portrait {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}

.top-portrait .description {
    padding: 30px;
    vertical-align: middle;
    height: 35vw;
    display: table-cell;
}

.top-portrait .image {
    height: 35vw;
    background-size: cover;
    background-position: center center;
}

.portrait-list .name {
    font-size: 1.7rem;
    text-transform: uppercase;
    font-family: 'Gotham Bold';
}

.top-portrait .name {
    color: #3AB2D0;
}

.portrait-list .company {
    font-family: 'Gotham Light';
    font-size: 1.6rem;
}

.top-portrait .company {
    font-family: 'Gotham Medium';
    color: #1E344B;
}

.portrait-list .place {
    font-size: 1.3rem;
    color: #1E344B;
}

.top-portrait .place {
    color: #8a8a8a;
}

.portrait-list .quote {
    margin: 15px 0;
    font-size: 1.3rem;
}

.top-portrait .quote {
    color: #1E344B;
}

.portrait-list .link {
    font-size: 1.2rem;
    color: #3AB2D0;
    background-color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham Bold';
    border-radius: 20px;
}

.top-portrait .link {
    color: #fff;
    background-color: #3AB2D0;
    transition: all 0.5s ease;
}

.top-portrait .link:hover {
    background-color: #fab510;
}

.portrait {
    display: block;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.first-column .portrait,
.second-column .portrait:nth-child(2n+2),
.third-column .portrait,
.fourth-column .portrait:nth-child(2n+2) {
    height: 285px;
}

.first-column .portrait:nth-child(2n+2),
.second-column .portrait,
.third-column .portrait:nth-child(2n+2),
.fourth-column .portrait {
    height: 428px;
}

.portrait .infos {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 179, 216, 0.8);
    top: 100%;
    transition: all 0.5s ease;
    color: #fff;
    vertical-align: middle;
}

.portrait:hover .infos {
    top: 0;
}

.portrait .infos-inside {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    width: 700px;
}

.first-column .portrait .infos-inside,
.second-column .portrait:nth-child(2n+2) .infos-inside,
.third-column .portrait .infos-inside,
.fourth-column .portrait:nth-child(2n+2) .infos-inside {
    height: 285px;
}

.first-column .portrait:nth-child(2n+2) .infos-inside,
.second-column .portrait .infos-inside,
.third-column .portrait:nth-child(2n+2) .infos-inside,
.fourth-column .portrait .infos-inside {
    height: 428px;
}

.slick-slide:focus {
    outline: none;
}

.super-quote {
    background-color: #fff;
}

.super-quote:hover {
    text-decoration: none;
}

.portrait-list .super-quote .quote {
    margin: 10px 0;
    color: #1E344B;
}

.portrait-list .super-quote .name {
    color: #1E344B;
    margin-top: 30px;
}

.form-newsletter .gform_validation_error {
    background-color: #3AB2D0;
    width: 450px;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 50%;
    margin-left: -225px;
    z-index: 99999;
    text-align: center;
}

#gform_wrapper_6 .validation_error {
    display: none;
}

.form-newsletter .gform_wrapper li.gfield.gfield_error {
    width: 100% !important;
    margin-bottom: 0 !important;
    background-color: transparent !important;
    border: none !important;
}

body .top-header .gform_wrapper label.gfield_label + div.ginput_container {
    display: inline-block;
}

.gform_wrapper .gfield_description.validation_message {
    display: inline-block;
    width: auto;
    margin-left: 5px;
}

.top-header .gform_wrapper.gform_validation_error .gform_footer {
    right: auto;
    left: 98px;
}

.address-line {
    margin-bottom: 10px;
}

/* MEDIA QUERIES */

@media only screen and (min-width: 300px) and (max-width: 1269px) {
    .fancybox-inner .fancybox-iframe .body-container {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .bg-testimonial {
        top: 80px;
        width: 38%;
        height: 180px;
    }

    .testimonial-excerpt-l1 {
        font-size: 3.3em;
        /*text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);*/
    }

    .testimonial-excerpt-l2 {
        font-size: 2.6em;
    }

    .vignette img {
        width: 75px;
    }

    .vignette {
        font-size: 2.3em;
    }

    .vignette .text {
        padding-top: 0px;
        height: 75px;
        vertical-align: middle;
        display: table-cell;
    }

    .vignette .glyphicon {
        top: 50px;
        right: 30px;
    }

    .slick-slider .glyphicon-menu-right {
        right: -30px;
        top: 50%;
        margin-top: -15px;
        z-index: 999;
    }

    .slick-slider .glyphicon-menu-left {
        left: -30px;
        top: 50%;
        margin-top: -15px;
        z-index: 999;
    }

    .partenaires-slideshow {
        padding: 0px 30px;
    }

    .temoignagnes-nav .glyphicon-menu-left {
        left: -50px;
        top: 50%;
    }

    .temoignagnes-nav .glyphicon-menu-right {
        right: -50px;
        top: 50%;
    }

    .texte-se-lancer .titre {
        font-size: 4.0em;
    }

    .navbar-form {
        display: block
    }

    .side-testimonials .photo {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        overflow: hidden;
        float: left;
        margin-right: 20px;
        margin-top: 20px;
    }

    .side-testimonials .infos {
        width: auto;
        float: left;
        margin-top: 25px;
        text-align: left;
    }

    .side-testimonials .photo img {
        max-width: 100%;
    }

}

@media (min-width: 1600px) {
    .bg-testimonial {
        width: 40%;
    }
}

@media (max-width: 1200px) {
    .retour-btn {
        width: 190px;
    }

    .image-mission {
        margin-top: 25px
    }

    .flexible-container, #map-canvas {
        position: relative;
        overflow: hidden;
        height: 920px;
    }

    .page-template-template-nos-implantations .sidebar-container {
        margin-top: -920px;
    }

    .menu-espace-entrepreneur {
        padding: 40px;
    }

    #menu-menu-1 {
        margin-left: 35px;
    }

    .navbar-brand img {
        height: 55px;
    }

    .navbar-brand {
        padding: 20px 0;
    }

    #masthead .navbar-default .navbar-nav > li > a {
        font-size: 1.3rem;
        padding-top: 42px;
        padding-bottom: 36px;
    }

    .gourvernance .nom {
        font-size: 2rem;
    }

    .gourvernance .fonction {
        font-size: 1.2rem;
    }

    .portrait-filters .btn-group .btn {
        width: 200px;
    }

    #input_6_2 {
        width: 240px;
    }

    .bloc-temoignage .image-lien {
        min-height: 136px;
    }

    .fancybox-toolbar {
        width: 100%
    }

    button.fancybox-button.fancybox-button--close {
        margin: 0;
        position: static;
        top: 0;
        margin-top: 4px;
        margin-right: 45px;
    }

    body .fancybox-slide--iframe .fancybox-content,
    body .fancybox-slide--map .fancybox-content,
    body .fancybox-slide--video .fancybox-content {
        padding-top: 0px;
    }
}

@media (max-width: 992px) {
    .actualites h3 {
        width: 250px;
    }

    .navbar {
        min-height: 0px !important;
    }

    #masthead .navbar-default .navbar-nav > li > a {
        padding: 10px 15px;
    }

    .bg-testimonial {
        top: 0px;
        width: 100%;
        height: 70px;
    }

    .testimonial-excerpt-container {
        margin-top: 0px;
        position: static;
        width: 100%;
        height: auto;
    }

    .slideshow .bouton-zone {
        margin-top: 20px;
    }

    .bg-mobile-testi {
        padding-top: 20px;
        text-align: center;
    }

    .testimonial-excerpt {
        text-align: center;
        position: static;
    }

    .testimonial-excerpt-l1 {
        display: inline-block;
        padding: 10px 0px 0px;
        font-size: 2em;
    }

    .testimonial-excerpt-l2 {
        display: inline-block;
        padding: 10px 0px 0px 5px;
        font-size: 2em;
    }

    .testimonial-excerpt-l1::before {
        left: 20px;
    }

    .testimonial-excerpt-l2::after {
        top: 30px;
    }

    .temoignant {
        padding-top: 0px;
        padding-left: 0px;
    }

    .vignette .text {
        padding-top: 0px;
        height: 40px;
        vertical-align: middle;
        display: table-cell;
        width: 700px;
    }

    .vignette {
        padding: 10px;
        font-size: 1.7em;
    }

    .vignette img {
        width: 60px;
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .vignette .glyphicon {
        top: 28px;
    }

    .actualites a.readmore {
        display: block;
    }

    .hide-guillemets {
        display: none !important;
    }

    .temoignages-nav .photo,
    .temoignages-nav-page .photo {
        margin: 0 auto;
        float: none;
        width: 80px;
        height: 80px;
    }

    .temoignages-nav .infos,
    .temoignages-nav-page .infos {
        width: 100%;
    }

    .temoignages-nav .infos .identite,
    .temoignages-nav-page .infos .identite {
        text-align: center;
    }

    .temoignages-nav .infos .societe,
    .temoignages-nav-page .infos .societe {
        text-align: center;
        width: 100%;
    }

    .valise {
        display: none;
    }

    .texte-se-lancer .titre {
        text-align: center;
    }

    .texte-se-lancer .sous-titre {
        text-align: center;
    }

    .se-lancer .default-btn {
        margin: 20px auto;
    }

    #navbar-container {
        width: 100%;
    }

    .bandeau-page {
        background-size: auto 100%;
    }

    .retour-btn {
        position: static;
        margin-left: auto;
        margin-right: auto;
    }

    .image-mission {
        margin-top: 0px
    }

    .page-template-template-nos-implantations .sidebar-container {
        margin-top: 0;
    }

    .document-link {
        margin-top: 5px
    }

    .navbar-header {
        width: 100%;
        text-align: center;
    }

    .site-header .navbar > .container .navbar-brand {
        width: 100%;
    }

    .video-banner {
        width: 100%;
        float: left;
    }

    .navbar-header {
        float: none;
    }

    .navbar-brand img {
        display: inline-block;
    }

    #menu-menu-1 {
        margin-left: 0;
        text-align: center;
        float: none;
    }

    .navbar-nav > li {
        float: none;
        display: inline-block;
    }

    body {
        padding-top: 165px;
    }

    .form-newsletter p {
        display: none;
    }

    .navbar-brand, .affix .navbar-brand {
        padding: 20px 0 10px;
    }

    .affix .navbar-brand img {
        height: 55px;
    }

    #masthead .affix.navbar-default .navbar-nav > li > a {
        padding: 10px 15px;
    }

    .sticky-access {
        display: none;
    }

    .vignette {
        text-align: center;
    }

    .vignette img {
        float: none;
    }

    .se-lancer {
        text-align: center;
    }

    .bandeau-bleu p {
        min-height: 90px;
    }

    .social {
        float: none !important;
        text-align: center;
    }

    .social a {
        margin: 0 5px 20px;
        display: inline-block;
        float: none;
    }

    .hello-asso {
        float: none !important;
    }

    .social, .hello-asso {
        display: inline-block;
    }

    footer .links {
        float: none !important
    }

    footer {
        padding: 30px 0;
    }

    .gourvernance .nom {
        font-size: 2.4rem;
        margin-bottom: 0;
    }

    .gourvernance .fonction {
        font-size: 1.5rem;
    }

    .gourvernance .infos {
        margin-bottom: 0;
    }

    .portrait-filters.affix {
        top: 167px;
    }

    .top-portrait .image {
        height: 50vw;
    }

    .bandeau-slogan {
        font-size: 15px;
        line-height: 20px;
    }

    .espace-entrepreneur .nav-pills {
        font-size: 1.2rem;
    }

    #haWidget {
        height: 2000px !important;
    }

    .fancybox-toolbar {
        padding-right: 8px
    }

}

@media (max-width: 991px) {
    .top-header .gform_wrapper {
        margin-top: 8px;
    }

    .fancybox-slide, body .fancybox-slide {
        padding: 0 30px;
    }

    button.fancybox-button.fancybox-button--close {
        margin-right: 27px;
    }
}

@media (max-width: 768px) {
    .navbar-nav {
        float: none;
    }

    .bandeau-bleu h2, .actualites .titre, .temoignagnes-container .titre-temoignages, .texte-se-lancer .titre {
        font-size: 2.5em
    }

    #menu-menu-1 {
        margin: 0;
    }

    .top-header {
        height: 35px;
    }

    .site-header .social-link {
        width: 25px;
        height: 25px;
        font-size: 17px;
    }

    .espace-btn {
        height: 25px;
        line-height: 25px;
    }

    .form-newsletter {
        display: none;
    }

    .navbar-brand img,
    .affix .navbar-brand img {
        height: 45px;
    }

    .navbar-brand, .affix .navbar-brand {
        padding: 10px 0;
    }

    .bandeau-slogan .container {
        line-height: 1.8rem;
    }

    .testimonial-excerpt {
        background-color: rgba(58, 178, 208, 0.7);
    }

    .bg-mobile-testi {
        padding: 0;
    }

    body {
        padding-top: 102px;
    }

    .navbar-nav > li {
        display: block;
    }

    #masthead .affix.navbar-default .navbar-nav > li > a {
        padding: 10px 0;
    }

    .actualites p {
        max-height: none
    }

    .temoignage-citation {
        padding-top: 90px
    }

    .temoignage-citation p {
        font-size: 1.5em;
    }

    .slideshow .slide {
        background-size: auto 400px;
        background-repeat: no-repeat;
    }

    .bg-testimonial {
        display: none;
    }

    .temoignant {
        display: none;
    }

    .testimonial-excerpt-l1 {
        line-height: 1em;
    }

    .testimonial-excerpt-l2 {
        padding-top: 0px;
        padding-bottom: 5px;
        line-height: 1em
    }

    .vignettes {
        position: static;
        background-color: #F4F4F4;
    }

    .vignette img {
        margin: 0;
    }

    .vignette .text {
        padding-top: 10px;
        height: 35px;
    }

    .vignette .text br {
        display: none;
    }

    .vignette .glyphicon {
        top: 35px;
    }

    .testimonial-excerpt-l1::before {
        width: 18px;
        height: 11px;
        background-size: 100% 100%;
    }

    .testimonial-excerpt-l2::after {
        width: 18px;
        height: 11px;
        background-size: 100% 100%;
    }

    .slideshow-container {
        height: auto;
    }

    .slick-slider {
        margin-bottom: 0px !important
    }

    .temoignagnes-container {
        padding-top: 30px;
    }

    .vignettes .container .col-md-4 {
        padding: 0px;
    }

    .special-partner {
        margin-bottom: 30px;
    }

    .actualites {
        text-align: center;
    }

    .fancybox-toolbar {
        padding-right: 0px
    }

    .date {
        margin: 0 auto !important;
        float: none !important;
    }

    .actualites h3 {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    footer {
        padding: 15px 0px;
    }

    .social {
        margin: 0 auto;
        float: none !important;
    }

    .hello-asso {
        margin: 0 auto;
        float: none !important;
    }

    .links {
        width: 100%;
        text-align: center;
    }

    .side-testimonials .infos {
        margin-bottom: 50px
    }

    .side-testimonials .slick-dots {
        bottom: 0px;
    }

    .next-event .event .info {
        text-align: center;
    }

    .zone-contenu {
        padding: 20px;
        margin-top: 20px;
    }

    .single-temoignage .photo {
        text-align: center;
    }

    .zone-contenu .citation::after {
        bottom: -30px;
    }

    .retour-btn {
        float: none !important;
        margin: 20px auto;
        display: block;
    }

    .bloc-temoignage {
        min-height: 0px;
        max-height: none;
    }

    .bloc-temoignage .image-lien {
        text-align: center;
    }

    .infos {
        margin-bottom: 60px
    }

    .modal-dialog {
        width: auto;
    }

    .slideshow .slide {
        height: 400px;
    }

    .testimonial-excerpt-l1 {
        margin: 10px 0 10px;
        padding: 0;
    }

    .portrait-filters p {
        display: none;
    }

    .portrait-filters .btn-group,
    .portrait-filters .btn-group .btn,
    .portrait-filters .filter-btn {
        width: 100%;
        margin: 0 0 10px;
    }

    .portrait-filters-container {
        height: 180px;
    }

    .portrait-filters {
        padding-top: 20px;
    }

    .portrait-filters.affix {
        top: 100px;
    }

    .temoignages-nav-page .infos {
        margin-bottom: 0;
        min-height: 0;
    }

    .temoignages-nav-page {
        margin-bottom: 15px !important;
    }

    .actualites-slideshow {
        max-width: 500px;
        margin: 0 auto;
    }

    .espace-entrepreneur .nav-pills {
        border-radius: 20px;
    }

    .espace-entrepreneur .nav-pills > li {
        width: 100%;
        margin-bottom: 8px;
    }

    .espace-entrepreneur .nav-pills > li:last-child {
        margin-bottom: 0px;
    }

    .filtres .default-btn {
        width: 100%;
    }

    .filtres .dropdown,
    .filtres .btn-group {
        margin-bottom: 15px;
    }

    .press-release .bloc-temoignage .image-lien {
        height: auto;
    }

    .press-release .annuaire .infos {
        height: auto;
        margin-bottom: 0;
    }

    .press-release .annuaire .infos .identite {
        height: auto;
    }

    .fancybox-slide, body .fancybox-slide {
        padding: 0 15px;
    }

    button.fancybox-button.fancybox-button--close {
        margin-right: 21px;
    }
}

@media (max-width: 550px) {
    .first-column, .second-column, .third-column, .fourth-column {
        width: 100% !important;
    }

    .fancybox-slide, body .fancybox-slide {
        padding: 0 10px;
    }

    button.fancybox-button.fancybox-button--close {
        margin-right: 16px;
    }
}

/*******************************************************************************************************
******************************************************************************************************
******************************************************************************************************
LANDING PAGE
******************************************************************************************************
******************************************************************************************************
*******************************************************************************************************/

.page-template-template-landing-union-france {
    padding-top: 0;
}

.lp-header {
    height: 650px;
    background-color: #3ab2d0;
    background-image: url('images/bg-bottom-header-lp.jpg');
    background-position: bottom center;
    background-repeat: repeat-x;
    padding-top: 50px;
}

.lp-header h1 {
    margin-top: 0;
}

.lp-btn {
    background-color: #ffbb42;
    color: #1e344b;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: 3px;
    transition: all 0.3s ease;
    font-family: 'Gotham Medium';
}

.lp-btn:hover {
    background-color: #1e344b;
    color: #ffbb42;
    text-decoration: none;
}

.lp-header .lp-btn {
    font-size: 1.6rem;
}

.lp-description {
    color: #fff;
    font-size: 1.4rem;
    text-align: justify;
}

.lp-description h2 {
    text-transform: uppercase;
    font-size: 2.0rem;
    margin-top: 40px;
    font-family: 'Gotham Medium';
}

.lp-content {
    background-color: #fff;
}

.main-counter {
    background-color: #fab70a;
    padding: 30px;
    text-align: center;
    position: relative;
    margin-top: -280px;
    height: 330px;
    font-weight: 700;
    text-transform: uppercase;
    display: none;
}

.next-date {
    color: #fff;
    font-size: 2.0rem;
    font-family: 'Gotham Medium';
}

.next-city {
    font-size: 3.7rem;
    color: #1e344b;
    font-family: 'Gotham Bold';
}

.next-theme {
    font-size: 2.4rem;
    color: #1e344b;
    font-family: 'Gotham Bold';
}

.flip-clock-divider .flip-clock-label {
    top: auto !important;
    bottom: -2em !important;
    right: -93px !important;
    color: #fff !important;
    text-shadow: none;
    font-size: 1.4rem;
}

.flip-clock-divider.hours .flip-clock-label {
    right: -99px !important;
}

.comment-ca-marche {
    text-align: center;
}

.lp-subtitle {
    color: #1e374e;
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Gotham Bold';
}

.comment-ca-marche .lp-subtitle {
    margin: 50px 0;
}

.comment-liste {
    padding: 0;
    list-style: none;
    margin: 20px 0 80px;
}

.comment-liste li {
    position: relative;
}

.comment-liste li .bridge {
    position: absolute;
    width: 128px;
    height: 33px;
    background-image: url('images/lp-bridge-up.png');
    right: -60px;
    top: -20px;
    z-index: 99;
}

.comment-liste li:nth-child(2) .bridge {
    background-image: url('images/lp-bridge-down.png');
    top: 80px;
}

.comment-liste li:nth-child(4) .bridge {
    display: none;
}

.comment-ca-marche h3 {
    margin-top: 40px;
    color: #394b50;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.comment-ca-marche p {
    color: #7b7b7b;
    font-size: 1.3rem;
}

.event-blocks {
    background-image: url('images/bg-event-blocks.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    height: 1100px;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.event-details {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    /*transform: scale(0.7);*/
    transition: all 0.6s ease;
    background-color: #ebebeb;
    z-index: 99;
}

.event-details.visible {
    left: 0;
    transform: scale(1)
}

.event-slogan {
    height: 340px;
    color: #fff;
    font-size: 3.5rem;
    font-weight: 700;
    padding-left: 60px;
    text-transform: uppercase;
    font-family: 'Gotham Bold';
}

.event-slogan .line-1 {
    line-height: 1em;
}

.event-slogan .line-2 {
    margin-top: 30px;
    font-size: 6.1rem;
    line-height: 1em;
}

.block {
    height: 420px;
    background-color: #3ab2d0;
    overflow: hidden;
    padding: 0 10px 10px 10px;
    display: block;
    margin-bottom: 50px;
    transition: all 0.5s ease;
    position: relative;
}

.defi-block {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    cursor: pointer;
}

.block:hover .defi-block {
    top: 0;
}

/*.block:hover {
	text-decoration: none;
	background-color: #fff;
}

.block:hover .title {
	color: #3ab2d0;
}

.block:hover .lp-btn {
	background-color: #1e344b;
  color: #ffbb42;
  text-decoration: none;
}*/

.block .title {
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
    padding: 15px 0;
    text-align: center;
    font-weight: 800;
    transition: all 0.5s ease;
    font-family: 'Gotham Medium';
}

.inside-block {
    background-color: #fff;
    height: 350px;
    padding: 30px 40px 40px;
    text-align: center;
    margin-bottom: 50px;
}

.inside-block .date {
    margin-top: 20px;
    color: #394b50;
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;
}

.inside-block .place {
    color: #3ab2d0;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.inside-block p {
    font-size: 1.4rem;
    color: #7b7b7b;
    height: 80px;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.block .lp-btn {
    position: absolute;
    bottom: 45px;
    z-index: 33;
    transition: all 0.5s ease;
    left: 50%;
    margin-left: -61px;
}

.block:hover .lp-btn {
    bottom: 95px;
}

.event-slogan {
    height: 420px;
}

.defi-block {
    height: 420px;
    background-color: #fff;
    overflow: hidden;
    padding: 20px;
    display: block;
    margin-bottom: 50px;
}

.defi-block:hover {
    text-decoration: none;
}

.defi-block .inside-block {
    background-color: #3ab2d0;
    height: 380px;
    padding: 55px 10px 0;
}

.defi-block .inside-block .date {
    font-weight: 700;
    font-size: 2rem;
    color: #fff;
}

.defi-block .inside-block .place {
    color: #1e344b;
    font-weight: 700;
    font-size: 1.4rem;
}

.defi-block .inside-block .defi {
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'Gotham Bold';
}

.defi-block .inside-block .defi .lp-blue {
    color: #1e344b;
    font-size: 4rem;
    line-height: 1em;

}

.lp-footer {
    padding: 60px 0;
    text-align: left;
}

.lp-footer .lp-subtitle {
    margin-bottom: 15px;
}

.lp-footer p {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1e344b;
}

.social-links a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.social-links a.in {
    background-color: #006799;
    margin-right: 0;
}

footer.lp-a i {
    padding-top: 0;
}

.timeline-Header {
    display: none !important;
}

.header-event {
    background-image: url('images/head-event-bg.jpg');
    background-position: bottom center;
    height: 275px;
}

.header-event .logo {
    width: 280px;
    line-height: 275px;
}

.header-date {
    text-align: left;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 275px;
    text-transform: uppercase;
}

.yellow-bg {
    background-color: #ffbb42;
    height: 275px;
    padding-top: 40px;
}

.event-done {
    background-color: #ffbb42;
    background-image: url('images/ok-defi.jpg');
    background-position: center center;
    height: 275px;
    padding-top: 60px;
}

.icon-round {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.icon-round img {
    margin-top: 13px;
    width: 50px;
    height: 50px;
}

.defi-reussi {
    font-size: 4rem;
    color: #1e344b;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Gotham Bold';
}

.header-event .city {
    font-size: 4rem;
    color: #1e344b;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-family: 'Gotham Bold';
}

.header-event .theme {
    font-size: 1.8rem;
    color: #3b3b3b;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 1.2em;
    font-family: 'Gotham medium';
}

.header-event .counter {
    text-align: center;
    margin-top: 15px;
}

.header-event .counter .flip-clock-wrapper {
    margin: 0;
}

.header-event .flip-clock-wrapper ul {
    width: 42px;
    height: 60px;
}

.header-event .flip-clock-wrapper ul li {
    line-height: 60px;
}

.header-event .flip-clock-wrapper ul li a div div.inn {
    font-size: 50px;
}

.header-event .flip-clock-divider {
    height: 72px;
}

.header-event .flip-clock-dot.top {
    top: 20px;
}

.header-event .flip-clock-dot.bottom {
    bottom: 20px;
}

.content-event {
    padding-top: 80px;
    color: #394b50;
}

.event {
    position: relative;
}

.lp-close {
    position: absolute;
    right: 0px;
    top: -20px;
    opacity: 1;
    transition: all 0.3s ease;
}

.lp-close:hover {
    opacity: 0.5;
}

.event .title {
    font-family: 'Gotham Bold';
    text-transform: uppercase;
}

.event .date, .event .place-details {
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
}

.event .description {
    margin: 30px 0 50px;
    font-size: 1.3rem;
    line-height: 2em;
}

.slick-slider.event-slideshow {
    margin-bottom: 10px;
}

.slick-slider.event-slide {
    margin-bottom: 0;
}

.nav-event-slide {
    padding: 0 5px;
    cursor: pointer;
}

.next-event-clock {
    margin: 20px auto !important;
    width: 620px !important;
}

.event-blocks .slick-prev, .event-blocks .slick-next {
    display: none !important;
}

.event-slideshow-nav {
    margin: 0 -5px 30px;
}

.launch-defi {
    background-color: #ffbb42;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 4.6rem;
    padding: 15px 0;
}

.lp-blue-btn {
    background-color: #3ab2d0;
    color: #fff;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: 3px;
    transition: all 0.3s ease;
    font-family: 'Gotham Medium';
    margin-top: 10px;
    float: right;
}

.lp-blue-btn:hover {
    color: #3ab2d0;
    background-color: #fff;
    text-decoration: none;
}

.launch-text {
    float: left;
}

.filtres .bootstrap-select {
    width: 100%;
}

.bootstrap-select select {
    display: none;
}

.bootstrap-select .dropdown-menu.inner {
    position: relative;
}

.bootstrap-select .dropdown-menu.inner .glyphicon {
    display: none;
}

.portrait-pager {
    background-color: #fab510;
    padding: 15px 0;
    text-align: center;
}

.portrait-pager a {
    background-color: #3AB2D0;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    margin: 0 10px;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #fff;
}

.portrait-pager a:hover {
    background-color: #fff;
    color: #3AB2D0;
    text-decoration: none;
}

/*******************************************************
******************************************************
********************* RESPONSIVE *********************
******************************************************
*******************************************************/

@media (max-width: 1200px) {
    .event-slogan {
        padding-left: 0;
        font-size: 3.2rem;
    }

    .event-slogan .line-2 {
        font-size: 5.5rem;
    }

    .inside-block {
        padding: 30px 20px;
    }

    .defi-block .inside-block .defi {
        font-size: 2rem;
    }

    .defi-block .inside-block .defi .lp-blue {
        font-size: 3rem;
    }

    .detail-clock {
        margin-left: 50px !important;
    }

    .text-center-md {
        text-align: center;
    }

    .lp-footer {
        padding: 30px 0;
    }

    .lp-footer .lp-subtitle {
        margin-top: 10px;
    }

    .text-center-md {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .lp-header .lp-btn {
        margin: 0 auto 40px;
        width: 260px;
        text-align: center;
    }

    .lp-description h2 {
        margin-top: 20px;
    }

    .comment-liste li .bridge {
        display: none;
    }

    .event-blocks {
        padding: 50px 0 20px;
        height: auto;
        background-size: cover;
    }

    .event-slogan {
        height: auto;
        text-align: center;
        margin-bottom: 50px;
    }

    .event-slogan .line-2 {
        margin-top: 10px;
    }

    .block {
        margin-bottom: 30px;
    }

    .content-event {
        padding-top: 30px;
    }

    .event-details {
        position: fixed;
        overflow: scroll;
        padding: 15px 0;
    }

    .event-details.visible {
        -webkit-overflow-scrolling: touch;
    }

    .lp-blue-btn {
        float: none;
    }

    .launch-defi {
        text-align: center;
    }

    .launch-text {
        float: none;
    }
}

@media (max-width: 768px) {
    .lp-header {
        height: auto;
        padding-bottom: 280px;
        background-position: bottom left;
        background-size: auto 310px;
    }

    .lp-header h1,
    .lp-description h2 {
        text-align: center;
        font-size: 1.9rem;
    }

    .lp-header .lp-btn {
        font-size: 1.6rem;
    }

    .lp-description h2 {
        margin-top: 40px;
    }

    .main-counter {
        margin-top: 0;
    }

    .comment-liste {
        margin-bottom: 30px;
    }

    .comment-ca-marche h3 {
        margin-top: 15px;
    }

    .comment-ca-marche p {
        margin-bottom: 30px;
    }

    .lp-footer {
        text-align: center;
    }

    .event-slideshow {
        margin-bottom: 10px !important;
    }

    .content-event {
        padding-top: 0;
    }

    .flip-clock-wrapper {
        transform: scale(0.4);
        margin: 0 !important;
        left: 50%;
        margin-left: -310px !important;
    }

    .lp-close {
        height: 25px;
        width: 25px;
        right: 10px;
        top: 0;
    }

    .navbar-header {
        width: auto;
    }

    .navbar-default .navbar-toggle {
        position: absolute;
        right: 0;
        top: 40px;
    }
}

.bloc-temoignage .sous-bloc {
    margin: -40px 20px 0px 20px;
    position: relative;
}

.menu-grey .elem {
    opacity: 0.2;
    color: #212121;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
    line-height: 46px;
    text-align: center;
}

.menu-grey .elem.active {
    opacity: 1;
    color: #ffffff;
    background: #fcb800;
    border-radius: 30px;
    margin: 10px;
}

.menu-grey .elem:hover {
    text-decoration: none;
}

.ss-titre {
    color: #9fa3a7;
    font-size: 10px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-align: center;
}

.page img.arrow-dll {
    height: 25px;
    width: 20px;
}

.bt-yellow {
    border-radius: 24px;
    background-color: #ffc80a;
    border: 1px solid #ffc80a !important;
    color: #ffffff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.h-annuaire {
    height: 420px;
    border: 1px solid #f4b832;
}

.col-wellow {
    color: #fcb800;
}

.nobonplan {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 70px 0;
}

#filter-annuaire .dropdown-toggle {
    border: none !important;
    border-bottom: 2px solid #ffc80a !important;
    border-radius: 0 !important;
    width: 100%;
    text-align: left;
    color: #ccc;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 400;
    line-height: 46px;
}

.filtres .dropdown-toggle .caret {
    float: right;
    color: #ccc;
    margin-top: 25px;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    cursor: pointer;
    background-color: #fff;
    color: #ccc !important;
    text-decoration: none;
}

.bg-login {
    background-image: url(images/login.png);
    background-size: cover;
    background-position: center;
    height: 583px;
}

.logo-login {
    margin: 60px auto 0 auto;
}

.bloc-logo-login {
    border-right: 1px solid #f4b832;
}

.cercle {
    width: 74px;
    height: 74px;
    box-shadow: 0 15px 50px rgba(244, 184, 50, 0.15);
    background-color: #ffffff;
}

.img-login {
    margin: 10px auto 30px auto;
    display: block;
}

.acces-membre {
    color: #f0ab27;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.block-home1 {
    background-image: url('images/home1.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 322px;
    width: 100%;
    position: relative;
}

.block-home2 {
    background-image: url('images/home2.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 164px;
    width: calc(60% - 15px);
    margin-right: 15px;
    float: left;
    position: relative;
}

.block-home3 {
    background-image: url('images/home3.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 164px;
    width: calc(40% - 15px);
    margin-left: 15px;
    float: left;
    position: relative;
}

.block-home4 {
    background-image: url('images/home4.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 180px;
    float: left;
    width: 100%;
    position: relative;
}

.block-home5 {
    background-image: url('images/home5.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 304px;
    float: left;
    width: 100%;
    position: relative;
}

.block-home .detail h2 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-family: Lato;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.83px;
}

.block-home .detail p {
    color: #ffffff;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
}

.bh {
    overflow: hidden;
    display: block;
    transition: all 0.3s ease 0s;
}

.bh:hover {
    box-shadow: 0px 0 31px #5d5d5d;
    transition: all 0.3s ease 0s;
}

.bh .detail {
    position: absolute;
    bottom: -50px;
    left: 10px;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.bh:hover .detail {
    bottom: 45px;
    transition: all 0.3s ease 0s;
    display: block;
}

.bh .detail p {
    height: 40px;
}

.padtop20 {
    margin-top: 40px;
}

.bh .flt-blue {
    transition: all 0.4s ease 0s;
}

.bh:hover .flt-blue {
    background-color: rgba(88, 176, 206, 0.8);
    transition: all 0.4s ease 0s;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
}

.detail-post {
    height: 300px;
}

.detail-post h2 {
    color: #000000;
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.83px;
    height: 50px;
}

.detail-post .date-event {
    color: #000000;
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.83px;
    height: 50px;
}

.detail-post .lieu-event {
    color: #000000;
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.83px;
    height: 50px;
}

.detail-post .tel-event {
    color: #000000;
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.83px;
    height: 50px;
}

.detail-post .site-event {
    color: #000000;
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.83px;
    height: 50px;
}

.detail-post .map-event {
    color: #000000;
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.83px;
    height: 50px;
}

.espace-bon-plan .elem {
    margin: 30px 0;
    height: 160px;
}

.espace-bon-plan .elem h2 {
    color: #000000;
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.83px;
    height: 35px;
    margin: 0;
}

.espace-bon-plan .elem p {
    color: #aaaaaa;
    font-family: Lato;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin: 0px 0px;
}

.espace-bon-plan .elem .bt {
    color: #ffffff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    border-radius: 24px;
    background-color: #21364d;
    text-decoration: none;
    padding: 15px 9px;
    display: block;
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
}

.espace-bon-plan .elem .bulle {
    border-radius: 24px;
    border: 2px solid #ffc80a;
    background-color: #ffffff;
    padding: 6px 14px;
    width: 100%;
    display: block;
    font-family: Lato;
    font-size: 11px;
    font-weight: 400;
    color: #9a9a9a;
    text-align: center;
    display: none;
    margin-top: 20px;
}

.espace-bon-plan .elem .bulle:before {
    background-image: url(images/arrow-bulle.png);
    height: 32px;
    width: 8px;
    display: block;
    content: "";
    position: absolute;
    left: 9px;
}

.espace-bon-plan .elem .bulle span {
    color: #ffc80a;
}

.espace-bon-plan .img-elem {
    background-size: cover;
    background-position: center;
    height: 67px;
    width: 67px;
    border-radius: 15px;
}

.bt-well {
    color: #ffffff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    border-radius: 24px;
    background-color: #ffc80a;
    width: 280px;
    margin: 40px auto 30px auto;
    display: block;
    text-align: center;
    padding: 15px 0;
    text-decoration: none;
    opacity: 1;
    transition: all 0.2s ease 0s;
}

.bt-well:hover {
    opacity: 0.7;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    color: #ffffff;
}

.proposer-bon-plan h2 {
    color: #203246;
    font-family: Roboto;
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    text-align: center;
}

.wpcf7-form {
    width: 320px;
    margin: auto;
}

.wpcf7-form input {
    border: 1px solid #ffc80a;
    background-color: rgba(255, 255, 255, 0.4);
    color: #203246;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    width: 80%;
    padding: 7px 15px;
    margin-bottom: 20px;
    border-radius: 6px;
    outline: none;
}

.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
    color: #a0a8b0;
}

.wpcf7-form input:-moz-placeholder,
.wpcf7-form textarea:-moz-placeholder { /* Firefox 18- */
    color: #a0a8b0;
}

.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder { /* Firefox 19+ */
    color: #a0a8b0;
}

.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
    color: #a0a8b0;
}

.wpcf7-form textarea {
    border: 1px solid #ffc80a;
    background-color: rgba(255, 255, 255, 0.4);
    color: #203246;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
    height: 110px;
    border-radius: 6px;
    padding: 7px 15px;
    margin-bottom: 20px;
    outline: none;
}

.wpcf7-form .image-upload label {
    margin: 0 auto 30px auto;
    display: block;
    width: 110px;
    height: 110px;
    cursor: pointer;
}

.inputfile {
    position: relative;
    width: 110px;
    height: 110px;
    overflow: hidden;
    background: url(images/upload.png);
    margin: 20px auto 20px auto;
    cursor: pointer;
}

.inputfile input {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 600px;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    text-align: right;
    outline: none;
}

.wpcf7-form input.wpcf7-submit {
    border-radius: 24px;
    background-color: #ffc80a;
    color: #ffffff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2.4px;
    width: 160px;
    text-transform: uppercase;
}

.back {
    color: #203246;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 46px;
    text-decoration: none;
}

.back:hover {
    text-decoration: none;
}

.d-f {
    display: flex;
}

.ai-center {
    align-items: center;
}

.mt-sm {
    margin-top: 15px;
}

.mt-md {
    margin-top: 30px;
}

.mb-sm {
    margin-bottom: 15px;
}

.mb-md {
    margin-bottom: 30px;
}

.mr-xs {
    margin-right: 5px;
}

.body-container {
    max-width: 1270px;
    width: 100%;
}

.site-header .social-link .fa {
    line-height: inherit;
}

.site-header .social-link {
    line-height: 30px;
}

a.in, .site-header a.social-link.in {
    background-color: #fff;
    border-radius: 15px;
}

a.in:hover, .site-header a.social-link.in:hover {
    background-color: #fff;
}

.um-form .um-account-main {
    width: 100%;
    float: left;
    padding: 0;
}

.um-account-side.uimob340-hide.uimob500-hide {
    display: none;
}

body .um-account-main div.um-account-heading {
    padding: 24px 0;
    width: 100%;
    float: left;
    margin-top: 30px !important;
}

.um-account-tab.um-account-tab-delete {
    margin-top: 44px;
}

.um-account-tab .um-field-area .um-field-half {
    width: auto;
    float: left;
    margin-right: 27px;
}
body .slick-slide{
    height: auto;
    padding: 20px 15px;
}

span.edit-link a {
    font-size: 14px;
    text-decoration: underline;
}
