/*
Theme Name: JNews - Child Theme
Version: 1.0.9
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

.ar-intro {
	padding: 20px;
	margin-bottom: 2em;
	font-size: 1rem;
	background: #fff9f3;
}

.ar-intro a {
	color: #dd3333;
}

.ar-intro a:hover, .ar-intro a:focus {
	text-decoration: underline;
}

.ar-intro p:last-child {
	margin-bottom: 0;
}

#menu_ar ul {
    display: none;
}

#menu_ar {
	font-size: 1em;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.firstAR {
	display: none;
    background-color: #f3c60c;
    padding: 5px;
    color: white;
    list-style-type: none;
    margin: 10px 0;
}

.firstAR a {
    color: white;
}

#menu_ar .cat-item {
	margin-bottom: 3px;
}

#menu_ar .cat-item a {
	display: block;
    color: #666;
	transition: color .2s;
}

#menu_ar .cat-item ul {
    list-style-type: none;
    margin: 0;
	border-top: #fff solid 3px;
}

#menu_ar .cat-item ul li {
    padding-left: 25px;
    border-bottom: none;
    margin: 0;
}

#menu_ar > .cat-item > a {
	padding: 14px 20px;
	background-color: #f8f8f8;
	border-radius: 2em;
	transition: border-radius .3s;
}

#menu_ar > .cat-item > a.active {
	border-radius: 2em 2em 0 0;
	transition: border-radius .3s;
}

#menu_ar > .cat-item > .children {
	padding: 14px 0;
	background-color: #f8f8f8;
	border-radius: 0 0 2em 2em;
}

#menu_ar .children a {
	padding: 7px 0;
}

#menu_ar .children a:hover, #menu_ar .children a:focus {
	color: #000;
	transition: color .2s;
}


/* pays */
#maps_afrique,
#maps_amerique,
#maps_asie,
#maps_europe,
#maps_oceanie {
    margin: 0;
    text-align: initial;
    list-style: none;
    display: block;
    overflow: overlay;
    padding: 0;
    background-color: #ffe2e2;
}

/* Afrique */

#maps_afrique li {
    padding: 10px;
    border-bottom: 1px solid #e29f9e;
    width: 80%;
    margin: 0 auto;
}

#maps_afrique li span {
    width: 30px;
    display: inline-block;
    padding: 0;
    margin: 0 10px;
}

#maps_afrique li a {
    color: black;
    font-family: Merriweather;
    font-size: 17px;
}

.afrique {
    text-align: center;
    background: darkred;
    padding: 0;
}

.afrique span {
    text-align: center;
    color: white;
    font-family: Merriweather;
    display: block;
    padding: 10px;
    font-size: 20px;
}

/* Amérique */

#maps_amerique li {
    padding: 10px;
    border-bottom: 1px solid #e29f9e;
    width: 80%;
    margin: 0 auto;
}

#maps_amerique li span {
    width: 30px;
    display: inline-block;
    padding: 0;
    margin: 0 10px;
}

#maps_amerique li a {
    color: black;
    font-family: Merriweather;
    font-size: 17px;
}

.amerique {
    text-align: center;
    background: darkred;
    padding: 0;
}

.amerique span {
    text-align: center;
    color: white;
    font-family: Merriweather;
    display: block;
    padding: 10px;
    font-size: 20px;
}

/* Asie */

#maps_asie li {
    padding: 10px;
    border-bottom: 1px solid #e29f9e;
    width: 80%;
    margin: 0 auto;
}

#maps_asie li span {
    width: 30px;
    display: inline-block;
    padding: 0;
    margin: 0 10px;
}

#maps_asie li a {
    color: black;
    font-family: Merriweather;
    font-size: 17px;
}

.asie {
    text-align: center;
    background: darkred;
    padding: 0;
}

.asie span {
    text-align: center;
    color: white;
    font-family: Merriweather;
    display: block;
    padding: 10px;
    font-size: 20px;
}

/* Europe */

#maps_europe li {
    padding: 10px;
    border-bottom: 1px solid #e29f9e;
    width: 80%;
    margin: 0 auto;
}

#maps_europe li span {
    width: 30px;
    display: inline-block;
    padding: 0;
    margin: 0 10px;
}

#maps_europe li a {
    color: black;
    font-family: Merriweather;
    font-size: 17px;
}

.europe {
    text-align: center;
    background: darkred;
    padding: 0;
}

