@font-face
{
    font-family:"Lato";
    src: url("/fonts/Lato-Regular.ttf");
}

@font-face
{
    font-family:"Bebas Neue";
    src: url("/fonts/BebasNeue-Regular.ttf");
}

:root
{
    --bg-green : #009250;
    --bg-green2 : #05ae6d;
}

:focus
{
    outline : none !important;
}

*
{
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}


/*use to tell the menu height to the browser, for scrollto function*/
html {
  scroll-padding-top: 4em;
  font-family: "Lato";
}

h1, h2, h3, h4, h5, h6
{
    font-family: "Bebas Neue";
    max-width: calc(100% - 1em);
}

a
{
    color: white;
    text-decoration: initial;
    cursor: pointer;
}

button .container,
button label,
a .container,
a label
{
    cursor: pointer;
}

.cgv p,
.idea p
{
    width: 50%;
}

input
{
    font-size: 0.9em;
    font-style: italic;
    font-family: system-ui;
    margin: 1em auto;
}

textarea
{
    border: none;
    border-radius: 5px;
    padding: 1em;
    font-style: italic;
    font-family: system-ui;
    font-size: 0.9em;
    box-shadow: 0 0 15px #00000021;
    width: calc(100% - 2em);
    min-height: 250px;
}

.error
{
    color: #c00000;
}

.success
{
    color : var(--bg-green);
}

::-webkit-scrollbar
{
    width : 9px;
}

::-webkit-scrollbar-track {
    background: initial; 
}

::-webkit-scrollbar-thumb {
    background: #356745; 
    border-radius: 10px;
    border: 2px solid #356745;
}

/* for Firefox... */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--dark-grey) var(--clear-grey);
}

main
{
    padding-bottom: 2em;
}

video
{
    display: block;
    margin: auto;
}

li video
{
    margin-top : 1em;
}

button
{
    font-family: "Bebas Neue";
    border: solid 1px grey;
    border-radius: 5px;
    padding: 0.5em 1em;
    cursor: pointer;
    font-size: 1em;
    display: block;
    margin: auto;
    margin-top: 1em;
    color: white;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
    background: transparent;
}

.h3d2 div.window.popup
{
    background: #1d1d1df7;
    box-shadow: none;
    border: solid 1px #999999;
    border-radius: 0;
    color: white;
}

.h3d2 div.window button.close
{
    background: transparent;
}

.h3d2 div.window button.close:before, .h3d2 div.window button.close:after
{
    background-color : white
}

button:hover
{
    background-color: white;
    color: var(--bg-green);
    box-shadow: 0 0 18px #318c557d;
}

button:disabled
{
    color: grey;
    background: #acacac;
    cursor: not-allowed;
}

.index header button
{
    background-color: #05674161;
    color: #ffffff;
    font-weight: initial;
}

body
{
    text-align : center;
    margin : auto;
    padding : 0;
    font-size : 19px;
    line-height : 2em;
    overflow-x: hidden;
    background: #000000ed;
    color : white;
}

p
{
    margin : auto; 
    text-align: left;
}

h3
{
    font-size: 1.5em;
}

h4, h5, h6
{
    width : 50%;
    margin: 0.5em auto;
    padding: 0.5em 0;
    border-bottom: 1px solid white;
}

h4
{
    font-size : 1.2em;
}

img
{
    display: block;
}

img.fullscreen
{
    cursor : pointer;
}

img.header-background,
video.header-background
{
    width: 100%;
    position: absolute;
    z-index: -1;
    filter: brightness(0.25);
    top: 0;
    height: 100vh;
    object-fit: cover;
}

.index header
{
    display: flex;
    flex-direction: column;
    height: 100vh;
    color: white;
}

.index header h1
{
    font-size: 12em;
    margin: auto;
}

.index header h2
{
    font-size: 1.4em;
    margin: auto;
    font-family: 'Lato';
    text-transform: uppercase;
    font-weight: 100;
}

.index header div 
{
    margin: auto 0.5em;
}

.index header div.left
{
}

header div.review
{
    line-height: 1.4em;
    margin: 1em auto;
    width: 50%;
}

.index header div.right
{
    margin: auto 10%;
}

.index header div.right h1
{
    font-size: 4em;
}

