/*
** Theme : AKAA
** Author : Damien HOCQUELET
**
** Colors : red : #ce0a0b;
*/


@font-face {
  font-family: 'Caslon224Std-Book';
  src: url('../fonts/Caslon224Std-Book.eot?#iefix') format('embedded-opentype'),  url('../fonts/Caslon224Std-Book.otf')  format('opentype'),
	     url('../fonts/Caslon224Std-Book.woff') format('woff'), url('../fonts/Caslon224Std-Book.ttf')  format('truetype'), url('../fonts/Caslon224Std-Book.svg#Caslon224Std-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Caslon224Std-Bold';
  src: url('../fonts/Caslon224Std-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Caslon224Std-Bold.otf')  format('opentype'),
	     url('../fonts/Caslon224Std-Bold.woff') format('woff'), url('../fonts/Caslon224Std-Bold.ttf')  format('truetype'), url('../fonts/Caslon224Std-Bold.svg#Caslon224Std-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTStd-Book';
  src: url('../fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvenirLTStd-Book.otf')  format('opentype'),
	     url('../fonts/AvenirLTStd-Book.woff') format('woff'), url('../fonts/AvenirLTStd-Book.ttf')  format('truetype'), url('../fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTStd-Medium';
  src: url('../fonts/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvenirLTStd-Medium.otf')  format('opentype'),
         url('../fonts/AvenirLTStd-Medium.woff') format('woff'), url('../fonts/AvenirLTStd-Medium.ttf')  format('truetype'), url('../fonts/AvenirLTStd-Medium.svg#AvenirLTStd-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url('../fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvenirLTStd-Black.otf')  format('opentype'),
	     url('../fonts/AvenirLTStd-Black.woff') format('woff'), url('../fonts/AvenirLTStd-Black.ttf')  format('truetype'), url('../fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: "AvenirLTStd-Book";

}
::-moz-placeholder { /* Firefox 19+ */
    font-family: "AvenirLTStd-Book";
}
:-ms-input-placeholder { /* IE 10+ */
    font-family: "AvenirLTStd-Book";
}
:-moz-placeholder { /* Firefox 18- */
    font-family: "AvenirLTStd-Book";
}

html{
    height: 100%;
}

body{
    background: none;
}

body.single-post, body.archive, body.blog{
    line-height: 1.5;
}

body, button, input, select, textarea {
    font-family: "AvenirLTStd-Book", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Caslon224Std-Book";
}

.entry-content h4, .entry-summary h4, .comment-content h4, .textwidget h4 {
    text-transform: none;
    margin-bottom: 0.5em;
    letter-spacing: 0;
}

/*.entry-header, .post-thumbnail, .entry-content, .entry-summary, .entry-footer, .comments-area, .image-navigation, .post-navigation, .page-header, .page-content, .content-bottom-widgets {
    margin-right: 5%;
}

.entry-header, .entry-summary, .entry-content, .entry-footer, .page-content {
    margin-left: 5%;
    margin-right: 5%;
}*/

body.page-id-81 p, body.page-id-83 p, body.single-post p {
    margin: 0;
}

b, strong {
    font-family: 'AvenirLTStd-Black';
    font-weight: 500;
}

.overflow-visible {
    height: 360px;
    overflow-y: scroll;
    padding-right: 35px;
}

.text-white{
    color: #fff !important;
}

.text-pink{
    color: #ce0a0b;
}

.text-grey{
    color: #888;
}

.background-pink{
    background: #ce0a0b;
}

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

.small-txt{
    font-size: 80%;
}

.italic{
    font-style: italic;
}

.font-sans-serif{
    font-family: "AvenirLTStd-Book", sans-serif;
}

.space-end {
    padding-bottom: 3em;
}

.inlineBlock{
    display: inline-block;
}

.entry-content h2, .entry-summary h2, .comment-content h2 {
    font-size: 2.3rem;
}

.site {
    margin: 0;
}

.site-branding, .header-image {
    margin-bottom: 15px;
    margin-top: 25px;
}

.site-header-menu {
	margin-bottom: 0;
    margin-top: 0;
}

.lang_sel_sel {
    color: #ce0a0b !important;
}

@media (min-width: 992px) {
	.container.width900 {
	    width: 900px;
	}
}

body.error404 .page-title{
    margin-top: 4em;
    text-align: center;
}

button[disabled]:hover{
    background-color: inherit !important;
}

/*

.main-navigation ul ul li {
    border-width: 0 1px;
}

.main-navigation ul ul::before, .main-navigation ul ul::after {
    content: none;
}

.main-navigation li:hover > ul, .main-navigation li.focus > ul {
    left: 0 !important;
    right: inherit;
}*/

/* RECENT POSTS */
.recentposts .title-page{
    font-size: 2.2em;
}
.recentposts .title-page .underlined{
    background: #fff;
    margin: 10px auto 0;
}

.recentposts, .recentposts a{
    color: #fff;
    display: block;
}

.img-boxshadow{
    position: relative;
    max-width: 100%;

}

.img-boxshadow::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.recentposts .thumbnail:hover .post-title{
    color: #000;
}

.recentposts .post-title{
    font-size: 1.1em;
    line-height: 1.1;
    margin-top: 0.7em;
    text-align: center;
}

.recentposts .col-md-4{
    margin-bottom: 2.5em;
}

/* COUNTDOWN */
.homecover{
    position: relative;
}
#countdown{
    position: absolute;
    width: 14%;
    height: 30%;
    background: rgba(241,88,78,0.85);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    text-align: center;
    margin:auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-family: 'Caslon224Std-Book';
}
#countdown .textUp {
    font-size: 5em;
    font-size: 5vw;
    line-height: 1;
    padding-top: 0.7em;
    padding-top: 2.7vw;
}
#countdown .textDown{
    font-size: 1.5em;
    font-size: 1.5vw;
}
#hoursleft, #minutesleft, #secondesleft{
    font-size: 1.4em;
    font-size: 2vw;
}

@media screen and (max-width: 1600px){
    #countdown .textUp{
        font-size: 4.5em;
        font-size: 5vw;
        padding-top: 0.7em;
        padding-top: 2.7vw;
    }
    #countdown .textDown{
        font-size: 1.4em;
        font-size: 1.8vw;
    }
}

@media screen and (max-width: 1500px){
    #countdown .textUp{
        font-size: 4em;
        font-size: 5vw;
        padding-top: 0.6em;
        padding-top: 2.7vw;
    }
    #countdown .textDown{
        font-size: 1.3em;
        font-size: 1.8vw;
    }
}

@media screen and (max-width: 1200px){
    #countdown .textUp{
        font-size: 3em;
        font-size: 5vw;
        padding-top: 0.7em;
        padding-top: 2.7vw;
    }
    #countdown .textDown{
        font-size: 1.2em;
        font-size: 1.8vw;
    }
}

