/*
Theme Name: jm-build
Description: thème de JM
Author: Cesari
Author URI: https://cesari.productions
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: (optionnel, pour la traduction)
*/

*
	{

	font-weight: 400;
	font-style: normal;
	
	font-family: "Tajawal", Calibri, sans-serif;
	}

html {
    margin-top: 0 !important;
	overflow-x: hidden;
}

body
	{
	position: relative;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	}

h1
	{
	color: #FF6400;
	font-size: 8.5vh;
	font-family: sans-serif;
    font-weight: bold;
	atext-shadow: 1px 1px 2px rgba(255, 255, 255, 0.33);
	text-transform: uppercase;
	}

h2
	{
	apadding: 0px 5px;
	font-size: 4.5vh;
	color: black;
	margin: 30px 0px !important;
	font-weight: bold;
	atext-shadow: 1px 1px 2px rgba(255, 255, 255, 0.33);
	abackground-color: black;
	}

.h2toh1
	{
	color: #FF6400;
	font-size: 8.5vh;
    font-weight: bold;
	margin-top: 150px !important;
	margin-bottom: 66px !important;
	atext-shadow: 1px 1px 2px rgba(255, 255, 255, 0.33);
	text-transform: uppercase;
	}

h5
	{
	color: #163E60;
	}

p
	{
	color: #444;
	}

.wp-block-heading
	{
	margin-top: 50px;
	}

.container
	{
	position: relative;
	aoverflow-x: hidden;
	width: 100%;
	}

.container2
	{
	position: relative;
    max-width: 1000px; /* Par exemple, définissez une largeur maximale */
    margin: 0 auto; /* Pour centrer le contenu horizontalement */
    padding: 0 20px; /* Ajoutez des paddings à gauche et à droite pour l'espace intérieur */
	}

#main-menu
	{
    background-color: black; /* Fond blanc */
    padding: 20px; /* Espacement intérieur */
	font-size: 1rem;
	font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	}

.main-menu
	{
    list-style: none; /* Supprime les puces de la liste */
    margin: 0;
    padding: 0;
	}

.main-menu li
	{
    display: inline-block; /* Afficher les éléments du menu en ligne */
    margin-right: 5px; /* Espacement entre les éléments du menu */
	}

.main-menu li:last-child
	{
    margin-right: 0; /* Supprime l'espacement à droite du dernier élément du menu */
	}

.main-menu a
	{
    color: #FF6400;
    text-decoration: none;
    afont-size: 16px;
	font-size: 1.25rem;
    font-weight: bold;
	padding: 1.25px 2.5px;
	transition: all 0.25s ease-in-out;
	}

.main-menu a:hover
	{
	abackground-color: #FF6400;
    acolor: black;
	color: white;
	transform: scale(1.05);
	}

#main-menu-logo
	{
	position: absolute;
	top: 5.5px;
	}

#main-menu-burger
	{
	position: absolute;
	top: 5.5px;
	display: none;
	}

#main-menu-options-close
	{
	display: none;
	}

#main-menu-languages
	{
	position: absolute;
	right: 10px;
	top: 10px;
	margin: 0px;
	}

@media (max-width: 780px)
	{
	#main-menu-logo
		{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%); 
		}
	
	#main-menu-burger
		{
		display: inherit;
		}
	
	#main-menu-options-close
		{
		display: inline;
		}
	
	#main-menu-options
		{
		position: absolute;
		top: 75px;
		left: 0px;
		width: 100%;
		background-color: black;
		display: none;
		}
	
	.main-menu li
		{
		display: block;
		text-align: left;
		}
	
	#main-menu-languages
		{
		top: 5px;
		right: 20px;
		}
	}

.menu-item
	{
	margin-left: 25px;
	afont-size: 1.4rem !important;
	atransform: scale(1,0.95);
	}

.menu-lg
	{
	font-size: 27.5px;
	text-decoration: none;
	}

#home-dia-title
	{
	position: absolute;
	atop: 12.5vh;
	right: 15px;
	width: 50%;
	animation: slideIn2 1s forwards;
	}

#home-dia-background
	{
	position: absolute;
	width: 100vw;
	height: 75vh;
	top: 0px;
	left: 0px;
	abackground-color: rgba(0,0,0,0.5);
	background-image: linear-gradient(to right, rgba(0,0,0,0.0), rgba(0,0,0,0.5), rgba(0,0,0,0.5));
	}

#carImage
	{
	position: absolute;
	bottom: -25px;
	left: -100%;
	width: 45vw;
	animation: slideIn 2s forwards;
	}