.index header div.right h2
{

}

.index header div.right h3
{
    margin: 2em 10%;
    font-size: 1.3em;
}

.index .emails-reviews
{
    overflow: hidden;
    display: flex;
    align-items: stretch;
    padding: 1em 0;
    width: fit-content;
}

.index .emails-reviews img
{
    border-radius: 7px;
    margin: auto 1em;
    box-shadow: 0 0 19px 0 #00000026;
    height: 256px;
    transition: box-shadow 0.3s;
}

.index .emails-reviews img:hover
{
    box-shadow: 0 0 19px 0 #000000bf;
}

.lecteur button.play-button:hover
{
    box-shadow: initial;
}

.students-nb
{
    font-style: italic;
}

.students-nb span
{
    font-weight: bold;
}

.index img.stars
{
    width : 128px;
}

.index .review p
{
    font-style: italic;
}

.index .review label
{
    text-align: right;
    font-size: 0.85em;
    display: block;
    line-height: 0.6em;
    color: #aaaaaa;
}

.index header button.list-attente
{
    font-size: 1.3em;
    font-weight: bold;
    border: solid #15ffa1 1px;
    box-shadow: 0 0 0 transparent;
    transition : background-color 0.2s, box-shadow 0.2s;
}

.index header button.list-attente:hover
{
    background-color: #10ffa261;
    box-shadow: 0 0 40px #00ff999e;
}

.index header button.see-reviews
{
    border: solid 1px transparent;
    transition: border-color 0.2s, background-color 0.2s;
}

.index header button.see-reviews:hover
{
    background-color: #10ffa242;
    border-color: #15ffa1;
}

.uvp-list
{
    display: flex;
    align-items: stretch;
    padding: 1em 0;
}

.uvp-list .item
{
    width: 610px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    padding: 0;
    box-shadow: 0 0 30px #0000001f;
    background: white;
    color: black;
    position: relative;
}

.uvp-list .item>img.background-item
{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    z-index: 0;
}

.uvp-list .item div.content
{
    margin: auto;
    background: transparent;
    position: relative;
    z-index: 1;
    color: white;
    margin-top: auto;
    margin-bottom: 0;
    padding: 1em;
    padding-top: 378px;
}

.uvp-list .item div.content p
{
    line-height: 1.6em;
}

.uvp-list .item button
{
    width: 100%;
}

.note
{
    font-style: italic;
    text-align: right;
    color: grey;
    font-size: 0.85em;
    line-height: 1.3em;
}

.two-btns
{
    display: flex;
    align-items: stretch;
    width: 50%;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 2em;
}

.two-btns button
{
    margin: auto;
}

.two-btns button:first-child
{

}

.two-btns button:last-child
{

}

main>div
{
    margin: auto;
}

.section
{
    min-height: 100vh;
    display: flex;
    align-items: center;
}

main>div.reviews,
main>div.uvp,
main>div.mecanisation,
main>div.backstage
{
    width: initial;
}

main>div.idea,
.item
{
    background-image: url("./images/idea.webp");
    background-size: cover;
    background-position: center;
}

.item.courses
{
    background-image: url("./images/courses.webp");
}

.item.courses .content
{
    margin: auto;
    margin-right: 2em;
}

.item.courses p
{
    text-align: right;
    margin: auto;
}

.item.responses
{
    background-image: url("./images/responses.webp");
}

.item.responses .content
{
    margin: auto;
    margin-left: 2em;
}

.item.responses p
{
    text-align: left;
    margin: auto;
}

.item.peda
{
    background-image: url("./images/idea.webp");
}

.item.peda
{
    background-image: url("./images/peda.webp");
}

.item.peda .content
{
    margin: auto;
    margin-right: 2em;
}

.item.peda p
{
    text-align: right;
    margin: auto;
}

main>div.idea p
{
    width: 50%;
    text-align: left;
    margin-left: 2em;
}

main>div.reviews
{
    padding-bottom: 1em;
    overflow: hidden;
}

main>div.mecanisation
{
    padding-top: 1em;
    padding-bottom: 2em;
    flex-direction: column;
}

.mecanisation h3
{
    margin-top: 5em;
}

main>div.backstage
{
    background-color: #f1f1f1;
    padding-top: 1em;
    padding-bottom: 2em;
}