.europe span {
    text-align: center;
    color: white;
    font-family: Merriweather;
    display: block;
    padding: 10px;
    font-size: 20px;
}

/* Océanie */

#maps_oceanie li {
    padding: 10px;
    border-bottom: 1px solid #e29f9e;
    width: 80%;
    margin: 0 auto;
}

#maps_oceanie li span {
    width: 30px;
    display: inline-block;
    padding: 0;
    margin: 0 10px;
}

#maps_oceanie li a {
    color: black;
    font-family: Merriweather;
    font-size: 17px;
}

.oceanie {
    text-align: center;
    background: darkred;
    padding: 0;
}

.oceanie span {
    text-align: center;
    color: white;
    font-family: Merriweather;
    display: block;
    padding: 10px;
    font-size: 20px;
}

/** Fiche pays **/
.retour-pays {
    float: right;
    padding: 5px;
    font-size: 16px;
    border: 1px solid;
    border-radius: 5px;
    color: white;
}
.retour-pays a{
    color: white;
}
.header-pays {
    background-color: #748c98;
    border-radius: 5px 5px 0 0;
    padding: 10px;
}

.block-img-flag {
    width: 15%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.info-flag-pays {
    width: 84%;
    display: inline-block;
    vertical-align: middle;

}

.info-flag-pays p {
    color: white;
}

.title-country {
    font-size: 24px;
    color: white;
}

.pays-block {
    border: 2px solid #748c98;
    border-radius: 10px;
    margin: 30px 0;
}

#AS:hover .st0 {
    fill: #3a515d;
}

#EU:hover .st0 {
    fill: #3a515d;
}

#OC:hover .st0 {
    fill: #3a515d;
}

#US:hover .st0 {
    fill: #3a515d;
}

#AF:hover .st0 {
    fill: #3a515d;
}

.asia-position {
    position: absolute;
    top: 15%;
    right: 24%;
}

.europe-position {
    position: absolute;
    top: 22%;
    right: 50%;
}

.oceania-position {
    position: absolute;
    bottom: 27%;
    right: 10%;
}

.america-position {
    position: absolute;
    top: 30%;
    left: 10%;
}

.africa-position {
    position: absolute;
    top: 45%;
    right: 50%;
}

.world-maps {
    position: relative;
    width: 70%;
    margin: 0 auto 30px auto;
}

.list-pays-world {
    background: darkred;
    color: white;
    padding: 4px 7px;
    width: 100px;
    list-style: none;
    font-size: 13px;
}

.list-pays-world ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 200px;
    overflow: auto;

}

.list-pays-world ul li {
    padding: 2px;
    list-style: none;
}

.list-pays-world ul li a {
    display: block;
    font-size: 10px;
    color: white;
    text-align: left;
}

.list-pays-world:hover ul {
    display: block;
    transition: 2s all;
}

/*--- LE VILLAGE --- */
.vlg {
    display: none;
}

.vlg-extend {
	overflow: hidden;
}

.text-intro-vlg {
	margin-left: 50px;
	font-size: 1.2rem;
	line-height: 1.3em;
}

.text-intro-vlg p {
    color: white;
    text-align: left;
}

.logo-vlg {
    text-align: center;
    margin: 20px;
}

.bloc-presentation-vlg {
    font-size: 19px;
    text-align: center;
    color: #fff;
    margin: 40px 0;
}

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

.vlg-list-2 {
    text-align: center;

}

.vlg-list .col {
    margin: 0 20px;
}

.vlg-list-2 .col {
    margin: 0 90px;
}

.vlg-list-2 {
    margin: 50px 0;
}

.oohee-content {
    text-align: center;
    margin: 10px 0;
    height: 300px;
    overflow: auto;
    border: 2px solid #748c98;
    padding: 10px;
    border-radius: 3px;
}

.oohee-content a {
    color: black;
    font-size: 14px;
    text-align: left;
}

.oohee-content p {
    color: black;
    font-size: 14px;
    text-align: left;
}

.oohee-content p span {
    color: black;
    font-size: 16px;
}

.oohee-content span {
    font-size: 24px;
    text-align: left !important;
    font-weight: 800;
}

.oohee-content h3 {

    text-align: left !important;
}

