/*
Theme Name:		 Divi Child
Theme URI:		 https://childtheme-generator.com/
Description:	 DiviChild is a child theme of Divi, created by ChildTheme-Generator.com
Author:			 Marc Bailly | Design UX/UI et création de site internet
Author URI:		 https://childtheme-generator.com/
Template:		 Divi
Version:		 1.0.0
Text Domain:	 divichild
*/

:root {
	--theme-color: #a53185;
	--brico: #83bc5c;
	--enfant: #cb6ca3;
	--confor: #5b8aad;
	--depend: #867cb4;
	--handi: #ea953e;
	--main-text-color: #120c2e;
	--light-color: #c1becf;
	--pro-color: #575556;
	--ptitemile: #7C0E6F;
	--ptitemile2: #F99F25;
	--main-font: din-2014, sans-serif;
	--title-font: bc-alphapipe, sans-serif;
	--second-font: Lobster, cursive;
	--font-size-1: 14px;
	--font-size-2: 16px;
	--btn-size: 18px;
	--font-md: 26px;
	--font-big: 33px;
	--rounded-border: 10px;
	--box-shadow-1: 1px 1px 3px 0 rgba(102, 120, 129, 0.5);
	--box-shadow-2: 1px 3px 11px 0 rgba(102, 120, 129, 0.3);
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://millepatte.com/NOUVEAUSITE/Material-Icons/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://millepatte.com/NOUVEAUSITE/Material-Icons/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://millepatte.com/NOUVEAUSITE/Material-Icons/MaterialIcons-Regular.woff) format('woff'),
    url(https://millepatte.com/NOUVEAUSITE/Material-Icons/MaterialIcons-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Segoe UI';
	font-style: normal;
	src: url('fonts/Segoe UI.ttf') format('truetype');
}
@font-face {
	font-family: 'Segoe UI Bold Italic';
	font-style: normal;
	src: url('fonts/Segoe UI Bold Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Segoe UI Bold';
	font-style: normal;
	src: url('fonts/Segoe UI Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Segoe UI Italic';
	font-style: normal;
	src: url('fonts/Segoe UI Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Segoe UI Semibold.ttf';
	font-style: normal;
	src: url('fonts/Segoe UI Semibold.ttf') format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* classes génériques*/
.et-l--header {
	position: relative;
	z-index: 999
}
.et_pb_row {
	width: 90%;
	max-width: 1160px;
}
.et_pb_module {
	margin-bottom: 0 !important;
}
.clear-space, .section-carte {
	padding: 0px !important;
}
@media all and (max-width: 980px){
	.row-mobile {
		padding-top: 6em !important;
	}
}
.txt-centre {
	text-align: center;
}
.txt-gras {
	font-weight: bold;
}
.txt-color {
	color: var(--main-text-color);
}
.txt-white {
	color: #fff;
}
p {
	font-size: var(--font-size-2);
}
h1, h2, h3, h4, h5, h6 {
	color: inherit;
}
h3, h4 {
	font-size: var(--font-md)
}
body {
	font-family: var(--main-font);
	color: inherit;
}
.floating-box {
	box-shadow: var(--box-shadow-2);
	border-radius: var(--rounded-border);
	transform: translate(0, -100px);
	z-index: 9;
	background-color: white;
}
.elem-transform {
	box-shadow: var(--box-shadow-1);
	border-radius: var(--rounded-border);
}
.elem-transform:hover {
	box-shadow: var(--box-shadow-2);
	transform: translate(0, -5px);
}
.flex-element {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.et_pb_text_inner h1, .et_pb_code_inner h1 {
	font-family: var(--title-font);
	font-size: var(--font-big);
	color: white;
	font-weight: bold;
	text-align: center;
}
.et_pb_text_inner h2, .et_pb_code_inner h2 {
	font-family: var(--second-font);
	font-size: var(--font-md);
	color: white;
}
.titre-serv {
	height: 27em;
}
.light-bg {
	background-color: #F1FAFF63;
}
a {
	color: var(--theme-color);
}
a:hover {
	color: var(--light-color);
}
.theme0 {
	background-color: var(--theme-color);
	background-image: url("https://millepatte.com/wp-content/uploads/2020/03/theme@2x.png");
}
#menu-top img {
	height: 100%;
}
/* page home */
.mod-temoign h4, .mod-temoign .et_pb_slide_content {
	color: var(--main-text-color) !important;
	font-style: italic;
}
.mod-temoign h4 {
	font-size: var(--btn-size) !important;
	font-weight: bold;
}
.mod-temoign p {
	font-size: var(--font-size-1);
}
.mod-temoign .et_pb_bg_layout_dark .et_pb_slide_description {
	text-shadow: none !important;
}
.mod-temoign .et-pb-arrow-prev:before, .mod-temoign .et-pb-arrow-next:before {
	color: var(--light-color) !important;
}
.mod-temoign .et-pb-controllers a {
	background-color: var(--light-color) !important;
}
.mod-temoign .et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
	padding: 10% 0;
}
.row-assets i {
	font-size: 4em;
  margin-bottom: .3em;
  color: var(--theme-color);
}
/* page service */
.et_pb_section .row-service {
	padding-top: 3em;
	padding-bottom: 5em;
}
.section-service h4 {
	font-size: var(--font-md);
	font-weight: bold;
	font-family: var(--main-font);
}
.section-service p {
	font-size: var(--font-size-2);
	font-family: var(--main-font);
}
/* boites bouton services annexes */
.boite-services h3 {
	margin-bottom: 2em;
}
.service-box {
	display: block;
	width: 164px;
	height: 164px;
	background-color: white;
	margin-bottom: 2em;
}
.service-box a {
	width: 100%;
	height: 100%;
	display: block;
	padding-top: 10px;
	color: var(--light-color);
	font-size: var(--btn-size);
	font-family: var(--title-font);
}
.service-box img {
	width: 61%;
	margin-bottom: .5em;
}
/* COULEURS DES SERVICES */
/* bricolage */
.brico a, .brico a:hover, .brico.current-menu-item a, .serv-item .brico, .row-assets.brico i  {
	color: var(--brico);
}
.et_pb_section.brico {
	background-color: var(--brico);
	background-image: url("https://millepatte.com/wp-content/uploads/2020/03/bricolage@2x-scaled.jpg");
}
/* dépendance */
.depend a, .depend a:hover, .depend.current-menu-item a, .serv-item .depend, .row-assets.depend i  {
	color: var(--depend);
}
.et_pb_section.depend {
	background-color: var(--depend);
	background-image: url("https://millepatte.com/wp-content/uploads/2020/03/dependance@2x-scaled.jpg");
}
/* garde enfant */
.enfant a, .enfant a:hover, .enfant.current-menu-item a, .serv-item .enfant, .row-assets.enfant i  {
	color: var(--enfant);
}
.et_pb_section.enfant {
	background-color: var(--enfant);
	background-image: url("https://millepatte.com/wp-content/uploads/2020/03/gardeenfant@2x-scaled.jpg");
}
/* confort */
.confor a, .confor a:hover, .confor.current-menu-item a, .serv-item .confor, .row-assets.confor i  {
	color: var(--confor);
}
.et_pb_section.confor {
	background-color: var(--confor);
	background-image: url("https://millepatte.com/wp-content/uploads/2020/03/confort@2x-scaled.jpg");
}
/* handicap */
.handi a, .handi a:hover, .handi.current-menu-item a, .serv-item .handi, .row-assets.handi i {
	color: var(--handi);
}
.et_pb_section.handi {
	background-color: var(--handi);
	background-image: url("https://millepatte.com/wp-content/uploads/2020/03/handicap@2x-scaled.jpg");
}
/*menu*/
.et_pb_menu__logo img {
	max-width: 50%;
}
#menu-top, #menu-top .et_pb_row, #menu-principal  {
	padding: 0;
}
#menu-top {
	background-color: var(--light-color);
}
#menu-top .et_pb_code_0_tb_header {
	height: 100%;
}
#menu-top .et_pb_code_0_tb_header .et_pb_code_inner {
	height: 100%;
	display: flex;
	align-items: center;
}
#menu-top .et_pb_code_0_tb_header .et_pb_code_inner a {
	display: flex;
}
.et-menu-nav {
	width: 100%;
}
.et-menu-nav a {
	color: var(--main-text-color);
	font-weight: bold;
	text-transform: uppercase;
	font-size: var(--btn-size);
}
/*boutons*/
.main-btn, .more-link, .nav-next a, .nav-previous a {
	font-size: var(--font-size-2);
	display: flex;
	padding: .8em 1em;
	border-radius: var(--rounded-border);
	box-shadow: var(--box-shadow-1);
	justify-content: center;
	align-items: center;
}
.main-btn i, .btn-link i, .icon-link i {
	margin-right: .5em;
}
.main-btn:hover, .et_pb_newsletter_button:hover, .more-link:hover, .et_pb_contact_submit:hover, .nav-next a:hover, .nav-previous a:hover {
	box-shadow: var(--box-shadow-2);
}
.main-btn.et_clickable .et_pb_text_inner {
	display:flex;
}
.theme, .et_pb_newsletter_button, .et_pb_contact_submit {
	background-color: white;
	color: var(--theme-color);
	border-radius: var(--rounded-border) !important;
}
.theme:hover, .et_pb_newsletter_button:hover, .et_pb_contact_submit:hover {
	background-color: var(--theme-color);
	color: white;
}
.btn-link {
	font-size: var(--font-size-1);
	display: flex;
	padding: .8em 1em;
}
.icon-link {
	color: var(--main-text-color);
	font-weight: bold;
}
.icon-link i, .icon-link:hover {
	color: var(--theme-color);
}
.theme-1, .more-link {
	background-color: var(--theme-color);
	color: white;
}
.theme-1:hover, .more-link:hover {
	background-color: white;
	color: var(--theme-color);
}
/* formulaire */
.form-optin h2 {
	color: var(--main-text-color) !important;
}
.form-optin input, .et_pb_contact input, .et_pb_contact textarea, .et_pb_contact select, .et_pb_toggle_open {
	box-shadow: var(--box-shadow-2);
	background-color: white !important;
	border-radius: var(--rounded-border) !important;
}
.et_pb_toggle_close {
	border-radius: var(--rounded-border);
	background-color: #F1FAFF63;
	border: 0px;
}
.et_pb_toggle_title::before {
	color: var(--main-text-color);
}
.et_pb_toggle {
	border: 0px;
}