@media screen and (max-width: 1000px){
    #countdown .textUp{
        font-size: 2.7em;
        font-size: 5vw;
        padding-top: 0.65em;
        padding-top: 2.7vw;
    }
    #countdown .textDown{
        font-size: 1.1em;
        font-size: 1.8vw;
    }
}

@media screen and (max-width: 900px){
    #countdown{
        display: none;
    }
}

.custom-logo {
    width: 120px;
}

#company-name {
    display: inline-block;
    font-family: "Caslon224Std-Bold";
    font-size: 38px;
    line-height: 42px;
    margin-left: 12px;
    vertical-align: middle;
    border-right: 2px solid black;
    padding-right: 15px;
}

.site-header {
    padding: 0 30px;
}

.homepage-featured img{
    width: 100%;
}

body.group-blog .site-header {
    padding: 0 30px 15px;
}

@media (max-width:500px){
    body.group-blog .site-header{
        padding: 0 5px 5px;
    }
}

.custom-logo-link {
    color: #000;
    display: inline-block;
}

.custom-logo-link:hover {
    text-decoration: none;
    color: #000;
}

.aside-logo{
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}

.wp-custom-logo .site-title {
    font-size: 15px;
    line-height: 1.25;
    font-family: "AvenirLTStd-Book";
    margin: 0 0 4px;
}

.wp-custom-logo .site-description {
	font-size: 16px;
    font-weight: 800;
    font-family: "AvenirLTStd-Black";
    color: #000;
    margin: 0;
    display: block !important;
}

.social-navigation a {
	border: none;
    background: #000;
    color: #fff;
    height: 28px;
    width: 28px;
    bottom: 0;
    margin: auto;
    transition:bottom ease 0.2s;
}

.menu-item-has-children a::after, .social-navigation a::before, .dropdown-toggle::after, .bypostauthor > article .fn::after, .comment-reply-title small a::before, .pagination .prev::before, .pagination .next::before, .pagination .nav-links::before, .pagination .nav-links::after, .search-submit::before {
    font-size: 17px;
}

.social-navigation a::before {
    height: 28px;
    line-height: 28px;
    width: 28px;
}

.social-navigation a:hover::before, .social-navigation a:focus::before {
    color: #fff;
    text-decoration: none;
}

.social-navigation a:hover, .social-navigation a:focus {
    bottom: 7px;
}

/* Force showing */
.site-header .social-navigation{
	display: block;
}

.site-header .social-navigation, #lang_sel_list {
    position: relative;
    top: -30px;
}

.site-header-menu {
    width: 100%;
}

.site-header-menu {
    border-bottom: 1px solid #ccc;
    margin: 0.7em 0;
}

.main-navigation a {
    font-family: "AvenirLTStd-Book";
    text-transform: uppercase;
    font-size: 15px;
    padding: 0.65625em 0;
    border-bottom: 4px solid transparent;
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
    border-color: #ce0a0b;
    color: #ce0a0b;
    font-weight: inherit;
}

.main-navigation ul ul a {
    border: none !important;
    padding: 0.65625em;
}

.main-navigation .menu-item-has-children > a {
    padding-right: 0.6em;
}

.main-navigation .primary-menu > li {
    padding: 0 2em;
}

.main-navigation a:hover {
    color: #ce0a0b;
    text-decoration: none;
}

.content-area {
   width: 100%;
}

#lang_sel_list {
    margin-left: 30px;
    border: none;
    padding: 0;
}

#lang_sel_list a {
    font-family: "AvenirLTStd-Black";
    font-size: 14px;
    padding: 3px 0;
    margin-right: 10px;
}

#lang_sel_list ul a{
	line-height: 1.5em;
}

#lang_sel_list li.wpml-ls-current-language a,
#lang_sel_list li.wpml-ls-current-language a:visited {
    color: #ce0a0b;
    border-bottom: 4px solid #ce0a0b;
}

#lang_sel_list li > a:hover,
#lang_sel_list li > a:focus{
    background-color: transparent;
}

.cdt-caption {
    color: #999;
    padding: 5px 10px 0;
}

/* MENU V2 */
.small-menu-button:hover a, .small-menu-button:focus a{
    color: #fff !important;
}

.small-menu-button a {
    background: #ce0a0b;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    font-size: 0.9em;
    line-height: 1;
    margin: 0.55625em 0;
    padding: 6px 11px;
    text-transform: none;
}

.small-menu-button a:hover, .small-menu-button a:focus {
    background: #111 none repeat scroll 0 0;
    color: #fff !important;
}


.main-navigation .primary-menu > li {
    padding: 0 1.2em;
}

.main-navigation .menu-item-has-children > a::after {
    top: 0.6125em;
}
/* /MENU V2 */

/* BLOG */
body.blog .post-thumbnail, body.archive .post-thumbnail {
    margin-bottom: 1em;
}


body.single .post-thumbnail {
    margin: 0;
}

.post-thumbnail-caption {
    color: #aaa;
    font-style: italic;
    margin-bottom: 1.2rem;
    font-size: 13px;
}

body.single .post-thumbnail img{
    margin: auto;
}

.entry-title {
    font-size: 1.8rem;
    font-family: "Caslon224Std-Book",serif;
    margin-bottom: 0;
}

.entry-title a{
    color: #ce0a0b;
}

.meta-datas {
    color: #888;
    margin-bottom: 30px;
    line-height: 2;
}

body.blog article, body.archive article{
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

body.single-post .entry-title{
    margin-top: 40px;
}

.single-post-navigation {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 30px;
}

.single-post-navigation-icon {
    background: #111;
    border-radius: 3em;
    line-height: 1;
}

.single-post-navigation-icon:hover, .single-post-navigation-icon:focus{
    background: #ce0a0b;
}

.single-post-navigation a span {
    color: #fff;
    font-size: 2.5em;
    padding: 5px;
    position: relative;
}

.single-post-navigation a span.genericon.genericon-previous {
    left: -1px;
    top: -1px;
}

.single-post-navigation a span.genericon.genericon-draggable {
    left: 2px;
    top: 1px;
}

.single-post-navigation a span.genericon.genericon-next {
    left: 2px;
    top: -1px;
}

.post-navigation a {
    padding: 25px 0;
}

.post-navigation .nav-next > a {
    padding-left: 30px;
}

.post-navigation .nav-prev > a {
    padding-right: 30px;
}

.pagination {
    border-top: none;
}

.pagination .prev, .pagination .next {
    background-color: #ce0a0b;
}

.pagination .prev:hover, .pagination .prev:focus, .pagination .next:hover, .pagination .next:focus {
    background-color: #e1483e;
}

.entry-title a:hover, .entry-title a:focus{
    color: #111;
}

.page-title {
    font-family: "Caslon224Std-Bold",serif;
    font-size: 1.5em;
    line-height: 1;
}

.page-header {
    border-top: none;
    margin: 0 0 1.5em;
}

/* SINGLE POST */

.wp-caption {
    margin-bottom: 3em;
}

.post-navigation div + div {
    border-top: 1px solid #aaa;
}

.nav-previous, .nav-next {
    width: 50%;
    border-top:none;
}

.nav-previous{
    float: left;
}

.nav-next{
    float: right;
    text-align: right;
}

.post-navigation{
    border-top: 1px solid #aaa;
    border-bottom: none;
    margin: 30px 0 0;
}

.post-navigation div + div {
    border-top: none;
}

.post-navigation .post-title {
    font-size: 1.3rem;
}

/* SIDEBAR */

#secondary {
    background: url('../img/sidebar-bg.png') repeat-y;
    background-size: contain;
    padding: 30px;
}