main>div.team
{
    padding-top : 2em;
}

main>div.team>p,
div.more-team>p
{
    width: 50%;
}

div.faq
{
    font-size: 0.9em;
    line-height: 1.5em;
    width: 50%;
    padding: 2em 0;
    padding-bottom: 1em;
}

div.faq button
{
    border-radius: 0;
    width: 100%;
    margin: auto;
    margin-bottom: 1px;
    text-align: left;
}

div.faq>div:first-of-type button
{
    border-radius: 10px 10px 0px 0px;
}

div.mate
{
    display: flex;
    align-items: center;
    margin: 2em auto;
    width: 75%;
}

div.team>div.more-team
{
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s;
}

div.team>div.container,
div.more-team>div.container,
div.team div.intervenants
{
    display: grid;
    grid-template-columns: auto auto;
    margin: auto;
    padding: 0 3em;
    background: #f1f1f1;
    margin-top: 1em;
}

div.container>div.mate
{
    width: initial;
}

div.team>div.container>div.mate img
{
    width: 225px;
}

div.mate .left
{
    margin-right: 1em;
}

div.mate .right
{
    margin-left: 1em;
    font-size: 0.85em;
    line-height: 1.5em;
}

div.mate img
{
    width: 256px;
    border-radius: 200px;
}

.team h4
{
    margin-top: 2em;
}

.team h5
{
    margin-top :0;
    white-space: nowrap;
}

.faq p:last-child
{
    padding-bottom: 1em;
}

span.need-help
{
    background-color: transparent;
    color: var(--bg-green);
    padding: 0.4em;
    border-radius: 0.2em;
    cursor: help;
    transition: color 0.3s, background-color 0.3s;
    text-decoration: underline;
    font-weight: bold;
}

span.need-help:hover
{
    color : white;
    background-color : var(--bg-green);
}

div.help
{
    width: 300px;
    font-size: 0.85em;
    line-height: 1.4em;
    background: white;
    z-index: 8;
    box-shadow: 0 0 10px #00000033;
    margin: 1em;
    pointer-events: none;
    text-align: left;
    padding: 1em;
    border-radius: 0.2em;
}

menu
{
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.5em 1em;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: calc(100% - 2em);
    transition-duration: 0.3s;
    border-bottom: solid 1px;
    backdrop-filter: blur(18px);
    background: #0000009c;
}

menu a
{
    font-weight: initial;
    padding: 0.6em 1em;
    border-radius: 0;
    transition-duration: 0.3s;
    font-size: 1.1em;
    margin: 0em 0.2em;
    text-decoration: none;
    line-height: 1em;
    border: 1px solid transparent;
}

menu a.list-attente
{
    margin-left: auto;
    margin-right: 0;
    color: white;
}

menu a.index img
{
    max-width : initial;
    width : 128px;
}

menu a:hover
{
    color: white;
    border-color: var(--bg-green);
    background-color: #0000009e;
}

menu a.list-attente:hover
{
    background-color : white;  
    color: var(--bg-green);
    box-shadow: 0 0 18px #318c557d;
}

menu a.important
{
    margin-right: 1em;
    margin-left: auto;
    background-color: var(--bg-green);
    color: white;
}

menu a.important:hover
{
    background-color: white;
    color: var(--bg-green);
    box-shadow: 0 0 20px #0000006b;
}

button.menu-phone
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 1em;
    margin-left: 1em;
    width: 3em;
    z-index: 100;
    padding: 0.4em;
    backdrop-filter: blur(18px);
    background: #0000009c;
    border-radius: 0;
    border-color: white;
}

button.menu-phone.open
{
    background : none;
}

button.menu-phone .line-container
{
    display: flex;
    align-items: center;
    flex-direction: column;
}

button.menu-phone .line 
{
    border-radius: 10px;
    background-color: #ffffff;
    height: 2px;
    width: 100%;
    margin: 4px auto;
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
}

button.menu-phone.open .line:last-child
{
    opacity : 0;
}

button.menu-phone.open .line
{
    width: 100%;
    filter: brightness(0.65);
    position: relative;
}

button.menu-phone.open .line:first-child
{
    transform: rotate(45deg);
}

