/*
Theme Name: TheGem Elementor Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem-elementor
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

.post-author-block.rounded-corners.clearfix {
    display: none!important;
}

.block-content:last-of-type {
    padding-bottom: 0!important;
}

.breadcrumbs .current {
    color: #ffffff!important;
    padding-bottom: 12px!important;
    border-bottom: 3px solid #ffffff!important;
}

.block-content {
	padding: 0px 0 0 0 !important;
}

.elementor-sticky.elementor-sticky__spacer {
	border-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.page-title-block .breadcrumbs {
	display: none;
}

.page-title-block {
	margin-bottom: 25px;
}

.container a {
	color: #8e3144;
}

.container a:hover {
	color: #8e1d34;
}

.container .elementor-button-text {
	color: #fff;
}

.container .elementor-button-icon .fa {
	color: #fff;
}

.gem-button.gem-button-style-outline {
	border-color: #8e3144 !important;
	color: #8e3144 !important;
}

.single-post table {
    width: 100%;
    text-align: center;
	margin-bottom: 10px;
}

.page-title-block {
    background-color: #8E3144;
    background-image: url(../images/Macaron.png) !important;
	/*background-image: url(../images/Background_macaron.jpg) !important;*/
    /*background-size: contain !important;*/
	background-size: cover !important;
	background-position: center center;
	
}

.page-title-title h1 {
	font-size: 45px;
}

.intuitionapply a {
	background-color: #8e3144;
	color: #fff;
	padding: 7px 10px;
}

fieldset.asp_s_btn_container {
	width: 70px !important;
	min-width: 70px !important;
}

fieldset.asp_s_btn_container .asp_sr_btn_flex {
	margin-top: 29px !important;
}

/* Formulaire de contact CSS */

#responsive-form {
	margin:0 auto;
    width:100%;
}

.form-row {
	width: 100%;
	display:inline-block;
}

.column-half, .column-full , .column-three{
	float: left;
	position: relative;
	padding: 0 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.column-half, .column-three {
    width: 100%;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 1024px) { 
	.column-half {
		width: 50%;
	}

.column-three {
		width: 33.3%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box
}
.wpcf7 input[type="text"]:focus {
	background: #fff;
}

.wpcf7-submit {
	float: left;
	background: #8e3144;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}

.wpcf7-submit:hover {
	background: #8e1d34;
}

span.wpcf7-not-valid-tip {
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}

div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
    overflow: hidden;
}

div.wpcf7-mail-sent-ok {
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
    overflow: hidden;
}

textarea {
    height: 120px;
}

#wpcf7-f983-p142-o1 textarea {
	height: 70px !important;
}

#wpcf7-f983-p142-o1 span.red {
    color: red;
}

#wpcf7-f983-p142-o1 .wpcf7-form-control {
	height: 31px;
	margin:10px 0 0;
}

#wpcf7-f983-p142-o1 .wpcf7-form > p {
	margin: 0!important;
}

#wpcf7-f983-p142-o1 .wpcf7-form-control.wpcf7-submit {
	height: auto;
}

#wpcf7-f983-p142-o1 .wpcf7-form-control {
	margin: 0 0 5px!important;
}

.wpcf7-submit  {
    margin: 10px 0px 10px !important;
}

form.wpcf7-form {
	width: 100%;
}

/* Fin Formulaire de contact */


p {color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 17px;
}