
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}
@font-face {
    font-family: "Cardo";
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/Cardo104s-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/Cardo104s-webfont.woff2") format("woff2"), url("./fonts/Cardo104s-webfont.woff") format("woff"), url("./fonts/Cardo104s-webfont.ttf") format("truetype"), url("./fonts/Cardo104s-webfont.svg#cardoregular") format("svg");
}
@font-face {
    font-family: "Cardo";
    font-style: normal;
    font-weight: bold;
    src: url("./fonts/Cardob101-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/Cardob101-webfont.woff2") format("woff2"), url("./fonts/Cardob101-webfont.woff") format("woff"), url("./fonts/Cardob101-webfont.ttf") format("truetype"), url("./fonts/Cardob101-webfont.svg#cardobold") format("svg");
}
@font-face {
    font-family: "Cardo";
    font-style: italic;
    font-weight: normal;
    src: url("./fonts/Cardoi99-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/Cardoi99-webfont.woff2") format("woff2"), url("./fonts/Cardoi99-webfont.woff") format("woff"), url("./fonts/Cardoi99-webfont.ttf") format("truetype"), url("./fonts/Cardoi99-webfont.svg#cardoitalic") format("svg");
}

@font-face {
    font-family: 'texgyreschola';
    src: url('./fonts/texgyreschola-regular-webfont.eot');
    src: url('./fonts/texgyreschola-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/texgyreschola-regular-webfont.woff') format('woff'),
         url('./fonts/texgyreschola-regular-webfont.ttf') format('truetype'),
         url('./fonts/texgyreschola-regular-webfont.svg#texgyrescholaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: outside none none;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
:focus {
    outline: 0 none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.entry-content table td  {
    font-family: "Cardo",Tahoma,sans-serif !important;
    color: #1c1c1c;
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 10px;
}
article, aside, footer, header, nav, section {
    display: block;
}
body {
    background-color: #f7f7f7;
    color: #333;
    font-family: "Cardo";
    font-size: 16px;
    font-weight: 400;
}
a {
    color: #4bb6f5;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.clear {
    clear: both;
}
.ui-tabs-hide {
    display: none;
}
br.clear {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: normal;
    line-height: 1em;
    padding-bottom: 5px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
p {
    color: #666;
    font-size: 12px;
    line-height: 21px;
    padding-bottom: 10px;
}
iframe {
}
strong {
    color: #1c1c1c;
    font-weight: bold;
}
a strong {
    color:#6a251f;
}
cite, em, i {
    font-style: italic;
}
pre, code {
    font-family: "Cardo";
    margin-bottom: 10px;
}
ins {
    text-decoration: none;
}
.single li {
    font-family: "Cardo",Tahoma,sans-serif !important;
    font-size: 14px;
    color: #000000;
}
sup, sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 0.8em;
}
sub {
    top: 0.3em;
}
dl {
    margin: 0 0 1.5em;
}
dl dt {
    font-weight: bold;
}
dd {
    margin-left: 1.5em;
}
blockquote {
    background: #e6e6e6 none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    color: #666666;
    font-style: italic;
    padding: 1em;
}
blockquote p {
    padding-bottom: 0;
}
input[type="text"], input.text, input.title, textarea, select {
    background-color: #fff;
    border: 1px solid #bbb;
    color: #4e4e4e;
    padding: 2px;
}
input[type="text"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
    border-color: #2d3940;
    color: #3e3e3e;
}
input[type="text"], input.text, input.title, textarea, select {
    margin: 0.5em 0;
}
textarea {
    padding: 4px;
}
img#about-image {
    float: left;
    margin: 3px 8px 8px 0;
}
.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
* html .clearfix {
}
:first-child + html .clearfix {
}
.page .addthis_toolbox {
    display: none !important;
}
#sidebar-home-footer .ytc_video_container {
    width: 959px !important;
}
#sidebar-home-footer h4.widgettitle {
    background: #61140d none repeat scroll 0 0;
    border-bottom: 1px solid #61140d;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    height: 23px;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 20px 0 20px 20px;
    text-transform: none;
}
img {
    height: auto;
    max-width: 100%;
}
#et-featured-posts .et-second img, #et-featured-posts .et-fourth img {
    height: 215px;
    max-width: 100%;
}
#ie8 img {
    width: auto;
}
embed, iframe, object, video {
    max-width: 100%;
}
#main-header {
}
#top-container {
    background-color: #590801;
    color: #ffffff;
    height: 35px;
    max-width: 100%;
}
#top-container .conections {
    float: right;
    font-size: 14px;
    padding-top: 10px;
}
#main-header .container {
    width: 100%;
}
.container {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 1280px;
}
.container.fullwidth {
    width: 100%;
}
#logo {
    float: left;
    height: 145px;
    margin-bottom: -1px;
    margin-left: 11%;
    padding-bottom: 16px;
    padding-top: 11px;
}
.header-banner {
    float: right;
}
#top-navigation {
    background-color: #fafafa;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}
body.home #top-navigation {
    padding-left: 0;
}
#top-navigation nav {
    height: 37px;
    margin: 0 auto;
    width: 1280px;
}
#top-menu li {
    float: left;
    font-family: "Cardo";
    font-weight: 300;
    text-shadow: 1px 1px 0 #fff;
    width: 20%;
}
#top-menu a {
    display: block;
    height: 37px;
    padding: 0;
    position: relative;
    text-decoration: none;
}
#top-menu > li.current-menu-item > a {
}
#et-social-icons {
    background-color: #f6f6f6;
    box-shadow: 0 1px 0 #fff inset, -1px 0 0 #fff;
    float: right;
    position: relative;
    width: 245px;
}
#et-social-icons::before {
    background: rgba(0, 0, 0, 0) url("images/social-left-shadow.png") no-repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 60px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 6px;
}
#et-social-icons li {
    border-left: 1px solid #e0e0e0;
    box-shadow: 1px 0 0 #fff inset;
    float: left;
    list-style: outside none none;
}
#et-social-icons li:first-child {
    box-shadow: none;
}
#et-social-icons .twitter .et-social-normal {
    background: rgba(0, 0, 0, 0) url("images/twitter.png") no-repeat scroll 19px 10px;
}
#et-social-icons .twitter .et-social-hover {
    background: rgba(0, 0, 0, 0) url("images/twitter-hover.png") no-repeat scroll 19px 10px;
}
#et-social-icons .twitter a:hover {
    background: #00ccff none repeat scroll 0 0;
}
#et-social-icons .facebook .et-social-normal {
    background: rgba(0, 0, 0, 0) url("images/facebook.png") no-repeat scroll 25px 10px;
}
#et-social-icons .facebook .et-social-hover {
    background: rgba(0, 0, 0, 0) url("images/facebook-hover.png") no-repeat scroll 25px 10px;
}
#et-social-icons .facebook a:hover {
    background: #3f8eee none repeat scroll 0 0;
}
#et-social-icons .rss .et-social-normal {
    background: rgba(0, 0, 0, 0) url("images/rss.png") no-repeat scroll 21px 10px;
}
#et-social-icons .rss .et-social-hover {
    background: rgba(0, 0, 0, 0) url("images/rss-hover.png") no-repeat scroll 21px 10px;
}
#et-social-icons .rss a:hover {
    background: #ff9110 none repeat scroll 0 0;
}
#et-social-icons .google .et-social-normal {
    background: rgba(0, 0, 0, 0) url("images/google.png") no-repeat scroll 19px 10px;
}
#et-social-icons .google .et-social-hover {
    background: rgba(0, 0, 0, 0) url("images/google-hover.png") no-repeat scroll 19px 10px;
}
#et-social-icons .google a:hover {
    background: #e84e18 none repeat scroll 0 0;
}
#et-social-icons a, #et-social-icons span {
    display: block;
    height: 35px;
    position: relative;
    text-indent: -9999px;
    width: 60px;
}
#et-social-icons a {
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
#featured {
    background-image: url("https://web-archive.nli.org.il/National_Library/oe_/http://bestwebsoft.com/inprogress/re/romain_metivet/wp-content/themes/Nexus/images/backgroudn.png") !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset;
    margin-top: -1px;
}
#featured, .post-thumbnail {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
#et-featured-posts {
    background-color: #333;
    border: 5px solid #590801;
    box-shadow: 0 5px 81px rgba(0, 0, 0, 0.75) inset;
    padding: 59px 50px;
}
.et-featured-post {
    box-shadow: 0 0 79px rgba(0, 0, 0, 0.2) inset, 0 0 15px rgba(0, 0, 0, 0.4);
    float: left;
    overflow: hidden;
    position: relative;
}
.et-featured-post img {
    display: block;
	height: 100%;
}
.et-featured-post::before {
    box-shadow: 0 0 79px rgba(0, 0, 0, 0.2) inset;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.et-first{
	height:433px;
}
.et-first, .et-second {
    width: 578px;
}
.et-third, .et-fourth {
    width: 287px;
    height: 214px;
}
.et-first, .et-third {
    padding-right: 4px;
}
.et-third img {
    height: 215px;
}
.home .et-second {
    margin-bottom: 4px;
}
.meta-info {
    background-color: #590801;
    color: #fff;
    font-size: 28px;
    height: 60px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    top: 0;
    width: 60px;
    z-index: 3;
}
.meta-info .meta-date {
    bottom: 0;
    left: 0;
    padding: 12px 15px;
    position: absolute;
}
.meta-info .month {
    display: block;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}
.post-description {
    bottom: 25px;
    color: #fff;
    left: 40px;
    position: absolute;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}
.post-description a {
    color: #fff;
    text-decoration: none;
}
.post-excerpt {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}
.post-excerpt .post-title {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 900;
    height: 100%;
    margin-bottom: 3px;
    text-decoration: none;
}
.post-excerpt .post-title:hover {
    text-decoration: underline !important;
}
.post-excerpt .post-title a:hover, .popular-post h2 a:hover, .footer-widget li a:hover, #footer-bottom li a:hover, .excerpt-wrap a:hover {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}
.excerpt-wrap {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.excerpt-wrap p {
    color: #fff;
    letter-spacing: -1px;
}
.home .et-first .excerpt-wrap {
    padding: 61px 62px 0 120px;
}
.home .et-second .excerpt-wrap {
    padding: 29px 73px 0 90px;
}
.et-third .excerpt-wrap, .et-fourth .excerpt-wrap {
    padding: 29px 30px 0 90px;
}
.et-first .excerpt-wrap, .et-second .excerpt-wrap {
    padding: 40px 65px 0 100px;
}
.excerpt-more {
    background: rgba(0, 0, 0, 0) url("images/excerpt-more.png") no-repeat scroll 0 0;
    bottom: 21px;
    height: 20px;
    position: absolute;
    right: 23px;
    text-indent: -9999px;
    width: 12px;
}
.home .et-first .post-description {
    bottom: 45px;
    left: 60px;
}
.et-first .post-description {
    bottom: 33px;
    left: 60px;
    padding-right: 10px;
}
.post-description h2 {
    font-weight: 900;
}
.post-description h2 a {
    color: #fff;
    text-decoration: none;
}
.et-first .post-description h2 {
    font-size: 36px;
}
.et-second .post-description h2 {
    font-size: 30px;
}
.et-third .post-description h2, .et-fourth .post-description h2 {
    font-size: 24px;
    line-height: 20px;
}
.post-description .post-meta {
    font-size: 18px;
}
.et-third .post-meta, .et-fourth .post-meta {
    font-size: 14px;
}
.post-description, .post-excerpt, .meta-info, .popular-tabs ul, #top-menu > li > a {
    backface-visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
}
.popular-tabs ul, #top-menu > li > a {
    transition: all 0.2s ease-in-out 0s;
}
.et-featured-post:hover .post-description {
    opacity: 0;
}
.et-featured-post:hover .post-excerpt {
    opacity: 1;
    top: 0;
}
.et-featured-post:hover .meta-info {
    height: 100%;
}
.featured-comments {
    background: rgba(0, 0, 0, 0) url("images/comments-cloud.png") no-repeat scroll 0 0;
    bottom: 74px;
    height: 33px;
    left: 10px;
    position: absolute;
    width: 41px;
}
.featured-comments span {
    color: #590801;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
}
.page-wrap {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    margin-bottom: 40px;
}
.page-template-template-connexion .page-wrap {
    margin-bottom: 218px;
}
#main-content {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    position: relative;
}

#main-content::before, .home #main-content::after {
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
}
#main-content::before {
    background-color: #f7f7f7;
    border-left: 1px solid #e0e0e0;
    right: 0;
    width: 319px;
}
.home #main-content::after {
    background: #e0e0e0 none repeat scroll 0 0;
    height: 100%;
    left: 638px;
    width: 1px;
}
.page #main-content::after {
    display: none;
}
.home #content {
    float: left;
    width: 638px;
}
#content, body.page #content {
    float: left;
    width: 958px;
}
.fullwidth #content {
    float: none;
    width: 100% !important;
}
.fullwidth #main-content::before {
    display: none;
}
#breadcrumbs .raquo {
    display: block;
    float: left;
    position: relative;
    text-indent: -9999px;
    width: 44px;
}
#breadcrumbs .raquo::before {
    border-right: 1px solid #cac9c9;
    bottom: -17px;
    content: "";
    left: 0;
    position: absolute;
    top: -19px;
    width: 11px;
}
#breadcrumbs .raquo::after {
    background: rgba(0, 0, 0, 0) url("images/breadcrumbs_separator.png") no-repeat scroll 0 0;
    bottom: -17px;
    content: "";
    display: block;
    height: 52px;
    left: 2px;
    position: absolute;
    width: 11px;
}
.et_breadcrumbs_title, .et_breadcrumbs_content {
    display: block;
    float: left;
}
h1.module-title, h4.widgettitle, #breadcrumbs {
    background-color: #590801;
    color: #fff;
    font-size: 16px;
    padding: 17px 40px;
    position: relative;
}
h1.module-title::before, h4.widgettitle::before, #breadcrumbs::before {
    background: rgba(0, 0, 0, 0) url("images/title-shadow.png") no-repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 61px;
    position: absolute;
    right: -1px;
    width: 10px;
    z-index: 2;
}
h1.module-title span {
    font-weight: 900;
}
.module-content, .all-tabs {
    padding: 20px 20px;
    padding-top: 70px;
}
.recent-post {
    padding: 0 60px 35px;
}
.categories-tabs-module .recent-post, .recent-module .recent-post, .home .et-tab {
    padding: 0 0 30px;
}
.home .et-tab {
    padding: 0 0 40px;
}
.home .recent-post:last-child, .home .et-tab:last-child, .home .review-post:last-child {
    border-bottom: 1px solid #e0e0e0;
}
.et-main-image {
    float: left;
    line-height: 0;
    margin-right: 39px;
    position: relative;
    width: 160px;
}

.categories-tabs-module .et-main-image, .recent-module .et-main-image {
    height: 107px;
    overflow: hidden;
    width: 160px;
    transform: scale(1, 1);
    transition: all 300ms ease 0s;
}
/*.categories-tabs-module .et-main-image:hover {*/
    /*transform: scale(1.1, 1.1);*/
    /*transition: all 300ms ease 0s;*/
