* {
  box-sizing: border-box;
}

/* Style the body */
body {
    font-family:  Helvetica, Arial, sans-serif;
    margin: 0;
    background:   #ddd ;
}
a
{
	text-decoration:none;
	color:#16a085;
}
a:hover
{
	/*text-decoration: underline;*/
    color:black;
    cursor: pointer;
}
/* Header/logo Title */
.header {
    height: 130px;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-bottom: 5px;
    text-align: left;
    background: #34495e;
    color: white;
}

/* Increase the font size of the heading */
h2 {
    color:#16a085;
}
h3 {
    color:#16a085;
    
}
.header h1 {
  font-size: 30px;
}
/*menu*/
.topnav {
    //overflow: hidden;
    min-height: 48px;
    background-color: #333;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.topnav a {
  float: left;
  //display: block;
    display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
min-height: 48px;
}


.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 14px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
    min-height: 48px;
}

.dropbtn2 {
  font-size: 14px;    
  border: none;
  outline: none;
  color: #ec7063;
  padding: 14px 16px;
  background-color: #fdedec;
  font-family: inherit;
  margin: 0;
    min-height: 48px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 16px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.active {
  //background-color: #04AA6D;
 background-color: #d5f5e3 ;
  color: white;
}
.topnav a:hover, .dropdown:hover .dropbtn, .dropdown:hover .dropbtn2 {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.topnav a.para {
  float: right;
}

@media screen and (max-width: 700px) {
  .topnav a:not(:first-child), .dropdown .dropbtn, .dropdown .dropbtn2 {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn, .topnav.responsive .dropdown .dropbtn2 {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.math{
    display: block;
	width: 300px;
	float: left;
}
/* Column container */
.row {  
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    /*flex-wrap: wrap;*/
    /*overflow-x: auto;*/
    
}
.row p
{
	font-size: 12px;
    line-height: 1;
}
.footer p
{
	font-size: 10px;
}
.overlay {
position: fixed;
left: 0px;
top:0px;
background-color: rgba(0,0 ,0 , 0.5);
width: 100%;
height: 100%;
z-index:1;
display:none;
}

.popup{
margin: 10% auto;
width : 70%;
background-color: rgb(243, 243, 243);
padding: 1em;
box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
border-radius: 5px;
}

.btnClose {
float: right;
font-size:16pt;
cursor: pointer;
color: rgb(26, 26, 26);
}
/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
    -ms-flex: 5%; /* IE10 */
    flex: 5%;
    background-color:#f4f6f6 ;
    padding: 20px;
    height: auto;
    border-right : 1px solid #16a085;
}
.side2 {
    -ms-flex: 5%; /* IE10 */
    flex: 5%;
    background-color: #f4f6f6;
    padding: 20px;
    height: auto;
    border-right : 1px solid #16a085;
}

/* Main column */
.main {   
    -ms-flex: 70%; /* IE10 */
    flex: 70%;
    background-color: white;
    padding: 30px;
    min-height: 95vh;
    overflow-x: auto;
}
.main p
{
    font-size:14px;
    line-height: 1.5;
}
/* Fake image, just for this example */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}
.tab {
    overflow-x: auto;
}
/* Footer */
.footer {
  padding: 5px;
  text-align: center;
  background:  #f4f6f6 ;
    border-top : 1px solid #16a085;
}

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .row {   
    flex-direction: column;
    flex: 70%;
    /*overflow-x: auto;*/
  }
}
/*@media screen and (max-width: 700px) {
  .main {   
    display: block;
    overflow-x: auto;
  }
}*/

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
/*@media screen and (max-width: 700px) {
  .navbar a {
    float: none;
    width: 100%;
  }
}*/

@media screen and (max-width: 700px) {
  #horaire {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .side {
    display: none;
  }
}


/**/
#logo
{
    float: left;
    padding-right : 20px;
}
.imgcenter
{
    display: flex;
    justify-content: center;
}
#help
{
    font-size: 14px;
    color:#1b4f72;
}
input[type=text],input[type=password],input[type=date],input[type=number], select, textarea {
    width: 40%;
    padding: 5px 5px;
    box-sizing: border-box;
    background-color: #f8f9f9;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    font-family: inherit;
    line-height: 1.5em;
}
input.horaire[type=text], select.horaire{
    width: 70%;
}
input.horaire[type=color]{
    width: 20%;
}
textarea {
    width: 80%;
    padding: 5px 5px;
    box-sizing: border-box;
    background-color: #f8f9f9;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
}
input.input2[type=text] {
    width: 100px;
}
input.input2[type=number] {
    width: 100px;
}
@media screen and (max-width: 700px) {
  input[type=text],input[type=password],input[type=date],input[type=number], select, textarea { 
    width: 100%;
  }
}
input.annuaire[type=text] {
    width: 50%;
    padding: 5px 5px;
    box-sizing: border-box;
    background-color: #f8f9f9;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
}
input.formu_connect[type=text], input.formu_connect[type=password], select.formu_connect {
    width: 100%;
    padding: 5px 5px;
    box-sizing: border-box;
    background-color: #f8f9f9;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
}
@media screen and (max-width: 700px) {
  input.horaire[type=text] { 
    width: 100%;
  }
}
input[type=text]:focus, input[type=password]:focus {
  background-color:   #d7dbdd;
}
.formu {
    cursor: default;
    font-size: 14px;
    /*color: #2874a6;*/
    color:black;
    display: block;
	width: 250px;
	float: left;
}
.button2 {
  background-color: #626161;
  border: none;
  color: white;
  padding: 12px 12px;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.button2:hover {
    background-color: ghostwhite;
    color : black;
}
.button3 {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 12px 12px;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  width: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.button3:hover {
    background-color: ghostwhite;
    color : black;
}
.button4 {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 12px 12px;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 5px;
}
.button4:hover {
    background-color: ghostwhite;
    color : black;
}
.button5 {
  background-color: gainsboro;
  border: none;
  color: black;
  padding: 10px 10px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.button5:hover {
    background-color: ghostwhite;
    color : black;
}
.button6 {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 12px 12px;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 5px;
}
.button6:hover {
    background-color: ghostwhite;
    color : black;
}
.grid-container {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 10px;
    padding: 10px;
    font-size: 12px;
}
.grid-container2 {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 10px;
  padding: 10px;
    font-size: 12px;
}
.grid-container9 {
  display: grid;
  grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10%;
  grid-gap: 4px;
  padding: 2px;
    font-size: 10px;
    overflow-x: auto;
}
.grid-container10 {
    display: grid;
    grid-template-columns: 32.5% 32.5% 32.5%;
    grid-gap: 5px;
    font-size: 10px;
    
}
.success {
    color:green;
    border:thin solid green;
    padding:10px;
    background-color:  #e9f7ef;
    width: 90%;
    border-radius: 3px;
}
.error {
    color:red;
    border:thin solid red;
    padding:10px;
    background-color:  #fadbd8;
    width: 90%;
    border-radius: 3px;
}
#myDiv {
    opacity: 1;
    transition: opacity 0.5s;
       position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  padding: 10px 20px;
  font-size: 24px;
  z-index: 999;
  }
.one {
  grid-column: 1 / 4;
  grid-row: 1;
}
.grid-container3 {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-gap: 10px;
 font-size: 10px;
}

.grid-container2 > div {
  background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 0;
    height: auto;
}
.grid-container3 > div {
  /*background-color: mistyrose;*/
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 5px;
    height: auto;
    border: thin solid #048B9A;
}

@media screen and (max-width: 700px) {
  .grid-container { 
    display: flex;
    flex-direction: column;
    }
}
@media screen and (max-width: 700px) {
  .grid-container, .grid-container2, .grid-container3, .grid-container9 { 
    display: flex;
    flex-direction: column;
  }
}
.box {
    display:block;
    background-color: #eafaf1 ;
    border-radius: 2px;
    padding: 40px;
    font-size: 100%;
    text-decoration: none;
    color:#16a085;
    text-align: center;
    font-weight: bold;
}
.box3 {
    display:block;
    background-color: #fef5e7;
    border-radius: 2px;
    padding: 40px;
    font-size: 100%;
    text-decoration: none;
    color:#ca6f1e;
    text-align: center;
    font-weight: bold;
}
.box4 {
    display:block;
    background-color:#fdedec;
    border-radius: 2px;
    padding: 40px;
    font-size: 100%;
    text-decoration: none;
    color: #ec7063 ;
    text-align: center;
    font-weight: bold;
}
.box2 {
    display:block;
    background-color: #eafaf1 ;
    border-radius: 2px;
    padding: 15px;
    font-size: 100%;
    text-decoration: none;
    color:#16a085;
}
.disabled {
    display:block;
    background-color:  #f4f6f6;
    border-radius: 2px;
    padding: 40px;
    font-size: 100%;
    text-decoration: none;
    pointer-events: none; 
    color:#1b4f72;
    opacity: 0.33;
}


.box:hover, .box2:hover, .box3:hover
{
    color : black;
    background-color: ghostwhite;
    text-decoration:none;
}

.disabled:hover
{
    color : black;
    text-decoration:none;
}
img {
  vertical-align:middle;
}
table {
    border:none;
    width: 100%;
    border-collapse: collapse
    
}
.ressource {
    width: 1000px;
    
}
th {
    border-bottom: thin solid #048B9A;
    height:30px;
    color:#999999;
    font-size: 12px;
}
td {
    border-bottom: thin solid #048B9A;
    height:30px;
    font-size: 12px;
}
#bareme
{
	width:90%;
	border:none;
}
#bareme td {
border-bottom: none;
border: thin solid #16a085;
padding-bottom: 5px;
padding-top: 5px;
width: 10%;
}
.notes{
    max-width: 700px;
    //table-layout: fixed;
    overflow-x: auto;
}
.notes td{
    border-bottom: none;
    border: thin solid #336699;
    /*padding-bottom: 5px;*/
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 5px;
}
.notes th {
    border: thin solid #048B9A;
    /*width: 590px;*/
    height:30px;
    padding-left: 10px;
    color:#999999;
}
table.jdb {
    background:  #f8f9f9  ;
}
table.er {
    background:  #f8f9f9  ;
}
.er td{
    border-bottom: none;
    border: thin solid #336699;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    width : 150px;
}
@media screen and (max-width: 700px) {
  table.jdb { 
    width: 800px;
  }
}
#jdb h2 {
    color: black;
    text-align: center;
}

#jdb td {
border-bottom: none;
border: thin solid #336699;
/*padding-bottom: 5px;*/
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
text-align: left;
}
#jdb th {
border: thin solid #336699;
/*width: 590px;*/
height:30px;
/*padding-left: 5px;*/
color:#999999;
text-align: center;
}
#jdb p{
    font-size: 12px;
    text-align: center;
}
#jdb a{
    display:block;
    text-decoration:none;
	color:black;
}
#jdb a:hover
{
	text-decoration: none;
}


