/* 
================================
 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;	
}






.H1-Container .dnntitle h1{
    background:#35546b;
    color:#ffffff;
    font-size:18px;
    font-weight:700;
    padding:10px 15px 10px 50px;
    position:relative;
    margin:0;
    line-height:1.2;
}

/* Bloc rouge à gauche */
.H1-Container .dnntitle h1:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:38px;
    height:100%;
    background:#b4443f;
}

/* Petite flèche blanche */
.H1-Container .dnntitle h1:after{
    content:"▶";
    position:absolute;
    left:13px;
    top:50%;
    transform:translateY(-50%);
    color:#ffffff;
    font-size:10px;
}


.H1-Container .dnntitle h1{
    margin-bottom:15px;
}


.H2-Container .dnntitle h2{
    display:inline-block;
    position:relative;
    background:#b4443f;
    color:#ffffff;
    font-size:18px;
    font-weight:700;
    padding:10px 45px 10px 15px;
    margin:0 0 20px 0;
    line-height:1.2;
    overflow:visible;
}

/* Diagonale plus douce */
.H2-Container .dnntitle h2:after{
    content:"";
    position:absolute;
    top:0;
    right:-22px;
    width:45px;
    height:100%;
    background:#b4443f;
    transform:skewX(-25deg);
}

/* Texte au-dessus */
.H2-Container .dnntitle h2 .title{
    position:relative;
    z-index:2;
    color:#ffffff;
}


.H2-Container .dnntitle h2{
    margin-bottom:15px;
}
/* ===== CONTENEUR GLOBAL ===== */
.H3-Container {
  border: 1px solid #35546b;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  border-top: 20px solid #35546b; /* épaisseur + couleur */
}



/* ===== TITRE DNN ===== */
.H3-Container .dnntitle h3 {
  display:none;
}

/* ===== PARAGRAPHES ===== */
.H3-Container .contentmain p {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #333;
}

/* ===== LISTE ===== */
.H3-Container .contentmain ul {
  margin-top: 15px;
  padding-left: 20px;
}

/* puces rouges */
.H3-Container .contentmain li::marker {
  color: #b4443f;
}

/* espacement des items */
.H3-Container .contentmain li {
  margin-bottom: 8px;
}

/* ===== LIENS ===== */
.H3-Container .contentmain a {
  color: #b4443f;
  text-decoration: none;
}

.H3-Container .contentmain a:hover {
  text-decoration: underline;
}

/* ===== petit hack DNN (supprime les <br> inutiles dans liste) ===== */
.H3-Container .contentmain li br {
  display: none;
}



/* ===== CONTENEUR GLOBAL ===== */
.H3-Container {
  border: 1px solid #35546b;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  border-top: 20px solid #35546b; /* épaisseur + couleur */
}



/* ===== TITRE DNN ===== */
.H4-Container .dnntitle h4 {
  margin: 0;              /* enlève le petit espace */
  padding: 4px 10px;      /* garde un peu de confort horizontal */
  background-color: #35546b;
  color: #fff;
  border-radius: 4px 4px 0 0; /* arrondi uniquement en haut */
}

.H4-Container .contentmain {
  padding: 15px 20px; /* 👈 espace propre à l’intérieur */
}


/* ===== PARAGRAPHES ===== */
.H4-Container .contentmain p {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #333;
}

/* ===== LISTE ===== */
.H4-Container .contentmain ul {
  margin-top: 15px;
  padding-left: 20px;
}

/* puces rouges */
.H4-Container .contentmain li::marker {
  color: #b4443f;
}

/* espacement des items */
.H4-Container .contentmain li {
  margin-bottom: 8px;
}

/* ===== LIENS ===== */
.H4-Container .contentmain a {
  color: #b4443f;
  text-decoration: none;
}

.H4-Container .contentmain a:hover {
  text-decoration: underline;
}

/* ===== petit hack DNN (supprime les <br> inutiles dans liste) ===== */
.H4-Container .contentmain li br {
  display: none;
}


/* ===== CONTENEUR GLOBAL ===== */
.H4-Container {
  border: 1px solid #35546b;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  border-top: 1px solid #35546b; /* épaisseur + couleur */
  padding: 0 0px 10px 0px; /* <-- supprime le padding du haut */
}


.H5-Container .dnntitle {
  margin: 0;
  padding: 0;
}

.H5-Container .dnntitle h5{
  color: #a9413b;
}