/*}*/
.et-main-image::before {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.et-description {
    margin-left: 200px;
}
.categories-tabs-module .et-description, .recent-module .et-description {
    float: none;
    margin: 0 0 0 199px;
    width: auto;
}
.et-description h2 {
    color: #333;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: -2px;
    margin-top: 0;
    position: relative;
    top: -6px;
}
.et-description h2 a:hover, .et-tabbed-all-tabs .title a:hover, .widget li a:hover {
    color: #707070;
    text-decoration: none;
}
.et-description .post-meta {
    color: #969696;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 20px;
    padding-top: 3px;
    text-transform: uppercase;
}
.home .et-description .post-meta {
    margin-bottom: 6px;
}
.et-description .post-meta a {
    color: #969696;
    text-decoration: none;
}
.et-description .post-meta span {
    background-color: #590801;
    color: #fff;
    display: block;
    float: left;
    margin-bottom: 10px;
    margin-right: 11px;
    padding: 8px 14px;
    width: auto;
}
.home .et-description .post-meta span {
    margin-bottom: 0;
}
.load-more {
    text-align: center;
}
.load-more a {
    color: #333;
    display: inline-block;
    margin-bottom: 40px;
    padding-right: 23px;
    position: relative;
    text-decoration: none !important;
}
.load-more a:hover {
    color: #999;
}
.load-more a::before {
    bottom: 3px;
    color: #6a251f;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    height: 16px;
    position: absolute;
    right: 0;
    top: -1px;
    width: 15px;
}
.categories-tabs-module .et-tabs {
    display: none;
}
.categories-tabs-module .et-tabs:first-child {
    display: block;
}
.categories-tabs-module .load-more {
    padding-top: 40px;
}
.categories-tabs-module .load-more a {
    margin-bottom: 0;
}
.categories.et-tabs {
    display: block;
}
.category-load-more {
    padding-top: 0;
    text-align: center;
}
.category-load-more a {
    color: #333;
    display: inline-block;
    margin-bottom: 90px;
    padding-right: 23px;
    position: relative;
    text-decoration: none !important;
}
.category-load-more a::before {
    bottom: 3px;
    color: #6a251f;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 94px;
    height: 16px;
    left: -31px;
    position: absolute;
    right: 0;
    top: -6px;
    width: 15px;
}
.favoris-load-more {
    padding-top: 0;
    text-align: center;
}
.favoris-load-more a {
    color: #333;
    display: inline-block;
    margin-bottom: 90px;
    padding-right: 23px;
    position: relative;
    text-decoration: none !important;
}
.favoris-load-more a::before {
    bottom: 3px;
    color: #6a251f;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 94px;
    height: 16px;
    left: -31px;
    position: absolute;
    right: 0;
    top: -6px;
    width: 15px;
}
a .popular-posts-wrap, .et-popular-tabs-content {
    position: relative;
}
.popular-posts-wrap {
    min-height: 570px !important;
}
.popular-tabs {
    float: left;
    padding: 75px 0 60px;
    position: relative;
    width: 239px;
}
.et-popular-tabs-wrap {
    overflow: hidden;
    height: 650px!important;
}
.et-popular-tabs-wrap li:hover {
    cursor: pointer;
}
.et-popular-tabs-wrap li.popular-active:hover {
    cursor: default;
}
.popular-posts {
    background-color: #333;
    box-shadow: 0 5px 81px rgba(0, 0, 0, 0.75) inset;
    margin-left: 239px;
    padding: 0;
}
.popular-posts img {
    width: 100%;
}
.et-scroll-arrows a {
    display: block;
    height: 40px;
    left: 40px;
    position: absolute;
    text-indent: -9999px;
    width: 160px;
    z-index: 10;
}
.et-scroll-arrows-top {
    top: -74px;
}
.et-scroll-arrows-bottom {
    bottom: -74px;
}
.popular-tabs ul {
    position: relative;
}
.et-scroll-arrows-top::before {
    background: rgba(0, 0, 0, 0) url("images/popular-top-bg.png") no-repeat scroll 0 0;
    bottom: -8px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 159px;
}
.et-scroll-arrows-bottom::before {
    background: rgba(0, 0, 0, 0) url("images/popular-bottom-bg.png") no-repeat scroll 0 0;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: -8px;
    width: 159px;
}
.et-scroll-arrows-top::after {
    color: #590801;
    content: "";
    font-family: FontAwesome;
    font-size: 23px;
    height: 38px;
    left: 73px;
    position: absolute;
    text-indent: 0;
    top: 9px;
    width: 159px;
}
.et-scroll-arrows-bottom::after {
    color: #590801;
    content: "";
    font-family: FontAwesome;
    font-size: 23px;
    height: 38px;
    left: 73px;
    position: absolute;
    text-indent: 0;
    top: 9px;
    width: 159px;
}
.popular-active {
    background-color: #1f1f1f;
    text-shadow: 0 1px 1px #000;
}
.popular-active .popular-tab-title {
    color: #fff;
}
.popular-tab-title {
    color: #333;
    display: block;
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
    padding: 20px 40px 0;
}
.popular-tabs .post-meta {
    color: #969696;
    font-size: 14px;
    font-weight: 100;
    padding: 0 40px 13px;
}
.popular-post {
    display: none;
    text-shadow: 0 1px 1px #000;
}
.popular-post:first-child {
    display: block;
}
.main-tab-image {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    margin-bottom: 40px;
    position: relative;
}
.popular-post h2 {
    font-size: 36px;
    font-weight: 900;
    padding-bottom: 15px;
    padding-left: 20px;
}
.popular-post h2 a {
    color: #fff;
}
.popular-post .post-meta {
    color: #a7a7a7;
    font-size: 14px;
    text-transform: uppercase;
}
.popular-post .post-meta a {
    color: #a7a7a7;
    text-decoration: none;
}
.popular-post p {
    color: #fff;
}
.reviews-content {
    padding: 40px;
}
.review-post {
    padding-bottom: 30px;
    position: relative;
}
.review-rating, .review-rating span {
    background: rgba(0, 0, 0, 0) url("images/rating.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 28px;
}
.review-rating {
    float: left;
    width: 166px;
}
.recent-reviews .review-rating {
    float: none;
    left: 0;
    position: absolute;
    top: 0;
}
.et-description .review-rating {
    margin-right: 6px;
}
.review-rating span {
    background-position: 0 -28px;
}
.review-post .et-description {
    margin-left: 197px;
}
.review-post .et-description h2 {
    font-size: 24px;
}
.categories-tabs {
    background-color: #fafafa;
    border-top: 1px solid #e0e0e0;
    box-shadow: 1px 1px 0 #fff inset;
    position: relative;
    text-shadow: 0 1px 0 #fff;
}
.categories-tabs::before {
    background: rgba(0, 0, 0, 0) url("images/title-shadow.png") no-repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 47px;
    position: absolute;
    right: 0;
    width: 10px;
}
.categories-tabs::after {
    background: #590801 none repeat scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    bottom: -4px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.categories-tabs li {
    cursor: pointer;
    display: inline-block;
    padding: 17px 19px;
    position: relative;
}
.categories-tabs li, .categories-tabs li a {
    color: #333;
    text-decoration: none;
}
.et-tabbed-all-tabs li::before, .widget .categories-tabs li::before {
    display: none;
}
.widget .categories-tabs {
    margin: 0 -40px;
}
.widget .categories-tabs li {
    padding: 13px 19px 8px !important;
}
.widget .home-tab-active::before {
    border: medium none;
    display: block !important;
    top: auto;
}
.home-tab-active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #590801;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    margin-top: -1px;
}
.home-tab-active::before {
    background: #590801 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.home-tab-active, .home-tab-active a {
    color: #fff !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.et-tabbed-widget .categories-tabs li {
    padding-bottom: 14px;
}
.et-tabbed-widget .categories-tabs::after {
    bottom: -4px;
}
#breadcrumbs {
    overflow: hidden;
    padding: 17px 16px;
}
.page-template-page-full-custom #breadcrumbs{
	display:none;
}
#breadcrumbs a {
    color: #999;
    display: block;
    float: left;
    padding: 0 24px 0 0;
    text-decoration: none;
}
#breadcrumbs.bcn_breadcrumbs a {
    display: inline;
    float: none;
    padding: 0;
}
#breadcrumbs a:first-child {
    padding-left: 24px;
}
#left-area {
    padding-top:0px;
}
.single #left-area {
    padding-top: 30px;
}
a.read-more, .comment-reply-link {
    background-color: #590801;
    border: 1px solid #61140d;
    border-radius: 10px;
    color: #fff;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: 900;
    margin-top: 2px;
    padding: 13px 18px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.post-type-archive-reports a.read-more {
    background-color: #590801;
    border: 1px solid #61140d;
    border-radius: 10px;
    color: #fff;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: 900;
    margin-top: 2px;
    padding: 13px 18px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    transition: background-color 0.5s ease-out 0s;
}
.post-type-archive-reports a.read-more:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #61140d;
}
a.read-more:hover, .comment-reply-link:hover {
    text-decoration: none;
}
.post-thumbnail {
    margin-top: -1px;
    position: relative;
}
.category .post-thumbnail {
    height: 71px;
    margin-top: -1px;
    overflow: hidden;
    position: relative;
	width:100%;
}
.post-thumbnail::before {
    display: none;
}
 .post-thumbnail .container{
    min-height: 71px;
}
.category-6 .post-thumbnail::before,
.category-3 .post-thumbnail::before ,
.category-17 .post-thumbnail::before ,
.category-812 .post-thumbnail::before ,
.category-12 .post-thumbnail::before ,
.category-25 .post-thumbnail::before {
    box-shadow: 0 0 90px rgba(0, 0, 0, 0.5) inset;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
	display:block;
}
.category-6 .post-thumbnail,
.category-3 .post-thumbnail,
.category-17 .post-thumbnail,
.category-812 .post-thumbnail,
.category-12 .post-thumbnail,
.category-25 .post-thumbnail {
    height: 300px;
}
.category-6 .post-thumbnail .container,
.category-3 .post-thumbnail .container,
.category-17 .post-thumbnail .container,
.category-812 .post-thumbnail .container,
.category-126 .post-thumbnail .container,
.category-25 .post-thumbnail .container {
    min-height: 400px;
}
h1.post-heading {
    background-color: #590801;
    border-bottom: 1px solid #fff;
    #bottom: -1px;
    color: #fff;
    font-size: 25px;
    left: 0;
    padding: 23px 32px;
    #position: absolute;
    width: 95%;
    z-index: 2;
}
.category h1.post-heading {
    bottom: -1px;
    position: absolute;
}
.entry-content {
    padding: 5px 28px 14px;
}
	.single .entry-content,
	.page .entry-content{
		color: #1c1c1c;
		line-height: 26px;
		font-size:17px;
	}
		.single .entry-content p,
		.single .entry-content li,
		.page .entry-content p,
		.page .entry-content li,
		.dwqa-content{
			line-height: 26px;
			font-size:17px;
			color: #1c1c1c;
			font-family: 	"Cardo", Tahoma, sans-serif;
		}
		.single .entry-content .wpfp-link,
		.single .entry-content .pdfprnt-top-right a,
		.page .entry-content .wpfp-link,
		.page .entry-content .pdfprnt-top-right a{
			font-size:17px;
			color:#6a251f;
		}
		.single .entry-content a,
		.page .entry-content div:not('.dw-question') a{
			color:#590801;
			text-decoration:underline;
		}

.entry-content .review-rating {
    float: none;
    margin-bottom: 10px;
}
.entry-content .post-meta {
    font-size: 22px;
    font-weight: 100;
    padding-bottom: 16px;
    width: 70%;
}
.entry-content .post-meta a {
    color: #333;
}
.entry-content blockquote {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #590801;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 10px;
    color: #333;
    font-size: 16px;
    font-style: normal;
    line-height: 28px;
    margin: 25px 0 35px;
    padding: 0 0 0 30px;
}
#et-box-author {
    margin-bottom: 60px;
}
#et-bio-author {
    padding: 40px 60px 25px 152px;
    position: relative;
}
.author-avatar {
    left: 60px;
    position: absolute;
    top: 40px;
}
#et-box-author p, #et-post-share span {
    color: #fff;
    text-shadow: 0 1px 1px #000;
}
#author-info strong {
    color: #fff;
    font-weight: 900;
}
#et-post-share {
    padding: 15px 152px 13px;
}
#et-post-share span {
    font-size: 18px;
    font-weight: 100;
    padding: 6px 20px 0 0;
}
#et-post-share span, #et-share-icons {
    float: left;
}
#et-share-icons li {
    display: inline-block;
    padding-right: 7px;
}
#et-share-icons a {
    display: block;
    height: 32px;
    text-indent: -9999px;
    width: 31px;
}
.google-share a {
    background: rgba(0, 0, 0, 0) url("images/google-share.png") no-repeat scroll 0 0;
}
.facebook-share a {
    background: rgba(0, 0, 0, 0) url("images/facebook-share.png") no-repeat scroll 0 0;
}
.twitter-share a {
    background: rgba(0, 0, 0, 0) url("images/twitter-share.png") no-repeat scroll 0 0;
}
.entry-content .main-title {
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    line-height: 24px;
    margin: 0 0 12px;
    padding: 10px;
    top: 92px;
    width: 64%;
}
.entry-content table {
    border: 1px solid #eee;
    margin: 0 0 15px;
    text-align: left;
    width: 100%;
}
.entry-content tr th, .entry-content thead th {
    color: #555;
    font-weight: bold;
    padding: 9px 24px;
}
.entry-content tr td {
    border-top: 1px solid #eee;
    padding: 6px 24px;
}
.entry-content .aligncenter tr td {
    border-top: 0 none;
    padding: 6px 24px;
}
.entry-content ul, .comment-content ul {
    list-style-type: disc;
    margin: 0 0 14px 14px;
}
.entry-content ul li, 
.comment-content ul li {
    color: #666;
    font-size: 13px;
    line-height: 20px;
    list-style-position: inside;
    list-style-type: square;
}
.entry-content .stories__info ul li {
	color: #fff;
}
.entry-content ol, .comment-content ol {
    line-height: 26px;
    list-style-position: inside;
    list-style-type: decimal;
    padding: 0 0 23px;
}
.entry-content ul li ul, .entry-content ul li ol, .comment-content ul li ul, .comment-content ul li ol {
    padding: 2px 0 2px 20px;
}
.entry-content ol li ul, .entry-content ol li ol, .comment-content ol li ul, .comment-content ol li ol {
    padding: 2px 0 2px 35px;
}
.gallery-item a {
    display: block;
}
.gallery-item a, .gallery-caption {
    width: 90%;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
    border-bottom: 2px solid #61140d;
    color: #000000;
    margin: 18px 0;
}
.entry-content dl, .comment-content dl {
    margin: 0 20px;
}
.entry-content dd, .comment-content dd {
    line-height: 24px;
    margin: 9px 0 20px;
}
.entry-content address, .comment-content address {
    line-height: 24px;
    margin-bottom: 12px;
}
.footer-banner {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #e0e0e0;
    padding: 38px 0 36px;
    position: relative;
    text-align: center;
    z-index: 7;
}
.et-centered-ad {
    margin: 0 -5px;
    text-align: center;
}
#comment-wrap {
    padding: 0 0 60px;
}
h1#comments, #reply-title {
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 30px;
    padding-left: 60px;
}
.commentlist {
    border-bottom: 1px solid #e0e0e0;
}
.commentlist li {
    padding: 0 60px;
}
.commentlist li li {
    padding-right: 0;
}
.commentlist .children li {
    padding-left: 90px;
}
.comment-body {
    padding-bottom: 40px;
    padding-left: 90px;
    position: relative;
}
.comment_avatar {
    left: 0;
    position: absolute;
    top: 0;
}
.comment_avatar::before, .author-avatar::before {
    border-radius: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
}
.comment_avatar img, .author-avatar img {
    border-radius: 30px;
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
}
.comment_postinfo {
    margin-bottom: 7px;
}
span.fn, span.fn a {
    color: #333;
    display: block;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 12px;
    text-decoration: none;
}
span.comment_date {
    color: #969696;
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
}
#reply-title {
    padding-top: 60px;
}
#reply-title small {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
#commentform {
    padding: 0 60px 100px;
}
#commentform input[type="text"] {
    width: 40%;
}
#commentform textarea {
    width: 89%;
}
#commentform textarea, #commentform input[type="text"] {
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    padding: 17px;
}
.form-submit {
    float: right;
}
.form-submit input {
    background-color: #590801;
    border: medium none;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 10px 18px;
}
.comment #respond {
    border-bottom: medium none;
}
.comment #respond #reply-title, .comment #respond #commentform {
    padding-left: 0;
}
.comment #respond #reply-title {
    padding-top: 10px;
}
.comment #respond #commentform {
    margin-bottom: 25px;
}
#main-footer, #et-bio-author {
    border-bottom: 1px solid #0f0f0f;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07), 0 5px 81px rgba(0, 0, 0, 0.75) inset;
}
#main-footer, #footer-bottom, #et-bio-author, #et-post-share {
    background-color: #333;
}
#footer-widgets {
    padding: 60px 60px 0;
}
.fwidget {
    margin-bottom: 25px;
}
.footer-widget {
    color: #fff;
    float: left;
    margin-bottom: 20px;
    margin-right: 66px;
    text-shadow: 0 1px 1px #000;
    width: 240px;
}
.footer-widget:last-child {
    margin-right: 0;
}
.footer-widget h4.title {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 21px;
}
.footer-widget li a {
    color: #fff;
    text-decoration: none;
}
#footer-bottom, #et-post-share {
    border-bottom: 1px solid #0f0f0f;
    border-top: 1px solid #404040;
}
#footer-bottom ul {
    padding: 23px 60px;
}
#footer-bottom li {
    display: inline-block;
    padding-right: 25px;
    text-shadow: 0 1px 1px #000;
}
#footer-bottom li a {
    color: #fff;
    text-decoration: none;
}
#footer-bottom .current-menu-item a {
    color: #590801;
    font-weight: 900;
}
#copyright {
    color: #333;
    margin-bottom: 30px;
    text-align: right;
}
#copyright a {
    color: #333;
    font-weight: 900;
    text-decoration: none;
}
#sidebar {
    background: #f7f7f7 none repeat scroll 0 0;
    font-family: "Cardo",Tahoma,sans-serif !important;
}
#sidebar, #additional-sidebar {
    float: left;
    width: 320px;
}
.et-tabbed-all-tabs {
    padding: 40px 0 0;
}
.et-tabbed-all-tabs > div {
    display: none;
}
.et-tabbed-all-tabs > div:first-child {
    display: block;
}
.et-tabbed-all-tabs li {
    line-height: 19px !important;
    list-style: outside none none;
    margin-bottom: 20px;
    padding: 0 !important;
}
.et-tabbed-all-tabs li:last-child {
    margin-bottom: 0;
}
.smallthumb {
    float: left;
    line-height: 0;
    margin-left: 10px;
    margin-right: 20px;
    position: relative;
    width: 60px;
}
.smallthumb::before {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.post-metainfo .title {
    display: block;
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 6px;
}
.post-metainfo .title a {
    color: #590801;
}
.post-metainfo .postinfo, .et-main-description .postinfo {
    color: #969696;
    display: block;
    font-size: 14px;
    font-weight: 100;
}
.post-metainfo {
    margin-left: 77px;
}
.no-thumb .post-metainfo {
    margin-left: 0;
}
h4.widgettitle {
    padding: 17px 40px;
}
#sidebar h4.widgettitle::before {
    display: none;
}
.page-template-template-Infographies #sidebar, .page-template-template-Infographies #main-content::before {
    display: none;
}
body.page-template-template-Infographies #content {
    width: 100%;
}
body.page-template-template-Infographies #content .infographie-block {
    width: 19%;
}
#sidebar-home-footer .widget {
    background-color: #ffffff;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
    margin-bottom: 0;
    margin-left: 2px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    width: 99.5%;
}
#sidebar-home-footer h4.widgettitle {
    background: #61140d none repeat scroll 0 0;
    border-bottom: 1px solid #61140d;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    height: 23px;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 20px;
    padding: 20px 0 20px 20px;
    text-transform: none;
    width: 98%;
}
.widget_sp_image h4.widgettitle {
    display: none;
}
.widget.widget_text {
    background-color: #ccc;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    #margin-bottom: -5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    position: relative;
}
.youtube_channel .ytc_video_container {
    float: none;
}
.widget {
    background-color: #ccc;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
    margin-bottom: 20px;
    margin-left: 12px;
    padding: 20px 20px 10px 20px;
    position: relative;
    width: 254px;
}
.widget_sp_image.widget {
    background-color: inherit;
    border: medium none;
    box-shadow: 0 0 0 0 #ffffff;
}
.widget li, .footer-widget li {
    line-height: 26px;
    padding: 10px 0 10px 19px;
    position: relative;
}
.widget li::before, .footer-widget li::before {
    border-color: transparent transparent transparent #590801;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    left: 8px;
    position: absolute;
    top: 17px;
}
.widget li a {
    color: #000;
    text-decoration: none;
}
.footer-widget li ul, .widget li ul {
    margin: 10px 0 -10px;
}
.et-authors li {
    padding-bottom: 30px;
    position: relative;
}
.et-authors li::before {
    border: medium none !important;
}
.et-authors .author-avatar {
    left: 0;
    top: 0;
}
.et-authors-posts {
    padding-left: 60px;
}
.et-authors-posts h4 {
    font-size: 18px;
    font-weight: 900;
}
.et-authors-posts h4 a {
    color: #333;
}
.et-authors-posts h4 a:hover {
    color: #707070;
}
.et-authors-posts span {
    color: #969696;
    font-size: 14px;
    font-weight: 100;
}
.widget_etrecentfromwidget .et-tabbed-all-tabs {
    padding-top: 0;
}
.et-recent-featured-post, .recent-video-slides {
    margin: -31px -40px 0;
    position: relative;
    z-index: 20;
}
.et-recent-featured-post::before, .recent-video-slides::before {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5) inset;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}
.et-recent-featured-post img, .recent-video-slides img {
    display: block;
}
.et-main-description {
    bottom: 38px;
    left: 0;
    padding: 0 20px 0 40px;
    position: absolute;
}
.widget_etrecentfromwidget .main-title {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px;
}
.widget_etrecentfromwidget .main-title a {
    color: #dbc3ac;
}
.widget_etrecentfromwidget .main-title a:hover {
    opacity: 0.8;
}
.et-main-description .postinfo {
    color: #fff;
}
.widget_etrecentfromwidget .et-tabbed-all-tabs li:first-child {
    margin-bottom: 30px !important;
}
@keyframes bounceIn {
20% {
    transform: scale(1.2);
}
50% {
    transform: scale(0.8);
}
70% {
    transform: scale(1.1);
}
100% {
    transform: scale(1);
}
}
@keyframes bounceIn {
20% {
    transform: scale(1.2);
}
50% {
    transform: scale(0.8);
}
70% {
    transform: scale(1.1);
}
100% {
    transform: scale(1);
}
}
.et-recent-video {
    display: none;
    position: relative;
}
.et-recent-video:first-child {
    display: block;
}
.et-recent-video-play {
    background: rgba(0, 0, 0, 0) url("images/play-button.png") no-repeat scroll 0 0;
    display: block;
    height: 67px;
    left: 50%;
    margin: -33px 0 0 -33px;
    position: absolute;
    top: 50%;
    width: 67px;
}
.et-recent-video-play:hover {
    animation-delay: 0s;
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-name: bounceIn;
    animation-timing-function: ease-in-out;
}
.et-recent-videos-content {
    position: relative;
}
.et-recent-video-scroll a {
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    width: 240px;
    z-index: 10;
}
.et-scroll-video-top {
    background: rgba(0, 0, 0, 0) url("images/popular-scroll-top.png") no-repeat scroll center center;
    top: -26px;
}
.et-scroll-video-bottom {
    background: rgba(0, 0, 0, 0) url("images/popular-scroll-bottom.png") no-repeat scroll center center;
    bottom: -35px;
}
.et-scroll-video-top::before, .et-scroll-video-bottom::before {
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 240px;
}
.et-scroll-video-top::before {
    background: rgba(0, 0, 0, 0) url("images/scroll-video-top-bg.png") no-repeat scroll 0 0;
    bottom: -8px;
}
.et-scroll-video-bottom::before {
    background: rgba(0, 0, 0, 0) url("images/scroll-video-bottom-bg.png") no-repeat scroll 0 0;
    top: -8px;
}
.et-recent-videos-wrap ul {
    padding: 34px 0 16px;
}
.et-recent-videos-wrap li {
    cursor: pointer;
    padding-bottom: 0;
    padding-left: 29px;
}
.et-recent-videos-wrap li::before {
    background: #590801 url("images/white-arrow.png") no-repeat scroll 4px 0;
    border-color: transparent !important;
    border-radius: 10px;
    height: 10px;
    top: 11px;
    width: 10px;
}
.et-recent-videos-wrap li.et-video-active::before {
    background-color: #333 !important;
}
.et-recent-videos-wrap h4 {
    color: #333;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: -5px;
}
.et-recent-videos-wrap .post-meta {
    color: #969696;
}
.recent-video-slides {
    background: #111 none repeat scroll 0 0;
    margin-bottom: 19px;
}
div.post .new-post .aligncenter, .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
}
.single div.post .new-post .aligncenter, .single .aligncenter {
    max-width: 100%;
}
.wp-caption {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    max-width: 96%;
    padding: 8px;
    text-align: center;
}
.wp-caption.alignleft {
    margin: 0 10px 10px 0;
}
.wp-caption.alignright {
    margin: 0 0 10px 10px;
}
.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}
img.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
    max-width: none;
}
.nav li ul {
    position: absolute;
    top: -999em;
}
.nav li ul, .et_mobile_menu {
    background: #dddee0 none repeat scroll 0 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 9999;
}
.nav li {
    position: relative;
}
.nav ul li {
    float: none;
}
.nav ul a {
    display: block !important;
    float: none !important;
}
.nav li:hover ul, ul.nav li.sfHover ul {
    left: 0;
    top: 41px;
	visibility: visible;
}
.nav li:hover li ul, .nav li.sfHover li ul, .nav li:hover ul, .nav li li:hover ul {
    top: -999em;
}
.nav li li {
    display: block !important;
    height: auto !important;
    padding: 0;
}
.nav li li ul {
    z-index: 1000;
}
.nav li li a:link, .nav li li a:visited, .et_mobile_menu a {
    display: block !important;
    height: auto;
}
.nav li:hover {
}
.nav li li:hover ul, ul.nav li li.sfHover ul {
    left: 200px;
    top: -30px;
}
#top-menu li li, .et_mobile_menu li a {
    float: none !important;
}
#top-menu li li a, .et_mobile_menu li a {
    color: #590801;
    display: block !important;
}
#top-menu li li a {
    font-size: 14px;
    padding: 0;
}
#top-menu li li a:hover, .et_mobile_menu li a:hover {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 240px;
}
#wp-calendar a {
    display: block;
    font-weight: bold;
    text-decoration: none;
}
#wp-calendar a:hover {
    text-decoration: underline;
}
#wp-calendar caption {
    font: bold 13px Arial,sans-serif;
    text-decoration: none;
}
#wp-calendar td {
    color: #9f9f9f;
    padding: 3px 5px;
}
#wp-calendar td#today {
    color: inherit;
}
#wp-calendar th {
    font-style: normal;
    padding: 3px 5px;
    text-transform: capitalize;
}
#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
}
#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}
#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}
#content .wp-pagenavi {
    float: right;
    margin: 60px 60px 60px 0;
}
.pages {
    display: none;
}
#content .wp-pagenavi a, #content .wp-pagenavi span {
    background: #f9f9f9 linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 100%) repeat scroll 0 0;
    border: 1px solid #e0dddd;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 1px 1px 0 rgba(255, 255, 255, 0.4) inset;
    color: #333;
    margin: 0 4px;
    padding: 8px 13px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}
