/*
 Theme Name:   Divi Child Theme
 Description:  This is a sample child theme
 Author:       Ania Romańska
 Author URI:   https://divilover.com
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  divi-child-theme
*/



/* -- CUSTOM CSS -- */

/* -- MAIN STYLE -- */
/* Disable Menu On Scroll */
body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}


/* -- Style Page Accueil -- */
/* Logo - Hidden On Index Page */
.page-id-25 #logo-bos  {
	position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
}

/* -- Style Page Accueil & A Propos -- */
/* Slider Projects */
/* Plus test */
.page-id-25 #row-slider .df_cci_container,
.page-id-584 #row-slider .df_cci_container,
.page-id-246029 #row-slider .df_cci_container{ 
    overflow: hidden !important;
}



/* -- Style Page Contact -- */
/* Error Message */
.page-id-28300 .et_pb-contact-message p {
    font-size: 16px;
    line-height: 1.5em;
    color: #785845;
  }
  
.page-id-28300 .et_pb_contact_message:has(ul) p {
    font-size: 5px;
    line-height: 1.5em;
    color: #785845;
  }
  
.page-id-28300 .et_pb_contact_message ul {
    font-size: 14px;
    line-height: 1.5em;
    color: #785845;
  }
  
.page-id-28300 .et_pb_contact p .et_contact_error {
    border: 0.75px solid #C49465 !important;
  }



/* -- Send Button Form -- */
.page-id-28300 .et_pb_section .et_pb_contact_form_0 .et_pb_contact_form_container.et_pb_module .et_pb_button {
    text-transform: lowercase !important;
  }

.page-id-28300 .et_pb_section .et_pb_contact_form_0 .et_pb_contact_form_container.et_pb_module .et_pb_button:hover {
  	color: #c49465 !important;
  	transform: scale(1.4);
}


/* -- Style For Pages Projet / Realisation -- */
/* Style - Border Image Radius */
.et_pb_column {
  border-radius: 0 !important;
}

.et_pb_blurb.et_pb_blurb:hover {
  background-color: transparent !important;
}


/* -- Media Queries -- */
@media (max-width: 768px) {
    .page-id-25 #logo-bos {
		display: none;
    }
}

@media all and (min-width:981px) {
    .page-id-25 #row-slider .et_pb_column:nth-child(1), 
	.page-id-584 #row-slider .et_pb_column:nth-child(1),
	.page-id-246029 #row-slider .et_pb_column:nth-child(1)
	{
        width: 65%;
    }
	
    .page-id-25 #row-slider .et_pb_column:nth-child(2), 
	.page-id-584 #row-slider .et_pb_column:nth-child(2),
	.page-id-246029 #row-slider .et_pb_column:nth-child(2){
        width: 35%;
    }
}

@media all and (max-width:980px) {
    .page-id-25 #row-slider .et_pb_column,
	.page-id-584 #row-slider .et_pb_column,
	.page-id-246029 #row-slider .et_pb_column {
        width: 100%;
    }
}