@media (max-width: 1300px) {
    .vlg-extend {
        display: none;
    }
    .vlg {
        display: block;
    }
    .text-intro-vlg {
        width: 100%;
        margin: 20px auto;

    }
    .text-intro-vlg p {
        text-align: center;
    }
}

@media (max-width: 1000px) {
	.vlg-list .col {
        display: block;
        flex: 100%;
        margin: 10px;
    }

    .vlg-list-2 .col {
        margin: 0 20px;
        width: 100%;
        display: block;
        flex: 100%;
        margin: 10px;
    }
}


/* newsletter */
#newsletters_form form {
    display: block;
}

.description-newsletter-block {
    position: relative;
    display: block;
    width: 100%;
        font-family: Freight;
}

#newsletters_form p {
    color: #000;
    font-weight: 300;
    font-size: 13px;
}

.newsletter-item {
	position: relative;
	display: block;
	width: 100%;
	position: relative;
	display: block;
	width: 100%;
	padding: 10px;
	background-color: #455a61;
	margin: 5px 0;
	color: white;
	line-height: normal;
	vertical-align: top;
}
.newsletter-item:nth-child(1){
	background-color: #567077!important;
}
.newsletter-item:nth-child(2){
	background-color: #668288!important;
}
.newsletter-item:nth-child(3){
	background-color: #6e8f98!important;
}
.newsletter-item:nth-child(4){
	background-color:#83a5af;
}
#newsletter_email {
	width: 50%;
	text-align: center;
	margin: 0 auto;
	display: block;
	margin: 10px auto;
	background: white;
	box-shadow: none;
	border: 2px solid #567077;
	font-size: 16px;
	font-style: initial;
	font-weight: bold;
	color: #567077;
}

.newsletter-item input {
	margin: 3px;
	vertical-align: bottom;
}

.newsletter-item p {
	font-size: 13px;
	color: white !important;
}

.block-newsletters {
	position: relative;
	display: block;
	width: 100%;
}

#newsletters_form{
	position: fixed;
	background-color: #fff;
	z-index: 99999;
	border: 1px solid #ce2026;
	padding: 20px;
	top: 120px;
	width: 70%;
	display: none;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#newsletters_form p{
	color: #000;
	font-weight: 300;
	font-size: 12px;
}

#newsletters_form .close_newsletters:hover {
	color: #000;
}

#newsletters_form .newsletter-submit {
	display: block;
	text-align: center;
	cursor:pointer;
	background-color: #ce2026 !important;
	color: #fff;
	margin: 0 auto;
	text-transform: uppercase;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
}

.close_newsletters {
	top: 0;
	right: -25px;
	position:absolute;
	background: darkred;
	padding: 3px;
	z-index: 568;
	width: 20px;
	font-size: 15px;
	text-align: center;
}

/* evenements */
.menu-single-event {
	margin: 0 0 40px;
	border-bottom: #eee solid 2px;
}

.menu-single-event ul {
	display: flex;
	padding: 0;
	margin: 0 0 2px;
	list-style: none;
}

.menu-single-event li {
	margin: 0 2px 0 0;
}

.menu-single-event a {
	display: inline-block;
	padding: .5em .8em;
	color: #616161;
	background: #f5f5f5;
	transition: color .2s, background .2s;
}

.menu-single-event a:hover, .menu-single-event a:focus, .menu-single-event a.active {
	color: #fff;
	background: #cf2027;
	transition: color .2s, background .2s;
}

.event-section {
	display: none;
}

.event-presentation {
	display: block;
}

.list_photo_video, .partners-img {
	display: flex;
	flex-flow: row wrap;
	list-style: none !important;
	padding: 0 !important;
	margin: 0;
}

.list_photo_video li, .partners-img li {
	width: 33.3%;
	padding: 16px;
}

.list_photo_video img, .partners-img img {
	display: block;
	width: 100%;
	height: auto;
}

.liste_articles {
	display: flex;
	flex-flow: row wrap;
	padding: 0 !important;
	list-style: none !important;
}

.liste_articles li {
	width: 50%;
	padding: 16px;
}

.liste_articles img {
	display: block;
	width: 100%;
	height: auto;
}

.event-date {
	display: inline-block;
	padding: .8em 1.2em;
	margin: 0 0 .5em;
	color: #dd3333;
	font-size: 1.1em;
	border: #dd3333 solid 2px;
	border-radius: 10px;
}

.event-twitter {
	padding-left: 1.2em;
	font-size: 1.1em;
}