#content .wp-pagenavi span.current {
    font-weight: 900;
}
.et_embedded_videos {
    display: none;
}
body.single #left-area, body.page #left-area {
    border-bottom: medium none;
}
.et-single-post-ad {
    border-bottom: 1px solid #e0e0e0;
    margin: -60px 0 60px;
    padding: 62px 0;
    text-align: center;
}
.et_color_scheme_red #top-menu li.current-menu-item > a, .et_color_scheme_red #top-menu > li > a:hover, .et_color_scheme_red .meta-info, .et_color_scheme_red .et-description .post-meta span, .et_color_scheme_red .categories-tabs::after, .et_color_scheme_red .home-tab-active, .et_color_scheme_red .home-tab-active::before, .et_color_scheme_red a.read-more, .et_color_scheme_red .comment-reply-link, .et_color_scheme_red h1.post-heading, .et_color_scheme_red .form-submit input, .et_color_scheme_red .home-tab-active::before, .et_color_scheme_red .et-recent-videos-wrap li::before, .et_color_scheme_red .nav li ul, .et_color_scheme_red .et_mobile_menu, .et_color_scheme_red #top-menu > .sfHover > a {
    background-color: #590801;
}
.et_color_scheme_red .featured-comments span, .et_color_scheme_red #author-info strong, .et_color_scheme_red #footer-bottom .current-menu-item a, .featured-comments span {
    color: #d30500;
}
.et_color_scheme_red .entry-content blockquote, .et_color_scheme_red .widget li::before, .et_color_scheme_red .footer-widget li::before, .et_color_scheme_red .et-popular-mobile-arrow-next {
    border-color: transparent transparent transparent #d30500;
}
.et_color_scheme_red .et-popular-mobile-arrow-previous {
    border-right-color: #d30500;
}
.et_color_scheme_red .categories-tabs::after, .et_color_scheme_red .home-tab-active {
    border-color: #a90501;
}
.et_color_scheme_red .load-more a::before, .et_color_scheme_red .et_mobile_arrow {
    background-image: url("images/red/load-more-bg.png");
}
.et_color_scheme_red .et-scroll-arrows-bottom, .et_color_scheme_red .et-scroll-video-bottom {
    background-image: url("images/red/popular-scroll-bottom.png");
}
.et_color_scheme_red .et-scroll-arrows-top, .et_color_scheme_red .et-scroll-video-top {
    background-image: url("images/red/popular-scroll-top.png");
}
.et_color_scheme_blue #top-menu li.current-menu-item > a, .et_color_scheme_blue #top-menu > li > a:hover, .et_color_scheme_blue .meta-info, .et_color_scheme_blue .et-description .post-meta span, .et_color_scheme_blue .categories-tabs::after, .et_color_scheme_blue .home-tab-active, .et_color_scheme_blue .home-tab-active::before, .et_color_scheme_blue a.read-more, .et_color_scheme_blue .comment-reply-link, .et_color_scheme_blue h1.post-heading, .et_color_scheme_blue .form-submit input, .et_color_scheme_blue .home-tab-active::before, .et_color_scheme_blue .et-recent-videos-wrap li::before, .et_color_scheme_blue .nav li ul, .et_color_scheme_blue .et_mobile_menu, .et_color_scheme_blue #top-menu > .sfHover > a {
    background-color: #0098d3;
}
.et_color_scheme_blue .featured-comments span, .et_color_scheme_blue #author-info strong, .et_color_scheme_blue #footer-bottom .current-menu-item a, .featured-comments span {
    color: #0098d3;
}
.et_color_scheme_blue .entry-content blockquote, .et_color_scheme_blue .widget li::before, .et_color_scheme_blue .footer-widget li::before, .et_color_scheme_blue .et-popular-mobile-arrow-next {
    border-color: transparent transparent transparent #0098d3;
}
.et_color_scheme_blue .et-popular-mobile-arrow-previous {
    border-right-color: #0098d3;
}
.et_color_scheme_blue .categories-tabs::after, .et_color_scheme_blue .home-tab-active {
    border-color: #007dae;
}
.et_color_scheme_blue .load-more a::before, .et_color_scheme_blue .et_mobile_arrow {
    background-image: url("images/blue/load-more-bg.png");
}
.et_color_scheme_blue .et-scroll-arrows-bottom, .et_color_scheme_blue .et-scroll-video-bottom {
    background-image: url("images/blue/popular-scroll-bottom.png");
}
.et_color_scheme_blue .et-scroll-arrows-top, .et_color_scheme_blue .et-scroll-video-top {
    background-image: url("images/blue/popular-scroll-top.png");
}
.et_color_scheme_orange #top-menu li.current-menu-item > a, .et_color_scheme_orange #top-menu > li > a:hover, .et_color_scheme_orange .meta-info, .et_color_scheme_orange .et-description .post-meta span, .et_color_scheme_orange .categories-tabs::after, .et_color_scheme_orange .home-tab-active, .et_color_scheme_orange .home-tab-active::before, .et_color_scheme_orange a.read-more, .et_color_scheme_orange .comment-reply-link, .et_color_scheme_orange h1.post-heading, .et_color_scheme_orange .form-submit input, .et_color_scheme_orange .home-tab-active::before, .et_color_scheme_orange .et-recent-videos-wrap li::before, .et_color_scheme_orange .nav li ul, .et_color_scheme_orange .et_mobile_menu, .et_color_scheme_orange #top-menu > .sfHover > a {
    background-color: #fc8d00;
}
.et_color_scheme_orange .featured-comments span, .et_color_scheme_orange #author-info strong, .et_color_scheme_orange #footer-bottom .current-menu-item a, .featured-comments span {
    color: #fc8d00;
}
.et_color_scheme_orange .entry-content blockquote, .et_color_scheme_orange .widget li::before, .et_color_scheme_orange .footer-widget li::before, .et_color_scheme_orange .et-popular-mobile-arrow-next {
    border-color: transparent transparent transparent #fc8d00;
}
.et_color_scheme_orange .et-popular-mobile-arrow-previous {
    border-right-color: #fc8d00;
}
.et_color_scheme_orange .categories-tabs::after, .et_color_scheme_orange .home-tab-active {
    border-color: #ec8401;
}
.et_color_scheme_orange .load-more a::before, .et_color_scheme_orange .et_mobile_arrow {
    background-image: url("images/orange/load-more-bg.png");
}
.et_color_scheme_orange .et-scroll-arrows-bottom, .et_color_scheme_orange .et-scroll-video-bottom {
    background-image: url("images/orange/popular-scroll-bottom.png");
}
.et_color_scheme_orange .et-scroll-arrows-top, .et_color_scheme_orange .et-scroll-video-top {
    background-image: url("images/orange/popular-scroll-top.png");
}
.et_color_scheme_purple #top-menu li.current-menu-item > a, .et_color_scheme_purple #top-menu > li > a:hover, .et_color_scheme_purple .meta-info, .et_color_scheme_purple .et-description .post-meta span, .et_color_scheme_purple .categories-tabs::after, .et_color_scheme_purple .home-tab-active, .et_color_scheme_purple .home-tab-active::before, .et_color_scheme_purple a.read-more, .et_color_scheme_purple .comment-reply-link, .et_color_scheme_purple h1.post-heading, .et_color_scheme_purple .form-submit input, .et_color_scheme_purple .home-tab-active::before, .et_color_scheme_purple .et-recent-videos-wrap li::before, .et_color_scheme_purple .nav li ul, .et_color_scheme_purple .et_mobile_menu, .et_color_scheme_purple #top-menu > .sfHover > a {
    background-color: #a920b2;
}
.et_color_scheme_purple .featured-comments span, .et_color_scheme_purple #author-info strong, .et_color_scheme_purple #footer-bottom .current-menu-item a, .featured-comments span {
    color: #590801;
}
.et_color_scheme_purple .entry-content blockquote, .et_color_scheme_purple .widget li::before, .et_color_scheme_purple .footer-widget li::before, .et_color_scheme_purple .et-popular-mobile-arrow-next {
    border-color: transparent transparent transparent #a920b2;
}
.et_color_scheme_purple .et-popular-mobile-arrow-previous {
    border-right-color: #a920b2;
}
.et_color_scheme_purple .categories-tabs::after, .et_color_scheme_purple .home-tab-active {
    border-color: #8f1c97;
}
.et_color_scheme_purple .load-more a::before, .et_color_scheme_purple .et_mobile_arrow {
    background-image: url("images/purple/load-more-bg.png");
}
.et_color_scheme_purple .et-scroll-arrows-bottom, .et_color_scheme_purple .et-scroll-video-bottom {
    background-image: url("images/purple/popular-scroll-bottom.png");
}
.et_color_scheme_purple .et-scroll-arrows-top, .et_color_scheme_purple .et-scroll-video-top {
    background-image: url("images/purple/popular-scroll-top.png");
}
.et_pt_portfolio_item {
    margin-left: 99px !important;
}
.et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item {
    margin-left: 71px !important;
}
.et_portfolio_large .et_pt_portfolio_item {
    margin-left: 124px !important;
}
#et_mobile_nav_menu {
    display: none;
    padding: 25px 0;
    text-align: center;
}
.mobile_nav {
    color: #333;
    display: inline-block;
    position: relative;
    text-shadow: 1px 1px 0 #fff;
    width: 79px;
}
.mobile_nav:hover {
    color: #111;
    text-decoration: none;
}
.mobile_nav.opened > span {
    transform: rotate(-180deg);
}
.mobile_nav > span {
    background: rgba(0, 0, 0, 0) url("images/load-more-bg2.png") no-repeat scroll 0 0;
    height: 10px;
    position: absolute;
    right: -25px;
    top: 3px;
    transition: all 0.5s ease-in-out 0s;
    width: 15px;
}
.et_mobile_menu {
    left: -63px;
    position: absolute;
    text-align: left;
    top: 63px;
}
.et_mobile_menu ul {
    display: block !important;
    visibility: visible !important;
}
.et_mobile_menu ul li {
    padding-left: 15px;
}
.et-popular-mobile-arrow {
    border-color: transparent transparent transparent #590801;
    border-style: solid;
    border-width: 5px;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 19px;
}
.et-popular-mobile-arrow-previous {
    border-color: transparent #590801 transparent transparent;
    left: 33px;
}
.et-popular-mobile-arrow-next {
    right: 37px;
}
.categories-tabs-module {
    position: relative;
}
.add-modules-notice {
    padding: 40px;
}
#top-container .social a {
    font-family: "Helvetica";
    line-height: 35px;
}
.social {
    float: right;
}
.social a {
    background-image: url("./images/social.png");
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: left;
    font-family: "Helvetica";
    font-size: 14px;
    overflow: hidden;
    padding-right: 10px;
    position: relative;
    text-align: right;
    text-decoration: none;
    transition: all 300ms ease 0s;
    vertical-align: top;
    width: auto;
	min-width: 80px;
	padding-left:32px;
}
.f {
    background-color: #0365c0;
    background-position: 12px 47%;
}
.t {
    background-color: #00ceff;
    background-position: -60px 47%;
}
.y {
    background-color: #df2a0b;
    background-position: -129px 47%;
}
.social .f:hover {
    background-position: 12px -59px;
    transition: all 300ms ease 0s;
}
.social .t:hover {
    background-position: -60px -59px;
    transition: all 300ms ease 0s;
}
.social .y:hover {
    background-position: -129px -59px;
    transition: all 300ms ease 0s;
}
.social a::after {
    background-image: url("./images/share_icon.png");
    background-size: 100% auto;
    content: " ";
    display: block;
    height: 22px;
    left: -23px;
    position: absolute;
    top: 40px;
    transition: all 300ms ease 0s;
    width: 22px;
}
.social a:hover::after {
    left: 10px;
    margin-top: -18px;
    top: 23px;
}

