
.rowChecklist{
    background-color: #f1f1f1;
    height: 100vh;
    margin: 0 !important;
    padding-top: 30px;
}



.rowCat .rowContent {
	width: 95%;
    margin: 0px auto;
    padding: 10px;
}

.retourChecklist {
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 20px 0 0 20px;
    cursor: pointer;
}
.retourChecklist *{
    margin: 0 ;
}
.retourChecklist svg{
    width: 10px;
}
.rowCat .rowContent .rowTitre .titrePage{
	font-size: 33px;
}
.rowCat .dropdown {
	height: 50px;
    transition: 0.4s ease-in-out;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	background-color: #f1f1f1;
	border-radius: 20px;
	overflow: hidden;
    transition: height 0.4s ease-in-out;
	cursor: pointer;
    margin-top: 10px;
}
.rowCat .bloc-top {
	height: 50px;
	padding-left: 30px;
    height: 50px;
    font-size: 19px;
    font-family: 'Montserrat';
    display: flex;
    align-items: center;
}

.rowCat  .bloc-top .titre {
    width: 97%;
}

.rowCat  .bloc-top .fleche{
    width: 3%;
    fill: #03111A;
    height: auto;
    width: 20px;
}

.rowCat  .bloc-top .fleche svg {
    transition: transform 0.4s ease-in-out;
}
.rowCat .bloc-top p{
	font-family: 'Montserrat';
	font-weight: 500;
	padding-left: 20px;
	margin: 0;
}
.rowCat .bloc-links {
    margin: 0 !important;
    padding: 0 0 20px 30px
}

.rowCat .bloc-top .fleche svg {
    transition: transform 0.4s ease-in-out;
}

.dropdown.open .bloc-links {
    display: block;
}

.rowCat .bloc-top {
    display: flex;
    align-items: center;
    padding: 0 30px;
    font-size: 19px;
    font-family: 'Montserrat', sans-serif;
}


