
/* ---- General styles ----*/
div.header {
    background-color:#3f8b54;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/qtg2022.svg);
}
div.header:after {
  display:none;
}
div.header .title .honnor {
    display: block;
    font-size: .7em;
    font-weight: bold;
    margin-top: 7px;
    color: #efe;
}


h2, h3 {
    margin-top: 1.4em;
}    

.centered {
    text-align: center;
}
.justified {
    text-align: justify;
}
.alert {
    background-color: #da4f49;
    padding: 1em;
    color: white;
    text-align: center;
    font-size: 1.2em;
    border-radius: 7px;
    margin-bottom: 1.4em;
}
/*------- page Home -------*/
.url-home .mainimage {
    max-width:70%;
    max-height:30%;
    margin-bottom:1em;
}
ul.sponsors {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex: 1;
}
ul.sponsors > li {
    display: flex;
}
ul.sponsors > li img {
    height: 100px;
    margin: 7px;
}

/*------- page Useful information -------*/
ul.address {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 0em 0em -2.1em 0em;
}
ul.address > li:first-child {
    white-space: pre;
    display: inline-block;
    margin-top: 1em;
}
ul.address li {
    display: flex;
    flex: 0;
}
div.mapcontainer {
  margin: 1em 1em 0em 1em;
}
div.mapcontainer iframe {
    width: 450px;
    max-width: 84vw;
    height: 202px;
    max-height: 70vh;
}
@media screen and (min-width: 980px) {
  ul.address {
    justify-content: start;
    align-items: start;
  }
  div.mapcontainer {
    margin: 1em 1em 0em 3em;
  }
}

.url-useful-informations .to {
    display: block;
    font-weight: bold;
    font-size: 1.3em;
    margin: .4em 0em .3em 0em;
}    
.url-useful-informations .from {
    display: block;
    font-weight: bold;
    color: #005577;
    padding: .7em 0em .4em 0em;
}    

/*------- page Abstracts -------*/
.url-abstracts h4.titre {
    margin-top: 2em;
    background-color: #F7F7F7;
    padding: 7px;
    border-radius: 7px;
    font-weight: normal;
}
.url-abstracts h4.titre strong {
    color: #770000;
}
.url-abstracts h4.titre em {
    color: #340043;
}
.url-abstracts p
{
    margin: 0px 7px 0px 21px;
}
.url-abstracts p,
.url-abstracts li
{
    text-align:justify;
}
.url-abstracts ol,
.url-abstracts ul
{
    margin: 0px 7px 0px 28px;
    list-style-position: inside;
}
/*------- page Program -------*/
li p {
    margin: 0px;
}
.break {
    color: green;
    font-style:italic;
}
.coffee, .meal {
    background-size: 16px 16px;
    background-repeat: no-repeat;
    padding-left: 18px;
}
.coffee {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 759"><path d="M897 207q0-43-31-74t-74-30h-33v207h33q43 0 74-30t31-73zm-897 414h965q0 57-40 97t-98 41h-689q-57 0-97-41t-41-97zm1e3-414q0 86-61 146t-147 60h-33v18q0 50-36 85t-85 35h-379q-49 0-85-35t-36-85v-396q0-14 11-25t24-10h619q86 0 147 61t61 146z" fill="green"/></svg>'); /* icon-cofee */
}
.meal {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 786 1000"><path d="M357 36v357q0 34-20 62t-51 39v435q0 29-21 50t-51 21h-71q-29 0-50-21t-22-50v-435q-31-11-51-39t-20-62v-357q0-15 11-25t25-11 25 11 10 25v232q0 14 11 25t25 11 25-11 11-25v-232q0-15 11-25t25-11 25 11 10 25v232q0 14 11 25t25 11 25-11 11-25v-232q0-15 10-25t25-11 26 11 10 25zm429 0v893q0 29-21 50t-51 21h-71q-29 0-50-21t-22-50v-286h-125q-7 0-12-5t-5-13v-446q0-74 52-127t126-52h143q15 0 25 11t11 25z" style="fill:green"/></svg>'); /* icon-food */
}
@media print {
    .pagebreak {page-break-before: always;}
}
/*------- page Participants -------*/
table.tablesorter { 
    page-break-inside:auto
}
table.tablesorter tr { 
    page-break-inside:avoid; 
    page-break-after:auto
}
table.tablesorter td {
    min-width: 7em;
    max-width: 21em;
}