#footer p {
    font-size: 14px;
}
#footer .social a::after {
    top: 80%;
}
#footer .social a:hover:after {
    top: 55%;
}
#footer .social a:hover {
    text-decoration: none;
}

#top-menu {
    text-align: justify;
    width: 100%;
}
#top-menu::after {
    content: "";
    display: inline-block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
}
nav.dropdown li:first-child {
    border-left: 1px solid #b0b1b2;
}
nav.dropdown li {
    border-right: 1px solid #b0b1b2;
    box-sizing: border-box;
    height: 40px;
    text-align: center;
    z-index: 998;
}
.dropdown ul li {
    display: inline;
    margin-right: 0;
    position: relative;
}
nav.dropdown li::before {
    color: #6a251f;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: 35px;
    top: 0;
}
nav.dropdown li ul li::before {
    color: #6a251f;
    content: "";
    display: none;
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: 35px;
    top: -10px;
}
nav.dropdown li a {
    border: medium none;
    color: #6a251f;
    padding: 0;
}
nav.dropdown a {
    border-color: -moz-use-text-color #d2c3aa -moz-use-text-color -moz-use-text-color;
    border-style: none dotted none none;
    border-width: medium 1px medium medium;
    color: #ffffff;
    text-decoration: none;
    text-shadow: none;
}
nav ul li:hover::after, nav ul li.current-menu-item::after, nav ul li.current-menu-ancestor::after, nav ul li.current-menu-parrent::after {
    background: #660000 none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 3px;
    left: -1px;
    padding: 0 1px;
    position: absolute;
    top: -3px;
    width: 100%;
}
nav ul li ul li:hover::after, nav ul li ul li.current-menu-item::after, nav ul li ul li.current-menu-ancestor::after, nav ul li ul li.current-menu-parrent::after {
    background: #660000 none repeat scroll 0 0;
    content: " ";
    display: none;
    height: 3px;
    left: -1px;
    padding: 0 1px;
    position: absolute;
    top: -3px;
    width: 100%;
}
nav.dropdown ul li ul {
    border-radius: 0 5px 5px;
    display: block;
    left: 0;
    margin: 0;
    padding-left: 0;
    text-align: left;
    visibility: hidden;
    z-index: 100;
}
nav.dropdown ul li ul.sub-menu {
    border-radius: 0;
    position: relative;
    top: -3px;
    z-index: 99999;
}
nav.dropdown li {
    border-right: 1px solid #b0b1b2;
    box-sizing: border-box;
    height: 37px;
    text-align: center;
    z-index: 998;
}
nav.dropdown #top-menu li ul li {
    background-color: #dddee0;
    border: medium none;
    box-sizing: border-box;
    line-height: 41px;
    text-align: left;
    transition: all 0.2s ease 0s;
    width: 100%;
}
nav.dropdown li li:first-child {
    border-left: medium none;
}
nav.dropdown li ul li a {
    color: #590801;
    padding-left: 20px !important;
}
nav.dropdown li ul li a:hover {
    background-color: #590801;
}
#top-navigation {
    background: #dddee0 none repeat scroll 0 0;
    border-top: 3px solid #dcc4ac;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    position: relative;
    text-transform: none;
    z-index: 9999;
}
.progress-bar {
    background: #dddee0 none repeat scroll 0 0;
    position: relative;
    width: 100%;
}
#progress-bar {
    background: #660000 none repeat scroll 0 0;
    height: 3px;
    position: absolute;
    z-index: 1000;
}
div#top-navigation.fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
div#top-navigation.fixed_admin {
    left: 0;
    position: fixed;
    top: 32px;
    width: 100%;
}
.page-template-page-full-custom div#top-navigation.fixed_admin {
	position:relative;
}
#frame.fixed_menu {
    margin-top: 43px;
}
#navigation {
    background: #dddee0 none repeat scroll 0 0;
    border-top: 3px solid #dcc4ac;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    text-transform: none;
    z-index: 9999;
}
#footer-info {
    background: #dbc3ac none repeat scroll 0 0;
    border-top: 5px solid #660000;
    height: 95px;
    width: 100%;
}
.footer-social {
    height: 35px;
    line-height: 35px;
    margin-top: 20px;
}
.footer-social {
    line-height: 95px;
    position: relative;
    top: -20px;
}
#footer p {
    float: left;
    font-family: "Cardo";
    line-height: 16px;
    margin-left: 10px;
    margin-top: 1px;
}
#search_form {
    border: medium none;
    clear: right;
    color: #919191;
    float: right;
    margin: 8px 15% 0 0;
    position: absolute;
    right: 0;
    top: 55px;
    width: auto;
}
#search_form #s {
    border-right: 1px solid #c7c7c7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    float: left;
    width: 180px;
}
#search_form #searchsubmit {
    background: rgba(0, 0, 0, 0) url("images/search_bg.jpg") repeat-x scroll 0 0;
    border: medium none;
    color: #5b5b5b;
    cursor: pointer;
    display: block;
    float: right;
    font-family: "Cardo";
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    width: auto;
}
#search_form input {
    border: medium none;
    font-style: italic;
    height: 23px;
    margin: 10px auto;
    padding: 0 6px;
}
.mailto {
    color: #590801;
}
#navigation {
}
h3.title.blue, h3.title, h3.blue {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #61140d;
    color: #484848;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    padding: 0;
    text-transform: none;
}
h3.title.blue {
    border-bottom: 2px solid #61140d;
    font-size: 22px;
    line-height: normal;
    padding-bottom: 5px;
}
#lessons-select {
    height: 40px;
    line-height: 40px;
    margin-left: 28px;
    padding-left: 10px;
    width: 250px;
}
.lesson-desc {
    border-top: 1px solid #61140d;
    margin: 15px 0;
    padding-top: 5px;
}
.holder {
    background: rgb(224, 224, 224) none repeat scroll 0 0;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 5px 9px;
    position: relative;
    text-align: center;
    top: 10px;
}
.jp-previous {
    float: left;
}
.holder a {
    color: #000;
    display: none;
    margin: 0 2px;
    transition: all 0.5s ease 0s;
}
.holder .jp-previous, .holder .jp-next {
    background: #660000 none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: FontAwesome;
    height: 30px;
    position: relative;
    width: 30px;
}
.holder .jp-current, .holder a:hover {
    display: inline-block;
}
.jp-previous::before, .jp-next::before {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-top: 1px;
    text-align: center;
    width: 30px;
}
.jp-previous::before {
    content: "";
    margin-left: -2px;
}
.jp-next::before {
    content: "";
    margin-left: 2px;
}
.slide-item {
    margin: 10px 0;
    text-align: center;
}
.slide-item img {
    height: auto;
    width: 100%;
}
.slide-item img, .slide-item iframe {
    border: 5px solid rgb(224, 224, 224);
    box-sizing: border-box;
}
.infographie-block {
    float: left;
    margin: 10px 6% 0 0;
    width: 27%;
}
.infographie-block:nth-child(2n+1) {
}
.infographie-content p {
    color: #6e2923;
    font-size: 13px;
    font-weight: 600;
    text-align: justify;
}
.bg-title {
    background: rgb(120, 0, 0) none repeat scroll 0 0;
    float: left;
    height: 130px;
    opacity: 0.5;
    overflow: hidden;
    position: absolute;
    top: 178px;
    width: 95.1%;
}
.featured-image {
    height: auto;
    width: 100%;
}
#ie8 .entry-content .featured-image img {
    height: 300px;
    max-width: 406px;
    width: 302px;
}
.entry-content .featured-image img {
    height: 303px;
    max-width: 406px;
    width: 350px;
}
.category .entry-content {
    float: left;
    height: 303px;
    padding: 25px 9px 0;
    position: relative;
}
.page-template-template-favoris-user .entry-content {
    float: left;
    height: 303px;
    padding: 25px 9px 0;
    position: relative;
}
.widget img {
    width: 100%;
}
.home .widget_sp_image-description p {
    background-color: #ece9e8;
    display: table-cell;
    font-size: 17px;
    height: 53px;
    line-height: 20px;
    min-width: 152px;
    padding-bottom: 0;
    padding-top: 8px;
    text-decoration: none;
    vertical-align: middle;
}
.widget_sp_image-description p {
    background-color: #ece9e8;
    display: table-cell;
    height: 61px;
    min-width: 152px;
    padding: 0 0 0 10px;
    text-decoration: none;
    vertical-align: middle;
}
.Dossier h4.widgettitle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 0 solid #61140d;
    color: #dbc3ac;
    font-size: 16px;
    font-weight: bold;
    height: 0;
    margin-bottom: -17px;
    margin-top: 19px;
    padding: 0 0 0 20px;
    text-transform: none;
}
.category .left-area {
    padding-left: 50px;
}
.category .entry-content .main-title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    padding: 25px;
    position: absolute;
    top: 157px;
    width: 90%;
}
.category #left-area {
    padding-left: 108px;
    padding-top: 5px;
}
.ytc_video_container {
    padding-bottom: 15px;
}
#top-container .conections a {
    color: #fff;
    font-family: "Adamina";
    margin-right: 10px;
}
.widget_sp_image-description {
    color: #ffffff;
    height: 61px;
}
.category .post-thumbnail img {
    width: 100%;
}
.category .post-thumbnail .container {
    margin-top: -135px;
    min-height: 0;
}
.widget_sp_image .widget_sp_image-image-link {
    margin-top: 10px;
}
.widget_sp_image-image-link {
    margin-top: 10px;
}
.castom-post.widget .widget_sp_image-image-link img {
    height: 61px;
}
.widget_sp_image .widget_sp_image-image-link .attachment-thumbnail {
    float: right;
    max-width: 100%;
    width: inherit;
}
#sidebar, #additional-sidebar {
    border-left: 1px solid #fff;
    float: left;
    padding-left: 2px;
    padding-top: 10px;
    width: 313px;
}
.page-template-template-one-column-php #sidebar{
	display:none;
}
#et-featured-posts {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #590801 #590801 -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 5px 5px 0;
}
h4.widgettitle, #breadcrumbs {
    height: 34px;
    padding: 17px 0 0 40px;
}
h4.widgettitle {
    background: #61140d none repeat scroll 0 0;
    font-size: 18px;
    font-weight: bold;
    height: 18px;
    margin-bottom: 17px;
    margin-left: 0;
    padding: 7px 0 11px 10px;
    text-transform: none;
    width: 106.5%;
}
h4.widgettitle::after {
    border-right: 7px solid transparent;
    border-top: 11px solid #2d0805;
    content: " ";
    float: right;
    font-size: 0;
    height: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 29px;
    width: 0;
}
#sidebar-home-footer h4.widgettitle::after {
    border-right: 0 solid transparent;
    border-top: 0 solid #61140d;
    content: " ";
    float: right;
    font-size: 0;
    height: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 18px;
    width: 0;
}
.youtube_channel {
    clear: none;
    float: none;
}
#sidebar .widget .et-recent-featured-post, #sidebar .widget .recent-video-slides {
    margin: 0;
    position: relative;
    z-index: 20;
}
#sidebar .widget .et-recent-featured-post .main-title, #sidebar .widget .et-recent-featured-post .postinfo {
    color: #61140d;
}
.entry-content .main-title {
    color: #000000;
    font-size: 20px;
    font-weight: 100;
    line-height: 24px;
    min-height: 0;
    padding: 0;
    top: 78px;
    width: 100%;
}
.single .entry-content .main-title {
    color: #000000;
    font-size: 20px;
    font-weight: 100;
    line-height: 24px;
    min-height: 50px;
    padding: 0;
    top: 78px;
    width: 100%;
}
.page .entry-content .main-title {
    color: #000000;
    font-size: 20px;
    font-weight: 100;
    line-height: 24px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -28px;
    width: 75%;
}
.page #left-area {
    padding-top: 60px;
}
.page-template-template-lessons.page #left-area {
    padding-top: 60px;
    position: relative;
}
.page-template-template-lessons .dwqa-container {
    display: none;
}
p {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
}
.home p {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
}
.home .et-featured-post p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
}
.home .popular-posts p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
    padding-left: 20px;
}
body {
    background-color: #f7f7f7;
    color: #333;
    font-family: "Cardo",Tahoma,sans-serif !important;
    font-size: 16px;
    font-weight: 400;
}
h1.module-title, h4.widgettitle, #breadcrumbs {
    font-family: "Cardo",Tahoma,sans-serif !important;
}
p {
    font-family: "Cardo",Tahoma,sans-serif !important;
}
h2 {
    font-family: "Cardo",Tahoma,sans-serif !important;
}
.at300b[title="Facebook"]::before {
    content: "";
}
.addthis_toolbox .at300b::before {
    background-color: #61140d;
    border: 1px solid #61140d;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font: 12px/23px FontAwesome;
    height: 22px;
    text-align: center;
    text-rendering: auto;
    transform: translate(0px, 0px);
    transition: all 0.5s ease 0s;
    vertical-align: top;
    width: 22px;
}
.et-scroll-arrows-top::after {
    color: #590801;
    content: "";
    display: block;
    height: 10px;
    width: 10px;
}
.addthis_toolbox .at300b:hover::before {
    background-color: #ffffff;
    color: #61140d;
}
.addthis_toolbox a.at300b span {
    display: none;
}
.at300b[title="Tweet"]::before {
    content: "";
}
a.at300b .at4-icon, a.at300m .at4-icon {
    display: none;
}
a.at300m {
    display: none;
    width: auto;
}
.addthis_32x32_style .addthis_counter.addthis_bubble_style {
    display: none !important;
}
.wpfp-span {
    display: block;
    left: auto;
    margin-left: auto;
    margin-right: -15px;
    position: absolute;
    right: 112px;
    top: 65px;
    width: 176px;
}
.single .wpfp-span {
    margin-right: 0;
    right: 27px;
    width: auto;
}
.single-dwqa-question .wpfp-span,
.single-dwqa-question .addthis_toolbox{
    display:none;
}
.wpfp-span::after {
    content: "";
}
.wpfp-span::after {
    background-color: #61140d;
    border: 1px solid #61140d;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font: 12px/23px FontAwesome;
    height: 22px;
    margin-left: 6px;
    margin-top: -2px;
    text-align: center;
    text-rendering: auto;
    transform: translate(0px, 0px);
    transition: all 0.5s ease 0s;
    vertical-align: top;
    width: 22px;
}
.wpfp-span:hover::after {
    background-color: #ffffff;
    color: #61140d;
}
.wpfp-img {
    display: none;
}
.et-description h2 {
    color: #333;
    font-size: 20px;
    font-weight: 900;
    line-height: 25px;
    margin-bottom: -2px;
    margin-top: 0;
    position: relative;
    top: -6px;
}
article {
    position: relative;
}
.page .entry-content .addthis_toolbox, .page .entry-content .addthis_button, .page .entry-header .addthis_toolbox, .page .entry-header .addthis_button {
    margin-left: auto;
    position: absolute;
    right: 38px;
    top: -2.5rem;
    width: 60px;
}
.page-template-template-Infographies .entry-content .addthis_toolbox {
    top: 1.5rem;
}
.entry-content .addthis_toolbox, .entry-content .addthis_button, .entry-header .addthis_toolbox, .entry-header .addthis_button {
    margin-left: auto;
    position: absolute;
    right: 38px;
    top: 0;
    width: 60px;
}
.single .entry-content .addthis_toolbox, .single .entry-content .addthis_button, .single .entry-header .addthis_toolbox, .single .entry-header .addthis_button {
    margin-left: 146px;
    position: absolute;
    right: auto;
    top: 78px;
    width: 60px;
}
.pdfprnt-top-right a img {
    display: none !important;
}
.pdfprnt-top-right a::before {
    color:#6a251f;
    content: "Télécharger en PDF";
}
.pdfprnt-top-right a::after {
    background-color: #61140d;
    border: 1px solid #61140d;
    border-radius: 50%;
    color: #ffffff;
    content: "";
    display: inline-block;
    font: 12px/23px FontAwesome;
    height: 22px;
    margin-left: 6px;
    margin-top: -2px;
    text-align: center;
    text-rendering: auto;
    transform: translate(0px, 0px);
    transition: all 0.5s ease 0s;
    vertical-align: top;
    width: 22px;
}
.pdfprnt-top-right a:hover::after {
    background-color: #ffffff;
    color: #61140d;
}
.pdfprnt-top-right, .pdfprnt-bottom-right, .pdfprnt-right {
    left: auto;
    padding: 5px;
    position: absolute;
    right: 18px;
    text-align: right;
    top: 85px;
}
.page-template-template-connexion .title {
    text-align: left;
}
h3.title.blue, h3.title, h3.blue {
}
h3.title.blue, h3.title, h3.blue {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #61140d;
    color: #484848;
    font-size: 16px;
    font-weight: bold;
    min-height: 50px;
    padding: 0;
    text-transform: none;
}
h3.title.blue {
    border-bottom: 2px solid #61140d;
    font-size: 22px;
    line-height: normal;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 10px;
}
.page-template-template-connexion h2, .page-template-template-connexion #content a {
    font-size: 20px;
    margin: 0;
}
.page-template-template-connexion #content {
    display: inline;
    float: left;
    font-size: 12px;
    margin-right: 20px;
    position: relative;
    width: 660px;
}
.page-template-template-connexion #content {
    margin: 0;
    text-align: center;
    width: 100%;
}
.page-template-template-connexion .addthis_default_style {
    display: none;
}
.login-content{
    font-size: 17px;
    margin-bottom: 40px;
}
.login-content *{
    font-size: 17px;
	font-family: "Cardo",Tahoma,sans-serif !important;
	color:#000;
}
.page-template-template-connexion #main-content::before {
    background-color: #fff;
    border-left: medium none;
    right: 0;
    width: 319px;
}
body.page-template-template-connexion #content {
    float: left;
    width: 100%;
}
.bx-controls {
    display: block;
}
.bx-pager {
    display: none;
}
.bx-wrapper .bx-controls-direction a {
    right: -27px;
}
.page-template-template-user #main-content::before {
    display: none;
}
body.page-template-template-user #content {
    width: 100%;
}
body.page-template-template-user .post-thumbnail {
    #background-image: url("images/international.jpg");
    margin-top: -1px;
    position: relative;
}
body.page-template-template-user .bonjour-block {
    font-size: 30px;
    margin-left: 20px;
    width: 30%;
}
body.page-template-template-user .send-mail {
    float: right;
    font-size: 30px;
    padding-right: 20px;
    text-align: right;
    text-decoration: underline;
    width: 25%;
}
body.page-template-template-user .addthis_toolbox {
    display: none;
}
body.page-template-template-user #main-content,
body.single-dwqa-question #main-content,
body.list-dwqa-question #main-content,
body.post-type-archive-reports #main-content,
body.error404 #main-content{
    padding-top: 40px;
}
body.page-template-template-user #content {
}
body.page-template-template-user #content p, body.page-template-template-user #content .user_link {
    font-size: 16px;
    padding: 20px;
}
body.page-template-template-user #content .user_link {
    font-size: 30px;
    padding: 20px;
}
.general-block-user {
    height: auto;
    width: 100%;
}
.dernier-post a {
    color: #ffffff;
}
#content .content {
    margin-bottom: 53px;
    margin-top: 50px;
    padding-left: 60px;
}
.page-template-template-proposez #content .content {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 60px;
}
#content .content p {
    font-size: 20px;
}
body.page-template-template-user #content .dernier-post p {
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    margin: 0 10%;
    padding: 0;
    position: absolute;
    top: 78px;
    width: 80%;
	line-height: 40px;
}
.hover-post {
    display: block;
}
.stories__info {
    background: rgba(120, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: block;
    height: auto;
    left: 9px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 208px;
    width: 95.3%;
}
.stories__title a {
    color: #ffffff;
}
.stories__upd {
    display: none;
    font-size: 10px;
    height: 24px;
    line-height: 24px;
    margin: 20px 20px 15px;
    position: relative;
    text-align: right;
}
.stories__date {
    display: none;
    font-size: 10px;
    margin: 20px 20px 5px;
}
.stories__title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 16px 20px 40px;
    position: relative;
    z-index: 2;
}
.stories__rubric {
    color: #ffffff;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.stories__rubric a {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
}
.stories__announce {
    display: none;
    font-size: 12px;
    font-weight: normal;
    height: 121px;
    line-height: 17px;
    margin-top: 5px;
    overflow: hidden;
}
.stories__announce strong {
    color: #ffffff;
}
.stories__announce, .stories__announce p, .stories__announce a {
    color: #ffffff;
}
.page-template-template-favoris-user .content-category-post {
    width: 100%;
}
.content-category-post {
    color: #ffffff;
    display: block;
    width: 79%;
}
.content-category-post .addthis_toolbox {
    display: none;
}
.dernier-post .addthis_toolbox {
    display: none;
}
.dernier-post {
    background: rgb(120, 0, 0) none repeat scroll 0 0;
    float: left;
    height: 200px;
    margin: 0 0 25px 80px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 474px;
}
.dernier-post p {
    opacity: 1;
    transition: all 1s ease 0s;
}
.dernier-post.one-half p {
    font-size: 16px;
    font-weight: bold;
    margin: 0 10%;
    position: absolute;
    top: 20px;
    width: 80%;
}
.title a, .archiveposts h3 {
    color: #6a251f;
}
.dernier-post.one-third p {
    font-size: 13px;
    font-weight: bold;
    margin: 0 10%;
    position: absolute;
    top: 20px;
    width: 80%;
}
.resent-posts-item p {
    margin-bottom: 0;
    text-align: center;
}
.dernier-post img {
    backface-visibility: hidden;
    height: 100%;
    opacity: 0.7;
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.dernier-post:hover img {
    opacity: 0.8;
    transform: scale(1.1, 1.1);
}
.stories__info-link {
    display: block;
}
.stories__info-link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.metadata {
    border-bottom: 1px solid #61140d;
    margin-bottom: 35px;
}
.metadata .post-meta {
    font-size: 16px;
}
.metadata .post-meta a {
    color: #590801;
}
.infographie-content a {
    background-color: #590801;
    display: block;
    position: relative;
}
.infographie-content a img {
    position: relative;
    width: 100%;
}
.search #left-area {
    padding-left: 40px;
    padding-top: 60px;
    width: 100%;
}
.search #main-content::before {
    display: none;
}
.search #left-area .et-main-image img {
    height: auto;
    width: 100%;
}
.widget_recent-custom-post li {
    padding: 0;
}
.widget_recent-custom-post li::before {
    display: none;
}
.widget_recent-custom-post .custom-post-images {
    background-color: #590801;
    height: 150px;
    overflow: hidden;
    position: relative;
}
.widget_recent-custom-post .custom-post-images img {
    opacity: 0.6;
    transition: all 0.5s ease 0s;
    width: 300px;
    min-height: 150px;
}
.widget_recent-custom-post .custom-post-images img:hover {
    opacity: 0.7;
}
.widget_recent-custom-post .custom-post-images a {
    color: #ffffff;
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.widget_recent-custom-post .custom-post-images .custom-post-title {
    color: #ffffff;
    display: table-cell;
    line-height: 19px;
    padding: 0 15px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.widget_recent-custom-post .custom-post-images a:hover {
    color: #ffffff;
}
.widget_recent-custom-post .custom-post-images .custom-post-autor {
    color: #ffffff;
    display: block;
    left: 20px;
    position: absolute;
    top: 92px;
}
.slideshow {
    float: left;
    height: 445px;
    margin-left: 23px;
    overflow: hidden;
    position: relative;
    width: 63%;
}
.slideshow a {
    position: relative!important;
}
.slide-wrap {
    bottom: 0;
    cursor: pointer;
    height: 248px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 100;
}
.slide img {
    height: 445px;
    top: 0;
    width: 100%;
}
.slide-c {
    background: #dcc4ac none repeat scroll 0 0;
    float: right;
    height: 395px;
    margin-right: 20px;
    padding-top: 50px;
    text-align: center;
    width: 32.5%;
}
.slide-c p {
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
}
.slide-hidden-c {
    display: none;
}
.slide iframe {
    height: 445px;
}
.control-right {
    cursor: pointer;
    position: absolute;
    right: -2px;
    top: 223px;
    width: 50px;
    z-index: 200;
}
.control-left {
    cursor: pointer;
    position: absolute;
    top: 215px;
    width: 50px;
    z-index: 200;
}
.nav-container {
    margin-top: 390px;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 32.5%;
    z-index: 290;
}
.nav-container a, .nav-container a:active, .nav-container a:visited {
    background: transparent url("images/dot-off.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 22px;
    margin-right: 8px;
    overflow: hidden;
    text-indent: -9999px;
    width: 21px;
}
#nav a.activeSlide {
    background: rgba(0, 0, 0, 0) url("images/dot-on.png") repeat scroll 0 0;
}
.post-type-archive-reports #breadcrumbs {
    display: none;
}
.page-template-template-connexion h3.title.blue, .page-template-template-connexion h3.title, .page-template-template-connexion h3.blue {
    min-height: 0;
}
.page-template-template-connexion h2 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.search #breadcrumbs {
    display: none;
}
.search .pdfprnt-left {
    display: none;
}
.title-lossons {
    float: right;
    font-size: 20px;
    margin-right: 40px;
    margin-top: 20px;
}
.category .content-category-post {
    width: 100%;
}
body.page-template-template-favoris-user #content {
    width: 99.8%;
}
.page-template-template-favoris-user #main-content::before {
    display: none;
}
.page-template-template-favoris-user #sidebar.sidebar-favoris {
    width: 100%;
}
.page-template-template-favoris-user #sidebar.sidebar-favoris .widget {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: 0 0 0 0;
    width: 100%;
}
.page-template-template-favoris-user .main-tab-image {
    float: left;
    margin-right: 20px;
    width: 16%;
}
.page-template-template-favoris-user .favoris-post h2 a {
    color: #590801;
}
.page-template-template-favoris-user #sidebar.sidebar-favoris h4.widgettitle {
    display: block;
    font-family: "Cardo",Tahoma,sans-serif !important;
    font-size: 30px;
    margin-bottom: 70px;
}
.page-template-template-favoris-user #sidebar.sidebar-favoris h4.widgettitle {
    display: none;
}
.page-template-template-favoris-user #sidebar.sidebar-favoris h4.widgettitle::after {
    content: initial;
}
.page-template-template-one-column .entry-content, .page-template-template-two-colums-sidebar-left .entry-content, .page-template-template-two-colums-sidebar-right .entry-content {
    min-height: 500px;
}
.page-template-template-one-column #main-content::before {
    display: none;
}
body.page-template-template-one-column #content {
    width: 100%;
}
.page-template-template-two-colums-sidebar-left #main-content::before {
    display: none;
}
.post-excerpt .post-title:hover {
    text-decoration: none !important;
}
.post-excerpt .post-title span:hover {
    text-decoration: underline;
}
#select {
    height: 40px;
    line-height: 40px;
    margin-left: 28px;
    padding-left: 10px;
    width: 250px;
}
.et-description p a:hover {
    text-decoration: none !important;
}
.un-do {
    background-color: #dbc3ac;
    color: #590801 !important;
    float: right;
    height: 24px;
    margin-right: 0 !important;
    margin-top: -10px;
    padding-left: 3px;
    padding-top: 11px;
    width: 88px;
}
.castom-post .attachment-thumbnail {
    float: right;
    width: 36%;
}
.castom-post .widgettitle {
    margin-bottom: 20px;
}
.castom-post.widget hr {
    border-bottom: 1px solid #5a0f0f;
    margin-bottom: 15px;
    margin-top: 15px;
}
.castom-post.widget hr:last-of-type {
    border-bottom: medium none;
    display: none;
}
.link-infographies {
    color: #fff !important;
    display: none;
    font-size: 17px !important;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    text-align: center !important;
    top: 46.5%;
    width: auto;
}
.single .widget_sp_image-description p {
    min-width: 150px;
}
.link-infographies:hover {
    text-decoration: underline;
}
#author-post {
    display: block;
    margin-bottom: 10px;
    margin-top: 13px;
}
.author #breadcrumbs, .author #sidebar, .author .pdfprnt-left {
    display: none;
}
.author .pagination {
    border-top: 1px solid;
    margin-bottom: 50px;
    padding-left: 300px;
    padding-right: 300px;
    padding-top: 50px;
    width: 300px;
}
#form-allowed-tags {
    display: none;
}
.home #sidebar-home-footer iframe {
    width: 99.4%;
}
.slide-left-bg {
    background-image: url("images/background_slide_left.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 557px;
    left: -900px;
    position: absolute;
    width: 900px;
}
.slide-right-bg {
    background-image: url("images/background_slide_right.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 557px;
    position: absolute;
    right: -313px;
    width: 313px;
}
.category .entry-content {
    min-width: 350px;
}
.single-reports .wpfp-span {
    display: none;
}
.single-reports #et-box-author {
    display: none;
}


.dwqa-single-question .dwqa-comment-author .dwqa-date .avatar{
	display:none;
}

.dwqa-container .form-buttons #submit-answer{
	background-color: #6a251f;
    border-color: #6a251f;
}

