/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here

/*apply style to the active top level menu item*/
.pa-active-menu-item .et-menu-nav>ul>li.current-menu-item>a {
	border-bottom: 2px solid white !important;
}

/* Réinitialisation et base */
body {
  font-family: 'Raleway', sans-serif; 
  line-height: 1.6;
  color: #333;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Blackjar', Helvetica, cursive;
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-weight: bold;
  color: #0f4378;
}

h1 {
  font-size: 2.2rem;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.3em;
}

h2 {
  font-size: 1.8rem;
  /*color: #2a6496;   */
}

h3 {
  font-size: 1.4rem;
}

h4, h5, h6 {
  font-size: 1.1rem;
  /*color: #444;*/
}

/* Paragraphes */
p {
  margin: 0 0 1em 0;
  font-size: 1rem;
}

/* Liens */
a {
  color: #c61f18;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #c14743;
  text-decoration: underline;
}

/* Listes */
ul, ol {
  margin: 0 0 1.5em 2em;
  padding: 0;
  font-size: 1rem !important;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

li {
  margin-bottom: 0.5em;
}

/* Blocs de citation */
blockquote {
  border-left: 4px solid #2a6496;
  padding: 0.5em 1em;
  margin: 1em 0;
  background-color: #f9f9f9;
  font-style: italic;
  color: #555;
}

/* Code et préformaté */
code, pre {
  font-family: 'Courier New', monospace;
  background-color: #f5f5f5;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  font-size: 0.9em;
}

pre {
  overflow-x: auto;
  padding: 1em;
  margin: 1em 0;
}

/* Classes utilitaires */
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.highlight {
  background-color: #fffacd;
  padding: 0.2em;
}

/* Responsive */
@media (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  body {
    font-size: 0.95rem;
  }
}

/* Correction à l'arrache main-menu*/

/*.menu-item {
  a {
  padding-top : 10px !important ;
  padding-left : 10px !important ;
  color :red !important ;
  }
}