@media (max-width: 1000px)
	{
	#home-dia-title
		{
		margin-top: 20px;
		animation: none;
		right: inherit;
		left: 15px;
		width: 100%;
		}
	
	#home-dia-title h1
		{
		font-size: 5vh;
		margin-right: 20px;
		}
	
	#home-dia-title h2
		{
		display: block !important;
		padding-top: 2.5px !important;
		padding-left: 5px !important;
		font-size: 3vh !important;
		width: 85% !important;
		}
	
	#home-dia-background
		{
		background-color: rgba(0,0,0,0.5);
		abackground-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5), rgba(0,0,0,0.0));;
		}
	
	#carImage
		{
		bottom: 0px;
		width: 85vw;
		}
	}

@keyframes slideIn {
    from {
        left: -100%; /* Démarre depuis l'extérieur de l'écran à gauche */
    }
    to {
        left: 15px; /* Se déplace vers la droite jusqu'à 15px depuis la gauche */
    }
}

@keyframes slideIn2 {
    from {
		transform: scale(1,0.5);
		top: -100%;
        aright: -100%; /* Démarre depuis l'extérieur de l'écran à gauche */
    }
    to {
		transform: scale(1,1);
		top: 12.5vh;
        right: 15px; /* Se déplace vers la droite jusqu'à 15px depuis la gauche */
    }
}

#home-dia h2
	{
	display: inline;
	apadding: 0px 5px;
	font-size: 4.5vh;
	color: #FF6400;
	font-weight: bold;
	atext-shadow: 1px 1px 2px rgba(255, 255, 255, 0.33);
	background-color: black;
	}

.home-services-a
	{
	text-decoration: none;
	}

.home-services-a h2
	{
	font-size: 25px;
	font-weight: bold;
	margin: 60px 0px !important;
	text-align: center;
	text-transform: uppercase;
	transform: scale(1.25);
	}

.home-services-a .btn-home-contact
	{
	box-shadow: none;
	}

.home-services-p
	{
	text-align: justify;
	font-size: 16px;
	}

.home-services-btn
	{
	background-color: #CCC;
	}

.entry-content p
	{
	text-align: justify;
	font-size: 17.5px;
	}

.img-top
	{
	width: 100%;
	border-radius: 3px;
	box-shadow: 5px 5px 3px rgba(0,0,0,0.15);
	}

.img-last
	{
	margin-top: 100px;
	}

.btn-contact, .btn-home-contact
	{
	background-color: #FF6400;
	color: black;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 20px;
	margin-top: 20px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
	}

.btn-contact
	{
	animation: heartbeat 5s infinite;
	}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1);
		box-shadow: 5px 5px 5px rgba(0,0,0,0);
    }
    50% {
        transform: scale(1);
		box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
    }
    75% {
        transform: scale(1.1);
		box-shadow: 5px 5px 5px rgba(0,0,0,0);
    }
    100% {
        transform: scale(1);
    }
}

.btn-home-contact
	{
	font-size: 27.5px;
	border: none;
	transition: all 0.25s ease-in-out;
	}

.btn-home-contact:hover
	{
	color: black;
	transform: scale(1.1);
	}

#home-features
	{
	text-align: center;
	margin-top: 125px;
	font-size: 25px;
	font-weight: bold;
	color: black;
	}

#home-features .fa
	{
	display: block;
	font-size: 50px;
	margin-bottom: 25px;
	acolor: #333;
	}

.fa-check
	{
	transform: scale(1.1);
	}
	
#img-minibus
	{
    position: absolute;
	top: -53px;
    left: -300px;
    animation: img-minibus-toright 180s linear infinite;
	}

@keyframes img-minibus-toright {
    0% {
        left: -300px;
    }
    10% {
        left: 120%;
		transform: scale(1,1);
    }
	50% {
        left: 120%;
		transform: scale(-1,1);
    }
    60% {
        left: -300px;
		transform: scale(-1,1);
    }
	
	100% {
        left: -300px;
		transform: scale(1,1);
    }
}

#background-container
	{
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
	}

@media (max-width: 780px)
	{
	.home-services-a h2
		{
		font-size: 30px;
		margin: 30px 0px !important;
		transform: none;
		}
		
	.btn-home-contact
		{
		margin-top: 0px;
		}
	
	#home-contact .btn-home-contact
		{
		margin-top: 20px;
		}
	
	#home-contact h3
		{
		margin-right: 20px;
		}
	
	h2
		{
		font-size: 3.5vh;
		}
	
	.h2toh1
		{
		font-size: 6vh;
		margin-top: 100px !important;
		margin-bottom: 30px !important;
		}
	}

.footer
	{
	color: white !important;
	}

footer ul
	{
	list-style-type: square;
	apadding-left: 0px;
	padding-left: 17.5px;
	}

footer a
	{
	text-decoration: none;
	color: white;
	}

footer a:hover
	{
	color: #FF6400;
	}

#footer-sites a
	{
	background-color: white;
	color: black;
	padding: 0px 5px;
	padding-top: 1px;
	}

@media (max-width: 780px)
	{
	#footer h5
		{
		margin-top: 20px;
		}
	}