.dwqa-single-question .dwqa-answer .dwqa-vote {
    left: 0;
    top: 110px;
}
.dwqa-single-question .dwqa-answer .dwqa-best-answer {
    left: 4px;
    top: 195px;
}
.dwqa-single-question .dwqa-question .dwqa-stick-question {
    left: 10px;
    position: absolute;
    top: 150px;
}
.dwqa-single-question .dwqa-answer-form .dwqa-headline {
    margin-bottom: 15px;
}

.dwqa-single-question .dwqa-question .dwqa-meta {
    margin-bottom: 20px;
    padding-left: 100px;
}
.dwqa-single-question .dwqa-question .dwqa-vote {
    left: 8px;
    position: absolute;
    top: -27px;
}
.dwqa-single-question .dwqa-question .dwqa-alert + .dwqa-meta .dwqa-vote {
    top: 33px;
}
.list-dwqa-question .dwqa-container .dwqa-btn-success,
.submit-dwqa-question .dwqa-container .dwqa-btn-success,
.dwqa-container .dwqa-btn-primary, .dwqa-container .login-box input[type="submit"],
.dwqa-list-question .filter-bar .dwqa-btn,
.dwqa-list-question .archive-question-footer .dwqa-btn{
    background-color: #6a251f;
    border-color: #6a251f;
}
.dwqa-list-question .filter .status-overdue {
    display: none;
}
.clear {
    clear: both;
}
.nexus-forum-breadcrumbs{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: -10px 40px 50px;
}
.nexus-forum-breadcrumbs a{
	background:#555 none repeat scroll 0 0;
	color:#fff;
	padding: 10px;
}
.nexus-forum-breadcrumbs a:hover{
	text-decoration:none;
}
.nexus-forum-breadcrumbs a span{
	font-size:30px;
	position: relative;
    top: 2px;
}

