@font-face
{
    font-family:"Azonix";
    src: url("../fonts/Azonix.otf");
}

:focus
{
    outline : none;
    box-shadow: 0 0 7px #35c25d;
}

body
{
    margin : 0; 
    padding : 0; 
    font-size : 17px; 
    text-align : center; 
    font-family : sans-serif;
}

.conference .youtube
{
    display : flex;
    justify-content: center;
}

p
{
    text-align: left;
    font-size: 1em;
    margin: auto;
    padding: 1em;
    width : calc(50% - 2em);
    line-height: 1.6em;
}

.popup.email p
{
    width: initial;
}

.popup.email a,
a.calendar
{
    text-decoration : none;
}

button.calendar
{
    text-transform: none;
    background-color: #3478ff;
    font-size: 1em;
    display: flex;
    align-items: center;
    margin: 1em auto;
}

button.calendar img
{
    width: 25px;
    filter: invert(1);
    margin-right: 1em;
}

button.calendar:hover
{
    background-color: #b9d1ff;
    color: #3478ff;
}

iframe.tchat
{
    border: none;
    min-width: 400px;
    box-shadow: 0 0 3px #00000054;
    margin: 0 0.5em;
}

img.background
{
    left : 0; 
    position : fixed; 
    z-index : -1;
    filter: brightness(0.5);
}

div.corps
{
    background-color: white;
    padding: 2em 0;
    padding-bottom: 25em;
}

body.conf-pres div.corps
{
    padding-bottom:2em;
}

.conf-pres div.calendar-pres
{
    margin: auto;
    display: flex;
    align-items: center;
    padding: 2em 10em;
    background-color: #363636;
    color: white;
}

.conf-pres div.calendar-pres div.calendar
{
    width: fit-content;
    box-shadow: 4px 4px 5.1px 0px #00000040;
    transform: rotate(-6deg);
    -webkit-backface-visibility: hidden;
    background-color: white;
    color: black;
}

.conf-pres div.calendar-pres div.calendar div.month
{
    padding: 1em 1em;
    font-size: 1.2em;
    font-weight: bold;
    color: white;
    background-color: #3f9e39;
}

.conf-pres div.calendar-pres div.calendar div.day
{
    font-weight: bold;
    font-size: 3.3em;
    padding-top: 0.4em;
}

.conf-pres div.calendar-pres div.infos
{
    margin: 0 3em;
}

.conf-pres div.calendar-pres div.chrono-parent
{
    width: 40%;
}

.conf-pres div.calendar-pres div.infos div.date
{
    font-size: 1.5em;
    font-weight: bold;
    border-bottom: 1px solid;
}

.conf-pres div.calendar-pres div.infos ul
{
    width: inherit;
}

.conf-pres div.calendar-pres div.infos ul li
{
    list-style: disc;
}

.conf-pres div.calendar-pres div.chrono-parent label
{
    padding-bottom: .5em;
    margin-bottom: 0.9em;
    display: block;
    border-bottom: 1px solid;
}

.conf-pres div.calendar-pres div.chrono .nombre
{
    font-weight: bold;
    font-size: 2em;
    font-family: Azonix;
}

.conf-pres div.calendar-pres div.chrono .labels
{
    color: #929292;
    font-size: .8em;
    font-style: italic;
}

h1
{
    font-family: Azonix,sans-serif;
    color: white;
    text-shadow: 1px 1px 2px #0000007d;
    margin: auto;
    font-size: 3em;
    padding: 3em 0;
    width: 80%;
}

.bonus h1
{
    background-image: url(../images/conferences/header.jpg);
    background-position: center;
}

div.auteur-des
{
    padding: 1em 0;
    background-color: whitesmoke;
}

div.auteur-des p.img
{
    float : right;
}

.bonus div#video
{
    padding: 2em 0;
    width: 50%;
    margin: auto;
}

div.auteur-des p.img img
{
    max-width : 360px;
}

ul
{
    width : 50%;
    padding : 1em 0;
    text-align : left; 
    margin : auto;
}

ul li
{
    list-style: none;
    padding: 0.5em 0px;
    width: calc(100%);
}

