/*
 Theme Name:   Dynamic Divi Child Theme
 Theme URI:    https://diviengine.com/
 Description:  Dynamic Divi Child Theme
 Author:       Divi Engine
 Author URI:   https://diviengine.com/
 Template:     Divi
*/

/* ------- Général ------- */
/* Bouton Back To Top */
/* Couleur de la flèche du bouton [Forçage] */
span.et_pb_scroll_top.et-pb-icon.et-visible {
    color: #fff !important;
}

span.et_pb_scroll_top.et-pb-icon.et-hidden {
 	color: #fff !important;}

/* ------- menu ------- */
#top-menu li li {
    padding: 0 0px;
    margin: 0;
}

#top-menu li li a {
    width: 100%;
}

/* Mise en forme de l'entête H1, p et bouton*/
.header-content{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Suppression des margin sur bloc entête accueil */
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	margin: 1.25em 0;
    margin-top: 1.25em;
    margin-right: 0em;
    margin-bottom: 1.25em;
    margin-left: 0em;
    width: 100%;
	max-width: none;
	padding: 10% 0% 0% 0%;
}

/* PAGE DIVORCE AMIABLE */
/* Bloc Etapes à suivre pour la procédure */
/* Alignement du texte par rapport aux puces */
.et_pb_blurb_content p:last-of-type {
    margin-top: 4.2px;
}

/* Les éléments nécessaires à la signature du divorce à l’amiable */
/* Alignement du texte par rapport aux puces */
.et_pb_blurb_description {
    margin-top: 4px;
}


/* TEMPLATE ARTICLES BLOG */
/*Suppression de la div "articles similaires"*/
.dtb-related-posts {
    margin-top: 50px;
    display: none;
}



/* ------------------------------------------------------------------------------------- */

/* RESPONSIVE */

/* Responsive Styles  Small Smartphone */
@media all and (max-width: 425px) {
.header-content{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.et_pb_header_content_wrapper{
	margin-right: 0em;
}
	
body #page-container .et_pb_section .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button{
	width: 18em;	
	}
}

/* Responsive Styles Large Smartphone */	
@media all and (min-width: 426px) and (max-width: 768px) {
body #page-container .et_pb_section .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button{
	width: 18em;	
	}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center{
	width:90%;
	padding-right: 15em;
    margin-right: 0em;
    margin-left: 0em;
	}
}

/* ---------- RESPONSIVE STYLE SMALL TABLET ONLY -----------*/

@media all and (min-width: 769px) and (max-width: 1024px) {
body #page-container .et_pb_section .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button{
	width: 18em;	
	}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center{
	width:90%;
	padding-right: 22em;
    margin-right: 0;
    margin-left: 4em;
	}
}

/* Responsive Styles Large Tablet Only */
@media all and (min-width: 1025px) and (max-width: 1440px) {
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center{
	width:90%;
	padding-right: 28em;
    margin-right: 0;
    margin-left: 4em;
	}
}

/* Apparition menu burger */
@media all and (max-width: 1207px) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
}

/* Responsive Standard Desktop */
@media all and (min-width: 1441px) and (max-width: 2560px) {
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center{
	padding-right: 28em;
    margin-right: 0;
    margin-left: 4em;
	}
}

/* Responsive Styles Large Desktop And Above */
@media all and (min-width: 2561px) {
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center{
	padding-right: 32em;
    margin-right: 0;
    margin-left: 4em;
	}
}