/* footer */
footer .et-menu-nav ul, footer .et-menu-nav ul > li {
	padding: 0px;
	display: block;
}
#menu-menu-infos-utiles > li > a {
	color: var(--light-color);
	line-height: 1.25;
	padding-bottom: 1em;
}
.et_pb_row_0_tb_footer {
	border-bottom: solid 1px var(--light-color);
}
@media only screen and (min-width: 981px) {
	.et_pb_row_0_tb_footer .et_pb_column:nth-child(2) {
	padding-left: 7%;
}
}
/* boutons flottants */
@media only screen and (max-width: 981px) {
	.btn-floating {
		display: none;
	}
}
@media only screen and (min-width: 981px) {
	.btn-floating a {
	width: 8em;
}
	.btn-floating {
		z-index: 99;
		position: fixed;
		top: 20em;
		display: flex;
		right: 0;
		flex-direction: column;
	}
	.btn-floating a {
		margin-bottom: 2em;
	}
	.btn-floating a {
		flex-direction: column;
		text-align: center;
		height: 97px;
		}
}
.btn-floating i {
	margin-bottom: .3em;
	margin-right: 0px;
}
/* pages agences */
.carte-module h3, .carte-module p {
	font-family: var(--main-font);
}
.carte-module h4 {
	font-size: var(--btn-size);
}
.carte-module p, .carte-module h4 {
	padding-bottom: 5% !important;
}
.carte-module h3, .carte-module p, .carte-module h4 {
	color: var(--main-text-color);
}
.carte-module > .et_pb_map {
	height: 30em;
}
.carte-module .main-btn {
	margin-bottom: 1em !important;
}
.row-carte {
	width: 100%;
}
@media all and (max-width: 980px){
	.list-agences {
		display: flex;
		flex-direction: column-reverse;
	}
	.list-agences .size-1of1 {
		width: 100vw;
	}
}
.titre-agce h1, .titre-agce h2 {
	color: var(--main-text-color);
	margin-bottom: 1em;
}
.agce-desc p {
	margin-bottom: 2em;
}
.titre-agce .btn-link {
	font-size: var(--font-size-2);
}
.serv-item {
	justify-content: left;
	margin-bottom: 2em;
}
.serv-item img {
	width: 34%;
	margin-right: .5em;
}
.serv-item a {
	align-self: center;
	font-weight: bold;
	font-size: var(--btn-size);
}
.serv-item a:hover {
	color: var(--light-color);
}
/*pages franchise*/
@media all and (min-width: 981px){
	.bordr-left {
		border-left: 2px solid white;
		margin-left: 17em;
		padding-left: 4em !important;
		width: 76vw;
	}
}
.btn-menu {
  height: 100%;
  align-content: center;
	display: flex;
}
.nav-franchs li a:hover {
	color: var(--theme-color);
}
.franch a {
	color: var(--main-text-color) !important;
}
.et_pb_number_counter .percent-value {
	color: var(--theme-color);
}
/*grid box*/
.grid-box .et_pb_blog_grid .et_pb_post {
	border-radius: var(--rounded-border);
	box-shadow: var(--box-shadow-2);
	border: 0px;
}
.grid-box .post-content-inner {
	margin-bottom: 2em;
}
.grid-box {
	color: var(--main-text-color);
	margin-top: 3em;
}
/* Menu mobile "slide-in" plein écran*/
@media only screen and (min-width: 981px) {
		.et_pb_section_1_tb_header {
			display: none;
		}
		.menu-franchs .et_pb_column:first-child {
			width: 80%;
		}
		.menu-franchs .et_pb_column:last-child {
			width: 20%;
		}
}
@media only screen and (max-width: 980px) {
		#et-main-area {
			margin-top: 2em;
		}
		#menu-principal {
			position: fixed;
			width: 100%;
			box-shadow: var(--box-shadow-1);
			top: 0;
		}
		#menu-principal .et_pb_row {
			width: 90%;
			padding: 1em 0;
		}
		.et_pb_row_1_tb_header {
			display: flex;
			align-items: center;
		}
		.et_pb_row_1_tb_header .et_pb_column:first-child {
			flex: 1;
			margin-bottom: 0;
		}
		.et_pb_row_1_tb_header .et_pb_column:last-child {
			flex: 0;
		}
		#menu-top, .et_pb_section_2_tb_header {
			display: none;
		}
		.mob-btn {
			display: flex;
			width: 44px;
			justify-content: center;
		}
		.mobile_nav.opened .mobile_menu_bar:before {
			content: "\4d";
		}
		#mobile_menu1 {
			position: absolute;
			left: -6%;
			width: 100vw;
			height: 100vh;
			top: 122%;
		}
		#menu-item-470 {
			margin-top: -2em;
		}
		.et_pb_menu--style-left_aligned .et_pb_menu__logo-wrap {
			order: 1;
			flex: 1;
		}
		.et_pb_menu--style-left_aligned .et_pb_menu__logo-wrap .et_pb_menu__logo {
			margin: auto;
		}
		.et_pb_menu__logo img {
			margin: auto;
		}
		.et_pb_menu .et_pb_menu__wrap{
			flex: 0;
			order: 0;
		}
		#mobile_menu1 .brico a, #mobile_menu1 .depend a, #mobile_menu1 .enfant a, #mobile_menu1 .handi a, #mobile_menu1 .confor a, #mobile_menu1 .franch a {
			font-size: var(--btn-size);
			text-transform: uppercase;
			font-weight: bold;
		}
		#mobile_menu1 .brico a {
			color: var(--brico);
		}
		#mobile_menu1 .depend a {
			color: var(--depend);
		}
		#mobile_menu1 .enfant a {
			color: var(--enfant);
		}
		#mobile_menu1 .confor a {
			color: var(--confor);
		}
		#mobile_menu1 .handi a {
			color: var(--handi);
			margin-bottom: 2em;
		}
		#mobile_menu1 .second a {
			font-size: var(--font-size-2);
			font-weight: bold;
			color: var(--light-color);
		}
		#mobile_menu1 > li:nth-child(11) {
			margin-bottom: 2em;
		}
		.cta-mob-btn {
			width: 50%;
			display: block;
			position: relative;
			text-align: center;
			float: left;
		}
		.cta-mob-btn a {
			display: flex !important;
			flex-direction: column;
			color: white !important;
		}
		.cta-mob-btn a:hover {
			color: var(--theme-color) !important;
		}
}
.grecaptcha-badge {
	z-index: 9;
}
/*theme millepatte pro*/
.nav-pro li a:hover, .mob-btn.pro i, .mob-btn.pro i:hover, .icon-link.pro i, .icon-link.pro i:hover, .icon-link.pro:hover, .btn-link.pro-bg:hover, .btn-link.pro-bg:hover i, .theme-pro {
	color: var(--pro-color);
}
.pro-bg {
	background-image: url('https://pro.millepatte.com/wp-content/uploads/sites/3/2020/09/fond_millepattepro.png');
}
.btn-link.pro, .btn-link.pro i {
	color: white;
	background-color: var(--pro-color);
}
.main-btn.pro, .btn-link.pro-bg:hover, .btn-link.pro-bg:hover i, .theme-pro {
	background-color: white;
}
a.pro:hover i {
	color: var(--light-color);
}
.form-optin.pro .et_pb_newsletter_button {
	border-color: var(--pro-color);
	color: var(--pro-color);
}
.form-optin.pro .et_pb_newsletter_button:hover, .theme-pro:hover {
	background-color: var(--pro-color);
	color: white;
}
.row-carte.pro {
	width: 100%;
}
.carte-module.pro > .et_pb_map {
	height: 55em;
}