button.menu-phone.open .line:nth-child(2)
{
    transform: translate(0px, -11px) rotate(-45deg);
}

ul.steps
{
    display: grid;
    grid-template-columns: auto auto auto;
    list-style: none;
    margin: auto;
    padding: 0;
}

ul.steps li
{
    display: flex;
    align-items: center;
    flex-direction: row;
    width: calc(100% - 4em);
    padding: 1em;
    margin: 1em;
    border: 1px solid #b6b6b6;
}

ul.steps li>span
{
    color: white;
    border-radius: 20px;
    line-height: 0;
    padding: 1em 0.7em;
    margin-left: 0;
    margin-right: auto;
    border: 1px solid;
    box-shadow: 0 0 6px #ffffff61, 0 0 12px #ffffff73;
}

ul.steps li p
{
    margin: auto;
    margin-right: 0;
    line-height: 1.3em;
    margin-left: 1em;
}

footer
{
    background-color: #252525;
    padding: 1.5em 0px;
    display: flex;
    font-size: 0.9em;
    align-items: flex-start;
    color: white;
    line-height: 2.3em;
    z-index: 2;
    position: relative;
    border-top: 1px solid #ababab;
}

footer div
{
    margin: auto;
    width: 50%;
    padding: 0 0.5em;
    margin-top: 0;
}

footer div.links
{
    display: flex;
    flex-direction: column;
}

footer div.links a
{
    color: white;
    font-weight: bold;
    padding: 0.2em 0.9em;
    border-radius: 0em;
    margin: auto 0.2em;
    transition-duration: 0.2s;
    white-space: nowrap;
    border-bottom: 1px solid #3b3b3b;
}

footer a:hover,
footer div.links a:hover
{
    background-color : white;
    color : var(--bg-green);
}

footer div.links a:last-child
{
    border-bottom : none;
}

footer .denomination .h3d2, 
footer .contact .questions
{
    font-size: 2em;
    padding-bottom: 0.2em;
    margin-bottom: 0.4em;
    border-bottom: 1px solid;
}

footer .denomination .fonction
{
    font-weight: bold;
    font-size : 1.1em;
    padding-bottom : 0.2em;
}

footer .denomination .centre-formation
{
    font-style: italic;
    line-height: 1.7em;
}

footer .contact .coor
{
    margin-top : 1em;
}

button.more
{
    background: initial;
    border-radius: initial;
    border-bottom: 1px solid;
    color: var(--bg-green);
    font-size: 0.85em;
    margin-bottom: 2em;
}

.two-btns button.more
{
    font-size: 1em;
    margin-bottom: auto;
}

div.temoignages
{
    width: initial;
}

div.temoignages h3
{
    border-bottom: solid 1px var(--bg-green);
    padding-bottom: 0.7em;
    width: 65%;
    margin: 1em auto;
    margin-top: 2em;
}

div.temoignages p
{
    font-size: 0.85em;
    line-height: 1.6em;
    width: 65%;
    overflow: auto;
}

div.temoignages .lecteur
{
    margin-top : 1em;
}

div.temoignages p i.temoignage
{
    text-align: right;
    display: block;
    color: #4a4a4a;
}

div.temoignages p img
{
    float: left;
    border-radius: 200px;
    width: 256px;
    margin: auto;
    margin-right: 1em;
    margin-bottom: 1em;
}

span.contact
{
    color: var(--bg-green);
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    border-radius: 20px;
    padding: 0 4px;
    padding-bottom: 3px;
    transition: box-shadow 0.3s;
}

span.contact:hover
{
    box-shadow: 0 0 15px #15a35c75;
}

div.contact-footer
{
    width: 50%;
    padding-top: 2em;
    margin: auto;
}

div.gallery
{
    margin-top: 3.6em;
    padding: 0;
    display : grid;
    grid-template-columns : auto auto auto;
background-color : black; }

div.gallery div.project
{
    width:100%;
}

.gallery div.mask
{
    opacity : 0;
    pointer-events : none;
    transition : opacity 0.3s;
    background-color : black;
    position : fixed;
    top : 0;
    left : 0;
    width : 100%;
    height: 100%;
    z-index: 100;
}

.gallery div.mask.visible
{
    opacity : 1; 
    pointer-events : auto;
}

