html {
  scroll-behavior: smooth;
}

body {
	font-weight: 100;
	line-height: 1.35;
}

b {
	font-weight: 700;
}

a:hover {
	text-decoration: none;
}

li {
	margin-bottom: 1rem;
}

.logo-background {
	background-image: url('../img/pexels-guillaume-hankenne-2792025.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: border-box;
	background-position-x: center;
	background-position-y: 28%;
}

.rectangle {
	padding: 25px;
	margin: 25px;
	border-radius: 25px;
}

.rectangle-3d {
	box-shadow: 6px 6px 0px #7E9BB1;
	border-radius: 25px;
}

.fond-bleu {
	background: #A8D7DD;
}

.fond-bleu-fonce {
	background: #305780;
}

.fond-gris {
	background: #DDDDDD;
}

.fond-blanc {
	background: #FFFFFF;
}

.deco-bleu {
	text-decoration-color: #A8D7DD;
	text-decoration-thickness: 10%;
}

.deco-blanc {
	text-decoration-color: #FFFFFF;
	text-decoration-thickness: 10%;
}

.bouton-bleu {
	background: #305780;
	border: none;
	border-radius: 73px;
	color: #FFFFFF;
	padding: 20px 20px;
}

.bouton-bleu:hover {
	color: #FFFFFF;
	box-shadow: 3px 4px #7E92A9;
}

.bouton-bleu-clair {
	background: #7E92A9;
	border: none;
	border-radius: 73px;
	color: #FFFFFF !important;
	padding: 5px 10px;
}

.bouton-bleu-clair:hover {
	background: #305780;
	color: #FFFFFF;
}

.bouton-blanc {
	border: none;
	border-radius: 73px;
	padding: 15px 30px;
	background: #FFFFFF;
	color: #305780;
}

.bouton-blanc:hover {
	color: #305780;
	box-shadow: 3px 4px #7E92A9;
}

.signet-container {
	width: 20rem;
	height: 20rem;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.list-arrow {
	list-style-image: url('../img/fleche-liste.svg');
}

.txt-large {
	font-size: 1.5rem;
}

.txt-titre {
	font-size: 2.5rem;
	font-weight: 700;
}

.txt-footer {
	color: white;
	font-size: 0.75rem;
}

a.txt-footer:hover {
	color: white;
}

img.portrait {
	width: 150px;
}

div.portrait {
	margin-left: 3rem;
	margin-right: 3rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

input::placeholder {
	color: red;
	opacity: 1;
}

.form-custom {
	width: 93%;
}

.form-input {
	border-radius: 25px;
	margin-bottom: 1rem;
}

#scrollback-arrow {
	display: none;
  position: fixed;
  bottom: 60px;
  right: 60px;
	cursor: pointer;
  z-index: 99;
}

/* Media query to block the width of the row after a certain breakpoint */
@media (min-width: 1200px) {
	.row {
		max-width: 1200px; /* Set the maximum width for the container at this breakpoint */
	}
	.rectangle {
		max-width: 1200px;
	}
}