.modifier a
{
	background:url(images/modifier.png);
	display:block;
	color:white;
	height:19px;
	/*line-height:18px;*/
	text-decoration:none;
	width:19px;
        /*text-align:center;*/
	/*vertical-align:middle;*/
    margin: auto;
}
.modifier2 a
{
	background:url(images/modifier2.png);
	display:block;
	color:white;
	height:19px;
	/*line-height:18px;*/
	text-decoration:none;
	width:19px;
        /*text-align:center;*/
	/*vertical-align:middle;*/
    margin: auto;
}
.archiver a
{
	background:url(images/archiver.png);
	display:block;
	color:white;
	height:19px;
	/*line-height:18px;*/
	text-decoration:none;
	width:19px;
        /*text-align:center;*/
	/*vertical-align:middle;*/
    margin: auto;
}
.supprimer a
{
	background:url(images/supprimer.png);
	display:block;
	color:white;
	height:18px;
	text-decoration:none;
	width:19px;
    margin: auto;
}
.supprimer2 a
{
	background:url(images/supprimer.png);
	display:inline-block;
	color:white;
	height:19px;
	/*line-height:18px;*/
	text-decoration:none;
	width:19px;
    margin-right: 10px;
}
.mail a
{
	background:url(images/mail.png);
    background-repeat : no-repeat;
	display:inline-block;
	color:white;
	height:18px;
	text-decoration:none;
	width:18px;
    margin: auto;
}
.cadenas_ferme a
{
	background:url(images/cadenas_ferme.png);
	display:inline-block;
	color:white;
	height:19px;
	/*line-height:18px;*/
	text-decoration:none;
	width:19px;
    margin-right: 10px;
}
.cadenas_ouvert a
{
	background:url(images/cadenas_ouvert.png);
	display:inline-block;
	color:white;
	height:19px;
	/*line-height:18px;*/
	text-decoration:none;
	width:19px;
    margin-right: 10px;
}
.pdf a
{
	background:url(images/pdf.png);
	display:inline-block;
	color:white;
	height:25px;
	/*line-height:18px;*/
	text-decoration:none;
	width:19px;
    margin-right: 10px;
}
.geogebra a
{
	background:url(images/geogebra.png);
	display:inline-block;
	color:white;
	height:25px;
	/*line-height:18px;*/
	text-decoration:none;
	width:25px;
    margin-right: 10px;
}
.lien a
{
	background:url(images/lien.jpg);
	display:inline-block;
	color:white;
	height:25px;
	/*line-height:18px;*/
	text-decoration:none;
	width:25px;
    margin-right: 10px;
}
.img a
{
	background:url(images/img.png);
	display:inline-block;
	color:white;
	height:25px;
	/*line-height:18px;*/
	text-decoration:none;
	width:25px;
    margin-right: 10px;
}
.app a
{
	background:url(images/app.png);
	display:inline-block;
	color:white;
	height:25px;
	/*line-height:18px;*/
	text-decoration:none;
	width:25px;
    margin-right: 10px;
}
.cadenas a
{
	background:url(images/cadenas.png);
	display:inline-block;
	color:white;
	height:25px;
	/*line-height:18px;*/
	text-decoration:none;
	width:25px;
    margin-right: 10px;
}
.tinker a{
	text-decoration:none;  /* On enlève le soulignement */
	color:black;
	background:url(images/tinkercad.png);
	display:block;
	color:black;
	height:25px;
	/*line-height:18px;*/
	text-decoration:none;
	width:25px;
}
.video a{
	text-decoration:none;  /* On enlève le soulignement */
	color:black;
	background:url(images/youtube2.png);
	display:block;
	color:black;
	height:25px;
	/*line-height:18px;*/
	text-decoration:none;
	width:25px;
}
.objectifs a
{
	background:url(images/objectifs.png);
	display:block;
	color:white;
	height:19px;
	/*line-height:18px;*/
	text-decoration:none;
	width:19px;
        /*text-align:center;*/
	/*vertical-align:middle;*/
    margin: auto;
}
.actualiser a
{
	background:url(images/actualiser.png);
	display:inline-block;
	color:white;
	height:19px;
	/*line-height:18px;*/
	text-decoration:none;
	width:19px;
    margin-right: 10px;
        /*text-align:center;*/
	/*vertical-align:middle;*/
    /*margin: auto;*/
}
.excel a
{
	background:url(images/excel.png);
	display:inline-block;
	color:white;
	height:19px;
	/*line-height:18px;*/
	text-decoration:none;
	width:19px;
    margin-right: 10px;
        /*text-align:center;*/
	/*vertical-align:middle;*/
    /*margin: auto;*/
}
.insta a
{
	background:url(images/insta.png);
	display:inline-block;
	color:white;
	height:30px;
	text-decoration:none;
	width:30px;
    margin-right: 10px;
}
.facebook a
{
	background:url(images/facebook.png);
	display:inline-block;
	color:white;
	height:30px;
	text-decoration:none;
	width:30px;
    margin-right: 10px;
}
.youtube a
{
	background:url(images/youtube.png);
	display:inline-block;
	color:white;
	height:30px;
	text-decoration:none;
	width:30px;
    margin-right: 10px;
}
.youtube a
{
	background:url(images/youtube.png);
	display:inline-block;
	color:white;
	height:30px;
	text-decoration:none;
	width:30px;
    margin-right: 10px;
}
.twitter a
{
	background:url(images/twitter.png);
	display:inline-block;
	color:white;
	height:30px;
	text-decoration:none;
	width:30px;
    margin-right: 10px;
}