#secondary .widget .widget-title {
    font-family: "Caslon224Std-Book",serif;
    color: #ce0a0b;
}

#secondary .widget {
    border-top: medium none;
    margin-bottom: 2em;
}

#secondary .widget .widget-title {
    text-transform: none;
    margin-bottom: 10px;
    font-size: 1.5rem;
}

#secondary a{
    color: #333;
}

#secondary a:hover{
    color: #ce0a0b;
}

#secondary ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget {
    font-size: 0.9rem;
}

/* FOOTER */
.site-footer {
    background: #000;
    color: #fff !important;
    border-color: #fff !important;
    padding: 0 4.5455% 2em;
}

.inner-footer{
	width: 1050px;
	margin: auto;
}

footer .widget {
    font-size: 0.9125rem;
	border-top: none;
    padding-top: 2.5em;
}

footer .widget .widget-title {
    font-family: "Caslon224Std-Bold",serif;
    letter-spacing: 0.04em;
}

footer .widget .alignleft {
    margin: 0.230769em 1.61538em 4em 0;
}

footer .widget button, .widget input, .widget select, .widget textarea {
    line-height: 1.3;
}

footer .socials a {
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    padding-right: 20px;
    padding-top: 5px;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
}

footer .socials a:hover, footer .socials a:focus, footer .socials a:active {
    transform: translateY(-5px);
}

footer .socials {
    margin-top: 12px;
}

/* Newsletter FORM */
.widget-area span.wpcf7-not-valid-tip{
    color:#f00;
}

.widget-area div.wpcf7-validation-errors {
    background: rgba(100, 0, 0, 1);
}

.widget-area .wpcf7-form-control-wrap.newsletter{
    display: inline;
}

.widget-area div.wpcf7-response-output {
    margin: 2em 0 1em;
}

.newsletter-footer .widget {
    width: 350px;
    float: right;
}

.newsletter-footer .widget-title {
    border-bottom: 2px solid;
    color: #ce0a0b;
    font-family: "Caslon224Std-Book";
    font-size: 18px;
    padding-bottom: 5px;
    text-transform: initial;
    margin-bottom: 1em;
}

.widget-area input[type="email"], .widget-area input[type="text"], .widget-area input[type="email"], .widget-area input[type="text"] {
    background-color: black;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid darkgray;
    border-radius: 0;
    color: white;
    font-family: "AvenirLTStd-Book";
    padding: 0;
    margin: 0 0 7px;
    font-size: 15px;
}

.widget input[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    clear: right;
    font-family: "Caslon224Std-Book";
    font-size: 22px;
    padding: 0;
    margin: 5px 0 0;
}

.content-bottom-widgets .widget-area {
    margin-bottom: 0;
}

footer .menu {
    margin: 0;
    text-align: right;
}

footer .menu li {
    display: inline-block;
    padding-left: 2em;
}

footer .menu a {
    color: #fff;
    font-size: 0.9em;
}

footer .menu a:hover, footer .menu a:focus {
    color: #ce0a0b;
}

footer .menu li:last-child a {
    color: #555;
    cursor: default;
}

/* PAGE ARTISTE */
body.single-artiste #content{
    margin-top: 5px;
}

body.single-artiste .site-main {
    margin-bottom: 2.5em;
}

ul.nav li.separator {
    background-color: #777;
    height: 15px;
    margin: 10px 10px 0;
    padding: 0;
    width: 1px;
}

.index-tab ul{
    list-style: none;
    margin : 0;
}

.index-tab .nav.nav-tabs{
 margin: 0 0 25px;
}

/*.nav-tabs > li > a {
    border: none !important;
    padding: 5px 0;
    color: #333;
}

.nav-tabs > li.active > a {
    border-bottom: 3px solid !important;
    padding: 5px 0;
    color: #ce0a0b;
}
*/
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
    text-decoration: none;
    color: #ce0a0b;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    color: #ce0a0b;
}

#index-artistes .tab-content a{
    display: block;
}

.range-item{
    cursor: pointer;
}

.range-item .txt-big{
    font-size: 2em;
    margin: 0 0.2em;
    text-transform: uppercase;
}

.col-artistes-range .active, .col-galeries-galeries .active, .col-pays-pays .active,
.col-range-artistes .active, .col-galeries-artistes .active, .col-pays-artistes .active{
    text-decoration: underline;
    color: #000;
}

.col-range-artiste, .col-pays-artiste, .col-galeries-artiste {
    margin: auto;
    max-width: 300px;
    text-align: center;
}

.col-range-artiste h2, .col-galeries-artiste h2, .col-pays-artiste h2 {
    font-size: 1.3em;
    color: #ce0a0b;
}

.col-range-artiste small, .col-galeries-artiste small, .col-pays-artiste small {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.col-range-artiste p, .col-galeries-artiste p, .col-pays-artiste p {
    font-size: 0.85em;
}

.col-range-artiste img, .col-galeries-artiste img, .col-pays-artiste img {
    margin-top: 20px;
}

/* mobile nav page artistes */
.backButton {
    background: transparent;
    color: #333;
    float: right;
    font-size: 0.8em;
    line-height: 1.6;
}

.backButton span {
    border: 1px solid;
    border-radius: 25px;
    margin-right: 5px;
}

.backButton:hover, .backButton:focus {
    background-color: transparent;
}

/* ARTISTE/GALERIE SINGLE */

.artiste-infos, .galerie-infos, .oeuvre-infos {
    margin-top: 50px;
}

.artiste-infos, .galerie-infos {
    text-align: center;
}

.artiste-title > h1, .galerie-title > h1 {
    font-size: 35px;
}

.titre-adresse2{
    font-size: 25px;
}

.artiste-galerie{
    margin: 20px 0;
}

.photo-oeuvre {
    min-height: 450px;
}

.photo-oeuvre > img, .oeuvre-infos > img {
    max-height: 500px;
}

.artiste-infos-wrapper .oeuvre-infos {
    display: flex;
    flex-direction: column;
    text-align: right;
    align-self: end;
}

.photo-oeuvre .oeuvre-infos h2{
    font-family: "AvenirLTStd-Book";
    font-size: 1em;
}

.photo-oeuvre .oeuvre-infos .legende {
    font-size: 80%;
    display: block;
    line-height: 1.4;
}

.galerie-infos hr {
    background-color: #ce0a0b;
    margin: 1.5em auto;
    width: 60px;
}

#content .artiste-navigation a, #content .galerie-navigation a, .artiste-akaa a{
    border: none !important;
}

