
		.container-expand-lg{
			margin-top: 80px;
		
		}

		.row {
    --bs-gutter-x: 0rem;
}
	
	

	bod {
			padding-left: 5%;
			padding-right: 5%;
		}

		.img-fluid{
			width: 100%;
		}
		.thomaznavbar a{
			text-decoration: none;
			color: rgb(238, 161, 116);
		}

		.texte{
			display: inline-block;
			position: relative;
			width: 10;
				
		}

		.menu{
		margin-top: 9px;
		margin-left: 9px;
	}

	.menu img{
		width: 20px;
		margin-bottom: 3px;
	
	}


		.texte p{
			position: absolute;
			top: 80%;
			font-weight: bold;
			font-size: clamp(0.7em, 0.5em + 3vw, 0.1em);
			color: rgb(255, 255, 255);
			margin-top: 5px;
			margin-bottom: 5px;
			margin-left: 30%;
			width: 70%;
			background-color: rgba(0, 0, 0, 0.909);
			text-align: right;
			
			padding: 3%;
		}

		.texte p a{
			text-decoration: none;
			color: rgb(250, 250, 250);
		}

		

		html {
			font-size: .9rem;
		  }
		  
		  @include media-breakpoint-up(sm) {
			html {
			  font-size: 1.2rem;
			}
		  }
		  
		  @include media-breakpoint-up(md) {
			html {
			  font-size: 1.4rem;
			}
		  }
		  
		  @include media-breakpoint-up(lg) {
			html {
			  font-size: 1.6rem;
			}
		  }

