/* 
================================
 Container Styles for DotNetNuke
================================
.


/*-------------------------------------------------------------------------------*/
.actions								 { width:10px;}
.clear									 { clear:both;}
.c_footer								 { padding-right:10px; text-align:right;}
.dnntitle 								 { 	 color: #fff;}
.c_contentpane 							 { text-align:left; padding:2px 5px 0px 5px;}
.ModuleTitle_MenuContainer				 { width:100px!important;}




.Footer-Container01 .footer-title{
	margin:0px 0px 25px;
}
.Footer-Container02 .footer-title{
	border-bottom:1px solid rgba(255,255,255,0.2);
	padding-bottom:9px;
	position:relative;
	margin-bottom:35px;
}
.Footer-Container02 .footer-title:after{
	content:"";
	border-bottom:2px solid;
	width:30px;
	position:absolute;
	left:0;
	bottom:-1px;
}
@media only screen and (max-width: 767px) {
.Footer-Container01 .footer-title{
	margin-bottom:15px;
}
.Footer-Container02 .footer-title{
	margin-bottom:20px;
}

}
.Footer-light-Container .dnntitle{
	margin-bottom: 25px;
}
.Footer-light-Container .dnntitle h6{
	color: #dddddd;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
}

.Footer-White-Container .dnntitle{
	margin-bottom: 20px;
}
.Footer-White-Container .dnntitle h4{
	color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0;
}

.Container-01{
	border-bottom:1px solid #ebebeb;
	margin-bottom: 40px;
	padding-bottom: 45px;
}
.Container-01 .dnntitle{
	margin-bottom: 30px;
}
.Container-01 .dnntitle h3{
	color: #fd4ea5;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
	letter-spacing: 0;
	margin: 0;
}


.DnnModule:last-child .Container-01{
	border:none;
	margin-bottom: 0
}

.H1-Container{
	margin-bottom: 60px;
}
.H2-Container{
	margin-bottom: 50px;
}





.H6-Container{
	margin-bottom: 35px;
   
margin-top: 25px;	
}








/*===============================
  Styles pour H3-Container (nouvelle structure)
================================*/

/* Container principal */
.H3-Container {
    border: 1px solid #02864B;      /* bordure rose foncé */
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    background-color: #fff;         /* fond blanc pour le contenu */
}

/* Titre du container */
.H3-Container .dnntitle {
    background-color: #02864B;      /* header sombre */
    color: #fff;
    padding: 15px 20px;
    position: relative;
    border-bottom: 2px solid #02864B;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 600;
	    color: fff;
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 1.4;
    letter-spacing: 0;
}


/* Coins décoratifs (optionnel) */
.H3-Container .corner-left,
.H3-Container .corner-right {
    width: 20px;
    height: 20px;
    background-color: #02864B;
    position: absolute;
    top: 0;
}
.H3-Container .corner-left { left: 0; clip-path: polygon(0 0, 100% 0, 0 100%); }
.H3-Container .corner-right { right: 0; clip-path: polygon(100% 0, 100% 100%, 0 0); }

/* Contenu du module */
.H3-Container .contentmain {
    padding: 20px;
    color: #000;
}

/* Images responsives dans le contenu */
.H3-Container .contentmain img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

/* Responsif */
@media (max-width: 767px) {
    .H3-Container .dnntitle {
        flex-direction: column;
        align-items: flex-start;
        font-size: 1.3rem;
    }
    .H3-Container .c_icon {
        margin-bottom: 10px;
    }
}



/*===============================
  Styles pour H3-Container (nouvelle structure)
================================*/

/* Container principal */
.H4-Container {
    border: 1px solid #02864B;      /* bordure rose foncé */
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    background-color: #fff;        
margin-top: 20px;	/* fond blanc pour le contenu */
}

/* Titre du container */
.H4-Container .dnntitle {
    background-color: #02864B;      /* header sombre */
    color: #fff;
    padding: 10px 10px;
    position: relative;
    border-bottom: 2px solid #02864B;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 500;
	    color: fff;
    font-size: 1.625rem;
    line-height: 1.4;
    letter-spacing: 0;
	
	text-align:center;
	
}


/* Coins décoratifs (optionnel) */
.H4-Container .corner-left,
.H4-Container .corner-right {
    width: 20px;
    height: 20px;
    background-color: #02864B;
    position: absolute;
    top: 0;
}
.H4-Container .corner-left { left: 0; clip-path: polygon(0 0, 100% 0, 0 100%); }
.H4-Container .corner-right { right: 0; clip-path: polygon(100% 0, 100% 100%, 0 0); }

/* Contenu du module */
.H4-Container .contentmain {
    padding: 20px;
    color: #000;
}

/* Images responsives dans le contenu */
.H4-Container .contentmain img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}


.H4-Container .dnntitle  h4 {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
}

.H6-Container .contentmain  h3 {

color: #02864B;

  font-size: 1.5rem;
}


/* Responsif */
@media (max-width: 767px) {
    .H4-Container .dnntitle {
        flex-direction: column;
        align-items: flex-start;
        font-size: 1.3rem;
    }
    .H4-Container .c_icon {
        margin-bottom: 10px;
    }
}




/*===============================
  Styles pour H3-Container (nouvelle structure)
================================*/

/* Container principal */
.H5-Container {
   
margin-top: 25px;	/* fond blanc pour le contenu */
}

/* Titre du container */
.H5-Container .dnntitle {
vertical-align: middle;
  font-weight: bold;
   transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color:#02864B;
	border-bottom: 1px solid #dddddd;
  position: relative;
}


/* Coins décoratifs (optionnel) */
.H5-Container .corner-left,
.H5-Container .corner-right {
    width: 20px;
    height: 20px;
    background-color: #02864B;
    position: absolute;
    top: 0;
}
.H5-Container .corner-left { left: 0; clip-path: polygon(0 0, 100% 0, 0 100%); }
.H5-Container .corner-right { right: 0; clip-path: polygon(100% 0, 100% 100%, 0 0); }

/* Contenu du module */
.H5-Container .contentmain {
    padding: 20px;
    color: #000;
}

/* Images responsives dans le contenu */
.H5-Container .contentmain img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}


.H5-Container .dnntitle  h5 {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
    color:#02864B;border-bottom: 2px solid;
  margin-bottom: -1px;
  padding: 6px 3px 12px;
}


/* Responsif */
@media (max-width: 767px) {
    .H5-Container .dnntitle {
        flex-direction: column;
        align-items: flex-start;
        font-size: 1.3rem;
    }
    .H5-Container .c_icon {
        margin-bottom: 10px;
    }
}



.H6-Container .contentmain  .event {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}

.H6-Container .contentmain .event-img {
  flex: 5; /* 75% */
}

.H6-Container .contentmain .event-content {
  flex: 7; /* 25% */
}

.H6-Container .contentmain .event img {
  width: 100%;
  height: auto;
  display: block;
}



.H6-Container .contentmain .event strong {
    color:#02864B;
	font-size:18px;
}