.artiste-navigation a span, .galerie-navigation a span{
    font-size: 3em;
}

.artiste-navigation-icon, .galerie-navigation-icon {
    display: inline-block;
    height: 50px;
    width: 50px;
}

.galerie-title, .artiste-title {
    margin-bottom: 30px;
}

.galerie-pays, .artiste-pays{
    text-transform: uppercase;
}

.artistes-akaa{
    margin-top: 20px;
}

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

.oeuvre-infos > img {
    margin-bottom: 20px;
}

/* CAROUSEL */

.carousel{
    text-align: center;
}

.carousel-inner .item .photo-wrapper, .carousel-inner .item a {
    display: block;
    height: 400px;
    margin-bottom: 15px;
    position: relative;
}

#carousel-artists-index-alphabetique .carousel-inner .item .photo-wrapper,
#carousel-artists-index-alphabetique .carousel-inner .item a,
#carousel-artists-index-galeries .carousel-inner .item .photo-wrapper,
#carousel-artists-index-galeries .carousel-inner .item a,
#carousel-artists-index-pays .carousel-inner .item .photo-wrapper,
#carousel-artists-index-pays .carousel-inner .item a {
    height: auto;
}

.photo-wrapper img {
    max-height: 100%;
}

@media (min-width: 768px){
    .photo-wrapper img {
        bottom: 0;
        left: 0;
        margin: auto;
        max-height: 100%;
        position: absolute;
        right: 0;
    }
}

.carousel-caption {
    color: #000;
    left: 0;
    padding: 0 0 10px;
    position: relative;
    text-shadow: none;
    top: 0;
}

.carousel-indicators {
    bottom: initial;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
}

.carousel-caption h3 {
    margin-bottom: 5px;
}

.carousel-caption small {
    display: block;
    line-height: 1.4;
}

.carousel-indicators li {
    background-color: rgba(0, 0, 0, 1);
    border: none;
}

.carousel-indicators .active {
    background-color: #ce0a0b;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-inner .item .photo-wrapper img, .carousel-inner .item .photo-wrapper img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    position: absolute;
    right: 0;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.carousel-control {
    color: #ce0a0b;
    max-height: 400px;
    opacity: 1;
    text-shadow: none;
}

.carousel-control:hover, .carousel-control:focus {
    color: #ce0a0b;
    opacity: 1;
}

/* Homeslider */
#homeSlider{
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

#homeSlider .carousel-inner{
    position: relative;
    height: auto;
    overflow: visible;
}

#homeSlider .item{
    height: 100%;
    /*position: relative;*/
}

#homeSlider .item a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#homeSlider .item .illustration{
    height: 600px;
    width: 100%;
}

#homeSlider .item .illustration .img{
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#homeSlider .item .legend{
    position: absolute;
    right: -15px;
    bottom: -20px;
    transform: rotate(90deg);
    transform-origin: right;
    font-size: 14px;
    color: #999;
    padding: 5px 10px 0;
    text-align: left;
}

#homeSlider .item .hs-caption{
    background-color: #000;
    color: white;
    padding: 25px 40px;
    position: absolute;
    left: 10%;
    bottom: 80px;
    text-align: left;
    width: 600px;
    line-height: 1.4;
}

#homeSlider .item .hs-caption .title{
    font-size: 32px;
    font-family: "Caslon224Std-Bold";
}

#homeSlider .item .hs-caption .description{
    margin-top: 5px;
}

#homeSlider .carousel-indicators{
    position: absolute;
    top: initial;
    bottom: 20px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
}

#homeSlider .carousel-control{
    max-height: 100%;
    height: 100%;
}

#homeSlider .carousel-control:hover{
    color:white;
}

@media (max-width:1060px){
    #homeSlider .item .legend {
        right: 0px;
        bottom: -25px;
        transform: none;
    }
}

@media (max-width:991px){
    #homeSlider .item .illustration{
        height: 500px;
    }
}

@media (max-width:768px){
    #homeSlider .item .illustration{
        height: 350px;
    }

    #homeSlider .item .legend{
        font-size: 0.7em;
    }

    #homeSlider .item .hs-caption{
        display: none;
    }
}

@media (max-width:500px){
    #homeSlider .item .illustration{
        height: 250px;
    }

    #homeSlider .item .legend{
        min-height: 24px;
        position: static;
        text-align: right;
    }

    #homeSlider .carousel-indicators{
        bottom: -35px;
    }
}

/* FIN CAROUSEL */

.index-tab .tab-content, .index-tab .col-galeries-artistes {
    min-height: 300px;
}

.loading{
    width: 100px;
    height: 102px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}

.loading .letter-01,
.loading .letter-02,
.loading .letter-03,
.loading .letter-04 {
    animation-name: loadingAnim;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    fill: #ce0a0b;
}

.loading .letter-01{
    animation-delay: 0s;
}
.loading .letter-02{
    animation-delay: 0.15s;
}
.loading .letter-03{
    animation-delay: 0.30s;
}
.loading .letter-04{
    animation-delay: 0.45s;
}