.gallery div.mask div.content.content.fullscreen
{
    width: 100%;
}

.gallery div.mask div.fullscreen img.project
{
    max-width: 100%;
    width: initial;
    margin: auto;
    max-height: 100vh;
}

.gallery div.mask div.content
{
    width : 50%;
    margin : auto;
    margin-top : 1.5em;
}

.gallery div.mask header
{
    background-color: initial;
    padding: 0;
    margin: 0;
    position: relative;
    color: white;
}

.gallery div.mask header img
{
    position : absolute;
    width : 100%;
    max-width : initial;
    opacity : 0.5;
    z-index : -1;
    margin : 0;
}

.gallery div.mask header h2
{
    margin: auto;
    width: 75%;
    padding: 2em 0;
    font-size: 4em;
    line-height: 1em;
}

.gallery div.mask header button
{
    background-color: black;
    border: solid white 0.2em;
    border-radius: 0;
    font-size: 1.2em;
    margin-bottom: 5em;
}

.gallery div.mask header button:hover
{
    background-color : white;
    color : black;
}

.gallery div.mask div.body p
{
    width: calc(100% - 2em);
}

.gallery div.mask div.body
{
    z-index: 2;
    position: relative;
    background-color: black;
    min-height: 250px;
    color: white;
}

.gallery div.mask button.close
{
    border: none;
    background: transparent;
}

.gallery div.mask button.close:hover
{
    box-shadow : none;
}

.gallery div.mask button.close:before,
.gallery div.mask button.close:after
{
    position: absolute;
    content: ' ';
    height: 40px;
    top: 20px;
    width: 3px;
    background-color: white;
}

.gallery div.mask button.close:before
{
    transform: rotate(45deg);
}

.gallery div.mask button.close:after
{
    transform: rotate(-45deg);
}

div.gallery div.project button
{
    background-color: initial;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: auto;
    transition : filter 0.3s;
    z-index : 1;
    border: none;
}

div.gallery div.project button:hover
{
    filter: saturate(2); 
    z-index : 2;
}

.gallery div.contact-container
{
    padding-bottom: 2em;
}