/*Radio*/
input[type="radio"].demo2 {
  display: none;
}
input[type="radio"].demo2 + label {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  color: #fff;
  background-color: #6c757d;
  border: 1px solid transparent;
  transition: all 0.5s ease-in-out;
    display: unset;
    float:unset;
}
input[type="radio"].demo2.demoyes:hover + label {
  background-color: #218838;
  border-color: #1e7e34;
}
input[type="radio"].demo2.demoyes:checked + label {
  background-color: #28a745;
  border-color: #28a745;
}
input[type="radio"].demo2.demono:hover + label {
  background-color: #c82333;
  border-color: #bd2130;
}
input[type="radio"].demo2.demono:checked + label {
  background-color: #dc3545;
  border-color: #dc3545;
}
input[type="radio"].demo2.demomoy:hover + label {
  background-color: orange;
  border-color: orange;
}
input[type="radio"].demo2.demomoy:checked + label {
  background-color: orange;
  border-color: orange;
}
/*Checkbox*/
.container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 14px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*Modal*/

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 80%;
    border-radius: 0.5rem;
}

.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}

.close-button:hover {
    background-color: darkgray;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
} 

#annonce-banniere {
    position: fixed;
    left: 0;
    top: 25%;
    transform: translateY(-50%);
    background-color: #fdedec;
    color: black;
    padding: 20px;
    width: 400px;
    transition: left 0.5s;
    font-size: 18px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border: 2px solid #e9d9d7;
}

#annonce-contenu {
    display: flex;
    justify-content: space-between; /* Pour aligner le texte à gauche et la croix à droite */
    align-items: center; /* Pour centrer le contenu verticalement */
    width: 100%;
}

.texte {
    flex-grow: 1; /* Pour que le texte occupe l'espace disponible */
}

#fermer-annonce {
    cursor: pointer;
}

.fermer-icon {
    font-size: 18px;
    color: black;
}