ul.ok li
{
    background-image: url(../images/valid.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position-y: center;
    padding-left: 2em;
    width: calc(100% - 2em);
}

.conf-pres h1
{
    padding: 1em 1em;
}

.conf-pres header
{
    width: 80%;
    margin:auto;
}

.conf-pres div.header-content
{
    display: flex;
    align-items: center;
}

.conf-pres header .auteur 
{
    background-color: #3f9e39;
    margin: 2em;
    max-width: 360px;
}

.conf-pres header .auteur img
{
    width : 100%;
}

.conf-pres header .auteur div
{
    color : white; 
    padding: 1em 1em;
}

header h2
{
    color : white; 
}

button
{
    margin: 4em;
    font-size: 1.2em;
    font-weight: bold;
    color: white;
    background-color: #009e39;
    text-transform: uppercase;
    padding: 1em 2em;
    transition-duration: .25s;
    border: none;
    border-radius: 0.2em;
    cursor: pointer;
}

button.download
{
    margin : 2em;
    text-transform : initial;
}

button:disabled,
button:hover:disabled
{
    background-color: #cecece;
    color: #a1a1a1;
    cursor: not-allowed;
    box-shadow : none;
}

button:hover
{
    background-color: white;
    color : #009e39;
    box-shadow: 0 0 10px #00000070;
}

.answer
{
    color: #057500;
    font-style: italic;
}

.error,
.errors
{
    color: #750000;
    font-style: italic;
}

button.close,
.conf-pres button.close
{
    background-color: inherit;
    color: #9b9b9b;
    padding: 1em;
    font-size: 0.8em;
    font-style: italic;
}
.conf-pres button
{
    margin : 2em;
}

.conf-pres div.cars
{
    background-image: url(../images/conferences/bg-button.jpg);
    padding: 9em 0;
    background-position-x: center;
}

.conf-pres h3
{
    width: 95%;
}

.conf-pres div.cars button
{
    background-color: #0000007a;
    border: solid 2px;
}

.conf-pres div.cars button:hover
{
    background-color: #fff;
    color : black;
    border-color : transparent;
}

div.popup.mask {
    display: block;
    position: fixed;
    z-index: 50;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000000de;
}

div.popup.email {
    background-color: white;
    width: 60%;
    margin: auto;
    margin-top: 3em;
    max-height: calc(100% - 6em);
    overflow: auto;
    border-radius: 2px;
    padding: 1.4em;
}


div.popup.email label
{
    width: 100%;
    display: block;
    text-align: left;
    padding: 0.4em 0;
}

div.popup.email input,
div.popup.email label span
{
    width: calc(40% - 2em);
    display: inline-block;
    font-size: 1em;
    border: none;
    padding: 0.5em 1em;
    border-radius: .2em;
    transition-duration: 0.2s;
}

div.popup.email input
{
    border-bottom: solid 1px #33804d;
    border-radius: 0;
    font-weight: bold;
    font-style: italic;
    color: #174b28;
}

div.popup.email button
{
    margin: 1em auto;
}

div.popup.email div.footer
{
    font-size: 0.8em;
    text-align: left;
    width: 70%;
    margin: auto;
}

div.popup div.form
{
    width: 70%;
    margin: auto;
}

@media (max-width : 1280px)
{

    .conf-pres header
    {
        width : 100%;
    }

    .conf-pres header h1
    {
        font-size: 2em;
    }
    .conf-pres div.calendar-pres
    {
        padding: 2em 2em;
    }
    .conf-pres div.calendar-pres div.chrono-parent 
    {
        width: initial;
    }
    div.popup div.form
    {
        width: 100%;
    }
    div.popup.email div.footer
    {
        width : 100%;
    }

    .bonus div#video
    {
        width : 75%;
    }
}

@media (max-width : 840px)
{
    body
    {
        overflow-x : hidden;
    }

    .conf-pres div.header-content
    {
        flex-direction: column;
    }

    .conf-pres div.calendar-pres
    {
        flex-direction: column;
    }

    .conf-pres div.calendar-pres div.infos 
    {
        margin: 2em 0em;
    }

    .conf-pres div.calendar-pres div.calendar
    {
        transform: inherit;
    }

    p
    {
        width : calc(100% - 2em);
    }

    .conf-pres button
    {
        font-size: 1.1em;
        padding: 1em 1em;
        margin: 1em;
    }

    ul
    {
        width: 98%;
    }

    div.auteur-des p.img
    {
        text-align: center;
    }

    div.auteur-des p.img img
    {
        width: 100%;
    }
    div.popup.email
    {
        width : 90%;
        padding: 1.4em 2.5%;
    }

    div.popup.email input, 
    div.popup.email label span
    {
        width: calc(100% - 2em);
    }

    .bonus div#video
    {
        width : 95%;
    }

    .bonus h1
    {
        font-size : 1.5em;
    }

    button
    {
        margin : 1em 0.5em;
    }
}