/**theme Ptit Emile**/
.ptitemile-nav .et_pb_menu__logo img {
	max-width: 20% !important;
}
.btn-link.ptitemile, .ptitemile-bg, .main-btn.ptitemile, .theme-ptitemile {
	background-color: var(--ptitemile);
}
.btn-link.ptitemile, .main-btn.ptitemile {
	color: white;
}
.btn-link.ptitemile2, .main-btn.ptitemile2, .mob-btn.ptitemile {
	color: var(--ptitemile);
	background-color: white;
}
.btn-link.ptitemile:hover, .main-btn.ptitemile:hover {
	background-color: white;
	color: var(--ptitemile);
}
.btn-link.ptitemile2:hover, .main-btn.ptitemile2:hover {
	color: white;
	background-color: var(--ptitemile);
}
.form-optin.ptitemile .et_pb_newsletter_button, .ptitemile-form .et_contact_bottom_container .et_pb_contact_submit.et_pb_button {
	border-color: var(--ptitemile);
	color: var(--ptitemile);
}
.form-optin.ptitemile .et_pb_newsletter_button:hover, .ptitemile-form .et_contact_bottom_container .et_pb_contact_submit.et_pb_button:hover {
	background-color: var(--ptitemile);
	color: white;
}
.form-optin.ptitemile .et_pb_newsletter_footer a, .ptitemile-subfooter a {
	color: var(--ptitemile);
}
.form-optin.ptitemile .et_pb_newsletter_footer a:hover, .ptitemile-subfooter a:hover {
	color: var(--light-color);
}
.category-creches .et_pb_section {
	padding: 0px;
}
.category-creches .creche-info {
	margin-bottom: 26px !important;
}
.category-creches .et_pb_text_inner {
	font-size: 16px;
}
.category-creches .et_pb_row {
	padding-bottom: 0px;
}
