/* ---- General styles ----*/
h2, h3 {
    margin-top: 1.4em;
}
div.header {
    background-color:#336740;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/polyar2022.svg);
}
div.header:after {
  display:none;
}
/*------- page Home -------*/
.url-home .mainimage {
    max-width:70vw;
    max-height:49vh;
    margin-bottom:1em;
}
ul.sponsors {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex: 1;
}

ul.sponsors > li:first-child {
    display: none;
}

ul.sponsors > li {
    display: flex;
}

ul.sponsors > li img {
    height: 100px;
    margin: 7px;
}

/*------- page Useful information -------*/
.url-useful-informations .mapcontainer {
    float : right;
    margin : 1em;
    text-align: right;
    font-size: x-small;
}
.url-useful-informations .mapcontainer > iframe {
  box-sizing: border-box;
  height: 210px;
  width: 400px;
  max-width: 100%;
}
.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 -------*/
.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;
}