/*
Theme Name: Divi Child
Description: Divi Child Theme
Author: Annabelle Dumas
Author URI: https://www.pocaventure.fr
Template: Divi
Version: 1.0
*/

/*
** MENU MOBILE : en pleine largeur et le hamburger devient une croix pour fermer
*/

.et_mobile_menu {
	margin-left: -30px;
	padding: 5%;
	width: calc( 100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
}

#cmplz-document {
 font-size:14px;
 margin-top:0;
 max-width:100%;
 text-justify:inter-word
}

/* Contact en couleur */

.button-menu a {
    padding: 5px 30px !important;
    font-style: normal;
    color: #ffffff !important;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background-color: #e5086d;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 200px;
    text-transform: uppercase;
}

#mobile_menu1 .color-menu a {
    color: #e5086d !important;
}


/*Pagination en bouton*/

.pagination.clearfix a {
    padding: 12px 20px !important;
    font-style: normal;
    color: #ffffff !important;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #e5086d;
    border-radius: 200px;
}

/*Bouton download*/

#button_dw .wp-block-file a{
  color:#252a2d;
  margin-right:10px;
  font-size:16px;
  text-decoration-color: #e5086d;
}

#button_dw .wp-block-file *+.wp-block-file__button {
  color: #fff;
  margin-left: 0em;
  background-color: #e5086d;
  text-decoration: none;
}


/*change hamburger icon to x when mobile menu is open*/

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
  content: '\4d';
}

