/*CSS INIT*/
* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

input,
button,
textarea,
select {
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
    -moz-font-feature-settings: "kern" 1;
    -ms-font-feature-settings: "kern" 1;
    -o-font-feature-settings: "kern" 1;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    /* Chrome, Safari */
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    text-rendering: optimizeLegibility;
}
/*FORMULAIRE*/

.h2_formulaire {
    margin-top: 5px;
    margin-bottom: 55px;
}
label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
    font-size: clamp(14px, 1.3vw, 28px);
}

.formulaire p {
    font-size: var(--P-SIZE);
    margin-top: 25px;
    width: 100%;
    margin-bottom: 10%;
}
.formulaire {
    margin-bottom: 10% !important;
}

input[type="text"],
input[type="email"],
select,
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    box-sizing: border-box;
}

textarea {
    height: 100px;
    resize: vertical;
}

button {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: white;
    background-color: #1741d6;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    margin: auto;

}

button:hover {
    background-color: #1741d6;;
}

.form-group {
    margin-bottom: 16px;
}

.videoAnnonce {
    width: calc(100% - 10vw);
    margin-right: auto;
    margin-left: auto;
    margin-top: var(--PAD-SIZE);
}
.videoAnnonce video {
    background-color: white;
    margin-right: 5vw;
    margin-left: 5vw;
}

.videoAnnonce h2 {
    margin-bottom: clamp(14px, 2vw, 25px);
}

/* GLOBAL SETTINGS */

body {
    font-family: "Raleway";
    font-style: normal;
    color: black;
    line-height: 1.2;
    font-size: 11px;
    background-color: #f0f0f0;
    overflow-x: hidden;

    /* VARIABLE */
    --H1-SIZE: clamp(42px, 4.8vw, 72px);
    --H2-SIZE: clamp(32px, 4vw, 57.5px);
    --P-SIZE: clamp(18px, 1.65vw, 26px);

    --PAD-SIZE: clamp(68px, 13vw, 146px);
}

.container {
    width: calc(100vw - 20px);
    margin: auto;
}

h1,
h2 {
    font-size: var(--H1-SIZE);
    font-weight: 900;
    text-transform: uppercase;
    color:#1741d6;;
}

p {
    line-height: 1.5;
}
strong {
    font-weight:800;
}
h2 {
    font-size: var(--H2-SIZE);
    font-weight: 900;
}

header h2 {
    color: black;
    font-weight: 900;
    padding-top: 3.5vw;
    font-size: clamp(24px, 2.4vw, 57.5px);
}

header p {
    width: 100%;
    margin-right: auto;
    font-weight: 400;
    font-size: var(--P-SIZE);
    padding-top: var(--PAD-SIZE);
}

.conference p {
    font-size: var(--P-SIZE);
    margin-top: clamp(10px, 2vw, 25px);
}
.conference img {
    width: clamp(30px, 3.5vw, 60px);
    padding-top: 2px;
}
.conference p span {
    overflow: hidden;
    height: 0;
    display: block;
}
.conference p span.spanDevelopp {
    height: 100% !important;
    transition-duration: 0.5s;
    padding-bottom: 3.5vw;
}
.conference {
    width: 100%;
    margin: auto;
    padding-top: var(--PAD-SIZE);
}
.conference+.conference{
    padding-top: 15px !important;
}
.conference div:nth-child(1){
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

header {
    margin-bottom: var(--PAD-SIZE);
}

section.programme {
    width: 100%;
    margin-left: auto;
    opacity: 0;
    margin-bottom: var(--PAD-SIZE);
}

section.programme>div {
    display: flex;
    font-weight: 400;
    font-size: var(--P-SIZE);
    padding-top: 0.5em;
    line-height: 1.2;
    align-items: start;
}

section.programme .heure {
    font-weight: 700;
    margin-right: 1.7vw;
}


.trombinoscope {
    width: 100%;
}

.trombinoscope>div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: clamp(10px, 2vw, 25px);
}

.trombinoscope>div>div {
    width: 100%;
    height: 120vw;
    margin-bottom: 2.85%;
    overflow: hidden;
    position: relative;
}

.trombinoscope img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hoverCard {
    background-color: black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 4%;
    transition-duration: 0.2s;
    color:white;
}

.hoverCardActive {
    opacity: 0.7;
    transition-duration: 0.2s;
}

.hoverCard h3 {
    margin-top: 30%;
    font-size: clamp(24px, 2vw, 32px);
    margin-bottom: 3%;
}