@keyframes loadingAnim {
    0%   {fill: #ffffff;}
    100% {fill: #ce0a0b;}
}

.sub-pane{
    min-height: 350px;
}

.tab-pane .border-right{
    border-right: 1px solid #ddd;
}

.tab-pane .border-left{
    border-left:1px solid #ddd;
}

.scrolling {
    max-height: 450px;
    overflow-y: auto;
    clear: both;
}



/* PAGE */

.title-page {
    font-size: 2.5em;
    margin: 32px 0;
    text-align: center;
}

.title-page .underlined {
    background: #ce0a0b;
    display: block;
    height: 1px;
    margin: 22px auto 0;
    width: 70px;
}

.tarifs-wrapper, .tarifs-wrapper hr{
    color: #fff;
    background-color: #fff;
}

.badge {
    border-radius: 15px;
    color: white;
    display: inline-block;
    font-size: 0.85em;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    text-align: center;
    width: 27px;
}

.badge.ligne3 {
    background-color: #9a9940;
}

.badge.ligne5 {
    background-color: #de8b53;
}

.badge.ligne8 {
    background-color: #c5a3ca;
}

.badge.ligne9 {
    background-color: #cec92b;
}

.badge.ligne11 {
    background-color: #8e6538;
}

.badge.velib{
    background-color: #721c6e;
}

/* PAGE PARTENAIRES */

.partenaire-item {
    height: 200px;
}

.partenaire-item img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 150px;
    max-width: 180px;
    position: absolute;
    right: 0;
    top: 0;
}

.partenaire-item::before {
    border-right: 1px solid #ce0a0b;
    content: "";
    height: 40%;
    position: absolute;
    right: 0;
    top: 25%;
}

.partenaire-item:last-child:before {
    border-right: none;
}

.partenaires-list.official .partenaire-item::before {
    border-right: none;
}

@media (min-width: 768px) {
    .partenaires-list .col-md-12{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* PAGE GALERIE */

.galerie-wrapper{
    padding: 0;
    height: 200px;
}

.item-galerie {
    display: block;
    height: 100%;
    width: 100%;
}

.item-galerie img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 120px;
    max-width: 200px;
    position: absolute;
    right: 0;
    top: 0;
}

.galerie-list a{
    border: none!important;
}

.galerie-list .caption {
    background-color: #ce0a0b;
    color: #fff;
    padding: 10px;
    bottom: -1px;
    left: -1px;
    line-height: 1.1;
    position: absolute;
    text-align: left;
    width: 100%;
    display: none;
}
.galerie-list .caption hr{
    margin: 5px 0;
    background-color: #fff;
}
.galerie-list .caption .galerie-name{
    font-family: "Caslon224Std-Bold";
    font-size: 1.2em;
}
.galerie-list .caption .country{
    text-transform: uppercase;
    font-size: 65%;
    margin-bottom: 3px;
}
.galerie-wrapper:hover .caption{
    display: block;
}

.galerie-list .galerie-wrapper::before {
    border-right: 1px solid #ce0a0b;
    content: "";
    height: 70%;
    position: absolute;
    right: 0;
    top: 15%;
}

.galerie-list .galerie-wrapper::after {
    border-top: 1px solid #ce0a0b;
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 70%;
}

.committee-name h3{
    margin-bottom: 0;
    font-size: 1.75em;
}

/* SPECIAL PROJECTS */
/* template */
.project-wrapper{
    padding: 0;
    height: 200px;
}

.item-project {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.item-project img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 140px;
    max-width: 240px;
    position: absolute;
    right: 0;
    top: 0;
    transition:all ease 0.3s;
}

.item-project:hover img {
    bottom: 10px;
}

.project-list a{
    border: none!important;
}
.project-wrapper:hover .caption{
    display: block;
}

.project-list .project-wrapper:after {
    border-right: 1px solid #ce0a0b;
    content: "";
    height: 70%;
    position: absolute;
    right: 0;
    top: 15%;
}

@media (min-width: 992px){
    .project-list .project-wrapper:nth-child(3n):after,
    .project-list .project-wrapper:last-child:after {
        border-right: none;
    }
}

@media (max-width: 991px){
    .project-list .project-wrapper:nth-child(2n):after,
    .project-list .project-wrapper:last-child:after {
        border-right: none;
    }
}

@media (min-width:768px){
    .project-list{
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }
}

@media (max-width: 768px){
    .project-list .project-wrapper:not(:last-child):after{
        border-right: none !important;
        border-bottom: 1px solid #ce0a0b;
        content: "";
        width: 50%;
        position: absolute;
        right: 25%;
        top: unset;
        bottom: 0;
    }
}

@media (max-width: 768px){
    .project-list .project-wrapper:after
    {
        border-right: none !important;
    }
}

/* single */
body.single-projects .title-page img{
    max-width: 300px;
    max-height: 250px;
}

body.single-projects .title-page span{
    width: 50px;
}

.sp_content {
    margin-bottom: 50px;
    margin-top: 20px;
}

.projects-navigation-icon {
    bottom: 25px;
    display: inline-block;
    padding: 0 5%;
    position: relative;
}

.projects-navigation-icon span{
    font-size: 60px;
}

/* PAGE RENCONTRES AKAA */
.no-focus:focus{
    outline: 0;
}

.rencontres_tabs p{
    margin: 0;
}

.rencontres_tabs hr{
    margin: 1.75em 0;
}

/* Onglets */
.vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
   /* border-color: #fff !important;*/
}

.vc_tta-color-pink.vc_tta-style-outline .vc_tta-controls-icon::after, .vc_tta-color-pink.vc_tta-style-outline .vc_tta-controls-icon::before, .vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after, .vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before {
    /*border-color: #fff !important;*/
    padding: 40px !important;
}

.vc_tta-color-pink.vc_tta-style-outline .vc_tta-tab.vc_active > a {
    background-color: #fe6c61 !important;
    color: #fff !important;
}

@media screen and (max-width: 991px){
    body .vc_tta.vc_general .vc_tta-tab > a {
        padding: 9px 15px;
    }
}

@media screen and (max-width: 768px){
    .vc_tta-color-pink.vc_tta-style-outline .vc_tta-controls-icon::after, .vc_tta-color-pink.vc_tta-style-outline .vc_tta-controls-icon::before, .vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after, .vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before {
        padding: 30px !important;
    }
    .vc_tta-color-pink.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
        border-color: #fe6c61 !important;
    }
    .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title > a {
        background: #fe6e61;
    }
    .vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
        color: #fff !important;
    }
}

@media screen and (max-width: 500px){
    .vc_tta-color-pink.vc_tta-style-outline .vc_tta-controls-icon::after, .vc_tta-color-pink.vc_tta-style-outline .vc_tta-controls-icon::before, .vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after, .vc_tta-color-pink.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before {
        padding: 20px !important;
    }
}

body .small-button,
body .small-button[disabled]
body .small-button[disabled]:hover{
    background: #1a1a1a !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    padding: 5px 10px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    margin-top: 10px !important;
    border-radius: 2px !important;
    border: 0 !important;
    border-radius: 2px !important;
    color: #fff !important;
    line-height: 1 !important;
}

body .small-button:hover,
body .small-button:focus{
    background: #ce0a0b !important;
    color: white !important;
}

.small-button.soldOut {
    text-decoration: line-through;
}

span.small-button {
    padding: 3px 10px;
}

.small-button.pink{
    background: #ce0a0b;
}

/* modals + forms */
div.modal input[type="text"], div.modal input[type="email"], div.modal input[type="password"], div.modal input[type="search"], div.modal input[type="tel"], div.modal input[type="number"], div.modal textarea {
    border: 1px solid;
    margin-top: 0;
}

.paddingTop20{
    padding-top: 20px;
}

.modal div.wpcf7-validation-errors {
    background: #ffd8ce;
    color: #ce0a0b;
    margin-top: 10px !important;
}

.modal .wpcf7-response-output{
    color: #111;
}

.modal span.wpcf7-not-valid-tip {
    color: #ce0a0b;
    font-size: 12px;
}

