@font-face{
	font-family: 'Arial Rounded MT Bold';
	src: url('../font/arial_bold.ttf');
}

@font-face{
	font-family: 'Trebuchet MS';
	src: url('../font/trebuchet.ttf');
}

.pink_button {
	cursor: pointer;
	text-align: center;
	margin: auto;
	padding: 1em;
	border: none;
	background-color: #D100D1;
	color: #fff;
	font-family: 'Trebuchet MS';
	font-size: 1.5em;
	width: max-content;
	display: block;
	text-decoration: none;
}

.pink_button:first-child{
	margin-top: 1.5em;
}
form {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

form input[type=password] {
	height: 3em;
	text-align: center;
	border: solid;
	width: 100%;
}

form input[type=submit]{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.2em;
		padding-right: 0.2em;
		padding-left: 0.2em;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	height: 50px;
	font-size: 24pt;
	text-decoration: none;
	background-color: #D100D1;
	color: white !important;
	text-align: center;
	border: 0;
}

#pages{
	display: none;
}


h1,h2{
	color: #2c0832;
}

.pink{
	color: #D100D1;
}

h3 button{
	color: #491866;
}
h3,h4,h5{
	color: #D100D1;
}

h1,h2,h3,h4,h5, .filters, h3 button{
	font-family: 'Arial Rounded MT Bold';
	font-weight:normal;
}

main{
	font-family: 'Trebuchet MS';
	width: 80%;
	margin:auto;
}

input[type=checkbox]{ 
    transform : scale(2); 
     vertical-align: middle;
 }

 label > span{
 	vertical-align: middle;
 	margin-right: 2em;	
 } 

img{
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}


li,
.losange {
	background: url('../img/losange_violet.png') no-repeat;
	padding-left: 40px;
	padding-top: 11px;
	list-style: none;
	margin-bottom: 1em;
	line-height: 2em;
}

li > span{
	vertical-align: top;
	margin-top: O;
}

h1{
	font-size: 32pt;
}

h2, .filters{
	font-size: 30pt;
	text-transform: uppercase;
}



h3, h3 button {

	text-align: left;
	font-size: 28pt;
}




h4 {
	font-size: 24pt;
}

h5{
	font-size: 20pt;
}

.titleMotifs {
	display: flex;
	flex-direction: row;
	align-items: center;
}

img.logoMotifs {
	width: 150px;
	height: 150px;
}

.criteria{
	background-color: #f1f1f1;
}

#criteria1, #criteria1-content{
	background-color: white;
}

 /* Style the button that is used to open and close the collapsible content */
.collapsible  {
  background-color: #eee;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
} 

.collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
  margin-top: 1em;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
h3.line{
	overflow: hidden;
	text-align: left;
}
h3.line::after {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 2px solid 
    #edeced;
}


.filters_checkboxes label{
		display: inline;
}

li.non-corrige{
	color: #AD0000;
}

.corrige{
	color: #005200;
}

li.na{
	text-decoration: line-through;
}


@media screen and (min-width: 800px) {
	.margin1, .problem, .criteria, .filters_checkboxes{
		margin-left: 5%;
	}

	ul.rules, .criteria a{
		padding-left: 2%;
	}

	li a{
		padding-left: 0 !important;
	}

	.image_desktop{
		display:block;
	}

	.image_mobile{
		display:none;
	}

	.filters_checkboxes div{
		display: inline-block;
	}

	form{
		width: 30em;
	}

}

@media screen and (max-width: 800px) {

	.image_desktop{
		display:none;
	}

	.image_mobile{
		display:block;
	}

	


}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}


.main-content a.readMore-link{
	margin-left: 2em;
}

.criteria .content .margin1{
	margin-top: 1em;
}