/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*importer le css*/
 @import 'public/css/colors.css';
 @import 'public/css/main.css';
 @import 'public/css/style.css';


.site-header,
.site-footer{
	display:none !important
}

body{
	margin: 0 !important;
	padding: 0 !important;
}
.wpml-ls-statics-footer {
	float: right;
}
.elementor-element-bb43c8d .wpml-ls-statics-footer{
	display: block !important;
}
.otgs-development-site-front-end,
.wpml-ls-statics-footer{
	display: none;
}
.heading{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
 /*main-footer*/
 .et_pb_gutters3 .et_pb_column{
 	margin:0;
 }
#footer_widget{
	text-align:center;
	
}
@media(max-width:"981px"){
	.footer_widget{
		margin: -2.5rem;
	}
}
.widget_content{
	display:inline-block;
	max-width:100%;
	text-align:left;
	margin-left: 5rem;
}
h3{
  color:#333 !important;
  text-transform:uppercase;
	margin:1rem 0;
	font-size:1.2rem !important;
	font-weight:500;
	padding-left:10px !important;
}

#page-container{
	padding-top:0 !important;
	margin-top:0 !important;
}
.container{
	text-align:center;

}

/*=====================================
======== BOITE DE DIALOGUE
=====================================
*/

.couverture-dial {
    position: fixed;
    z-index: 1000000;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
}

.couverture-dial .dial-container {
    max-width: 25rem;
    width: 25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 0 1rem rgb(22, 22, 22);
}

.couverture-dial .dial-header {
    border-bottom: 1px solid #ccc;
}

.couverture-dial .dial-header h3 {
    color: rgba(20, 20, 20, 1) !important;
    padding-bottom: 0;
}

.couverture-dial .dial-container [class*='dial-'] {
    padding: 1rem;
}

.couverture-dial .dial-container .dial-btn {
    text-align: right;
}

.couverture-dial .dial-container .dial-btn button {
    padding: .5rem 2rem;
    border-radius: .25rem;
    cursor: pointer;
}



.euro_header .et_pb_column,
.langs_links_container .euro_langs,
.euro_langs a{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.euro_header .et_pb_column{
	-moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

main-footer .footer-widget{
	text-align:center !important;
}
#main-footer .widget_text{
	display:inline-block;
	float:none;
}
#main-footer .textwidget,
#main-footer h4.title{
	text-align:left;
}
#main-footer h4.title{
	text-transform:uppercase;
	color: #333 !important;
}

#footer-widgets .footer-widget li::before{
	content:none;
}
#main-header{
	display:none;
}
#main-footer{
	background:#ccc;
}
#footer-info{
	float:none;
	text-align:center;
	font-size:0.85em;
	color: #333 !important;
}


/*Footer*/
.hide {
    display: none !important;
}

.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links a,
.feedback_container a {
    padding: 0.5rem 0;
    display: block;
    font-size: 15px;
	font-family: "open sans";
    font-weight: 300;
    color: #fff;
	
}

.footer-links a span,
.feedback_container a span {
    display: inline-block;
    margin-right: 0.25rem;
	font-size: 15px;
	font-family: "open sans";
	text-transform: capitalize;
}
label{
	font-family: "open sans";
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
}

.footer-links ul svg,
.feedback_container a svg {
    width: 0.7rem;
}

.feedback_fields {
    position: relative;
}

.feedback_top p{
	font-family: "open sans";
	font-size: 18px !important;
	font-weight: 600 !important;
}
.feedback_fields .feedback_top {
    padding: 0;
    margin: 0;
    background: #fff;
    padding: 0.5rem;
    border-radius: 0.25rem;
    position: absolute;
    max-width: 30rem;
    width: 100%;
    bottom: 40px;
    display: none;
}

.feedback_fields .feedback_top.js_active {
    display: initial !important;
}

.feedback_fields .feedback_top textarea {
    height: 150px;
    width: 100%;
}

ul.feedback_top:after {
    content: '';
    position: absolute;
    border-top: 10px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    bottom: -9px;
}

.feedback_top li {
    display: flex;
    flex-direction: column;
    margin-bottom: .75rem;
}

.feedback_top li:last-child {
    margin-bottom: 0;
}

.api_feedback_submit_btn {
    margin: 0;
    padding: .5rem;
	font-weight: 500;
	font-family: "open sans";
	cursor: pointer;
	background-color: #000 !important;
	color: #FFF !important;
}
.feedback_top input{
	width: 100%;
    font-size: 1rem;
    font-weight: 300;
    border: none;
    border: 1px solid rgba(204, 204, 204, .4);
    outline: none;
    padding: 10px 20px;
}
.feedback_top textarea,
.feedback_top input{
	background-color: #cecece59;
}
.feedback_top textarea{
	width: 100%;
    font-size: 1rem;
    font-weight: 300;
    border: none;
    border: 1px solid rgba(204, 204, 204, .4);
    outline: none;
}
.feedback_top p{
	font-family: "open sans";
	font-size: 18px !important;
	font-weight: 600 !important;
	margin-bottom: 10px;
}
label {
    font-family: "open sans";
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}