.modal div.wpcf7-mail-sent-ok {
    color: inherit;
    margin-top: 20px;
}

.menu-footer_nav-container {
    margin-top: 20px;
}

/* FORMULAIRE */
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
    background: #fff;
    border: medium none;
    border-radius: 0;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
    margin-top: 30px;
}

:-moz-placeholder, :-ms-input-placeholder {
    color: #686868;
    font-family: "AvenirLTStd-Book",sans-serif;
}
*::-moz-placeholder {
    color: #686868;
    font-family: "AvenirLTStd-Book",sans-serif;
    opacity: 1;
}

input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 0;
    font-family: "AvenirLTStd-Book",sans-serif;
    font-weight: normal;
    letter-spacing: 0;
    float: right;
    margin-top: 30px;
}

.widget-area input[type="submit"][disabled]:hover, .widget-area input[type="submit"][disabled]:focus {
    background: transparent;
    border-radius: 0;
    font-family: "Caslon224Std-Book";
    font-weight: normal;
    letter-spacing: 0;
    float: right;
    margin: 5px 0 0;
    padding: 0;
    opacity: 0.5;
}

span.wpcf7-not-valid-tip {
    color: #000;
}

div.wpcf7-validation-errors {
    background: rgba(100, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    border: none;
}

div.wpcf7-mail-sent-ok {
    border: 1px solid;
    color: #fff;
}

.wpcf7-form-control-wrap.newsletter {
    color: #fff;
    display: block;
    margin-top: 30px;
}

span.wpcf7-list-item {
    display: block;
}

div.wpcf7-response-output{
    clear:both;
    margin: 4em 0.5em 1em;
}

input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: rgba(0, 0, 0, 0.6);
}

/* MOBILE NAV */
#menu-toggle {
    background: transparent;
    border: none;
    height: 30px;
    margin: 0 0 20px;
    padding: 0;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out 0s;
    width: 40px;
}
#menu-toggle .icon-bar {
    background: #000;
    display: block;
    height: 4px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out 0s;
    width: 38px;
}
#menu-toggle span:nth-child(2) {
    top: 0;
    transform-origin: left center 0;
}
#menu-toggle span:nth-child(3) {
    top: 12px;
    transform-origin: left center 0;
}
#menu-toggle span:nth-child(4) {
    top: 24px;
    transform-origin: left center 0;
}
#menu-toggle.toggled-on span:nth-child(2) {
    left: 6px;
    top: 0;
    transform: rotate(45deg);
}
#menu-toggle.toggled-on span:nth-child(3) {
    opacity: 0;
    width: 0;
}
#menu-toggle.toggled-on span:nth-child(4) {
    left: 6px;
    top: 26px;
    transform: rotate(-45deg);
}

.dropdown-toggle {
    height: 38px;
    width: 38px;
}

.main-navigation .menu-item-has-children > a {
    margin-right: 10px;
}

.nobox-paiement{
    background: rgba(0,0,0,0.25);
    padding: 10px 15px;
}

/* NoBox form */
#wpcf7-f1202-p1190-o1, #wpcf7-f2092-p2089-o1{
    color: #fff;
}
#wpcf7-f1202-p1190-o1 div.wpcf7-validation-errors,
#wpcf7-f2092-p2089-o1 div.wpcf7-validation-errors{
    background: #ce0a0b;
}
#wpcf7-f1202-p1190-o1 span.wpcf7-not-valid-tip,
#wpcf7-f2092-p2089-o1 span.wpcf7-not-valid-tip {
    color: #ce0a0b;
}

@media screen and (min-width: 1200px){
    .galerie-list .galerie-wrapper:nth-child(4n)::before {
        border: none;
    }

    .partenaire-item:nth-child(4n)::before {
        border-right: none;
    }
}

@media screen and (max-width: 1200px) and (min-width: 991px){
    .galerie-list .galerie-wrapper:nth-child(3n)::before {
        border: none;
    }
    .partenaire-item:nth-child(3n)::before {
        border-right: none;
    }
    .carousel-inner .item .photo-wrapper, .carousel-inner .item a {
        height: 300px;
    }
    .carousel-control {
        max-height: 300px;
    }
}

@media screen and (max-width: 1250px){
    .main-navigation .primary-menu > li {
        padding: 0 0.8em;
    }
    .main-navigation a {
        font-size: 0.9em;
        text-transform: none;
    }
}

@media screen and (max-width: 991px){
    .galerie-list .galerie-wrapper:nth-child(2n)::before {
        border: none;
    }
    .partenaire-item:nth-child(2n)::before {
        border-right: none;
    }
    .carousel-inner .item .photo-wrapper, .carousel-inner .item a {
        height: 230px;
    }
    .carousel-control {
        max-height: 230px;
    }
    .dropdown-toggle::after {
        background: #fff;
        border: 1px solid #fff;
        border-radius: 20px;
        color: #ce0a0b;
        font-size: 20px;
        left: 0;
        width: auto;
    }
    .recentposts .post-title {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 909px){
    #text-3 {
        float: none;
    }

    /* MENU HEADER */
    #company-name {
        border-right: none;
        margin-left: 0;
        padding-bottom: 20px;
    }
    .custom-logo-link {
        margin-bottom: 20px;
    }
    .custom-logo-link .custom-logo {
        margin-bottom: 20px;
        width: 90px;
    }
    .custom-logo-link::after {
        background: #000 none repeat scroll 0 0;
        content: "";
        display: block;
        height: 4px;
        position: absolute;
        width: 220px;
    }
    .aside-logo {
        margin-left: 0;
        display: block;
    }
    .social-navigation li {
        float: none;
    }
    #lang_sel_list {
        display: none;
    }
    .site-header .social-navigation {
        position: initial;
    }
    .social-navigation li {
        margin: 0 0 0.4375em 0;
    }
    .navbar-right{
        float: none !important;
    }
    .site-header {
        padding: 0;
    }
    .site-branding{
        padding-left: 30px;
    }
    .menu-mobile{
        padding-right: 30px;
    }
    .main-navigation li {
        border-top: none;
    }

    /* MENU MOBILE V2 */
    .primary-menu {
        background: #ce0a0b;
        padding: 2em 0;
    }
    .main-navigation .primary-menu > li {
        padding: 0;
        text-align: center;
    }
    .primary-menu > li > a {
        padding: 0.65625em 2em;
    }
    .main-navigation a {
        color: #fff;
    }
    .main-navigation .current-menu-item > a::after, .main-navigation .current-menu-ancestor > a::after {
        background: white;
        content: "";
        height: 1px;
        position: absolute;
        top: 19px;
        width: 30px;
        margin-left: 25px;
    }
    .main-navigation .current-menu-item > a::before, .main-navigation .current-menu-ancestor > a::before{
        background: white;
        content: "";
        height: 1px;
        position: absolute;
        top: 19px;
        width: 25px;
        margin-left: -50px;
    }
    .main-navigation a:hover {
        color: #fff;
    }
    .dropdown-toggle{
        color: #fff;
    }
    .dropdown-toggle:hover, .dropdown-toggle:focus{
        color: #fff;
    }
    .main-navigation ul ul {
        background: #e1483e none repeat scroll 0 0 !important;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
        margin-left: 0;
        position: relative;
    }
    .main-navigation .sub-menu a {
        text-transform: none;
    }
    .main-navigation ul ul a {
        padding: 0.5em;
    }
    .sub-menu li{
        padding: 0 2em;
    }
    .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
        border-color: #ce0a0b;
        color: #fff;
    }
    .main-navigation a {
        border-bottom: medium none;
    }

    /* FOOTER */
    .inner-footer {
        margin: auto;
        width: auto;
    }
    footer .menu{
        margin: 40px 0 0;
    }


    /* SOLUTION RAPIDE */
    .social-navigation{
        display: none !important;
    }
    #lang_sel_list {
        display: block;
        position: absolute;
        right: 0;
        top: 120px;
        margin: 0 30px 0 0;
    }
    #lang_sel_list li {
        float: none;
        margin: 0 0 7px !important;
    }
    .menu-mobile {
        padding-right: 15px;
        position: absolute;
        right: 13px;
        top: 30px;
    }
    /* /END/ SOLUTION RAPIDE */

    .small-menu-button a {
        background: #fff none repeat scroll 0 0;
        color: #ce0a0b;
        display: inline-block;
    }

    .small-menu-button:hover a, .small-menu-button:focus a{
        color: #ce0a0b !important;
    }
    .site-header {
        border-bottom: 1px solid #dcdcdc;
        padding: 0 0 10px;
    }
}

