/*
Theme Name: Twenty Twenty-Four (enfant)
Description: Thème enfant pour Twenty Twenty-Four
Author: Jonathan BESSON
Author URI: https://www.jonathan-besson.fr/
Template: twentytwentyfour
Version: 1.0.0
Text Domain: twentytwentyfourchild
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* DEBUT DU CODE CSS : */

/* faites appel à un fichier externe pour organiser votre code CSS : */
@import url(./_partials/_variables.css);

/* 
OU (les deux sont compatible et s'utilise en fonction de vos choix d'organisation) 
écrivez directement votre code CSS ci-dessous : 
*/
:root :where(body) {
  /* test par l'application, modification de la variable de couleur du fond de page du thème parent */
  --wp--preset--color--base: rgb(255, 255, 255);
}

.brand-logo > p {
	max-width: 185px;
}
/* sur mobile on fait quoi ? */
@media only screen and (max-width: 480px) {
	.brand-logo > p {
		max-width: 148px;
	}	
}
.slide {
        width: 448px;
    }

@media (max-width: 780px) {
	.my_header {
		padding-right: 2rem !important;
		padding-left: 2.32rem !important;
		padding-top: 0.59rem !important;
		padding-bottom: 0.59rem !important;
  	}
	.wp-container-content-1 {
  		flex-basis: 1.77rem;
	}
	.home p, h2 {
		text-align: center !important;
	}
	.mob_container {
		text-align: center !important;
		padding-right: 1.25rem !important;
  		padding-left: 1.25rem !important;
		
	}
	.uagb-block-edccf455.uagb-forms__outer-wrap {
	padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
	}
	.text-center {
		text-align: center;
	}
	.brand-logo {
		text-align: left !important;
	}
	.text-left {
		text-align: left !important;
	}
    .slide {
        width: 384px;
		height: 384px;
    }
/* 	.wp-block-media-text > .wp-block-media-text__content {
		padding: 0;
	} */
	.wp-block-buttons > .wp-block-button {
		width: 100%;
	}
	.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
		width: 100%;
	}
	.wp-block-button .wp-block-button__link {
		width: 100%;
	}
}



.brand-logo {
		margin: 0;
	}
.menu_burger svg {
    width: 50px;  /* Ширина */
    height: 50px; /* Высота */
}
.accepte_form {
	font-size: 1;
}