div.gallery div.project button img
{
    width: 100%;
    max-width: initial;
    margin: auto;
    padding: 0;
    display: block;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.contact-footer .two-btns
{
    width: 100%;
    flex-direction: column;
}

.contact-footer .two-btns button:first-child
{
    margin-bottom: 1em;
}

.features,
.chrono-parent
{
    width: 50%;
    margin:auto;
}

.chrono-parent
{
    margin-top: 2em;
}

.chrono-parent.late
{
    color: #a90000;
    font-style: italic;
    font-weight: bold;
}

.chrono
{
    font-size: 1.5em;
    padding: 1em 0;
}

.chrono .nombre
{
    font-weight: bold;
}

.chrono .labels
{
    font-size: 0.8em;
    color: #8a8a8a;
    font-style: italic;
}

.features button
{
    width: 100%;
    text-align: left;
    font-weight: bold;
    margin: 2px auto;
}

li
{
    text-align: left;
    list-style: none;
    padding: 0.5em 0;
    border-bottom: 1px solid;
}

li:last-child 
{
    border-bottom: none;
}

button.list-attente .container
{
    /*display: flex;*/
    align-items: center;
}

button.list-attente .container img
{
    display: block;
    width: 64px;
    margin-left: 0;
    margin-right: 1em;
}

div.window.rdv
{
    position: fixed;
    margin-left: 0.5em;
    z-index: 11;
    top : 0;
}

div.window.rdv .head
{
    display: flex;
}

div.window.rdv div.content
{
    max-height: 85vh;
    overflow: auto;
}

.calendars div.table-container
{
    box-shadow: 0 0 17px #ff56561a;
    border-radius: 2px;
}

div.window.rdv .head img
{
    width: 256px;
    height: 256px;
    object-fit: cover;
    border-radius: 256px;
    margin-right: 1em;
}

div#candidatures
{
    display: flex;
    align-items: stretch;
    margin-top : 2em;
}

div#candidatures.late
{
    pointer-events: none;
    filter : grayscale(1) contrast(0.3);
    cursor: not-allowed;
}

div.formule.candidature
{
    display: flex;
    flex-direction: column;
    margin: 0.5em;
    box-shadow: 0 0 12px #00000029;
    border-radius: 6px;
    padding: 0;
    font-size: 0.9em;
}

div.formule.candidature .pres h3
{
    color: white;
    margin: 0;
    padding: 1em;
    border-radius: 6px 6px 0 0;
}

div.formule.candidature button.achat
{
    margin: auto;
    width: 100%;
    border-radius: 0 0 6px 6px;
    font-size: 1.7em;
    margin-bottom: 0;
}

div.formule.candidature .pres._0 h3,
div.formule.candidature._0 button.achat,
div.formule.candidature._0 .prix .title
{background-color: #008146;}
div.formule.candidature .pres._1 h3,
div.formule.candidature._1 button.achat,
div.formule.candidature._1 .prix .title
{background-color: #009898;}
div.formule.candidature .pres._2 h3,
div.formule.candidature._2 button.achat,
div.formule.candidature._2 .prix .title
{background-color: #e0aa11;}

div.formule.candidature._0 button.achat:hover
{color: #008146;background-color : white;}
div.formule.candidature._1 button.achat:hover
{color: #009898;background-color : white;}
div.formule.candidature._2 button.achat:hover
{color: #e0aa11;background-color : white;}

div.formule.candidature .prix
{
    margin-bottom: 2em;
}

div.formule.candidature .prix p
{
    padding: 0 1em;
}

div.formule.candidature .prix ul li
{
    list-style: none;
    border-radius: 0;
    margin: 0.5em;
    border-bottom: 1px solid;
}

div.formule.candidature .prix .title
{
    font-size: 1.2em;
    padding: 1em;
    color: white;
}

div.formule.candidature .prix .title u
{
    font-weight: bold;
}

div.formule ul
{
    margin-top: 0.5em;
    padding: 0;
}

div.formule ul li
{
    padding: 0.4em;
    padding-left: 13px;
    list-style-image: url("../images/valid-16.png");
    list-style-position: inside;
    line-height: 1.3em;
    margin: 0;
    border: none;
}

div.formule p.note
{
    width : calc(100% - 2em);
    text-align : right;
    color: #6b6b6b;
    line-height: 1.6em;
}

div.formule ul li.note,
div.stripes ul li.note,
div.formule div.prix ul li.or
{
    background: none;
    color: #6b6b6b;
    font-style: italic;
    text-align: right;
    line-height: 1.6em;
    list-style: none;
    padding-right: 0.5em;
}

div.formule div.prix ul li.or
{
    box-shadow: none;
    padding: 0;
    border:none
}

div.formule div.prix .per-day
{
    color: #6b6b6b;
    font-style: italic;
}

div.formule ul li.no
{
    background : none;
    color: #6b6b6b;
    font-style : italic;
    text-decoration: line-through;
    list-style-image: none;
}

.index div.window button
{
    margin: 1em auto;
}

.rdv-txt
{
    display: flex;
    align-items: center;
    margin-top: 2em;
    padding: 1em;
}

.rdv-txt img
{
    width: 256px;
    height: 256px;
    object-fit: cover;
    border-radius: 200px;
    margin-right: 2em;
}

.portes-ouvertes-container
{
    width: 50%;
}

.portes-ouvertes-container h4
{
    width: initial;
}

.calendar-pres 
{
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction : column;
    margin-top: 2em;
}

div.chrono-parent
{
    width: initial;
}

div.chrono-parent.candidature
{
    width: 50%;
}


.calendar-pres div.calendar-infos
{
    display: flex;
    align-items: center;
    padding-bottom: 1.6em;
    margin-bottom: 1em;
    border-bottom: 1px solid white;
}

.calendar-pres div.calendar,
.calendar-pres div.infos,
.calendar-pres div.chrono-parent
{
    margin : auto;
}

.calendar-pres div.calendar
{
    padding: 0;
    border: 1px solid #a6a6a6;
}

.calendar-pres div.calendar div.month
{
    padding: 0.5em 1em;
    font-size: 1.8em;
    color: white;
    font-weight: bold;
    background-color: #0a0a0a;
    border-radius: 0;
    border-bottom: 1px solid white;
}

.calendar-pres div.calendar div.day
{
    font-size: 2.4em;
    font-weight: bold;
    font-family: monospace;
    padding: 0.3em 0;
}

.calendar-pres div.infos
{
    padding: 2.6em 0;
    margin-left: 1.5em;
    padding-left: 1.5em;
    border-left: solid 1px var(--green);
}

.calendar-pres div.infos div.date
{
    font-size: 1.1em;
    font-weight: bold;
}

.calendar-pres div.chrono-parent label
{
    text-decoration: underline;
}

.hidden
{
    opacity: 0;
    pointer-events: none;
}

.video.live
{
    margin-top: 4em;
}

.h3d2 div.window
{
    background: #252525;
    color: white;
}

.h3d2 div.window input,
.h3d2 div.window textarea
{
    background: #343434;
    border: solid 1px #a8a8a8;
    color: white;
    border-radius: 1px;
}

.h3d2 div.window .note
{
    font-size: 0.55em;
    line-height: 1.1em;
}

.h3d2 div.window button
{
    border: 1px solid #DDDDDD;
}


@media (max-width: 1853px)
{
    .uvp-list .item
    {
        width: 450px;
        font-size: 0.85em;
    }

    .uvp-list .item div.content p
    {
        line-height: 1.4em;
    }
}

@media (max-width : 1490px)
{
    menu 
    {
        font-size : 0.8em;
    }
    footer
    {
        font-size: 0.65em;
    }
    footer div 
    {
        width : 75%;
    }

    .index header div.right
    {
        margin-bottom: 1.5%;
    }

    div#candidatures
    {
        flex-direction: column;
    }

    div.formule.candidature
    {
        width: 50%;
        margin: auto;
        margin-bottom: 1em;
    }

    div.gallery
    {
        margin-top : 2.9em;
    }
}

@media (max-width: 1382px)
{
    .uvp-list .item
    {
        width: 650px;
        font-size: initial;
        margin-bottom: 1em;
    }

    .uvp-list .item div.content p
    {
        line-height: 1.6em;
    }

    .uvp-list
    {
        flex-direction: column;
    }

    div.formule.candidature
    {
        width: 60%;
    }
}

@media (max-width : 1220px)
{
    div.team>div.container, div.more-team>div.container, div.team div.intervenants
    {
        grid-template-columns: auto;
        padding: 0 0.5em;
    }

    ul.steps
    {
        grid-template-columns: auto auto;
    }

    .uvp-list
    {
        flex-direction: column;
    }

    .index header
    {
        font-size: 0.75em;
    }

    .cgv p
    {
        width: 75%;
    }

    div.formule.candidature
    {
        width: 70%;
    }
}

@media (max-width : 840px)
{
    .index header
    {
        font-size: initial;
    }

    button.menu-phone
    {
        display : block;
        transition : box-shadow 0.3s, background 0.3s;
    }

    button.menu-phone.open
    {
        box-shadow: none;
        background: none;
        border: none;
        backdrop-filter: none;
    }

    menu 
    {
        flex-direction: column;
        font-size : 1em;
        box-shadow : none;
        height: 100%;
    }

    menu.shown
    {
        left : 0;
        box-shadow: 0px -20px 20px 20px #00000091;
    }

    menu a
    {
        width: calc(100% - 2em);
        border-radius: 0;
        border-bottom: 2px solid var(--bg-green);
    }

    menu a:first-child
    {
        margin-top: 3em;
    }

    menu a.index img
    {
        margin: auto;
    }

    menu a.important
    {
        margin-right : 0;
        margin-left : 0;
    }

    button.menu-phone
    {
        display : block;
    }

    menu
    {
        transform : translate(-105%, 0);
        transition : transform 0.5s;
    }

    menu.open
    {
        transform : translate(0, 0);
    }
    footer
    {
        flex-direction: column;
        padding-bottom: 10em;
    }

    footer div 
    {
        width: calc(95% - 1em);
        margin: 1em auto;
    }

    body
    {
        font-size: 16px;
    }

    div.faq,
    div.contact-footer,
    main>div.team>p, 
    div.more-team>p,
    main>div.backstage,
    div.mate,
    div.temoignages p,
    div.temoignages h3,
    .features,
    .chrono-parent,
    .cgv p,
    .idea p
    {
        width: calc(100% - 1em);
    }

    div.temoignages h3
    {
        font-size: 1.2em;
        line-height: 1.4em;
    }

    div.temoignages p img
    {
        float : none;
        margin: auto;
        margin-bottom: 1em;
        width: 200px;
    }

    .two-btns
    {
        flex-direction: column;
        width: initial;
    }

    .two-btns button
    {
        margin: auto;
        width: 100%;
    }

    .two-btns button:first-child
    {
        margin-bottom: 0.5em;
    }

    .two-btns button:last-child
    {
        margin-top: 0.5em;
    }

    ul.steps
    {
        grid-template-columns: auto;
    }

    ul.steps li
    {
        margin: 0.4em auto;
    }

    .uvp-list .item
    {
        width: calc(100% - 2em);
        margin: 0.25em auto;
    }

    div.mate
    {
        flex-direction: column;
    }

    div.mate .right
    {
        font-size: 0.9em;
        margin-left: auto;
    }

    .index header
    {
        margin-top: 0;
    }

    .index .emails-reviews img
    {
        margin: auto 0.5em;
        height: 180px;
    }

    div.help
    {
        width: calc(100% - 4em);
    }

    button.list-attente.master
    {
        position: fixed;
        bottom: 0;
        z-index: 9;
        width: 100%;
        font-size: 1.2em;
        padding: 0.5em;
        box-shadow: 0 0 14px #00000057;
        border-radius: 0;
        padding-bottom: 2em;
        border: none;
        border-top: 1px solid white;
        background-color: #0000008f;
        backdrop-filter: blur(9px);
        margin-top:initial;
    }

    .index header div.right
    {
        margin: auto;
        font-size: 0.7em;
        margin-top: 47%;
        width: calc(100% - 2em);
        line-height: 2.4em;
    }

    .index div.review
    {
        line-height: 1.4em;
    }

    div.gallery
    {
        grid-template-columns: auto;
    }

    .gallery div.mask div.content
    {
        width : 100%;
    }

    .gallery div.mask button.close,
    .index div.mask button.close
    {
        width : initial;
    }

    div.gallery div.project button
    {
        width : 100%
    }

    div.gallery div.project button img
    {
        aspect-ratio: initial;
    }

    div.window.rdv .head
    {
        flex-direction: column;
    }

    div.window.rdv .head img
    {
        margin: auto;
        margin-bottom: 1em;
    }

    div.formule.candidature
    {
        width: 80%;
    }

    video.header-background
    {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

    .index header div.left
    {
        margin-bottom: 2em;
    }

    h2
    {
        line-height: 1.9em;
    }

    header div.review
    {
        width: 60%;
    }

    .rdv-txt
    {
        margin-top: 1em;
        flex-direction: column;
    }

    .rdv-txt img
    {
        margin: auto;
    }

    .rdv-txt p
    {
        margin-top : 2em;
    }
    .calendar-pres div.calendar-infos
    {
        flex-direction: column;
    }
    .calendar-pres div.infos
    {
        margin-left : auto;
        padding-left : 0;
        border-left : none;
        border-top: solid 1px var(--green);
        padding-top : 1.3em;
        margin-top : 1.3em;
    }
    .calendar-pres div.calendar-infos
    {
        border-bottom : 0;
        margin-bottom : 0;
        padding-bottom: 0.5em;
    }

    div.calendar-pres div.chrono
    {
        display: flex;
        flex-direction: column;
        width: 70%;
        margin: 1em auto;
        border-radius: 0.5em;
    }

    .portes-ouvertes-container
    {
        width: calc(100% - 2em);
    }

    main>div.idea p
    {
        width: calc(100% - 2em);
        margin: auto;
    }

    .chrono 
    {
        display: flex;
        flex-direction: column;
    }

    div.chrono-parent.candidature
    {
        width: calc(100% - 1em);
    }
}

@media (max-width : 600px)
{

    div.formule.candidature
    {
        width: calc(100% - 1em);
    }

    header div.review
    {
        width: initial;
    }
}

@media (max-width : 420px)
{
    .index header div.right
    {
        margin-top : 79%;
    }
}


@media (max-width : 320px)
{
    .index header h1
    {
        font-size: 7em;
    }
}