@media only screen and (min-width: 1301px) {
    .home.et-2-column-layout #content {
		width: 958px;
	}
	.home.et-2-column-layout #main-content::after {
		display: none;
	}
	.et_pt_gallery_entry {
		margin-left: 69px !important;
	}
}
@media only screen and (max-width: 1300px) {
	.container {
		width: 960px;
	}
    .entry-content .featured-image img {
        #height: 300px;
        /* max-width: 406px; */
        width: 351px;
    }
    .category .entry-content {
        min-width: 290px;
    }
	.pdfprnt-top-right, .pdfprnt-bottom-right, .pdfprnt-right {
		right: 30px;
	}
	.single .wpfp-span {
		right: 41px;
	}
    .category .entry-content {
        max-width: 350px;
    }
    .error404 #sidebar {
        display: none;
    }
}
@media only screen and (min-width: 961px) and (max-width: 1300px) {
    .error404 #sidebar {
        display: none;
    }
	.home .widget_sp_image-description p {
		min-width: 154px;
	}
		.category .entry-content {
			max-width: 48%;
		}
	.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: none;
	}
	.single .aligncenter {
		max-width: 100%;
	}
	.archive .category h4.widgettitle {
		width: 271px;
	}
	h4.widgettitle {
		width: 274px;
	}
	.single h4.widgettitle, .page h4.widgettitle {
		width: 267px;
	}
	.stories__info {
		width: 93.8%;
	}
	.link-infographies {
		top: 100px;
	}
	#sidebar-home-footer h4.widgettitle {
		width: 97%;
	}
	#sidebar-home-footer .widget {
		width: 98.5%;
	}
	iframe {
		width: 99%;
	}
	.page .entry-content .main-title {
		width: 92%;
	}
	.search #left-area {
		padding-left: 0;
	}
	.page-template-template-favoris-user #sidebar.sidebar-favoris {
		display: block;
	}
	body.page.page-template-template-favoris-user #content {
		width: 98.7%;
	}
	.et-tabs-wrap {
		margin-top: 10px;
	}
	.search .pdfprnt-left {
		display: none;
	}
	.search #sidebar {
		display: none;
	}
	.search #breadcrumbs {
		display: none;
	}
	.post-type-archive-reports #sidebar {
		display: none;
	}
	.stories__info {
		left: 5px;
		width: 96.8%;
	}
	.page-template-template-favoris-user .stories__info {
		left: 9px;
		width: 94.5%;
	}
	.category .entry-content {
		height: 300px;
		padding: 25px 5px 0;
	}
	.category #content {
		width: 67%;
	}
	.all-tabs {
		padding: 40px 20px;
	}
	#search_form {
		margin: 51px 15% 0 0;
	}
	.category .post-thumbnail .container {
		margin-top: -60px;
		min-height: 0;
	}
	h3.title.blue, h3.title, h3.blue {
		min-height: 100px;
	}
	.page-template-template-proposez h3.title.blue, h3.title, h3.blue {
		min-height: 50px;
	}
	.dernier-post {
		background: rgb(120, 0, 0) none repeat scroll 0 0;
		float: left;
		height: 200px;
		margin: 0 0 25px 63px;
		overflow: hidden;
		position: relative;
		text-align: center;
		width: 386px;
	}
	#sidebar-home-footer .ytc_video_container {
		width: 636px !important;
	}
	.bx-wrapper .bx-controls-direction a {
		right: -1px;
	}
	.page #sidebar {
		display: none;
	}
	.container {
		width: 960px;
	}
	.header-banner {
		float: none;
		text-align: center;
	}
	#logo {
		padding-top: 40px;
	}
	#top-menu li {
		font-size: 14px;
	}
	#top-menu > li > a, #top-menu > li.current-menu-item > a {
		padding-bottom: 25px;
	}
	#et-featured-posts {
		padding: 20px;
	}
	.et-featured-post img, .popular-post .main-tab-image img {
		width: 100%;
	}
	.post-thumbnail .container {
		min-height: 292px;
	}
	h1.post-heading {
		font-size: 36px;
		width: 93.3%;
	}
	#top-navigation nav {
		margin: 0 auto;
		width: 960px;
	}
	nav.dropdown li::before {
		color: #6a251f;
		content: "";
		display: block;
		font-family: FontAwesome;
		font-size: 20px;
		position: absolute;
		right: 26px;
		top: 0;
	}
	nav.dropdown ul li ul.sub-menu {
		top: -26px !important;
	}
	#main-content::before {
		background-position: 638px 0;
	}
	#main-content::before {
		background-color: #ffffff;
		border-left: 0 solid #e0e0e0;
		display: none;
		right: 0;
		width: 319px;
	}
	.entry-content .featured-image img {
		height: 300px;
		max-width: 406px;
		width: 100.1%;
	}
	.page-template-template-favoris-user .entry-content .featured-image img {
		height: 303px;
		max-width: 406px;
		width: 302px;
	}
	#content, body.single #content {
		width: 67%;
	}
	#content, body.page #content, body.single-dwqa-question #content {
		width: 100%;
	}
	.category #left-area {
		padding-left: 0;
		padding-top: 21px;
	}
	.entry-content {
		padding: 0 40px 30px;
		position: relative;
	}
	.author-avatar {
		left: 40px;
	}
	#et-bio-author {
		padding: 40px 45px 25px 130px;
	}
	#et-post-share {
		padding: 15px 130px 13px;
	}
	#comment-wrap {
		padding: 40px 0;
	}
	h1#comments, #reply-title {
		padding-left: 40px;
	}
	span.fn, span.fn a {
		font-size: 16px;
	}
	#footer-widgets {
		padding: 40px 40px 25px;
	}
	.footer-widget {
		width: 170px;
	}
	#footer-bottom ul {
		padding: 23px 40px;
	}
	.home .et-first .post-description, .post-description {
		bottom: 17px;
		left: 30px;
	}
	.post-description h2 {
		font-size: 30px;
	}
	.recent-post {
		padding: 0 40px 40px;
	}
	.et-main-image {
		margin-right: 30px;
		width: 160px;
	}
	.et-main-image img {
		height: 160px;
		width: 160px;
	}
	.footer-banner {
		padding-left: 40px;
		padding-right: 40px;
	}
	.home .et-first {
		height: 318px;
		width: 438px;
	}
	.home .et-first .excerpt-wrap {
		padding: 31px 62px 0 96px;
	}
	.home .et-second {
		height: 158px;
		width: 467px;
	}
	.home .et-second .excerpt-wrap {
		padding-top: 15px;
	}
	.home .et-third, .home .et-fourth {
		height: 158px;
		width: 231px;
	}
	.et-third .excerpt-wrap, .et-fourth .excerpt-wrap {
		padding-top: 8px;
	}
	.home .et-second .post-description h2 {
		font-size: 24px;
	}
	.home .et-third .post-description h2, .home .et-fourth .post-description h2 {
		font-size: 18px;
	}
	.home .et-third .post-meta, .home .et-fourth .post-meta {
		display: none;
	}
	.home #additional-sidebar {
		display: none;
	}
	.home #sidebar {
		width: 317px;
	}
	.et-description {
		margin-left: 200px;
	}
	#et-social-icons {
		width: 204px;
	}
	#et-social-icons a, #et-social-icons span {
		width: 50px;
	}
	#et-social-icons .twitter .et-social-normal {
		background-position: 15px 23px;
	}
	#et-social-icons .twitter .et-social-hover {
		background-position: 15px 20px;
	}
	#et-social-icons .facebook .et-social-normal {
		background-position: 21px 22px;
	}
	#et-social-icons .facebook .et-social-hover {
		background-position: 21px 20px;
	}
	#et-social-icons .rss .et-social-normal {
		background-position: 17px 22px;
	}
	#et-social-icons .rss .et-social-hover {
		background-position: 17px 20px;
	}
	#et-social-icons .google .et-social-normal {
		background-position: 14px 22px;
	}
	#et-social-icons .google .et-social-hover {
		background-position: 14px 21px;
	}
	body.category .et-first, body.category .et-second {
		height: 212px;
		width: 438px;
	}
	body.category .et-first .post-description {
		bottom: 17px;
		left: 30px;
	}
	body.category .et-first .post-description h2 {
		font-size: 30px;
	}
	.et_pt_gallery_entry {
		margin-left: 69px !important;
	}
	#et_pt_portfolio_gallery {
		margin-right: -70px;
	}
	.et_pt_portfolio_item {
		margin-left: 51px !important;
	}
	.et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item {
		margin-left: 32px !important;
	}
	.et_portfolio_large .et_pt_portfolio_item {
		margin-left: 49px !important;
	}
	.et-single-post-ad {
		margin-bottom: 0;
		padding: 40px 0;
	}
	.single #sidebar, #additional-sidebar, .page #sidebar, #additional-sidebar {
		width: 313px;
	}
	.single .widget, .page .widget {
		background-color: #ccc;
		box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
		margin-bottom: 20px;
		margin-left: 12px;
		padding: 20px 20px 10px 20px;
		position: relative;
		width: 250px;
	}
	.single .widget_recent-custom-post .custom-post-images, .page .widget_recent-custom-post .custom-post-images {
		background-color: #590801;
		height: 150px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		width: 250px;
	}
	.single .widget.widget_youtube-channel, .page .widget.widget_youtube-channel {
		height: auto;
		width: 250px;
	}
	.single .ytc_video_container, .page .ytc_video_container {
		padding-bottom: 15px;
		width: 100% !important;
	}
	.single .youtube_channel, .page .youtube_channel {
		clear: both;
		float: left;
		margin-left: 10px;
	}
	.single .widget .youtube_channel, .page .widget .youtube_channel {
		float: none;
		margin-left: 0;
		width:99%;
	}
	.single .widget_sp_image.widget, .page .widget_sp_image.widget {
		background-color: inherit;
		border: medium none;
		box-shadow: 0 0 0 0 #ffffff;
	}
	.page-template-template-lessons .bx-wrapper {
		margin: 0 auto;
		width: 100%;
	}
	.bx-viewport .bx-controls {
		z-index: 1000;
	}
	.bx-wrapper .bx-viewport {
		width: 100% !important;
	}
	.bx-wrapper .bx-controls-direction a {
		height: 32px;
		width: 40px;
	}
	.bx-wrapper img {
		height: 495px;
		width: auto;
	}
	.lesson-slides {
		margin-bottom: 40px;
	}
	.t {
		background-color: #00ceff;
		background-position: -60px 47%;
	}
	.f {
		background-color: #0365c0;
		background-position: 14px 47%;
	}
	.y {
		background-color: #df2a0b;
		background-position: -129px 47%;
	}
}
@media only screen and (max-width: 960px) {
    .error404 #sidebar {
        display: none;
    }
#et-search, p#et-search-title, p#et-search-title span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
#et-search {
    height: auto !important;
    width: auto !important;
}
#et-search {
    margin-bottom: 40px;
}
#et-search-inner {
    padding: 0 !important;
}
#et-search-right {
    clear: both;
    float: none !important;
    text-align: left !important;
}
#et_search_submit {
    background: #bbb8b8 none repeat scroll 0 0 !important;
    color: #111 !important;
}
p#et-search-title {
    margin-bottom: 2px !important;
}
p#et-search-title span {
    padding: 0 !important;
    text-shadow: none !important;
}
#et-searchinput {
    width: auto !important;
}
p#et_choose_posts, p#et_choose_pages, p#et_choose_date, p#et_choose_cat {
    float: none !important;
}
#et-search-left {
    float: none !important;
    width: 100% !important;
}
    .category .entry-content {
        max-width: 450px;
    }
}
@media only screen and (min-width: 767px) and (max-width: 960px) {
    .error404 #sidebar {
        display: none;
    }
.single .aligncenter, .single .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.aligncenter, .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
}
#lessons-select {
    width: 251px;
}
body.page-template-template-user .send-mail {
    width: 28%;
}
body.page-template-template-user .bonjour-block {
    width: 32%;
}
.all-tabs {
    padding: 70px 6px;
}
.search #left-area {
    padding-left: 0;
}
.page-template-template-favoris-user #sidebar.sidebar-favoris {
    display: block;
}
body.page.page-template-template-favoris-user #content {
    width: 98.7%;
}
.search .pdfprnt-left {
    display: none;
}
.search #sidebar {
    display: none;
}
.search #breadcrumbs {
    display: none;
}
.post-type-archive-reports #sidebar {
    display: none;
}
.slide-c {
    background: #dcc4ac none repeat scroll 0 0;
    float: right;
    height: 395px;
    margin-right: 20px;
    padding-top: 50px;
    text-align: center;
    width: 31.3%;
}
h3.title.blue, h3.title, h3.blue {
    min-height: 100px;
}
#search_form {
    margin: 53px 4% 0 0;
}
div#top-navigation.fixed {
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
div#top-navigation.fixed_admin {
    left: 0;
    position: relative;
    top: 46px;
    width: 100%;
}
.entry-content .addthis_toolbox, .entry-content .addthis_button, .entry-header .addthis_toolbox, .entry-header .addthis_button {
    margin-left: auto;
    position: absolute;
    right: 38px;
    top: -9px;
    width: 60px;
}
.wpfp-span {
    display: block;
    left: auto;
    margin-left: auto;
    margin-right: -15px;
    position: absolute;
    right: 112px;
    top: 3px;
    width: 176px;
}
.pdfprnt-top-right, .pdfprnt-bottom-right, .pdfprnt-right {
    left: auto;
    padding: 5px;
    position: absolute;
    right: 33px;
    text-align: right;
    top: 23px;
}
#et-featured-posts .et-second img, #et-featured-posts .et-fourth img {
    height: 244px;
    max-width: 100%;
}
.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
    height: 41px;
    width: 42px;
}
.bx-wrapper .bx-controls-direction a {
    height: 32px;
    right: -8px;
    width: 43px;
}
.bx-wrapper {
    margin: 0 auto 60px;
    max-width: 84% !important;
    padding: 0;
    position: relative;
}
#sidebar-home-footer .ytc_video_container {
    width: 764px !important;
}
#sidebar::before {
    display: none;
}
.category #left-area {
    padding-left: 0;
    padding-top: 60px;
}
.entry-content .featured-image img {
    height: 303px;
    max-width: 406px;
    width: 359px;
}
#top-navigation nav {
    height: 37px;
    margin: 0 auto;
    width: 766px;
}
.block-user {
    color: #ffffff;
    float: left;
    font-size: 35px;
    height: 151px;
    margin-bottom: 40px;
    margin-left: 50px;
    position: relative;
    width: 41%;
}
nav.dropdown li::before {
    color: #6a251f;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: 16px;
    top: 3px;
}
.container {
    width: 766px;
}
.header-banner {
    float: none;
    text-align: center;
}
#logo {
    margin-left: 0;
    padding-top: 40px;
}
#top-menu li {
    font-size: 14px;
}
.nav li:hover ul, ul.nav li.sfHover ul {
    left: 0;
    top: 61px;
}
#et-social-icons, #additional-sidebar {
    display: none;
}
#et-featured-posts {
    padding: 40px;
}
.et-featured-post img, .popular-post .main-tab-image img {
    width: 100%;
}
.post-thumbnail .container {
    min-height: 246px;
}
h1.post-heading {
    font-size: 36px;
}
#main-content::before {
    background-position: 766px 0;
}
#content, body.page #content {
    width: 766px;
}
#sidebar {
    width: 766px;
}
#sidebar .widget {
    width: 382px;
}
#left-area {
    padding-top: 40px;
}
.entry-content {
    padding: 0 40px 30px;
}
.author-avatar {
    left: 40px;
}
#et-bio-author {
    padding: 40px 45px 25px 130px;
}
#et-post-share {
    padding: 15px 130px 13px;
}
#comment-wrap {
    padding: 40px 0;
}
h1#comments, #reply-title {
    padding-left: 40px;
}
span.fn, span.fn a {
    font-size: 16px;
}
#footer-widgets {
    padding: 40px 40px 25px;
}
.footer-widget {
    margin-right: 55px;
    width: 309px;
}
#footer-bottom ul {
    padding: 23px 40px;
}
.home .et-first .post-description, .post-description {
    bottom: 40px;
    left: 40px;
}
.post-description h2 {
    font-size: 18px;
}
.recent-post {
    padding: 0 40px 40px;
}
.et-main-image {
    margin-right: 30px;
    width: 160px;
}
.et-main-image img {
    height: 160px;
    width: 160px;
}
.et-description .post-meta {
    font-size: 14px;
}
.home .et-first {
    height: 500px;
    margin-bottom: 4px;
    padding-right: 0;
    width: 688px;
}
.home .et-second {
    height: 248px;
    width: 688px;
}
.home .et-third, .home .et-fourth {
    height: 248px;
    width: 336px;
}
.home #main-content::before {
    background-color: transparent;
    border-left: medium none;
}
.home #main-content::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.home #content {
    float: none;
    width: 763px;
}
#main-content::before {
    display: none;
}
#sidebar {
    background: #f7f7f7 none repeat scroll 0 0;
    display: none;
    position: relative;
    width: 100%;
}
#sidebar::before {
    background: #e0e0e0 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 382px;
    position: absolute;
    top: 0;
    width: 1px;
}
#sidebar .widget {
    float: left;
    margin-left: 144px;
    width: 60%;
}
#sidebar .widget:nth-child(2n+1) {
    clear: both;
}
.footer-banner {
    padding-left: 40px;
    padding-right: 40px;
}
.footer-widget:nth-child(2n) {
    margin-right: 0;
}
.footer-widget:nth-child(2n+1) {
    clear: both;
}
.et-description {
    margin-left: 200px;
}
body.category #et-featured-posts {
    padding: 40px 39px;
}
body.category .et-first, body.category .et-second {
    height: 166px;
    width: 342px;
}
body.category .et-first .post-description, body.category .et-second .post-description {
    bottom: 7px;
    left: 30px;
}
body.category .et-first .post-description h2, body.category .et-second .post-description h2 {
    font-size: 18px;
}
.et_pt_gallery_entry {
    margin-left: 26px !important;
}
#et_pt_portfolio_gallery {
    margin-left: -35px !important;
    margin-right: -20px !important;
}
.et_pt_portfolio_item {
    margin-left: 38px !important;
    width: 201px !important;
}
.et_portfolio_more_icon, .et_portfolio_zoom_icon {
    top: 50px !important;
}
.et_portfolio_more_icon {
    left: 65px !important;
}
.et_portfolio_zoom_icon {
    left: 106px !important;
}
#et_pt_portfolio_gallery.et_portfolio_small {
    margin-left: -39px !important;
}
#et_pt_portfolio_gallery.et_portfolio_small .et_pt_portfolio_item {
    margin-left: 30px !important;
    width: 117px !important;
}
#et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_zoom_icon {
    top: 20px !important;
}
#et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_more_icon {
    left: 26px !important;
}
#et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_zoom_icon {
    left: 62px !important;
}
#et_pt_portfolio_gallery.et_portfolio_large {
    margin-left: -42px !important;
}
#et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item {
    margin-left: 42px !important;
    width: 321px !important;
}
#et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon {
    top: 99px !important;
}
#et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon {
    left: 140px !important;
}
#et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon {
    left: 178px !important;
}
.et-single-post-ad {
    margin-bottom: 0;
    padding: 40px 0;
}
    .category .entry-content {
        max-width: 450px;
        min-width: 357px;
    }
}
@media only screen and (max-width: 767px) {
#top-container .conections {
    float: right;
    font-size: 10px;
    padding-top: 10px;
}
.un-do {
    background-color: #dbc3ac;
    color: #590801 !important;
    float: right;
    height: 24px;
    margin-right: 0 !important;
    margin-top: -10px;
    padding-left: 3px;
    padding-top: 11px;
    width: 64px;
}
.search #left-area {
    padding-left: 0;
}
.page-template-template-favoris-user #sidebar.sidebar-favoris {
    display: block;
}
body.page-template-template-favoris-user #sidebar.sidebar-favoris .widget {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
body.page.page-template-template-favoris-user #content {
    width: 98.7%;
}
body.page.page-template-template-favoris-user .main-tab-image {
    float: left;
    margin-right: 20px;
    width: 46%;
}
body.page-template-template-favoris-user #sidebar.sidebar-favoris h2 {
    float: left;
    font-family: "Cardo",Tahoma,sans-serif !important;
    width: 223px;
}
.search .pdfprnt-left {
    display: none;
}
.search #sidebar {
    display: none;
}
.search #breadcrumbs {
    display: none;
}
.post-type-archive-reports #sidebar {
    display: none;
}
.slideshow {
    float: left;
    height: 334px;
    margin-left: 23px;
    overflow: hidden;
    position: relative;
    width: 90% !important;
}
.slide-c {
    background: #dcc4ac none repeat scroll 0 0;
    float: right;
    height: 395px;
    margin-right: 24px;
    padding-top: 50px;
    text-align: center;
    width: 90.3%;
}
.nav-container {
    margin-top: 723px;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 90.5%;
    z-index: 290;
}
.slide iframe {
    height: 333px;
}
.control-left {
    cursor: pointer;
    position: absolute;
    top: 144px;
    width: 50px;
    z-index: 200;
}
.control-right {
    cursor: pointer;
    position: absolute;
    right: -2px;
    top: 144px;
    width: 50px;
    z-index: 200;
}
.mobile_nav:hover {
    color: #111;
    text-decoration: none;
    width: 79px;
}
.entry-content .main-title {
    width: 78%;
}
.wpfp-span {
    display: none;
}
.pdfprnt-top-right, .pdfprnt-bottom-right, .pdfprnt-right {
    display: none;
}
.bx-wrapper {
    margin: 0 auto 60px;
    max-width: 84% !important;
    padding: 0;
    position: relative;
}
.bx-wrapper .bx-controls-direction a {
    right: 12px;
}
.y {
    background-color: #df2a0b;
    background-position: -133px 47%;
}
.t {
    background-color: #00ceff;
    background-position: -67px 47%;
}
.f {
    background-color: #0365c0;
    background-position: 7px 47%;
}
#top-navigation nav {
    display: none;
}
.progress-bar, #progress-bar {
    display: none;
}
div#top-navigation.fixed {
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
div#top-navigation.fixed_admin {
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.bx-wrapper .bx-controls-direction a {
    right: -2px;
}
.bx-wrapper {
    margin: 0 auto;
    max-width: 100% !important;
}
.bx-viewport {
    width: 320px !important;
}
body.page-template-template-user .bonjour-block {
    font-size: 30px;
    margin-left: 0;
    width: 54%;
}
body.page-template-template-user .send-mail {
    font-size: 30px;
    width: 42%;
}
.block-user {
    color: #ffffff;
    float: left;
    font-size: 32px;
    height: 151px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    width: 100%;
}
.container {
    width: 463px;
}
#featured .container {
    width: 480px;
}
.header-banner {
    float: none;
    text-align: center;
}
#top-info {
    height: 183px;
    text-align: center;
}
#logo {
    float: none;
    margin-bottom: -3px;
    margin-left: 0;
    padding-top: 40px;
}
#et-social-icons, #top-menu, #footer-bottom {
    display: none;
}
#et-featured-posts {
    padding: 40px;
}
.et-featured-post img, .popular-post .main-tab-image img {
    width: 100%;
}
.post-thumbnail .container {
    min-height: 246px;
}
h1.post-heading {
    font-size: 24px;
    width: 86%;
}
.et_mobile_menu {
    left: -120px;
    padding-left: 20px;
    position: absolute;
    text-align: left;
    top: 63px;
    width: 350px;
}
#footer p {
    width: 52%;
}
#footer p {
    float: left;
    font-family: "Cardo";
    line-height: 16px;
    margin-left: 10px;
    margin-top: 4px;
}
.social a {
    width: 71px;
	min-width: 72px;
	padding-right: 2px;
}
.mobile_nav > span {
    top: 18px;
}
.container {
    width: 478px;
}
#featured .container {
    width: 480px;
}
.header-banner {
    float: none;
    text-align: center;
}
#top-info {
    height: 165px;
    text-align: center;
}
#logo {
    float: none;
    margin-bottom: -3px;
    padding-top: 40px;
}
#et-social-icons, #top-menu, #footer-bottom {
    display: none;
}
#et-featured-posts {
    padding: 40px;
}
.et-featured-post img, .popular-post .main-tab-image img {
    width: 100%;
}
.post-thumbnail .container {
    min-height: 246px;
}
h1.post-heading {
    font-size: 24px;
}
#breadcrumbs a {
    font-size: 14px;
}
#main-content::before {
    background-position: 478px 0;
}
#content, body.page #content, #sidebar {
    width: 100%;
}
#sidebar .widget {
    padding-left: 120px;
    padding-right: 120px;
    width: 240px;
}
#left-area {
    padding-top: 40px;
}
    .category #left-area {
        padding-left: 0;
        padding-top: 5px;
    }
