/*
File Name: style.css
Theme Name:  RT-Theme 19 | Child Theme
Author: RT-Themes
Version: 1.0
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://themeforest.net/item/rttheme-19-responsive-multipurpose-wp-theme/10730591
Description: Responsive Multi-Purpose WordPress Theme 
License: GNU General Public License
License URI: /Licensing/gpl.txt
Text Domain: rt_theme
Template: rttheme19
*/

/* By Experts */
#side_content #tools{
	/*display: none;*/
}

#navigation > li > a{
	text-transform: uppercase;
}

.sub_page_header .page-title {
    padding: 30px 0;
}

.toggle-title{
	font-size: 18px;
}

.default-style .rt_divider.style-1::before, .default-style .rt_divider.style-2::before, .default-style .rt_divider.style-3::before, .default-style .rt_divider.style-5, .default-style .rt-toggle .toggle-head::after, .default-style .testimonial .text .icon-quote-right, .default-style .testimonial .text .icon-quote-left, .default-style .rt_quote .icon-quote-right, .default-style .rt_quote .icon-quote-left, .default-style .star-rating::before, .default-style .cart-collaterals h2::before, .default-style .timeline > div::before{
	color: #EAAA00 !important;
}

.default-style .rt-toggle .toggle-head::after{
	color: #666 !important;
}

.video-container{
	margin-bottom: 20px;
}

#main_content > .content_row.overlap{
	margin-top: 0;
}

#right_side{
	min-height: 800px;
}

.toggle-content{
	text-align: justify;
}

.toggle-content::after, .toggle-content::before {
    content: " ";
    display: table;
}

.toggle-content::after {
    clear: both;
}
.toggle-content::after, .toggle-content::before {
    content: " ";
    display: table;
}

.wp-caption{
	background: #FFF;
}

.clear_h2 h2{
	clear: both;
}

.popup_video{
	/*margin: 5px;*/
}

a img{
	opacity: 1;
	-ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Hack IE8 */
    filter: alpha(opacity = 100); /* Hack IE 5-7 */
    -webkit-transition: opacity 0.5s ease-in-out;/* transition pour Chrome et Safari */
    -moz-transition: opacity 0.5s ease-in-out;/* transition pour Firefox */
    -o-transition: opacity 0.5s ease-in-out;/* transition pour Opéra */
    transition: opacity 0.5s ease-in-out; /* on écrit cette ligne à la fin de façon à ce que ce soit elle qui soit prise en compte lorsque l'attribut transition sera pris en compte par tous les navigateurs */
}

a:hover img{
	opacity: 0.7; /* opacite au survol */
    -ms-filter:"prodig:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* Hack IE 8 */
    filter: alpha(opacity = 70); /* Hack IE 5-7 */
}

.product_info h5, .product_info p{
	text-align: center;
}

.product_info h5{
	margin-bottom: 0;
}

/*.product_item_holder:hover a{
	color: #EAAA00 !important;
}*/


.product_info_footer{
	display: none;
}

.product-carousel .product_item_holder{
	padding-bottom: 0;
}

.wpcf7-radio{
	margin-top: 10px;
	display: block;
}

#popup{
	display: none;
	width:600px;
	background:#F9F9F9;
}

#popup .title_popup{
	font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
	text-align: center;
	font-size: 28px;
	color: #222;
}

#popup .content_popup{
	text-align: justify;
}

#popup .bouton_popup{
	text-align: center;
}

#popup img{
	max-width: 80%;
	display: block;
	margin: 0 auto;
}

#right_side{
	position: relative;
}

#macaron_maitre_audio{
	position: absolute;
	z-index: 100;
	right: 20px;
	top: 10px;
	width: 25%;
	max-width: 141px !important;
}

.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url{
	width: 49%;
}

.comment-form .comment-form-email{
	margin-right: 0;
}

body.layout2 section.footer_widgets{
	padding: 0 !important;
}

body.layout1 section.footer_widgets{
	display: none;
}

body.home iframe{
	display: block;
	margin: 0 auto;
	width: 100%;
}

#result{
	display: none;
}

#result select, #result .customselect{
	min-width: 100%;
	min-height: 45px;
}

#result .box_result p{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

#test_audition .wpcf7-form .wpcf7-form-control-wrap{
	display: inline !important;
}

#test_audition .wpcf7-form span.wpcf7-list-item {
    margin-right: 15px;
    margin-left: 0;
}

#test_audition .wpcf7-form p.question {
    margin-bottom: 15px;
}

#test_audition .wpcf7-form p.submit_qcm {
    margin-top: 25px;
    margin-bottom: 0;
}

#test_audition .wpcf7-form span.zone_radio, #test_audition .wpcf7-form span.zone_text{
	float: left;
}

#test_audition .wpcf7-form span.zone_text{
	margin-left: 30px;
	width: 80%;
	margin-top: 10px;
}

@media all and (min-width:980px){
	body.home iframe{
		width: 600px;
	}

	span.civilite .wpcf7-radio{
		margin-bottom: 32px;
	}
}

@media all and (max-width:980px){
	#popup{
		width: 100%;
	}
}

@media all and (max-width:440px){
	body.home .owl-item .item{
		background: none !important;
	}

	body.home .main-carousel{
		display: none;
	}

	body.home .rt-carousel{
		min-height: 190px;
	}

	#macaron_maitre_audio{
		position: relative;
		display: block;
		margin: 0 auto;
		right: 0;
	}
}