/*
Theme Name: Bauen Child
Theme URL: https://themeforest.net/item/bauen-architecture-interior-wordpress-theme/34326026?ref=webRedox
Description: Child theme of Bauen
Author: webRedox WordPress Team
Author URI: http://webredox.net/
Template: bauen
Version: 1.0
Text Domain: bauen-child
*/ 
/*******Add Your Css Below This Line*********/


.about-buro {
    background: #e4d7c3 !important;
}

.about .about-img .img:before {
    border: 1px solid #e4d7c3 !important;
}

.about-img .about-img-2 {
    color: #2f3776 !important;
}

body {
    font-family: Quicksand !important;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    color: #2f3776 !important;
    font-size: 16px;
    font-display: swap;
}

body .section-title {
    color: #2f3776 !important;
}


/**----------------formulaire de contact ----------------**/

#formulaire-responsive {
	max-width:1000px /*-- à modifier en fonction de la largeur désirée --*/;
	margin:0 auto;
        width:100%;
}
.rang-form {
	width: 100%;
}
.demi-colonne, .colonne {
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
        box-sizing: border-box
}


.colonne2 {
	padding: 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;
}

input[type=checkbox]:checked:after {
    opacity: 1;
    color: #303776 !important;
}


input[type=email].input-active, input[type=email]:focus, input[type=text].input-active, input[type=text]:focus, textarea.input-active, textarea:focus, input[type=password].input-active, input[type=password]:focus, input[type=number].input-active, input[type=number]:focus {
    border: 1px solid #ccc  !important;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.demi-colonne {
		width: 50%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .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: right;
	color: #344d7b; 
    font-family: 'Noto Sans', sans-serif;
    border-color: #344d7b; 
    font-size: 14px; 
/**----------------line-height: 49px; ----------------**/
/**    height: 49px; 
    font-weight: 600; 
    background-color: #ffffff; 
    border-radius: 4px; 
          -moz-border-radius: 4px; 
          -webkit-border-radius: 4px; 
     text-transform: uppercase; 
     border-width: 2px;  
     padding-left: 26px; 
     padding-right: 26px;
}**/

/**.wpcf7-submit:hover{
	background: #344d7b;
      color: #ffffff;
  }**/
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;
}
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;
}

.wpcf7-form-control-wrap textarea-459-demarche {
    margin-bottom: 30px;
}

.y2008 {
    width: 20% !important;
}
button.btn.btn-brw-1 {
    border-width: 0px;
    border-style: solid;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ffffff;
    background-color: #46b450;
    color: #ffffff;
    text-align: center;
}

.wpcf7 .wpcf7-response-output {
    font-size: 17px;
}


.wpcf7-spinner {

    background-color: #2f3776;
    opacity: 0.75;
    width: 30px;
    height: 30px;
}

.wpcf7-spinner::before {

    top: 8px;
    left: 8px;
    width: 12px;
    height: 13px;
    transform-origin: 16px 16px;

}

input[type=checkbox]:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #2f3776 !important;
    background: transparent;
    position: absolute;
    top: 0px;
    margin-left: -1px;
}

.wpcf7-list-item-label {

    color: #2f3776 !important;

}

a:not([href]):not([tabindex]) a:hover {
    color: #2f3776 !important;
}

a:not([href]):not([tabindex]) {
    color: #2f3776 !important;
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #faf8f6 !important;
    background-color: #faf8f6 !important;
    color: #20cd71 !important;
}

.wpcf7 form .wpcf7-response-output {

    border: 0px !important;
}

/**----------------FIN formulaire de contact ----------------**/

/**--Espace sous le menu--**/

section.section-default-banner-header.section-padding2 {
    padding-bottom: 0px;
	padding-top: 100px !important;
}


/* ======= About style ======= */

.about {
    padding-bottom: 90px;
}
.about .about-img img:hover {
    transform: none !important;
}
.about .about-img {
    position: relative;
}
.about .about-img .img {
    padding: 0 15px 30px 30px;
    position: relative;
}
.about .about-img .img:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    right: 45px;
    bottom: 0;
    border: 1px solid #f4f4f4;
}
.about .about-img .img img .img-home {
    position: relative;
    z-index: 2;
    background: #272727;
}
.about-img-2 {
    position: relative
}

.about-img .about-img-2 {
    width: 40% !important;
    position: absolute;
    bottom: 0px;
    right: 45px;
    z-index: 3;
    padding: 20px 15px;
    color: #272727;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 5px;
    font-size: 13px;
    line-height: 1.5em;
    text-align: center;
}

.about-buro {
    background: #f4f4f4;
}


/* ======= Projects style ======= */
.projects .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.projects .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: none !important;
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.projects .item:hover .con {
    bottom: 0;
}
.projects .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.projects .item .con {
    padding: 30px 15px;
    position: absolute;
    bottom: -58px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.projects .item .con h6,
.projects .item .con h6 a {
    position: relative;
    color: #b19777;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.projects .item .con h5,
.projects .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.projects .item .con p {
    color: #fff;
    font-size: 20px;
}
.projects .item .con i {
    color: #fff;
    font-size: 20px;
}
.projects .item .con i:hover {
    color: #b19777;
}
.projects .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #777;
    padding: 11px 30px;
}
.projects .item .con .butn-light:hover {
    border-color: #b19777;
}
/* line animation */
.projects .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 0 auto 30px;
}
.projects .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

/* prev/next project */
.projects-prev-next {
  padding: 40px 0;
  border: none;
  border-top: 1px solid #f4f4f4;
}
@media (max-width: 576px) {
  .projects-prev-next {
    text-align: center;
  }
    
  .projects-prev-next-left {
        margin-bottom: 10px;
    }
}