.hoverCard p {
    font-size: clamp(16px, 1vw, 24px);
    ;
}

.mobilePLus {
    position: absolute;
    top: 2.8%;
    left: 4%;
    width: 10%;
    transform: rotate(0deg);
    display: block;
    mix-blend-mode: exclusion;
    transition-duration: 0.25s;
}
.mobilePlusActive {
    transform: rotate(45deg);
    transform-origin: center;
    transition-duration: 0.25s;
}

.mobilePLus img {
    mix-blend-mode: exclusion;
}


.imageBackground {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: -1234567;
}

.imageBackground img:nth-child(1) {
    position: relative;
    right: -75vw;
    top: 32vw;
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
    width: 27vw;
}

.imageBackground img:nth-child(2) {
    position: relative;
    left: -30vw;
    top: 1250px;
    width: 24vw;
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}

.mobileImage {
    height: 76svw;
    overflow-y: hidden;
    padding-top: var(--PAD-SIZE);
    display: block;
}

.mobileImage img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.inscription {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
}
.inscription div:nth-child(2){
    height: auto;
    position: fixed;
    top: 26px;
    right: 7vw;
    z-index: 1234567;
    right: 10px;
}

.inscription a {
    background-color: white;
    color: black;
    padding: 1vw 3vw 1vw 3vw;
    border-radius: 500px;
    text-decoration: none;
    font-weight: 900;
    font-size: 5vw;
}

.inscription a:hover {
    background-color: black;
    color: white;
}

.logoOseo img {
    width: 100%;
}

.logoOseo {
    width: clamp(86px, 12%, 160px)
}

h1 {
    margin-top: -5px;
}
footer {
    margin-top: var(--PAD-SIZE);
    position: relative;
    padding-top: 8%;
    padding-bottom: 16%;

}
footer>div:nth-child(1) {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    max-width: 100vw;
    min-width: 60vw;
}
footer>div:nth-child(1)>div:nth-child(1) {
    margin-left: 12%;
    width: 25%;
}
footer>div:nth-child(1)>div:nth-child(2) {
    margin-right: 12%;
    width: 25%;
}
footer div img{
    width: 100%;
}

.adresse {
    width: 100%;
    margin: auto;
}
.adresse p {
    font-weight: 800;
    font-size: var(--P-SIZE);
    text-align: center;
}
.adresse {
    padding-top: var(--PAD-SIZE);
}
.adresse iframe {
    width: 100%;
    height: 64vw;
    margin: auto;
    display: block;
    border: none;
    margin-top: clamp(10px, 2vw, 25px);
}
section.ateliers {
    margin-top: var(--PAD-SIZE);
    font-size: var(--P-SIZE);
    width: 100%;
}
section.ateliers h2{
    margin-bottom: clamp(10px, 2vw, 25px);
}
section.ateliers .flexAtelier{
    margin-top: clamp(10px, 2vw, 25px);
}
.flexAtelier>div{
    margin-bottom: 0.8em;
    display: flex;
}
.flexAtelier img {
    width: 5.5vw;
    height: 5.5vw;
    margin-right: 5%;
    margin-top: 0.5%;
}


/* Medium devices (tablets, 768px and up)*/
@media (min-width: 600px) {
    .container {
        /*width: 700px;*/
        width: 86vw;
        margin: auto;
    }
    .videoAnnonce {
        width: 66.66%;
    }

    /*INSCRIPTION-DEBUT*/
    button {
width: 25%;
margin-left: auto !important;
margin-right: inherit;
position: inherit;
transform: none;
    }
    .formulaire p {
        width: 60%;
    }
    .adresse iframe {
        width: 100%;
        height: 34vw;
        margin-left: auto;
        margin-right: auto;
    }
    .adresse {
        width: 83%;
    }
    /*INSCRIPTION-FIN*/
    #h1Saut {
        display: none;
    }
    .h2_formulaire {
        margin-top: 55px;
        margin-bottom: 55px;
    }
    section.programme {
        width: 66.666%;
    }
    section.ateliers {
        margin-top: var(--PAD-SIZE);
        font-size: var(--P-SIZE);
        width: 66.66%;
    }

    header p {
        width: 66.66%;
    }

    header h2 {
        padding-top: 1.1vw;
    }

    .trombinoscope {
        width: 66.6%;
    }

    .trombinoscope>div>div {
        width: 49%;
        height: 38vw;
        margin-bottom: 1.4%;
        overflow: hidden;
    }

    section.programme .heure {
        font-weight: 800;
        margin-right: 1vw;
    }
    .conference {
        width: 66.6%;
    }

    .imageBackground {
        display: block;
    }
    .mobileImage {
        display: none;
    }
    .hoverCard:hover {
        opacity: 0.7;
        transition-duration: 0.2s;
    }
    .hoverCardActive {
        opacity: 0;
        transition-duration: 0.2s;
    }
    .mobilePLus {
        display: none;
    }
    .inscription {
        margin-top: 55px;
    }
    .inscription div:nth-child(2){
        top: 64px;
        right: 7vw;
    }
    .inscription a {
        font-size: 3vw;
        padding: 0.8vw 1.2vw 0.8vw 1.2vw;
    }
    h1 {
        padding-top: clamp(42px, 8vw, 100px);
    }
    footer>div:nth-child(1)>div:nth-child(1) {
        margin-left: 18%;
        width: 16%;
    }
    footer>div:nth-child(1)>div:nth-child(2) {
        margin-right: 18%;
        width: 16%;
    }
    footer {

        padding-top: 8%;
        padding-bottom: 16%;
    
    }
    .flexAtelier img {
        width: 4.5vw;
        height: 4.5vw;
        margin-right: 5%;
        margin-top: 0.5%;
    }
    
}

