@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


:root {
  --brique: #ba5118;
}

.template_color             { color: var(--brique) /*var(--violet-sc)*/ /*#FF6303*/ ; }
.template_border_color      { border-color: var(--brique) /*#FF6303*/ ; }
.template_backgroundcolor   { color: var(--brique) /*#FF6303*/ ; }
.titre                      { color:var(--brique) /*#FF6303*/; }

body { background: url(/img/conference/skins/sc/fond.jpg) repeat-x #F6F6F6 ; 

    font-family: "Roboto", sans-serif;
  
}

.menu_niveau_1_on 	{ background-color: #ba5118/*var(--violet-sc)*/ /*#FF6303*/; color:#000; }

.titre 				{ text-transform: uppercase; color:var(--brique) /*#FF6303*/; }

.formcontent .titre { text-transform: none; color:inherit; }

#template_header a	{ color:white /*#FF6303*/; }

#template_header	{ color:var(--violet-sc) /*#FF6303*/; }

#template_link, .menu_cartouche  { background: var(--brique)/*var(--violet-clair-sc)*/ /*#FFF1E7*/;}

#template_header {
display:grid;
align-content:center;
justify-content:center;
background: url('https://jim2026.sciencesconf.org/data/header/banner_jim26.jpg') no-repeat center top #ffffff;
height:300px;
}

#template_header h1 a {
font-size:1.5em;
margin:0px;
}

#template_header h1 {
padding:5px;
color:white;
background-color:rgba(0,0,0,0.5);
text-align:center;
font-size:1.5em;
}

.titre {
display:none;
}

a {
color:var(--brique);
}

a:hover {
background-color:var(--brique);
color:white;
}

h2, h3 {
    color:var(--brique);
}
