/*
* Add child theme CSS Rules
*/

html, body {
	overflow-x: hidden !important;
	background: transparent !important;
}

body {
	line-height: 1.7em !important;
}

.container, .main-side-left .container, .pix-container, .main-side-left .left-menu-content .pix-container, .left-main-menu .menu-container {
	max-width: 90% !important;
}

.menu-wrap {
	background: none !important;
}

#menu-menu-avec-programme li.current-menu-item a {
	color: #4E1866 !important;
}

.menu-light .menu-wrap .main-nav li a::before {
	display: none !important;
}

#sub-header {
	background-position: top center !important;
	background-size: default;
}

/* .sub-banner-title { */
	/* display: none !important; */
/* } */

.header {
	padding-top: 18px !important;
}

/* .main-nav { */
	/* padding-top: 10px; */
/* } */

.nf-form-content {
	max-width: 100% !important;
}

nf-field {
	margin: 34px !important;
}
.nf-field-label label {
	font-weight: normal !important;
	font-size: inherit !important;
}
div.nf-field-element li label {
	font-weight: 500 !important;
}
.pix-sticky-header .header {
	padding-top: 0 !important;
}

.mobile-menu-nav li a {
	font-weight: 500 !important;
}

#first-row .vc_btn3-container a {
	font-family: Poppins !important;
	font-weight: 500 !important;
	font-size: 25px !important;
	background: rgba(0,0,0,0.4) !important;
}

sup {
	color: inherit !important;
}


.wpulike {
	display: none;
}
.btn_vote .wpulike {
	display: block;
}

.content-from {
	font-style: italic;
	font-weight: 300;
	font-family: poppins;
}

.nf-response-msg p {
	background: #f4f4f4;
	text-align: center;
	padding: 40px;
	font-weight: bold;
}

.nf-field-label label {
	font-weight: 500 !important;
	text-transform: uppercase;
	font-family: Poppins !important;
	font-size: 18px !important;
}


.arrow {
	/* position: absolute; */
	position: relative;
	/* top: 50%; */
	/* left: 50%; */
	transform: translate(-50%,-50%);
	margin: 0 auto !important;
	right: 0 !important;
	left: 0 !important;
	border: none !important;
}
.arrow div{
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow div:nth-child(2){
    animation-delay: -0.2s;
}
.arrow div:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}


#scrolldown {
	width: 45px;
}


.bloc_question textarea {
	height: 100px !important;
}

.btn-gradient {
	width: 100% !important;
}

#welcome {
	background-position: right bottom !important;
	background-size: initial !important;
}

#bloc_home_boutons a {
	background: rgba(0,0,0,0.5) !important;
	padding: 30px 50px;
	font-size: 20px;
	font-weight: bold;
	font-family: Poppins;
	margin: 0px 5px;
}

#bloc_scroll {
	width: 100% !important;
	position: relative !important;
}

.titre_lien a {
	font-weight: 700 !important;
}


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 800px) {
	
	.home .vc_empty_space {
		height: 20px !important;
	}
	
	#bloc_home_boutons a {
		display: block !important;
		clear: both !important;
		padding: 0px;
		margin: 5px;
	}
	
	.vc_custom_heading {
		line-height: 1em;
	}
	
	.pix-menu, .pix-flyin-sidebar {
		height: 100px !important;
	}
	
	#big_title_home
	{
		font-size: 32px !important;
	}
	
	#section_blocs_boutons {
		padding-right: 0 !important;
		padding-left: 0 !important;
		width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}



.titre700
{
	font-weight: 700 !important;
}

#footer img {
	box-shadow: 0px 0px 40px rgba(0,0,0,0.5);
}

.copyright-text, .copyright-text a {
	font-weight: 500;
	color: #6D716B !important;
}

.main-nav > ul > li > a:hover, .main-nav .sub-menu > ul > li > a:hover, .menu-wrap .main-nav > ul > li > a:hover, .main-side-left .main-nav > ul > li > a:hover, .main-side-left .main-nav-left.main-nav > ul > li > a:hover, .main-side-left .main-nav-left.main-nav .menu li.menu-item-has-children a:hover::after, .main-nav ul > .current-menu-item > a, .main-nav > .menu > li.current-menu-item > a, .main-nav .menu > li.current-menu-ancestor > a, .main-nav li:hover > a, .dark .main-nav > ul > li:hover > a, .main-nav > ul > li.menu-item-has-children:hover > a {
	color: #ffffff !important;
}

.stuck.sticky-light .main-nav > ul > li:hover > a, .stuck.sticky-dark .main-nav > ul > li:hover > a {
	color: #FFFFFF !important;
}

#main.site-main h2.main-title {
	color: #99014E !important;
}



.wpb_gmaps_widget .wpb_wrapper {
	padding: 0 !important;
}

blockquote p {
	font-family: Raleway;
	font-weight: 500;
	color: #333333;
	font-size: 16px;
}

blockquote::before, blockquote::after {
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0;
	top: 0;
	border-left: 3px solid #008298;
	border-top: 3px solid #008298;
}

blockquote::after {
	right: 0;
	left: auto;
	top: auto;
	bottom: 0;
	border-left: 0;
	border-bottom: 3px solid #008298;
	border-top: 0;
	border-right: 3px solid #008298;
}

.starrating-wrap .nf-field-label {
	width: 70% !important;
	text-align: left;
}

.starrating-wrap .nf-field-element {
	width: 30% !important;
}

.starrating-wrap {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 15px;
}

.nf-field-container {
	margin-bottom: 10px !important;
}

.title-stars {
	text-transform: uppercase;
	font-weight: 500;
	font-family: Poppins !important;
	font-size: 18px !important;
}


.starrating-wrap .nf-field-label label {
	text-transform: inherit !important;
	font-weight: 300 !important;
	font-size: 17px !important;
}


.content_ws {
	background: #ECE3D9;
	color: #000000 !important;
	padding: 10px 20px;
	margin-top: -10px;
}

.btn_more {
	background: #008298;
	color: white;
	padding: 5px 10px;
	margin-top: 5px !important;
	display: inline-block;
	margin-bottom: 15px;
}

#forum .wpb_text_column p {
	margin-bottom: 8px !important;
}


#programme {
	line-height: 30px;
}

#home_full {
	background-position: center bottom !important;
	text-align: center !important;
}

#home_full .vc_btn3 {
	width: 165px;
}

ul.smile_icon_list li.icon_list_item {
	padding: 0 0 20px !important;
	margin: -15px 0 30px !important;
}

ul.smile_icon_list li.icon_list_item:last-child {
	margin: -15px 0 30px !important;
}

ul.smile_icon_list li .icon_description p {
	font-weight: 400 !important;
	margin-top: 10px !important;
}