.menu-dossiers {
	padding: 30px;
	margin: 0 0 30px;
	border: #eee solid 2px;
}

.menu-dossiers h2 {
	margin-top: 0;
}

.menu-dossiers ol {
	margin-bottom: 0;
	list-style: decimal;
}

.cgv-add {
	font-size: 12px;
}

.btn-cgv-more {
	cursor: pointer;
	outline: none;
	display: block;
	padding: 0;
	margin: 0 0 1em;
	color: #dd3333;
	font-size: .9rem;
	text-decoration: underline;
	background: none;
	border: none;
}

.btn-cgv-more:hover, .btn-cgv-more:focus {
	text-decoration: none;
}

.cgv-more {
	display: none;
}

.afreg_field_message a, .cgv-more a, #sib_signup_form_1 a {
	color: #53585c;
}


/* WC custom form */
.woocommerce-account .col2-set .col-1 {
	display: none;
}

.woocommerce-account .col2-set .col-2 {
	float: none;
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce form.register {
	columns: 2;
	column-gap: 30px;
	border: none;
}

.woocommerce form.register .form-row .acf-true-false label {
	line-height: 1.4em;
}

.woocommerce form.register .form-row {
	break-inside: avoid;
}

.woocommerce form.register .woocommerce-form-register__submit {
	padding-left: 1.8em;
	padding-right: 1.8em;
	color: #fff;
	background: #dd3333;
	border-radius: 200px;
}


/* menu secteurs */
.sectors-menu .widgettitle {
	margin-bottom: 30px;
	color: #30384f;
	font-family: 'Merriweather', serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 36px;
	border-bottom: 2px solid #eee;
}

.sectors-menu .widgettitle:after {
	content: '';
	position: relative;
	bottom: -2px;
	display: block;
	width: 30px;
	height: 2px;
	background: #f70d28;
}

.sectors-menu ul, .menu-menu-secteurs-container ul {
	display: flex;
	flex-flow: row wrap;
}

.sectors-menu li, .menu-menu-secteurs-container li {
	padding: 0 !important;
	margin: 0 3px 6px 0 !important;
	line-height: 1.2em;
	border: none;
}

.sectors-menu a, .menu-menu-secteurs-container a {
	font-size: 11px !important;
	letter-spacing: 1px;
	line-height: inherit;
	background: #f5f5f5;
	padding: 3px 10px;
	color: #616161 !important;
	display: inline-block;
	font-weight: normal !important;
	text-decoration: none !important;
	text-rendering: auto;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	transition: all .2s linear;
}

.sectors-menu a:hover, .sectors-menu a:focus,
.menu-menu-secteurs-container a:hover, .menu-menu-secteurs-container a:focus {
	color: #fff !important;
	background: #cf2027 !important;
}

.jeg_wrapper .sectors-menu a {
	background: #f5f5f5;
}

.menu-menu-secteurs-container a {
	background: #fff;
}

.guides-footer {
	margin: 30px 0;
	text-align: center;
}

.cprp_items.column li {
	position: relative;
}

.jeg_post_tags {
	margin-top: 1em;
}

.pdf-btn {
	display: inline-block;
	padding: .5em 1.5em .6em;
	margin-bottom: 40px;
	color: #fff;
	background: #dd3333;
	border: #dd3333 solid 1px;
	border-radius: 200px;
	transition: box-shadow .2s;
}

.pdf-btn:hover, .pdf-btn:focus {
	box-shadow: inset 0 0 0 100px rgba(0,0,0,.15);
	transition: box-shadow .2s;
}

.mt-2 {
	margin-top: 2em;
}

.content-inner hr {
	width: 90%;
	height: 3px;
	margin-left: auto;
	margin-right: auto;
	background: #f7f7f7;
	border: none;
}

.jeg_cartcontent {
	width: 320px;
}

.jeg_cart.woocommerce .widget_shopping_cart_content .button {
	line-height: 27px;
}

@media screen and (max-width: 767px) {
	.woocommerce form.register {
		columns: 1;
	}

	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last {
		width: 100%;
	}
}


.cprp_items.column li{border:0 !important;}
.cprp_items.column .cprp_data img{position:absolute !important;top:0 !important;max-height:115px !important;max-width:90% !important;width:auto !important;}
.cprp_items.column .cprp_data .cprp_title{margin-top:120px !important;}
.cprp_items.column .cprp_data .cprp_title{font: 0.9em "Merriweather" !important;}
.cprp_section_title{font: bold 1.2em "Merriweather" !important;}

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

.content-inner .btn {
	padding-left: 1em;
	padding-right: 1em;
	margin-right: 1em;
	border-radius: 40px;
    font-size: 14px;
    line-height: 40px;
}

.jeg_main_menu, .btn {
	font-size: 14px;
}

.btn {
	line-height: 40px;
}

.jeg_button_2 .btn, .jeg_button_1 .btn, .qiota .btn {
	font-size: 14px !important;
	line-height: 40px !important;
}

/************* Fiches pays ********/
.single-pays .jeg_meta_container {
	display: none;
}

.country-tabs {
	font-size: 0.75em !important;
}

.vc_tta.vc_general .vc_tta-tab > a {
	padding: 12px !important;
}

.vc_tta.vc_general .vc_tta-title-text:not(:empty):not(:first-child), .vc_tta.vc_general .vc_tta-title-text:not(:empty) ~ * {
	margin-left: 10px !important;
} 

/************* Post evenement ********/
.m20 {
	margin: 20px 0;
}
.m40 {
	margin: 40px 0;
}
.f-18 {
	font-size: 18px;	
}
.f-28 {
	font-size: 28px;	
}
.align-center {
	text-align: center;
}
.font-weight-normal {
	font-weight: 500;
}
.font-weight-bold {
	font-weight: 600;
}
.event-inner-heading { 
    margin: 1em 0 0.5em;
    line-height: 1.4; 
	font-family: 'Merriweather', Helvetica, sans-serif;
}
.color-primary {color: #dd3333 !important;}
.color-dark {color: #000f42 !important;}
.row-event { padding: 20px 10px;}
.bg-banner-event { 
	background-color: #f7f7f7;
	margin: 20px 0;
	display: flex;
    flex-wrap: wrap;
}
.bg-banner-event .jeg_post_title {
	padding-bottom: 20px;
}
.bg-banner-event-img { 
	background-color: #f7f7f7; 
    background-position: right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    max-height: 300px;
    min-height: 180px;
    padding: 0;
    margin: 0;
}
.icon-event-column {
	display: inline-flex;
    justify-content: left;
    align-content: space-between;
	align-items: center;
}
.icon-event-picto {
	text-align: center;
    display: inline-block;
    border: 2px solid transparent; 
    box-sizing: content-box;
    position: relative
}
.icon-event-picto i {	
	font-size: 32px;
	padding-right: 20px
;
}
.icon-event-label {
	font-family: 'Merriweather', Helvetica, sans-serif;
	font-weight: 700;
}
.image-cornered { 
	clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
}
ul.partners-img img {
    max-width: 200px;
    width: auto;
}
.js_event .partners-img.img-bloc li {
    width: auto;
    padding: 16px;
	display: inline-flex;
    align-items: center;
    justify-content: space-around;
}
.js_event .gallery-columns-3 .gallery-item {
    width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
}
.btn_inscription, .btn_replay {
	font-family: 'Merriweather', Helvetica, sans-serif;
	font-weight: 700;
	word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	color: #f2f2f2;
    background-color: #f4524d;
	font-size: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 25px;
    padding-right: 25px;
	border-radius: 2em;
	display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
a.btn_inscription:hover, a.btn_replay:hover {
	color:#ffffff;
}
.js_event .content-inner {
    color: #333;
    font-size: 16px;
    line-height: 1.625em;
    word-break: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: 'Merriweather', Helvetica, sans-serif;
}

.js_event .content-inner p {  
    font-size: 1.2em;
    line-height: 1.7rem;
    color: #3d3e40;
    font-family: 'Merriweather', Helvetica, sans-serif !important;
}
.js_event .content-inner ul { 
	font-size: 1.1em;
    line-height: 1.3em;
    color: #3d3e40;
	    list-style: square;
	padding-left: 2.14285714em; 
    margin-bottom: 1.5em;
}
.js_event .content-inner ul li {
	    margin-bottom: 0.5em;
}
.row-event h1.jeg_post_title {
	font-size: 1.9rem;
    letter-spacing: -0.03rem;
}
.jeg_main_menu>li>a {
    padding: 0 12px;
}

.highlighted > a {
    font-weight: 600 !important;
    color: #d33 !important;
}