/*
Theme Name: sequoiasoft
Theme URI: https://wordpress.org/themes/twentyfifteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*Landing Page*/
div.lp-div1 {
	width: 100%;
	height: auto;
	display: inline-block;
}
div.lp-div2-txt {
	width: 49%; display: inline-block; margin-right: 1%;float: left;
}
h1.lp-h1 {
	color: #00adb3;
	font-size: 2em;
	font-weight: lighter;
	text-align: left;
}
h2.lp-h2 {
	font-size: 1.5em !important;
	text-align: left !important;
}
div.lp-div2-vid {
	width: 49%;
	display: inline-block;
	float: right;
}
iframe.lp-div2-if {
	box-shadow: 2px 2px 3px #00000026 !important;
}
div.lp-div2-vid > img {
	box-shadow: 2px 2px 3px #00000026 !important;
}

div.lp-div2-col {
	display: inline-block;
	width: 32%;
	margin-right: 1.33%;
	float: left;
}
div.lp-div2-col > img {
	box-shadow: 2px 2px 3px #00000026 !important;
}
div.lp-cta {
	position: fixed;
	top: 36%;right: 0px;
	float: right;
	width: 36px;
	height: 307px;
	border-radius: 6px 0 0 6px;
	word-wrap: break-word;
	background-color: #00adb3;
	color: white;
	padding: 12px;
	text-align: center;text-transform: uppercase;
	line-height: 20px;
}
div.lp-cta:hover {
	background-color: #f6a32c;
}
a.lp-cta-a {
	color: white !important;
	text-decoration: none;
}
div.lp-cf {
    font-size: 12px;
}
.main-form-contact-re .has-label.lp-cf {
    padding-right: 10px !important;
}
div.lp-cf-1 {
    font-size: 12px;
}
.main-form-contact-re .has-label.lp-cf-1 {
    padding-right: 10px !important;
}
@media screen and (max-width: 800px) {
	div.lp-div2-txt {
		width: 100%;
	}
	div.lp-div2-vid {
		width: 100%;
	}
	div.lp-div2-col {
    	width: 100%;
    	margin-right: 0%;
    	text-align: center;
    }
    div.lp-div2-col > img {
    	max-height: 300px;
    	width: auto;
    }
    div.lp-div2-col > p {
    	text-align: left;
    }
    div.lp-cta {
    width: 20px;
    height: 292px;
    padding: 6px;
    font-size: 12px;
	}
	div.lp-div1 > .wpcf7 {
		display: inline-flex;
	}
}
/*FIN Landing Page*/


/*Start Formulaire concour*/

/*input[value="Je m'inscris"]:focus div.field#radio-2 {
	display: none;
}

input[value="J'envoie mon dossier"]:focus div.field#radio-1 {
	display: none;
}*/

/*End Formulaire concour*/

.svg .selector span:after, .svg .checker span:before, .svg .radio span:before {
	background-image: none;
}
.radio span:before {
	top: 6px!important;
	left: 6px!important;
	bottom: initial!important;
	right: initial!important;
	background: #00adb3!important;
	width: 12px;
	height: 12px;
}
.radio {
	margin: 0 10px 0 0!important;
}
.radio span.checked {
	background-color: white!important;
}
.wpcf7-radio .wpcf7-list-item-label{
	margin-right: 20px;
}
.wpcf7-radio span.wpcf7-list-item {
	margin:0;
}

/*START - mentions-legales*/

.h2-mentions {
	text-align: left !important;
	margin-top:50px !important;
}
.h3-mentions {
	text-align: left !important;
	color: #00adb3 !important;
	font-size: 1.5em !important; 
	font-weight: lighter !important;
}
.h4-mentions {
	text-align: left !important;
	color: #00adb3 !important;
	font-size: 1.2em !important; 
	font-weight: lighter !important;
}
.info-mentions {
	text-align: left !important;
	color: black !important;
	font-size: 1.2em !important; 
	font-weight: lighter !important;
}

/*FIN - mentions-legales*/

.cli-slider { display: none !important; }

.cli-switch input[type="checkbox"] {
    display:block;
    margin: 0;
    width: 0;
    position: relative !important;
    left: inherit !important;
    opacity: 1 !important;
    width: 20px;height: 20px;
}

body.home .content-area-article {
	padding-bottom: 10px;
}
body.home .slider-article {
	padding-top: 10px;
}
body.home .bx-viewport, body.home .editor-wysiwyg img {
	max-height: 160px;
    height: 140px;
    object-fit: contain;
    margin: 0 auto;
}