@media screen and (max-width: 768px){
    .galerie-wrapper{
        display: block;
        padding: 0 15px;
    }

    .partenaire-item {
        height: 150px;
    }
    .partenaire-item img{
        max-height: 120px;
    }
    .partenaire-item::after {
        border-top: 1px solid #ce0a0b;
        content: "";
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        width: 50%;
    }
    .carousel-inner .item .photo-wrapper, .carousel-inner .item a {
        height: auto;
    }
    .carousel-inner .item .photo-wrapper img, .carousel-inner .item .photo-wrapper img {
        position: initial;
    }
    .photo-wrapper {
        margin: auto;
        max-width: 400px;
    }
    .cdt-caption {
        font-size: 0.7em;
    }
    .partenaire-item::after {
        border-top: none;
    }
    .title-page {
        font-size: 1.8em;
    }
    .partenaire-item:first-child::after {
        content: none;
    }
    .partenaire-item::before {
        content: none;
    }
    .recentposts .post-title {
        font-size: 0.9em;
    }
    .recentposts .col-sm-4:not(:last-child) .post-title {
        margin-bottom: 2em;
    }
    .post-navigation .post-title {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 650px){
    .menu-mobile {
        padding-right: 15px;
    }
    .site-branding {
        padding-left: 15px;
        margin-top: 15px;
    }
    .wp-custom-logo .site-title {
        font-size: 13px;
    }
    .wp-custom-logo .site-description {
        font-size: 14px;
    }
}

@media screen and (max-width: 500px){
    .custom-logo-link .custom-logo {
        display: none;
    }
    #company-name {
        font-size: 33px;
        line-height: 35px;
        padding-bottom: 13px;
    }
    .custom-logo-link::after {
        width: 180px;
    }
    .wp-custom-logo .site-title {
        font-size: 12px;
    }
    .wp-custom-logo .site-description {
        font-size: 13px;
    }
    #lang_sel_list {
        margin: 0 20px 0 0;
        top: 100px;
    }
    .dropdown-toggle {
        right: 0;
    }

    .projects-navigation-icon{
        display: none;
    }

    /* SUITE FOOTER */
    #text-2 img{
        margin:0 0 20px 0;
        display: block;
        float: none;
    }
    .newsletter-footer .widget {
        float: right;
        width: auto;
    }
}










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

.abc-links a{
    position: relative;
    display: inline-block;
    padding: 0 7px;
}

.abc-links a:not(:last-child)::after{
    content: "";
    background-color: #444;
    height: 10px;
    width: 1px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 0;
}

.og-grid {
    list-style: none;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    /*font-size: 0;*/
}

.og-grid > li {
    display: inline-block;
    margin: 10px 5px 0 5px;
    vertical-align: top;
    height: 200px;
    width: 200px;
}

.og-grid > li > a {
    border: none;
    outline: none;
    display: block;
    text-align: left;
    position: relative;
    height: 200px;
    font-size: 1rem;
    /*border: 1px solid #ccc;*/
    background-color: #f8f8f8;
    color: #ce0a0b;
}

.og-grid > li > a .inner{
    display: flex;
    overflow: hidden;
    height: 100%;
    padding: 1rem;
    position: relative;
}

.og-grid > li > a .illustration{
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: opacity ease 0.15s;
}

