/*
* ID2S - dedicated to this site 
*
*/

#plan .wrap {max-width: 100% !important; padding: 0 !important; margin: 0;}

/* Smooth Scroll */
html {scroll-behavior: smooth;}
@media (prefers-reduced-motion: reduce) {
  html{scroll-behavior: auto;}
}
*[id] {scroll-margin-top: 50px} 

/* liste front panel */
ul.id2s_liste {padding: 0 2em 0 2.5em;}

/* rattapage titre front panel */
.page .twentyseventeen-panel .entry-title {
    color: #222;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

/* contact form */
label.mandatory:before {content: "*"; color: red;}
.wpcf7 input.moitie {width:48% !important;display:inline-block !important;}
.wpcf7 input.entier {width:97% !important;}

/* ICS Calendar */
.ics-calendar-arrow-nav>.prev, .ics-calendar-arrow-nav>.next {cursor: zoom-in !important;}
}