.entry-content {
    padding: 0 40px 30px;
}
.entry-content .post-meta {
    font-size: 24px;
}
.author-avatar {
    left: 40px;
}
#et-bio-author {
    padding: 40px 45px 25px 130px;
}
#et-post-share {
    padding: 15px 51px 13px 130px;
}
#comment-wrap {
    padding: 40px 0;
}
h1#comments, #reply-title {
    padding-left: 40px;
}
span.fn, span.fn a {
    font-size: 16px;
}
#footer-widgets {
    padding: 40px 40px 25px;
}
.footer-widget {
    margin-right: 0;
    width: 407px;
}
.home .et-first .post-description, .post-description {
    bottom: 20px;
    left: 20px;
}
.post-description h2 {
    font-size: 24px;
}
.recent-post {
    padding: 0 40px 40px;
}
.et-main-image {
    margin-right: 30px;
    width: 160px;
}
.et-main-image img {
    height: 160px;
    width: 160px;
}
.home .et-first {
    height: 291px;
    margin-bottom: 4px;
    padding-right: 0;
    width: 100%;
}
.home .et-first .excerpt-wrap {
    padding: 18px 62px 0 90px;
}
.home .et-second {
    height: 145px;
    width: 100%;
}
.home .et-third, .home .et-fourth {
    height: 144px;
    width: 49%;
}
.et-first, .et-third {
    padding-right: 2%;
}
.home .et-first .post-description h2 {
    font-size: 24px;
}
.home .et-second .post-description h2 {
    font-size: 24px;
}
.home .et-third .post-description h2, .home .et-fourth .post-description h2 {
    font-size: 18px;
}
.home .et-third .post-meta, .home .et-fourth .post-meta {
    display: none;
}
body.category .et-first, body.category .et-second {
    height: 195px;
    width: 400px;
}
body.category .et-first .post-description, body.category .et-second .post-description {
    bottom: 25px;
    left: 40px;
}
body.category .et-first .post-description h2, body.category .et-second .post-description h2 {
    font-size: 24px;
}
body.category .et-first {
    margin-bottom: 4px;
    padding-right: 0;
}
.home #additional-sidebar {
    display: none;
}
.home #main-content::before {
    background-color: transparent;
    border-left: medium none;
}
.home #main-content::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.home #content {
    float: none;
    width: 476px;
}
.home .et-main-image {
    display: none;
}
.home .categories-tabs-module .et-description, .home .recent-module .et-description {
    margin: 0;
}
.home .popular-tabs {
    display: none;
}
.popular-posts {
    margin-left: 0;
    width: auto;
}
#copyright {
    font-size: 13px;
    text-align: center;
}
.popular-module .module-title {
    text-align: center;
}
.recent-reviews .review-rating {
    position: relative;
}
.review-post .et-description {
    margin-left: 0;
}
.home #sidebar {
    background: #f7f7f7 none repeat scroll 0 0;
}
#main-content::before, .home #main-content::after {
    display: none;
}
.footer-banner {
    padding-left: 40px;
    padding-right: 40px;
}
h4.widgettitle {
    margin-left: -121px;
    margin-right: -116px;
    text-align: center;
}
.et-description {
    margin-left: 200px;
}
.commentlist .children li {
    padding-left: 0;
}
.et_pt_gallery_entry {
    margin-left: 127px !important;
}
.sitemap-col {
    float: none !important;
    width: auto !important;
}
.et_pt_portfolio_item {
    margin-left: 130px !important;
}
.et_portfolio_small .et_pt_portfolio_item {
    margin-bottom: 10px;
    margin-left: 17px !important;
    width: 340px !important;
}
.et_portfolio_small .et_pt_portfolio_entry {
    float: left;
    margin-right: 15px;
}
.et_portfolio_small .et_portfolio_more_icon, .et_portfolio_small .et_portfolio_zoom_icon {
    top: 30px !important;
}
.et_portfolio_small .et_portfolio_more_icon {
    left: 38px !important;
}
.et_portfolio_small .et_portfolio_zoom_icon {
    left: 77px !important;
}
.et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item {
    margin-left: 44px !important;
    width: 400px !important;
}
#et_pt_portfolio_gallery.et_portfolio_large {
    margin-left: -23px !important;
}
#et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item {
    margin-left: 16px !important;
    width: 404px !important;
}
#et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon {
    top: 109px !important;
}
#et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon {
    left: 155px !important;
}
#et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon {
    left: 195px !important;
}
#et_mobile_nav_menu, .et-popular-mobile-arrow {
    display: block;
}
.categories-tabs {
    height: 50px;
    text-align: center;
}
.categories-tabs li {
    display: none;
    float: none;
}
.categories-tabs li.home-tab-active {
    display: inline-block;
}
.et-single-post-ad {
    margin-bottom: 0;
    padding: 40px;
}
#sidebar {
    display: none;
}
    .category .entry-content {
		max-width: 450px;
		margin: 0 auto;
		float: none;
		width: 286.5px;
		min-width: auto;
    }
}
@media only screen and (min-width: 478px) and (max-width: 710px) {
#et-search {
    margin-bottom: 40px;
}
#sidebar-home-footer h4.widgettitle {
    width: 96%;
}
#sidebar-home-footer .ytc_video_container {
    width: 476px !important;
}
#sidebar-home-footer iframe {
    height: 340px;
}
.dernier-post {
    background: rgb(120, 0, 0) none repeat scroll 0 0;
    float: left;
    height: 200px;
    margin: 0 0 25px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 474px;
}
    .category .entry-content {
        max-width: 450px;
    }
}
@media only screen and (max-width: 478px) {
.single .entry-content .main-title {
    font-size: 21px;
}
.tubepress_thumb {
    float: left;
    font-size: 10px !important;
    height: 251px;
    line-height: 1.1em;
    margin-right: 5px;
    overflow: hidden;
    width: 115px !important;
}
.tubepress_thumb dd, .tubepress_thumb dt {
    line-height: 17px;
    margin: 0;
}
.tubepress_normal_embedded_wrapper {
    width: 239px !important;
}
.category .post-thumbnail {
    height: 250px;
}
.author .pagination {
    border-top: 1px solid;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    width: 255px;
}
#select {
    height: 40px;
    line-height: 40px;
    margin-left: -6px;
    padding-left: 10px;
    width: 239px;
}
.stories__info {
    width: 93.6%;
}
#sidebar-home-footer h4.widgettitle {
    width: 94%;
}
#sidebar-home-footer iframe {
    height: 239px;
}
#et-search {
    margin-bottom: 40px;
}
.search #left-area {
    padding-left: 0;
}
body.page-template-template-favoris-user #sidebar.sidebar-favoris {
    display: block;
}
body.page-template-template-favoris-user #sidebar.sidebar-favoris .widget {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
body.page.page-template-template-favoris-user #content {
    width: 306px;
}
body.page.page-template-template-favoris-user .main-tab-image {
    float: left;
    margin-bottom: 65px;
    width: 33%;
}
body.page-template-template-favoris-user #sidebar.sidebar-favoris h2 {
    float: left;
    font-family: "Cardo",Tahoma,sans-serif !important;
    width: 177px;
}
.search .pdfprnt-left {
    display: none;
}
.search #breadcrumbs {
    display: none;
}
.search #sidebar {
    display: none;
}
.post-type-archive-reports #sidebar {
    display: none;
}
.category .post-thumbnail img {
    height: 200px;
    width: 100%;
}
.slideshow {
    float: left;
    height: 207px;
    margin-left: 23px;
    max-width: 1400px;
    overflow: hidden;
    position: relative;
    width: 86% !important;
}
.slide img {
    height: 207px;
    max-width: 100%;
    top: 0;
}
.slide-c {
    background: #dcc4ac none repeat scroll 0 0;
    float: right;
    margin-right: 20px;
    min-height: 350px;
    padding-top: 50px;
    text-align: center;
    width: 87%;
}
.nav-container {
    margin-top: 610px;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 87%;
    z-index: 290;
}
.control-left {
    cursor: pointer;
    position: absolute;
    top: 83px;
    width: 50px;
    z-index: 200;
}
.control-right {
    cursor: pointer;
    position: absolute;
    right: -2px;
    top: 83px;
    width: 50px;
    z-index: 200;
}
.slide iframe {
    height: 207px;
}
.entry-content tr td {
    border-top: 1px solid #eee;
    float: left;
    padding: 6px 7px;
}
.footer-social .t {
    background-color: #00ceff;
    background-position: -63px 47%;
}
.t {
    background-color: #00ceff;
    background-position: -68px 47%;
}
.f {
    background-color: #0365c0;
    background-position: 6px 47%;
}
.y {
    background-color: #df2a0b;
    background-position: -135px 47%;
}
.dernier-post {
    background: rgb(120, 0, 0) none repeat scroll 0 0;
    float: left;
    height: 200px;
    margin: 0 0 25px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
#sidebar-home-footer .ytc_video_container {
    width: 318px !important;
}
.social {
    float: right;
    margin: 0;
    padding: 0;
}
.page-template-template-connexion .social {
    float: right;
    margin: -10px 0 0;
    padding: 0;
}
.page-template-template-connexion .social a {
    top: 10px;
}
.social a {
    background-image: url("./images/social.png");
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    overflow: hidden;
    padding-right: 4px;
    position: relative;
    text-align: right;
    text-decoration: none;
    transition: all 300ms ease 0s;
    vertical-align: top;
    width: 53px;
	min-width:70px;
}
#top-container .conections a {
    color: #fff;
    font-size: 6px;
    margin-right: 0;
    margin-top: -5px;
    padding-right: 5px;
}
#top-container .conections .un-do {
    background-color: #dbc3ac;
    color: #590801 !important;
    float: right;
    height: 18px;
    margin-right: 0 !important;
    margin-top: -10px !important;
    padding-left: 3px;
    padding-right: 2px !important;
    padding-top: 17px;
    width: 37px;
}
#search_form {
    border: medium none;
    clear: right;
    color: #919191;
    float: right;
    margin: 8px 8% 0 0;
    position: absolute;
    right: 0;
    top: 100px;
    width: auto;
}
.footer-social {
    float: right;
    line-height: 95px;
    position: inherit;
    top: -20px;
}
.footer-social a {
    background-image: url("./images/social.png");
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    overflow: hidden;
    padding-right: 4px;
    position: relative;
    text-align: right;
    text-decoration: none;
    transition: all 300ms ease 0s;
    vertical-align: top;
    width: 59px;
}
#footer p {
    float: left;
    font-family: "Cardo";
    line-height: 15px;
    margin-left: 10px;
    margin-top: 10px;
    width: 41%;
}
#footer .mailto {
    color: #590801;
    display: inline;
    font-size: 11px;
    margin: 10px 0;
}
.ytc_video_container {
    padding-bottom: 15px;
    width: 245px !important;
}
.entry-content .addthis_toolbox, .entry-content .addthis_button, .entry-header .addthis_toolbox, .entry-header .addthis_button {
    margin-left: auto;
    position: absolute;
    right: 38px;
    top: 0;
    width: 60px;
}
.wpfp-span {
    display: none;
}
.pdfprnt-top-right, .pdfprnt-bottom-right, .pdfprnt-right {
    display: none;
}
#top-navigation nav {
    display: none;
}
.progress-bar, #progress-bar {
    display: none;
}
div#top-navigation.fixed_admin {
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
div#top-navigation.fixed {
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.bx-wrapper .bx-controls-direction a {
    right: -2px;
}
.bx-wrapper {
    margin: 0 auto;
    max-width: 100% !important;
}
.bx-viewport {
    width: 320px !important;
}
body.page-template-template-user .bonjour-block {
    font-size: 30px;
    margin-left: 0;
    width: 100%;
}
body.page-template-template-user .send-mail {
    float: none;
    font-size: 30px;
    margin-bottom: 10px;
    text-align: left;
    text-decoration: underline;
    width: 100%;
}
.block-user {
    color: #ffffff;
    float: left;
    font-size: 32px;
    height: 151px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    width: 100%;
}
body.page-template-template-Infographies #content .infographie-block {
    width: 100%;
}
.container, #featured .container {
    width: 320px;
}
#et-social-icons, #top-menu, #footer-bottom, #breadcrumbs, .author-avatar, #et-post-share span {
    display: none;
}
#et-featured-posts {
    padding: 40px;
}
.et-featured-post img, .popular-post .main-tab-image img {
    width: 100%;
}
.post-thumbnail .container {
    min-height: 246px;
}
h1.post-heading {
    font-size: 24px;
    width: 80%;
}
#main-content::before {
    background-position: 320px 0;
}
#content, body.page #content {
    width: 320px;
}
#sidebar {
    width: 320px;
}
#sidebar .widget {
    padding: 0 40px 30px;
    width: 240px;
}
#left-area {
    padding-top: 40px;
}
.category #left-area {
    border-bottom: 1px solid #e0e0e0;
    padding-left: 0;
    padding-top: 10px;
}
.entry-content .featured-image img {
    height: auto;
    max-width: 100%;
}
.category .entry-content .main-title {
    width: 78%;
}
    .category .entry-content {
        max-width: 350px;
        min-width: 262px;
		height:auto;
	    width: 260px;
    }
	.stories__info{
		top:auto;
	}
.entry-content {
    padding: 0 40px 30px;
}
.entry-content .post-meta {
    font-size: 24px;
    margin-bottom: 25px;
}
.single .entry-content .post-meta {
    font-size: 16px;
    margin-bottom: 25px;
}
.single .entry-content .addthis_toolbox {
    margin-left: 185px;
}
#et-bio-author {
    padding: 40px 40px 25px;
}
#et-post-share {
    padding: 15px 51px 13px 40px;
}
#comment-wrap {
    padding: 40px 0;
}
h1#comments, #reply-title {
    padding-left: 29px;
}
.comment-content{
	word-wrap: break-word;
}
.commentlist li {
    padding: 0 20px;
}
span.fn, span.fn a {
    font-size: 18px;
}
#footer-widgets {
    padding: 40px 40px 25px;
}
.footer-widget {
    margin-right: 0;
    width: 240px;
}
.post-description {
    bottom: 15px !important;
    left: 20px !important;
}
.post-description h2 {
    font-size: 18px !important;
}
.post-description .post-meta {
    display: none;
}
.meta-info {
    font-size: 18px;
    height: 40px;
    width: 40px;
}
.meta-info .month {
    font-size: 10px;
    margin-bottom: -5px;
}
.meta-info .meta-date {
    padding: 0 8px 5px;
}
.recent-post {
    padding: 0 40px 40px;
}
.et-main-image {
    display: none;
}
.et-description h2 {
    font-size: 24px;
}
.et-description .post-meta {
    font-size: 14px;
}
.home .et-first {
    height: 175px;
    width: 240px;
}
.home .et-second {
    height: 87px;
    width: 240px;
}
.home .et-third, .home .et-fourth {
    height: 174px;
    width: 240px;
}
.home #et-featured-posts .post-description h2 {
    font-size: 18px;
}
.home #et-featured-posts .post-meta {
    display: none;
}
.home #additional-sidebar {
    display: none;
}
.home #main-content::before {
    background-color: transparent;
    border-left: medium none;
}
.home #main-content::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.home #content {
    float: none;
    width: 318px;
}
.home .review-post .et-description {
    margin-left: 0;
}
.home .recent-reviews .review-rating {
    bottom: 11px;
}
.home .et-main-image {
    display: none;
}
.home .categories-tabs-module .et-description, .home .recent-module .et-description {
    margin: 0;
}
.home .popular-tabs {
    display: none;
}
.popular-posts {
    margin-left: 0;
    width: auto;
}
#copyright {
    font-size: 13px;
    text-align: center;
}
body.category .et-first, body.category .et-second {
    height: 117px;
    width: 240px;
}
body.category .et-first .excerpt-wrap, body.category .et-second .excerpt-wrap {
    padding: 22px 49px 0 58px;
}
body.category .et-first .post-description, body.category .et-second .post-description {
    bottom: 7px;
    left: 20px;
}
body.category .et-first .post-description h2, body.category .et-second .post-description h2 {
    font-size: 18px;
}
.header-banner {
    display: none;
}
#logo {
    height: auto;
    padding-top: 0;
    width: 89%;
}
.single .aligncenter, .single .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.aligncenter, .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
}
.et-third {
    margin-bottom: 4px;
    padding-right: 0;
}
.featured-comments {
    left: 1px;
}
h4.widgettitle {
    margin: 0 -39px 30px -41px;
}
.et-description {
    margin-left: 0;
}
#et_contact_right {
    margin-left: 0 !important;
    width: 100% !important;
}
.et_pt_gallery_entry {
    margin-left: 43px !important;
}
#et_pt_portfolio_gallery, #et_pt_portfolio_gallery.et_portfolio_large {
    margin-left: -39px !important;
}
.et_pt_portfolio_item, #et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item {
    margin-left: 16px !important;
    width: 228px !important;
}
.et_portfolio_more_icon, .et_portfolio_zoom_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon {
    top: 53px !important;
}
.et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon {
    left: 70px !important;
}
.et_portfolio_zoom_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon {
    left: 110px !important;
}
#et_pt_portfolio_gallery {
    margin-left: -16px !important;
}
.et_portfolio_small .et_pt_portfolio_item {
    margin-left: 0 !important;
    width: 255px !important;
}
.et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item {
    margin-left: -8px !important;
    width: 288px !important;
}
#et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item {
    margin-left: 37px !important;
}
.et_mobile_menu {
    left: -65px;
    padding-left: 20px;
    width: 225px;
}
.mobile_nav > span {
    top: 17px;
}
.et-single-post-ad {
    display: none;
}
}
_:-ms-fullscreen, :root .single h4.widgettitle, .page h4.widgettitle{
	width:103%;
}

