/*!
Theme Name: Cezanne
Theme URI: http://underscores.me/
Author: Cezanne
Author URI: http://boutiquehotelcezanne.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cezanne
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Cezanne is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


.left-section .contact-block p {
    margin: 0;
	margin-bottom: 1rem;
    font-weight: 400;
	line-height: 28px;
}

.left-section .contact-block p:last-child {
    margin: 0;
}
.page-template-tpl-carriere-php .form-group {
width: calc(50% - .7em);
display:inline-block;
}
.page-template-tpl-carriere-php .form-group:nth-child(even) {
 margin-right: 1em;
}
.page-template-tpl-carriere-php  .form-group.full-width {
    width: 100%;
    margin-right: 0px;
}
.page-template-tpl-carriere-php  .form-group.full-width textarea#message {
    width: 100%;
	    height: 48px;
		    resize: none;
			outline:none;
}
.page-template-tpl-carriere-php  .form-group label {
    text-align: left;
    width: 100%;
}
.page-template-tpl-carriere-php  input.wpcf7-form-control.wpcf7-submit.btn.btn-sm.btn-primary {
    transform: translateY(50%);
    background: #5F4D4D;
	    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
	    border: none;
		
}
.page-template-tpl-carriere-php  input.wpcf7-form-control.wpcf7-submit.btn.btn-sm.btn-primary:hover {
    background: #494545;
}
 
 
body.isMobile{
	overflow-y:auto;
} 

.page-id-388 .contact-wrap p,
.page-id-562 .contact-wrap p {
    text-align: left;
}



.privacy-policy .contact-wrap p,
.page-id-613 .contact-wrap p {
    color: #5f4d4d;
    line-height: 24px;
    text-align: left;
}


.privacy-policy .contact-wrap ul, .privacy-policy .contact-wrap ul li,
.page-id-613 .contact-wrap ul, .page-id-613 .contact-wrap ul li {
    list-style: circle;
    padding: unset;
    margin: 10px 20px;
    text-align: left;
    color: #5f4d4d;
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
}


.privacy-policy .contact-wrap ol, .privacy-policy .contact-wrap ol li,
.page-id-613 .contact-wrap ol, .page-id-613 .contact-wrap ol li {
    padding: unset;
    margin: 10px 20px;
    text-align: left;
    color: #5f4d4d;
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
}


.privacy-policy .contact-wrap h1,
.page-id-613 .contact-wrap h1 {
    font-size: 50px;
}

.privacy-policy .contact-wrap h2,
.page-id-613 .contact-wrap h2 {
    font-size: 40px;
}

.privacy-policy .contact-wrap h3,
.page-id-613 .contact-wrap h3 {
    font-size: 30px;
}

span.wpcf7-not-valid-tip {
    color: #f7e700 !important;
}

.wpcf7-form .wpcf7-spinner {
    position: absolute;
}



.wpcf7 form .wpcf7-response-output {
    padding: 1rem;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
    margin: 2rem 0;
    font-weight: 600;
}