.projects-prev-next a {
    display: inline-block;
    font-size: 16px;
    color: #777;
    line-height: 1em;
}
.projects-prev-next a i {
  font-size: 20px;
}

.projects-prev-next a:hover {
    color: #b19777;
}
.projects-prev-next .projects-prev-next-left a i {
  margin-right: 5px;
  font-size: 12px;
}
.projects-prev-next .projects-prev-next-right a i {
 font-size: 12px;
  margin-left: 0;
  margin-left: 5px;
}




body .section-title span {
    color: #c8a979 !important;
}

/* footer */
.main-footer {
    background-color: #2f3776 !important;
}
.copyright_text {
    color: white !important;
}
.main-footer .fotcont p {
    color: white;
}
.main-footer .sub-footer p.right {
    color: white !important;
}

.main-footer .sub-footer p a:hover {
    color:  white !important;
}

/* widget consultation */
.my-text {
    width: auto !important;
}
.avocat-consultingwidget {
    color: white !important;
}

.my-widget .my-service .my-action {
    width: 300px !important;
}

.my-widget .my-service .my-action:hover {
    background-color: #414b97 !important;
}

.my-text b {
    color: white !important;
}

.my-text img {
    width: auto !important;
}

.my-widget .my-service {
    background: #faf8f6 !important;
}


/* Competences */
.services .item h5 {
    color: #2f3776 !important;
}

.services .item:hover {
    background: #f7f0e6 !important;
}

.services .item .numb {
    -webkit-text-stroke: 1px rgb(228 215 195) !important;
    bottom: 10px !important;
}

.blog-sidebar .widget-title h6 {
    color: #2f3776 !important;
}

.services .item {
    text-align: center !important;
}

.banner-header {
    height: 25vh !important;
}





/* Méthodo et honoraires */
.accordion-box .block .content {
    background-color: #f4f4f4;
    color: #2f3776 !important;
}

.accordion-box .block .acc-btn.active {
    color: #b19777 !important;
}

.accordion-box .block .acc-btn .count {
    color: #b19777 !important;s
}

.accordion-box .block .acc-btn {
    color: #b19777 !important;
}

.butn-dark a:hover span {
    color: #2f3776 !important;
}


/* Posts */
.bauen-blog2 .img {
    display: none !important;
}

section.section-default-banner-header.section-padding2 {
    display: none !important;
}

.bauen-blog2 .content {

    display: none !important;
}

/*.bauen-blog2 .content .cont h4 {
    display: none !important;
}*/

.section-title {

    margin-top: 30px !important;
}


/* Home */
.img-home .about-img .about-img-2 {
    color: #e4d7c3 !important;
}

/* testimonial */
.testimonials .item .info span {
    color: #323977 !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    border: 1px solid #323977 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #e4d7c3 !important;
}

.testimonials .item .info h6,{
    color: #c7a979 !important;
}

/*******************************************/
/************* AJOUTS CSS 2025 *************/
/*******************************************/

/************* SMARTPHONE *************/
@media (max-width:449px) {
	.dropdown-menu .dropdown-item {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.dropdown .nav-link i {
		padding-left: 10px !important;
		font-size: 12px !important;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-top: 24px !important;
    }	
}

/***** IPAD MINI / GALAXY A3 *********/
@media (min-width:450px) and (max-width:979px) {
	.dropdown-menu .dropdown-item {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.dropdown .nav-link i {
		padding-left: 10px !important;
		font-size: 12px !important;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-top: 24px !important;
    }	
}

/************* IPAD / 13" ************/
@media (min-width:980px) and (max-width:1280px) { 
	.dropdown-menu .dropdown-item {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.dropdown .nav-link i {
		padding-left: 10px !important;
		font-size: 12px !important;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-top: 24px !important;
    }
}

/*********** ORDIS 15"**************/
@media (min-width:1281px) and (max-width:1400px) {
	.dropdown-menu .dropdown-item {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.dropdown .nav-link i {
		padding-left: 10px !important;
		font-size: 12px !important;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-top: 24px !important;
    }
}

/************* GROS 15" **************/
@media (min-width:1401px) and (max-width:1680px) {
	.dropdown-menu .dropdown-item {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.dropdown .nav-link i {
		padding-left: 10px !important;
		font-size: 12px !important;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-top: 24px !important;
    }
}
	
/********** ORDIS M (100%) ***********/
@media (min-width:1681px) and (max-width:2099px) {
	.dropdown-menu .dropdown-item {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.dropdown .nav-link i {
		padding-left: 10px !important;
		font-size: 12px !important;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-top: 24px !important;
    }
}
	
/********** ORDIS L (90%) ***********/
@media (min-width:2100px) and (max-width:2399px) {
	.dropdown-menu .dropdown-item {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.dropdown .nav-link i {
		padding-left: 10px !important;
		font-size: 12px !important;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-top: 24px !important;
    }
}

/********** ORDIS XL (80%) ************/
@media (min-width:2400px) { 
	.dropdown-menu .dropdown-item {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.dropdown .nav-link i {
		padding-left: 10px !important;
		font-size: 12px !important;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-top: 24px !important;
    }
}

/**************************************/
/************ CSS GENERAL *************/
/**************************************/
.dropdown-menu .dropdown-item a {
	text-transform: uppercase !important;
	letter-spacing: 2.5px !important;
	font-family: Oswald !important;
}
.dropdown-item {
	border: none !important;
}
.dropdown-menu .dropdown-item a:hover {
	font-weight: inherit !important;
	color: #e4d7c3 !important;
}
#cn-notice-buttons button {
	color: #2f3776 !important;
}