	html, body {
	font-family: 'Mulish', sans-serif;
	background-color: #ff5353;
	min-height: 100%;
	padding: 0;
	margin: 0;
	top: 0 !important;
	}
	<style>
.goog-te-banner-frame,.custom-translate {
        display: none !important; 
}

.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important; 
    box-shadow: none !important;
}
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: 6px;
    scrollbar-color: #e4e4e4 #ffffff;
    background: #fff0;
  }

	button {
    font-size: 1.1em;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
	  }
  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    		width: 6px;
        background-color: #fff0;
  }

  *::-webkit-scrollbar-track {
    background: #fff0;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #e4e4e4;
    border-radius: 6px;
    border: 3px solid #fff0;
  }
  
  

  
  
  
  
  
  
  
  
  
  
@keyframes blinker {
  50% {
    opacity: 1;
    background-color: rgb(153 153 153 / 14%);
  }
}
	img {
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  border:0;
	}
	table { 
    border-spacing: 0;
    border-collapse: collapse;
    border:0;
    width:90%;
	}
	td{
		vertical-align: top;
		width:33%;
		padding: 2em;
    line-height: 3em;
	}

	div{display: inline-block;}
	*:focus {
    outline: none;
	}
	h2{
	font-size: inherit;
    display: inline-block;
    margin: 0px;	
		
	}
	h1{
	font-size: inherit;
    display: inline-block;
    margin: 0px;	
		
	}
	h3{
	font-size: inherit;
    display: inline-block;
    margin: 0px;	
		
	}
	a.dd{
		color:#000;
		text-decoration:none;
		cursor:pointer;
		 transition: all 0.2s ease-out;
		 white-space: break-spaces;
    justify-content: left;
    text-align: justify;
        font-size: 0.75em;
    line-height: 1.25em;
    display:inline-block;
        width: 100%;
            font-weight: 900;
	}
	a.dd:hover {
  	
    color: #aaa;
		transition: all 4s ease-out;
  	
  }
  a {
		color:#fff;
		text-decoration:none;
		cursor:pointer;
		
	}
	a:hover {
  	
    color: #aaa;
		transition: all 4s ease-out;

  }
  	

	
  .smenu{
  	width: 98%;
    text-align: left;
    margin: auto 1% auto 1%;
  	
  }
  .mvid20{
  	    max-width: 100%;
  	border-radius: 10px;
    border: 2px solid white;
    outline: none;
  	
  }
  .ovrim{

    border-radius: 10px;
    border: 2px solid white;
    outline: none;
  	
  }
  .imth{
  	border: solid 1px white;
    border-radius: 10px;
    margin: 8px;
    transition: all 1.5s ease-out; cursor:pointer;
    image-rendering: crisp-edges;
  	
  }
	.imth:hover { transform: scale(1.03);transition: all 0.3s ease-out;image-rendering: crisp-edges; }
	
	.imth2{
  	border: 0px;
    margin: 5px 5px 0px 5px;
    image-rendering: crisp-edges;
  	cursor:pointer;
  }
  .titreb{font-size: 9vmax;;margin-top: 2vw;;color: #050c19;text-shadow:none;    font-weight: 900;}
  .titren{font-size: 3em;color: #000000;text-shadow:none;    font-weight: 900;}
  .stitreb{font-size: 1.2em;color: #050c19;margin-bottom: 0px;    font-weight: 900;}
  .stitren{font-size: 1.2em;color: #000000;    font-weight: 900;}
  .texteb{font-size: 0.8em;color: #050c19;    font-weight: 900;}
  .textebs{font-size: 0.8em;color: #050c19;text-shadow:none;    font-weight: 900;}
  .texten{font-size: 0.8em;color: #000000;    font-weight: 900;}
  
  .bouton{
  	font-size: 0.8em;
    color: #000000;
    background-color: #fff;
    padding: 1px 6px 4px 24px;
    margin: 5px;
    border-radius: 4px;
    border: 1px solid #aaa;
    cursor: pointer;
    transition: all 0.5s ease-out;
    text-shadow: none;

  }
  .bouton:hover {
  	
    background-color: #ff5353;
    border: 1px solid #ffdcf7;

  	
  }
    .selectt{
  	font-size: 0.8em;
    color: #aaa;
    background-color: #fff;
    padding: 5px 7px 5px 7px;
    margin: 5px;
    border-radius: 10px;
    border: 0px;
    resize: none;
     text-shadow:none;
    
  }
  .inputt{
  	font-size: 0.8em;
    color: #000;
    background-color: #ffdcf7;
    padding: 5px 7px 5px 7px;
    margin: 5px 0px 5px 0px;
    border-radius: 10px;
    border: 0px;
    resize: none;
    
  }
  
  .tcontent{
  	max-width: 74%;
    margin-left: 5px;
  	
  	}
	.thim{
	    border-radius: 10px;
    border: 2px solid white;
    outline: none;
    margin-top: 5px;	
	}
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 0px solid #fff;
  outline: none;
  vertical-align: middle;
  background-color: #ffdcf7;
  border-radius: 10px;
  transition: all 0.5s ease-out;
}

input[type=checkbox]:checked {
  border-radius: 10px;
    background-color: #ff5353;
    border: 3px solid #ffdcf7;
}
.fer{
		background-color: #fff;
    position: absolute;
    color: #ff5353;
    margin: 0px 0px 0px -17px;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
    cursor:pointer;
    }
    
.groupe{
		width:100%;
		display:inline-block;
    }
.jb{color:white;}   
.contenu1{
	  width: 48%;
    min-width: 312px;
    text-align: left;
    display: inline-block;
    color: #fff;
    
    margin: auto 1% auto 1%;
    float: left;
}
hr {
  border-top: 0px solid white;width:50%;border-bottom: 1px solid white;
}
	.imgt { transition: all 3s ease-out; cursor:pointer;}
	.imgt:hover { transform: scale(1.1); }
	
	.choix{display:inline-block;margin:15px;font-family: 'Schoolbell', cursive;color: #ff00a8;font-weight: bold;}
	
	
	
.ppcontainer {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  max-width: 850px;
  margin: 0 auto;
}

/* Contenu texte */
.pptext-content {
  flex: 1;
  
      max-width: 492px;
    vertical-align: middle;
}

/* Ligne de séparation */
.ppseparator {
  width: 2px;
  height: 200px;
  background-color: #ccc;
  flex-shrink: 0;
  vertical-align: middle;
}

/* Contenu image */
.ppimage-content {
  flex: 1;

}

.ppimage-content img {
      
  height: auto;
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
}

/* Media query pour écrans inférieurs à 600px */
@media (width <= 922px) {
	
	
	.pptext-content {
	max-width: 68vw;
	}
	
	.ppimage-content {
	     width: 68vw;
	    text-align: center;
	}
	
  .ppcontainer {
    flex-direction: column;
    gap: 15px;
  }
  
  /* Ligne horizontale sur mobile */
  .ppseparator {
    width: 68vw;
    height: 2px;
    margin: 6px 0px 6px 0px;
        padding: 1px 1px 1px 1px;
    
  }
}