@media (min-width: 768px) {
    .trombinoscope>div>div {
        width: 48%;
        height: 36vw;
        margin-bottom: 1.4%;
        margin-right: 1.4%;
        overflow: hidden;
    }
    .inscription {
        margin-top: 55px;
    }
    .inscription div:nth-child(2){
        top: 64px;
    }
    footer>div:nth-child(1)>div:nth-child(1) {
        margin-left: 20%;
        width: 15%;
    }
    footer>div:nth-child(1)>div:nth-child(2) {
        margin-right: 20%;
        width: 15%;
    }
    footer {

        padding-top: 8%;
        padding-bottom: 16%;
    
    }
    .flexAtelier img {
        width: 3.5vw;
        height: 3.5vw;
        margin-right: 5%;
        margin-top: 0.5%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .inscription a {
        font-size: clamp(24px, 2vw, 32px);
        padding-left: clamp(1.4vw, 1.4vw, 12px);
        padding-right: clamp(1.4vw, 1.4vw, 12px);
        padding-top: clamp(0.8vw, 0.8vw, 4px);
        padding-bottom: clamp(0.8vw, 0.8vw, 4px);
    }
    footer>div:nth-child(1)>div:nth-child(1) {
        margin-left: 26%;
        width: 12%;
    }
    footer>div:nth-child(1)>div:nth-child(2) {
        margin-right: 26%;
        width: 12%;
    }
    footer {

        padding-top: 4%;
        padding-bottom: 8%;
    
    }
    .imageBackground img:nth-child(2) {
        left: -30vw;
        top: 105vw;
        width: 24vw;
    }
    .trombinoscope>div>div {
        width: 48%;
        height: 32vw;
        margin-bottom: 1.4%;
        margin-right: 1.4%;
        overflow: hidden;
    }
    .flexAtelier img {
        width: 2.5vw;
        max-width: 35px;
        height: 2.5vw;
        max-height: 35px;
        margin-right: 5%;
        margin-top: 0.5%;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        /*width: 1000px;*/
        width: 76vw;
        margin: auto;
    }
    .inscription div:nth-child(2){
        right: 12vw;
    }
    .inscription {
        margin-top: 55px;
    }
    .inscription {
        height: 4vw;
    }
    footer>div:nth-child(1)>div:nth-child(1) {
        margin-left: 28%;
        width: 11%;
    }
    footer>div:nth-child(1)>div:nth-child(2) {
        margin-right: 28%;
        width: 11%;
    }
    footer {

        padding-top: 4%;
        padding-bottom: 8%;
    
    }
    
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}

@media (min-width: 1920px) {
    .container {
        /*width: 1150px;*/
        width: 62vw;
        margin: auto;
    }
    .inscription div:nth-child(1) {
        position: absolute;
        top: 55px;
        left: 19vw;
    }
    .trombinoscope > div > div {
        height: 26vw;
    }
    .imageBackground img:nth-child(1) {
        right: -75vw;
        top: 20vw;
        width: 20vw;
    }
    .imageBackground img:nth-child(2) {
        left: -16vw;
        top: 1550px;
        width: 20vw;
    }
}

.animate {
    opacity: 0;
}

.fade-in-bottom {
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.float-anime {
    animation: float 6s ease-in-out infinite;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-4-30 9:29:56
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}