::before, ::after{
box-sizing: border-box;
margin: 0;
padding: 0;
}

/* scroll-behaviour: auto;*/


header {
        color: green;
	background-color: white;
}


div {
	background-color:Gainsboro;
	line-height: 2.0;
}


.intro  {
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
}

.container {
	margin: 0;
	padding: 30px;
}


.container::after {
	content: "";
	display: block;
	clear: both;
}

.container p {
	line-height: 1.2;
}


img {
	width: 200px;
	height: 250px;
	object-fit: cover;
	float: left;
	/* shape-outside: margin-box;*/
	margin: 0 80px 0 0;
}


ul {
	list-style: none;
}

li::before {
	content: "•"; color: brown;
  	display: inline-block; width: 1em;
  	margin-left: -1em;
}

.dropdown {
	height: 63px;
	border-radius: 5px;
	color: black;
	background: Gainsboro;
	transition: height 0.4s ease-in-out;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.bloc-top {
	padding: 20px;
	display: block;
	width: 100%;
	border: none;
	outline: none;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: Gainsboro;
	color: brown;
	cursor: pointer;
	border-radius: 5px;
}


.bloc-links {
	padding: 0 22px;
}

.bloc-links li:last-child{
	padding-bottom: 25px;
}


.dropdown1 {
	height: 63px;
	border-radius: 5px;
	color: black;
	background: Gainsboro;
	transition: height 0.4s ease-in-out;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.bloc-top1 {
	padding: 20px;
	display: block;
	width: 100%;
	border: none;
	outline: none;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: Gainsboro;
	color: brown;
	cursor: pointer;
	border-radius: 5px;
}


.bloc-links1 {
	padding: 0 22px;
}

.bloc-links1 li:last-child{
	padding-bottom: 25px;
}


.dropdown2 {
	height: 63px;
	border-radius: 5px;
	color: black;
	background: Gainsboro;
	transition: height 0.4s ease-in-out;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.bloc-top2 {
	padding: 20px;
	display: block;
	width: 100%;
	border: none;
	outline: none;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: Gainsboro;
	color: brown;
	cursor: pointer;
	border-radius: 5px;
}


.bloc-links2 {
	padding: 0 22px;
}

.bloc-links2 li:last-child{
	padding-bottom: 25px;
}