.og-grid > li > a .illustration .img{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.og-grid > li > a:hover .illustration{
    opacity: 1;
}

.og-grid > li > a .name{
    align-self: flex-end;
    position: relative;
    z-index: 1;
    font-size: 0;
}

.og-grid > li > a .letter{
    position: absolute;
    top: 0;
    left: -10px;
    font-size: 8rem;
    font-family: 'Caslon224Std-Bold';
    font-weight: 100;
    line-height: 1;
}

.og-grid > li > a .name .firstname{
    font-size: 14px;
    line-height: 1.2;
}

.og-grid > li > a .name .lastname{
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
}

.og-grid > li > a .name .and{
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
}

.og-grid > li > a .name span.firstname,
.og-grid > li > a .name span.lastname,
.og-grid > li > a .name span.and{
    margin-right: 5px;
}

.og-grid > li.og-expanded > a::after {
    top: 101%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    border-bottom-color: #000;
    border-width: 15px;
    left: 50%;
    margin: -20px 0 0 -15px;
}

.og-expander {
    position: absolute;
    background: #000;
    color: #fff;
    top: auto;
    left: 0;
    width: 100%;
    margin-top: 10px;
    text-align: left;
    height: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: scroll;
}

.og-expander-inner {
    padding: 50px 30px;
    max-height: 100%;
    display: flex;
    flex-grow: 1;
    animation: fadeIn 0.3s ease 1s;
}

@keyframes fadeIn {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.og-expander .carousel-inner{
    overflow: visible;
}

.og-expander .carousel,
.og-expander .carousel .carousel-inner,
.og-expander .carousel .carousel-inner .item,
.og-expander .carousel .carousel-inner .item .photo-wrapper{
    height: 100%;
}

.og-expander .carousel .carousel-indicators li{
    margin: 0;
    background-color: #fff;
    border: 6px solid black;
    border-radius: 20px;
    padding: 6px;
}

.og-expander .carousel .carousel-indicators{
    top: 10px;
    text-align: right;
    font-size: 0;
}

.og-expander .carousel .carousel-indicators li.active{
    background-color: #ce0a0b;
}

.og-expander .carousel-inner .legend{
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: calc(100% + 30px);
    width: 100%;
    text-align: left;
}

.og-close {
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.og-close::before,
.og-close::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
}

.og-close::after {
    transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
    background: #ce0a0b;
}

.og-fullimg,
.og-details {
    width: 50%;
    float: left;
    max-height: 100%;
    /*overflow: hidden;*/
    position: relative;
}

.og-details .artwork.d-xs{
    display: none;
    margin-top: 15px;
}

.og-details .artwork.d-lg{
    display: block;
    margin-top: 20px;
}

.og-fullimg .carousel{
    text-align: right;
}

.og-fullimg .carousel .photo-wrapper img{
    position: static;
}

.og-details {
    padding: 40px 40px 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 651px){
    .og-details.pb-100{
        padding-bottom: 100px;
    }
}

.og-fullimg {
    text-align: right;
}

.og-fullimg a.fancybox-item {
    display: inline;
    height: auto;
    margin-bottom: 0;
    cursor: zoom-in;
}

.fancybox-content{
    padding: 0 !important;
}

.fancybox-is-open .fancybox-bg{
    opacity: 0.95 !important;
}

.og-fullimg img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}

.og-details .name .firstname {
    display: block;
    font-size: 24px;
    line-height: 1;
    margin-right: 12px;
    font-weight: 100;
    word-break: break-all;
}

.og-details .name .lastname{
    font-weight: 300;
    font-size: 38px;
    line-height: 1;
    text-transform: uppercase;
    word-break: break-all;
}

.og-details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #999;
}

/*.og-details a {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 20px;
    border: 3px solid #333;
    display: inline-block;
    margin: 30px 0 0;
    outline: none;
}*/

.og-details a {
    font-size: 16px;
}

/*.og-details a::before {
    content: '\2192';
    display: inline-block;
    margin-right: 10px;
}*/

.og-details a:hover {
    border-color: #999;
    color: #999;
}

.og-details .country {
    font-size: 14px;
    text-transform: uppercase;
}

.og-details .galleries {
    font-size: 16px;
}

.og-details .galleries a {
    display: block;
}

.og-details .artwork{
    color: white;
    line-height: 1.4;
}

.artwork-name{
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.2;
}

.artwork-year{
    font-size: 12px;
    font-weight: normal;
}

.artwork-legend{
    font-size: 12px;
}

.artwork-courtesy{
    font-size: 12px;
}

.og-loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ddd;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    animation: loader 0.5s infinite ease-in-out both;
}

@keyframes loader {
    0% { background: #ddd; }
    33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
    66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@media screen and (max-width: 1150px) {
    .og-details .name .lastname { font-size: 32px; }
}

@media screen and (max-width: 830px) {
    .og-details .name .firstname { font-size: 20px; }
}

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

    /*.og-fullimg { display: none; }*/
    .og-details {
        /*float: none;*/
        width: 100%;
        padding: 0 0 30px 0;
    }
    .og-expander-inner{
        flex-direction: column;
        align-items: center;
        padding: 30px;
    }
    .og-expanded{
        /*height: auto !important;*/
        /*transition: none !important;*/
    }
    .og-expander{
        position: relative;
        /*height: auto !important;*/
        min-height: 300px;
    }
    .og-expander .carousel,
    .og-expander .carousel .carousel-inner,
    .og-expander .carousel .carousel-inner .item,
    .og-expander .carousel .carousel-inner .item .photo-wrapper{
        height: auto;
    }

    .og-expander .carousel-inner .legend{
        position: static;
    }

    .og-details .infos{
        margin-top: 30px;
    }

    .og-grid > li{
        width: 100%;
        margin: 10px 0 0 0;
    }

    .og-grid > li > a {
        margin: 0 10px;
    }

    .og-fullimg {
        width: auto;
        max-width: 450px;
    }

    body.page-template-template-artistes .container {
        padding: 0;
    }

    .og-details .artwork.d-xs{
        display: block;
    }

    .og-details .artwork.d-lg{
        display: none;
    }

}






.rencontres-tabs {
}

.rencontres-tabs .nav-tabs{
    margin: 0;
    padding: 0;
}

.rencontres-tabs .nav-tabs > li > a {
    padding: 15px 20px;
    border: 2px solid #ce0a0b;
    background-color: #fff;
    color: #ce0a0b;
    margin-right: -2px;
    border-bottom: none;
    border-radius: 0;
}

.rencontres-tabs .nav-tabs > li:first-child a {
    border-top-left-radius: 5px;
}

.rencontres-tabs .nav-tabs > li:last-child a {
    border-top-right-radius: 5px;
}

.rencontres-tabs .nav-tabs > li.active > a,
.rencontres-tabs .nav-tabs > li > a:hover,
.rencontres-tabs .nav-tabs > li > a:focus {
    border: 2px solid #ce0a0b;
    border-bottom: none;
    background-color: #ce0a0b;
    color: #fff;
}

.rencontres-tabs .tab-content{
    border: 2px solid #ce0a0b;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.rencontres-tabs .tab-content .tab-pane {
    padding: 40px;
}

.rencontres-tabs .tab-content .tab-pane .item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.rencontres-tabs .tab-content .tab-pane .item .time{
    color: #ce0a0b;
    padding-right: 10px;
}

.rencontres-tabs .tab-content .tab-pane .item .location{
    color: #888;
    display: inline-block;
    font-size: 15px;
}

.rencontres-tabs .tab-content .tab-pane .item p {
    margin: 0 0 1.25em;
}

.rencontres-tabs .tab-content .tab-pane .item ul {
    margin: 0 0 1.25em 1.25em;
}

.rencontres-tabs .tab-content .tab-panel-head {
    display: none;
}

.rencontres-tabs .tab-content .tab-panel-head{
    display: none;
    padding: 15px 20px;
    border-top: 2px solid #ce0a0b;
    border-bottom: 2px solid #ce0a0b;
    background-color: #fff;
    color: #ce0a0b;
    border-radius: 0;
    margin-top: -2px;
    margin-bottom: -2px;
}

.rencontres-tabs .tab-content .tab-panel-head.active{
    background-color: #ce0a0b;
    color: #fff;
}



@media screen and (max-width: 992px){
    .rencontres-tabs .tab-content{
        border-radius: 0;
    }

    .rencontres-tabs .tab-content .tab-panel-head{
        display: block;
    }

    .rencontres-tabs .nav-tabs {
        display: none;
    }
}


/* Button */
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
}