@media screen\0 {
    .single h4.widgettitle, .page h4.widgettitle{
		width:103%;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.single h4.widgettitle, .page h4.widgettitle{
		#width:103%;
	}
}
/* ###umariabrothers  30-10-2015*/



.soutenez-nous{}
.widget_paypal_payments{ background-color:#D4BA9F; margin-bottom:5px;} 
.widget_paypal_payments p{font-family:"texgyreschola",Tahoma,sans-serif !important; font-size: 21px; 
    line-height: 28px;}
.shortcode-donate .soutenez-nous input[type=text]{
	line-height:50px; float:left; width:110px; margin: 0 0 0 15px; text-align: right; color: #a6aaa8;font-size: 26px; font-family:"texgyreschola",Tahoma,sans-serif !important;  border:none;
}
.shortcode-donate .soutenez-nous input[type=submit]{
	 background-color: #580801;
    border: medium none;
    color: #fff;
    float: left;
   font-family:"texgyreschola",Tahoma,sans-serif !important;
    font-size: 32px;
    line-height: 52px;
    margin-left: 15px;
    width: 200px;
	cursor:pointer;
}

} 

.shortcode-donate .soutenez-nous.euro {
    background-color: white;
    float: left;
    font-size: 25px;
    line-height: 40px;
    padding-right: 6px;
    padding-left: 6px;
	color:#000; 
} 
/**Donate Wediget Shortcode*/


#content_undon .entry-content.clearfix{ padding:0px;}


.shortcode-donate {
     background-color: #d4ba9f;
    float: right;
    width: 100%;  margin-top: -1px;
}



.donateur_title{ 
    font-size: 36px !important;
    margin: 15px 0px 40px 0px;
    text-align: center;
	font-size:22px; 
	font-family:"texgyreschola",arial,sans-serif !important;
}

.donateur_des{
	font-size: 22px;
    font-weight: 400;
    text-align: center; 
	 line-height: 33px;
}

.shortcode-donate .widget_paypal_payments .title {
    border: medium none;
	margin:15px 0px;
    font-size: 30px;
    text-align: center;
	font-family:"texgyreschola",arial,sans-serif !important;
}
.shortcode-donate #paypal_payments-2 > p {
    
    font-size: 20px; margin-bottom:15px;
    text-align: center;
	font-family:"texgyreschola",arial,sans-serif !important;
}

.shortcode-donate #paypal_payments-2 .soutenez-nous #donate{
	font-size:32px;
	
}
.shortcode-donate #paypal_payments-2 .soutenez-nous #donate{
	font-size:27px;
	
}
.registerform{
	padding-left:35px;
}
#content_undon .entry-content{
    font-size:22px; 
    font-family:"texgyreschola",arial,sans-serif !important;
	}
.Veuillez{}
.Veuillez ul{ 
    margin:0px;
    padding:0px; list-style:none; display:block;}
.Veuillez ul li{ 
    float:left; margin:0px; 
	text-decoration:none; list-style-type:none !important; 
    font-family:"texgyreschola",Tahoma,sans-serif !important;
    font-size:20px;
 }
.Veuillez ul li.une{ 
    float:right;  
	font-family:"texgyreschola",Tahoma,sans-serif !important; 
	font-size:20px; 
	font-size:20px;
	margin-right:80px; position:relative;
	}
.errorblock{ position:absolute; top:50px; color:#590801;}

#registerform .Tarif{ 
    margin:0px 0px; 
	padding:15px 0px 0px 0px;
	float:left;
	}
	
 


.Tarif span{ 
    margin-top:20px;  
	font-size: 20px;   
	font-family:"texgyreschola",Tahoma,sans-serif !important; 
	}
.Tarif img{ 
    margin:0px; 
    padding:0px 10px 0px 0px; }

.Salutation{}
.Salutation ul {
	list-style:none ; 
	display:block;   
	margin-top: 25px;
	}
.Salutation ul li{ 
    float:left;text-decoration:none;list-style:none; 
	margin-right:20px; list-style-type:none !important; 
	text-align:center; 
    font-family:"texgyreschola",Tahoma,sans-serif !important;
	}

.Salutation ul li.salut{ margin-left:125px;}
.Nom ul { 
    margin-top:20px; 
	padding:0px;}
.Nom ul li{ 
    width:30%; 
	float:left; 
	margin-right:0px; 
	line-height:40px;  
	list-style-type:none !important;
	}
.Nom ul li input{ 
    line-height:40px; 
	padding:0px 10px; 
	width:82%;
	}



label.custom-select {
    position: relative;
    display: inline-block;
}

    .Nom ul li select {
        display: inline-block;
        border: 1px solid #bbb;
        padding: 4px 3px 3px 5px;
        margin: 0;
        font: inherit;
        outline:none; /* remove focus ring from Webkit */
        line-height: 1.2;
        background: #fff;
        
        -webkit-appearance:none; /* remove the strong OSX influence from Webkit */
        
       
    }

    /* for Webkit's CSS-only solution */
    @media screen and (-webkit-min-device-pixel-ratio:0) { 
        .custom-select select {
            padding-right:30px;    
        }
    }
    
    /* Since we removed the default focus styles, we have to add our own */
    .custom-select select:focus {
        -webkit-box-shadow: 0 0 3px 1px #fff;
        -moz-box-shadow: 0 0 3px 1px #fff;
        box-shadow: 0 0 3px 1px #fff;
    }
    
    /* Select arrow styling */
    .custom-select:after {
        content: "▼";
        position: absolute;
        top: 0;
        right: 25%;
        bottom: 0;
        font-size: 60%;
        line-height: 30px;
        padding: 7px 7px;
        background: #bbb;
        color: white;        
        pointer-events:none;
		-webkit-line-height:25px;
        
        
    }
    
     .custom-select:after {
       /* content: none;*/
    }
	
	
.Nom ul li select{
  line-height:40px; 
  padding:9px 10px; 
  border:1px solid#ccc; 
  width:75%;
  
  height:50px;
  -webkit-padding-before:4px;
  }

.Nom ul li.innom{ 
  width:70%;
}
.Nom ul li.innom input{ 
  line-height:40px; 
  width:93%;
  }

.Nom ul li.code{ 
  width:25%;
   }
.Nom ul li.code input{ 
  line-height:40px; width:80%;
   }

.Nom ul li.vill{ 
  width:35%;
 }
.Nom ul li.vill input{ 
  line-height:40px; 
  width:85%;email
  }
.Nom ul li.vill input#email{ 
  line-height:40px; 
  width:85%;  border:1px solid#ccc;
  margin-top:7px;
  }
.Nom ul li.right-checkbutton > input{ 
  padding:5px;
  color:#fff;
  float:left; 
  width: 20px; 
  margin-top:10px;
  }

.Nom ul li.label {
    width: 20%;
}

li span.red{
	 color:#F00;
	 }
.on-off{ 
    width:40px; 
	padding-top:10px; 
	float:left;
	}
.registerform .no-error{ 
    background:url(images/ok.png);
    display:block;
	width:38px;
	height:38px;
	float:right; margin-top:7px;
	}
	
.registerform .error{ 
    background:url(images/error.png);
    display:block; width:38px;
	height:38px;
	 float:right; margin-top:7px;
}

#content_undon .entry-content.clearfix > hr {
    margin-left: 30px;
    margin-right: 30px;
}

#main-content1 {
    background: #ffffff none repeat scroll 0 0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    position: relative;
}

.registerform > hr{ margin-right:30px; }



.butt button{ 
    float:right; 
	margin:20px 63px 0px 0px; 
	background:#590801; 
	padding:10px 30px; 
	border:none; color:#fff; 
	font-size:30px; 
    font-family:"texgyreschola",Tahoma,sans-serif !important;
	font-weight:normal; 
	width:200px; display:block;
	}
.afterbutton p{   color: #1c1c1c;
    font-family:"texgyreschola",Tahoma,sans-serif !important;
    font-size: 20px;
    line-height: 30px}
.on-off > input{ /* HIDE RADIO */
   visibility: hidden; /* Makes input not-clickable */
   position: absolute; margin:10px 0px 0px 10px; /* Remove input from document flow */
}


.on-off > input + i{ /* IMAGE STYLES */
  
  cursor:pointer;
  background:#590801;
  border-radius: 50%;
  display: inline-block;
  height: 25px;
  transition: all 0.2s ease 0s;
  vertical-align: middle;
  width: 25px;
  margin:10px 0px 0px 10px;
}

.on-off >i:hover{ 
  background: white none repeat scroll 0 0;
  box-shadow: 0 0 0 6px #590801 inset;
}
.on-off > input:checked + i{ /* (RADIO CHECKED) IMAGE STYLES */
  cursor:pointer;
  background: white none repeat scroll 0 0;
  box-shadow: 0 0 0 6px #590801 inset;
}


.Salutation input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}


.Salutation input + i{ /* IMAGE STYLES */
  
  cursor:pointer;
  background:#590801;
  border-radius: 50%;
  display: inline-block;
  height: 25px;
  transition: all 0.2s ease 0s;
  vertical-align: middle;
  width: 25px;
  
}

.Salutation i:hover{ 
  background: white none repeat scroll 0 0;
  box-shadow: 0 0 0 6px #590801 inset;
}
.Salutation input:checked + i{ /* (RADIO CHECKED) IMAGE STYLES */
  cursor:pointer;
  background: white none repeat scroll 0 0;
  box-shadow: 0 0 0 6px #590801 inset;
}
.two_third{ width:60.32%;}
#left-area.maarea{ padding:0px;}

.soutenez-nous > span::after {
  background: #fff none repeat scroll 0 0;
  content: "€";
  float: left;
  line-height: 54px; font-size:32px; padding:0px 8px;
	
}

.soutenez-nous > span + span::after {
  content: "";
}

.afterbutton{ 
    float:right;  
    text-align: 
    right; margin-right: 55px;}

.afterbutton p{ 
    font-size:16px !important; 
   	font-family:"texgyreschola",Tahoma,sans-serif !important;
}
   
.downloadblock{ 
    margin:0px auto;  
	text-align: center; 
	display:block;}

.downloadblock p{ 
   font-size:22px !important;  
   font-family:"texgyreschola",Tahoma,sans-serif !important; 
   margin:20px 10px; 
   line-height: 35px !important; }

.Télécharger{ margin:0px auto; 
    text-align:center;
	 display:block; width:385px;
	 padding-bottom:50px;
	 }
	 
.Télécharger button{	
	background:#590801; 
	padding:10px 15px; 
	border:none; color:#fff; 
	font-size:30px; font-family:"texgyreschola",Tahoma,sans-serif !important;
	font-weight:normal; 
	text-align:center; 
	margin:20px 0px 30px 0px;
	
    display:block;
	 }
	 	 
/* Second-page 3-11-15*/

#sidebar .widget_paypal_payments p{
	font-size:19px;
	text-align:center;
	display:block;
    line-height: 28px;}
	 
#sidebar .widget_paypal_payments .soutenez-nous [type=submit]{
	background-color: #580801;
    border: medium none;
    color: #fff;
    float:right;
    font-family:"texgyreschola",Tahoma,sans-serif !important;
    font-size: 32px;
    line-height: 52px;
    margin-right:-10px;
    width: 130px;
}
#sidebar .widget_paypal_payments .soutenez-nous > span input#donate {
	line-height:50px; 
	float:left; 
	width:90px; 
	margin: 0 0 0 -10px; 
	text-align: right; 
	color: #a6aaa8;
	font-size: 26px; 
	font-family:"texgyreschola",Tahoma,sans-serif !important;  
	border:none;
}

   @media only screen and (max-width: 1280px){
		
		
.shortcode-donate .soutenez-nous input[type="submit"] { width: 138px;}
.shortcode-donate .soutenez-nous input[type="text"] {width: 80px;}
.soutenez-nous > span::after { font-size: 24px;}
.Salutation ul li.salut { margin-left: 60px;}
.Nom ul li input { width: 78%;}
.Nom ul li.innom input { width: 90%;}
.Nom ul li.innom input {width: 90%;}
.Nom ul li.vill input { width: 80%;}
.Nom ul li.vill input#email { width: 80%;}

.one_third.last img { width: 99%;}

.Nom ul li.code input { line-height: 40px; width: 70%;}	
	
 @media only screen and (max-width: 1024px){
.Nom ul li.code {
    width: 35%;
}
}	
   @media only screen and (max-width: 980px){
		 
.shortcode-donate .soutenez-nous input[type="submit"] { width: 130px;}
.shortcode-donate .soutenez-nous input[type="text"] {width: 80px;}
.soutenez-nous > span::after { font-size: 24px;}
.Salutation ul li.salut { margin-left: 60px;}

.Nom ul li.innom input { width: 85%;}
.Nom ul li.code input {  width: 64%;}
.Nom ul li.vill input {  width: 70%;}   
.Nom ul li.vill input#email { width: 70%;}  
}   

  
}

   @media only screen and (max-width: 900px){
	 
.shortcode-donate { margin: 0 auto; width: 39%; float: none; display: block;}	 
.Salutation ul li.salut { margin-left: 25px;}
.Nom ul li input { width: 70%;}

.one_third.last img { width: 43%;}
   

}
   @media only screen and (max-width: 800px){
	   
.shortcode-donate { margin: 0 auto; width: 38%; float: none; display: block;}	 
.Salutation ul li.salut { margin-left: 20px;}
.Nom ul li input { width: 70%;}
.Nom ul li.innom input { width: 80%;}
.Nom ul li.innom input {width: 80%;}
.Nom ul li.vill input { width: 70%;}
.Nom ul li.vill input#email { width: 70%;}
.Veuillez ul li.une { margin-right:0px;}
.one_third.last img { width: 43%;}
.on-off{ padding-top:6px; }   
 		 
	 }
	 
 @media only screen and (max-width: 768px){}
	 
	 
 @media only screen and (max-width: 640px){
	   
.shortcode-donate { margin: 0 auto; width: 62%; float: none; display: block;}	 
.Salutation ul li.salut { margin-left: 80px;  clear: both;}
.Nom ul li{ width: 50%;}
.one_third.last img { width: 62%;}
.Nom ul li.code{ width:40%;}
.Nom ul li.innom { width: 75%;}
.Nom ul li.vill { width: 50%;}
}

 @media only screen and (max-width: 600px){
	   
.shortcode-donate { margin: 0 auto; width: 62%; float: none; display: block;}	 
.Salutation ul li.salut { margin-left: 80px;  clear: both;}
.Nom ul li input { width: 70%;}
.Nom ul li{ width: 50%;}
.Nom ul li.code { width: 40%;}
.Nom ul li.vill { width: 50%;}
.butt button{ margin-right:0px;}
.one_third.last img {
    width: 62%;
}   
	 }
 @media only screen and (max-width: 480px){
.one_third.last img {
    width: 70%;
} 
	 
	 
	 
	 }	 
	 
 @media only screen and (max-width: 360px){	 

.Salutation ul li.salut{ margin-left:0px; clear: both;}	 
.shortcode-donate { width: 92%;}
.Nom ul li { width: 100%;} 
.Nom ul li.innom { width: 100%;}
.Nom ul li.innom input { width: 72%;} 
.Nom ul li.label { width: 80%;}
.Nom ul li.code { width: 100%;}

.Nom ul li.code input { width: 72%;}
.Nom ul li.vill { width: 100%;}
.Nom ul li.vill input {width: 72%;}
.Nom ul li.vill input#email { width: 72%;}
.Salutation ul li{ margin-right:8px;}
.butt button { margin: 20px 55px 0 0;}
.Nom ul li.right-checkbutton > input { color: #fff; float: right; margin-top: -15px; padding: 5px; margin-right:50px;}
  
.one_third.last img {  width: 100%; }

.display-box img {  width: 100%;  }
.Télécharger button { font-size:19px;}

}
  @media only screen and (max-width: 320px){	  
  
  .Nom ul li.right-checkbutton > input {  margin-right: 60px; }
  
  .display-box img {  width: 100%;  }
    
  .one_third.last img {  width: 100%;  }


}
.soutenez-nous input:focus {
    color: #580801 !important;
}

.clearfix {
    clear: none !important;
}

.author .pdfprnt-top-left, 
.author .pdfprnt-bottom-left, 
.author .pdfprnt-top-bottom-left, 
.author .pdfprnt-left{
	opacity:0;
}