
/*
style.css
---------

Par Killian Sowa, Yvan Gimard

*/


/* PAGE 1 - INDEX.HTML */


/* PRELOADER*/

.flbackdrop {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #991914;
  z-index: 99999; /*Making sure its on top*/
  position:absolute;
}
#hectorHeader {
    width: 230px;
    height: auto;
    position: absolute;
    right: 122px;
    bottom: 17%;
    transition: 0.5s ease-out;
}
.hectorAnim {
    animation: saut 0.2s infinite alternate ease-in-out;
}
@keyframes saut {
    0% {
        transform: translateX(0);
        transform: translateY(0);
    }
    100% {
        transform: translateX(5px);
        transform: translateY(-20px);
    }
}
.preloader

    {

	   background-color: #991914;
        z-index: 199;
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        opacity:1;
        transition: all ease .8s;

    }

.preloader embed

    {

	   width: 100%;
        height: 100%;
        background: white;

    }

.closing

    {

	   opacity: 0;

    }


svg

    {

	   max-width: 25em;
	   border-radius: 3px;
	   background: #991914;
	   fill: none;
	   stroke: white;
	   stroke-linecap: round;
	   stroke-width: 8%;
       position: absolute;
       top: 50%;
       left: 50%;
       transform:translate(-50%,-50%);
       z-index: 200;


    }

use

    {

	   stroke: #eab830;
	   animation: a 2s linear infinite;

    }

@keyframes a { to { stroke-dashoffset: 0px } }


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

    {

	   font-family: "UniSans1";
	   src: url('../fonts/unisansthin.otf');

    }

@font-face

    {

	   font-family: "UniSans1";
        font-style: italic;
	   src: url('../fonts/unisansthinitalic.otf');

    }

@font-face

    {

	   font-family: "UniSans2";
	   src: url('../fonts/unisansheavy.otf');

    }

@font-face

    {

	   font-family: "UniSans2";
        font-style: italic;
	   src: url('../fonts/unisansheavyitalic.otf');

    }



body /* Style du corps du site */

    {

        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        overflow-x: hidden;
        
    }

.wrap /* Wrap pour garder le contenu au centre */

    {

        max-width: 1780px;
        margin: 0 auto;
        padding: 0 100px;

    }
a
    {

        text-decoration: none;
        color: white;

    }
h2 {
    font-size: 40px;
    font-weight: bold;
}
h2 + p {
    padding-top: 20px;
}
h4 {
    font-family: "Lato";
    font-size: 65px;
    font-weight: bold;
    padding-bottom: 10px;
}
header

    {
        color:white;
        position: relative;
        width: 100%;
        height: 100vh;
        font-size: 25px;
        background: url(../images/photo_fond_rouge.png);
        background-size:cover;
        font-family: "Lato";

    }
/* header .wrap {
    height: 100%;
} */
header p

    {

        font-weight: 100;
        letter-spacing:2px;
        font-size: 30px;

    }

header:after

    {

        position: absolute;
        content: '';
        top: 500;
        left: 100;
        right: 0;
        bottom: -30px;
        width: 100%;
        height: 200px;
        background: white;
        transform-origin: top right;
        transform: skewY(-5deg);
        z-index: 2;

    }

.header_content

     {

        display:flex;
        flex-direction: column;
        justify-content: space-around;
         height: 80%;

    }

/* .wrap

    {

        max-width: 1140px;
        margin: 0 auto;
        padding: 0 150px;

    } */


.hamburgermenu

   {

        display:flex;
        justify-content: flex-end;
        width: 90%;
        z-index: 10;

    }

#hamburger /* Bouton du menu hamburger (voir tout en bas pour la suite du menu en dÃ©veloppement) */

    {

        position: relative;
        width: 45px;
        height: 45px;
        background-color:white;
        border-radius:50%;
        top: 0;

    }

#hamburger:hover

    {

        cursor:pointer;

    }


#hamburger span /* Les 3 traits du menu hamburger */

    {

        position: absolute;
        top: 50%;
        left: 50%;
        /* transform: translateX(-50%) translateY(-50%); */
        display: block;
        width: 20px;
        height: 2px;
        background-color: black;
        transition: background 0.5s;

    }


#hamburger span::before, #hamburger span::after

    {

        content: '';
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(-6px);
        display: block;
        width: 20px;
        height: 2px;
        background-color: black;
        transition: transform 0.5s;

    }


#hamburger span::after

    {

        transform: translateY(6px);

    }


#hamburger:hover span::before

    {

        transform: translateY(-8px);

    }


#hamburger:hover span::after

    {

        transform: translateY(8px);

    }


#hamburger.is-opened span

    {

        background: transparent;

    }
#hamburger.is-opened span::before

    {

        transform: translateY(0) rotate(45deg);

    }

#hamburger.is-opened span::after

    {

        transform: translateY(0) rotate(-45deg);

    }

.responsivemenu

    {

        position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */

    }

.couronne {
    position: absolute;
    right: 0;
    width: 27%;
    top: 85%;
    z-index: 5;
}


#topmenu

    {

        display:flex;
        justify-content: flex-end;
        padding-top: 70px;
        padding-bottom: 100px;

    }

#onemenu:nth-child(4)

    {
        margin-right: 0;


    }


#onemenu:hover

    {

        transition: all 0.3s;
        opacity: 0.7;

    }

li

    {

        margin-right: 40px;

    }

.principal_content


    {

        display:flex;
        align-items: center;
        justify-content: space-around;

    }

.iconers

    {

        width:50px;
        height: 50px;
        margin-bottom: 10px;
        opacity: 1;
        transition: 0.2s ease-out;
    }

.iconers:hover

    {
        cursor: pointer;
        transition: all 0.5s;
        fill : red;
    }
.iconersAnim {
    transform: scale(1.5);
}
#chambery

    {

        font-weight: 400;

    }



.content_left

    {

        display:flex;
        flex-direction: column;
        width: 3%;

    }
.content_date {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.content_date p {
    font-size: 60px;
}
.content_right h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -5px;
}

    .content_right h2 {
        font-size: 72px;
        font-weight: bold;
        letter-spacing: -5px;
        padding-right: 30px;
    }
.content_right h3 {
    padding-top: 56px;
}

header + img {
    display: none;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 15px;
    animation: flecheHover 0.8s infinite alternate ease-in-out;
}

@keyframes flecheHover {
    0% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(+5px);
    }
}

#logoframmi

    {

        width: 500px;
        height: auto;

    }
Z

.ml1    {

margin-bottom: 15px;

}



.ml1 .letter {

  display: inline-block;
}

.ml1 .text-wrapper

    {

        position: relative;
        display: inline-block;
        padding-top: 0.1em;
        padding-right: 0.05em;

    }

.ml1 .line

    {

        opacity: 0;
        position: absolute;
        left: 0;
        height: 3px;
        width: 100%;
        background-color: #fff;
        transform-origin: 0 0;

    }

.ml1 .line1

    {

        top: 0;

    }

.ml1 .line2

    {

        bottom: 0;


    }



.contenu
    {
        color:#111111;
        /* height:1310px; */
        font-family: 'Lato', sans-serif;
        display:flex;
        z-index: 6;
    }

.contenu .wrap
    {
        z-index: 6;
        padding-top: 10%;
        width : 100%;
    }
.contenu h1 {
    font-size: 65px;
    font-weight: bold;
}
.festival {
    color: black;
    width: 100%;
}
.festival p

    {

        font-family: 'Lato', sans-serif;
        font-weight: 300;
        font-size:35px;

    }


.festival span

    {

        font-weight: bold;

    }
.blocCat {
    position: relative;
}
.blocCat img{
    width: 165px;
    height: auto;
    transition: 0.5s ease-in-out;
}
.titreCat {
    display: inline-block;
}
.catHover {
  /* transform: rotate(80deg); */
  transform: rotate(90deg) ;
}

.desc
    {
        font-family: 'Lato', sans-serif;
        font-size: 22px;
        display: flex;
        justify-content: space-between;
        padding-top: 90px;
        /* padding-bottom: 210px; */
    }
.desc h2
    {

        font-weight: bold;
        margin-bottom: 10px;

    }

.desc p {
    font-weight: 500;
    font-size: 21px;
    font-family: Lato;
    position: absolute;
    background-color: white;
    align-items: center;
    top: 32%;
    left: 40px;
    box-sizing: border-box;
    width: 100%;
}
.bloc1 p{
    top: 35px;
}
.desc div

    {

        text-align: center;

    }

#descta

    {

        resize: none;

    }

#iconedesc

    {

        margin-bottom: 55px;
        max-width: 100%;
        height: auto;

    }

.containerTeaser {
    display: flex;
    padding-top: 80px;
    padding-bottom: 80px;
}
.teaserGauche {
    width: 40%;
    margin-top: 9%;

    margin: auto;

}
.teaserGauche p  {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 24px;
}
.teaserDroite {
    padding-left: 20px;
    width: 60%;
}
iframe {
    width: 100%;
    height: 450px;
}
.gridPrix {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    width: 80%;
    margin: auto;
    padding-top: 100px;
    }
.gridElement {
    display: flex;
    align-items: center;
    font-family: "Lato";
    font-size: 45px;
    font-weight: light;
}
.gridElement img {
    height: 70px;
    width: auto;
}
.gridPrixR {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 80%;
    margin: auto;
    padding-top: 80px;
}
.gridPrixR p{
    font-size: 42px;
}
#prixR {
    height: 200px;
    padding-top: 20px;
    position: relative;
}
#prixR img {
    height: 70%;
}
#prixR p {
    font-size: 70px;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.gridElementR:nth-child(2n+1){
    text-align: left;
}
.gridElementR:nth-child(2n+2){
    text-align: right;
}
.nomPrix {
    font-size: 30px;
}
#pres_festival

    {

        font-size: 20px;
        text-align: center;
        line-height: 30px;

    }

#pres_festival span

    {

        font-weight: bold;

    }
.inscriptions

    {
        position: relative;
        width: 100%;
        background-color: #991914;
        color:white;
        height: 356px;

    }
.inscriptions::before {
    position: absolute;
    content: '';
    top: -28%;
    right: 0;
    width: 100%;
    height: 100px;
    background: white;
    transform-origin: top right;
    transform: skewY(-3.5deg);
    z-index: 2;
}
.inscriptions::after {
    position: absolute;
    content: '';
    top: 500;
    left: 100;
    right: 0;
    bottom: 0%;
    width: 100%;
    height: 100px;
    background: white;
    transform-origin: top right;
    transform: skewY(-3.5deg);
    z-index: 2;
}
.inscriptions_overlay

    {

        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 20;
        top: 0;
        left: 0;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0, 0.9);
        overflow-x: hidden;
        transition: all .3s linear;
        opacity: 0;
        display: none;


    }

.inscriptions_form

    {

        background-color: white;
        width: 60%;
        height: 70%;
        top: 50%;
        left: 50%;
        transform:translate(-50%,-50%);
        z-index: 21;
        color:black;
        font-family: "Lato";
        font-style: italic;
        font-size: 45px;
        padding: 50px 50px 50px 50px;
        position: fixed;
        overflow-x: hidden;
        transition: all .3s linear;
        display:none;
        opacity: 0;

    }

.is-visible {

    display: block;

}

.is-open {

    opacity:1;

}

.inscriptions_form h1

    {

        margin-bottom: 20px;

    }

.form_inscriptions

    {

        font-size: 18px;
        color: grey;
        font-family: "Lato";
        font-weight: 200;
        font-style: italic;

    }

::placeholder


    {

        font-size: 18px;
        color: grey;
        font-family: "Lato";
        font-weight: 200;
        font-style: italic;

    }

.formblock

    {

        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 430px;
        width: 100%;

    }

.btn_categories

    {

        display: flex;
        justify-content: space-between;

    }

.btn_categories input

    {

        background-color: black;
        border-width: 6px;
        border-style: solid;
        border-radius: 8px;
        background-color: rgb(255, 255, 255);
        padding: 10px 5px 6px 5px;
        border-color: #eab830;
        font-family: 'UniSans2';
        width: 24%;

    }

.btn_categories input:hover, .btn_categories input:focus

    {

        color:white;
        background-color: #eab830;
        transition: all .3s;

    }



#envoyerbtn

    {

        display: flex;
        justify-content: flex-end;

    }

.nom_prenom

    {

        display: flex;
        justify-content: space-between;

    }


input

    {

        width: 40%;

    }

input#inputprenom, input#inputname

    {

        width: 47%;

    }

input#inputemail, input#inputformation, input#titrerea, input#linktel

    {

        width: 100%;

    }

input[type=submit]

    {

        border-width: 6px;
        border-style: solid;
        border-radius: 8px;
        background-color: rgb(255, 255, 255);
        padding: 10px 20px 5px 20px;
        font-family: 'UniSans2';
        font-size: 20px;
        border-color: #BF0B11;
        border-image-slice: 1;
        width: auto;

    }

input[type=submit]:hover

    {

        background-color: #BF0B11;
        color:white;
        transition: all .4s;

    }

 select

    {

        outline: none;
        -webkit-appearance: none;
        display: block;
        margin: 0;
        width: 100%;
        height: 40px;
        transition: border-color 0.2s;
        border-width: 4px;
        border-style: solid;
        border-radius: 6px;
        border-color: #BF0B11;
        background: #BF0B11;
        font-size: 18px;
        font-family: 'UniSans2';
        text-align: center;
        color: white;
        text-align-last:center;


    }

 select:hover

    {

        cursor:pointer;
        opacity: 0.8;

    }


option.select_text select

    {

        text-align: center;

    }

.close

    {

        position: absolute;
        top: 50px;
        right: 70px;
        transition: all 200ms;

    }

.close:hover

    {

        opacity: 0.3;
        transition: all .1s;
        cursor: pointer;
    }







.inscriptions .wrap

    {

        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

.inscriptions_left

    {

        text-align: center;

    }



.inscriptions_left h2

    {

        font-size: 36px;
        font-family: 'Lato';
        font-style: italic;

    }

.inscriptions_left p

    {

        font-family: 'Lato', sans-serif;
        font-size: 36px;

    }

.inscriptions_right

    {

        display: flex;
        justify-content: space-between;
        width: 40%;
        margin: auto;

    }

.inscriptions_right h2

    {

        font-size: 30px;
        font-family: lato;
        font-weight: bold;

    }


.btn_insc, .btn_reglement

    {

        border-width: 2px;
        border-style: solid;
        border-radius: 40px;
        border-color: white;
        padding: 19px;
        background-color: #991914;
        color: white;

    }

.btn_insc:hover, .btn_reglement:hover

    {

        background-color: #BF0B11;
        transition: all 0.5s;

    }



#categories_desc

    {

        text-align: center;

    }

#categories_desc span

    {

        font-family: 'Lato', sans-serif;
        font-weight: bold;

    }

.blocCategories {
    position: relative;
}
#couronne2 {
    height: 500px;
    width: auto;
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 6;
}
    
.blocCategories .festival {
    color: black;
    padding-top: 100px;
}
.blocJury {
    padding-top: 160px;
}

.containerJury {
    display: flex;
    justify-content: space-between;
}
.blocJury h1{
    font-family: 'Lato';
    font-size: 65px;
    font-weight: bold;
    padding-top: 150px;
    padding-bottom: 40px;
}
.blocJure {
    font-family: 'Lato';
    position: relative;
    color: black;
    width: 265px;
    text-align: center;
    z-index: 7;
}
.blocJure img{
    width: 100%;
    height: auto;
}
.cercleJure {
    position: absolute;
    left: -26px;
    top: 72px;
}
.nomJure {
    font-size: 35px;
    padding-top: 35px;
    padding-bottom: 10px;
}
.nomJure span {
    font-weight: bold;
}
.metierJure {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
}
.descriptionJure {
    font-size: 20px;
    font-weight: "light";
}
#imgcategorie

    {

        width: 50%;
        height: auto;

    }


#imgslider

    {

        max-width: 100%;
        height:auto;

    }
.blocAfterMovie {
    padding-top: 90px;
    padding-bottom: 100px;
}
.blocAfterMovie p {
    font-weight: 300;
    font-size: 24px;
}
#textAfter {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 40px;
    font-size: 26px;
}
.blocAfterMovie iframe {
    width: 50%;
    display: block;
    margin: 0 auto;
}
footer::before {
    position: absolute;
    content: '';
    top: -17%;
    right: 0;
    width: 100%;
    height: 120px;
    background: white;
    transform-origin: top right;
    transform: skewY(-3.5deg);
    z-index: 2;
}

footer

    {
        position: relative;
        height: 600px;
        background-color: #991914;
        font-family: 'Lato', sans-serif;
        font-size: 16px;
        color: white;


    }


footer h1

    {

        font-family: 'lato';
        font-size: 45px;

    }

footer .wrap

    {

        display: flex;
        align-items: center;
        padding-top: 180px;

    }


.contact
    {
        display:flex;
        height: 400px;
        width: 32%;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
#mailFrammi {
    font-family: "Lato";
    font-size: 26px;
}
#mapcongres
    {
        width: 440px;
        height: 270px;
        position: relative;
    }
#logoMoabi {
    height: 150px;
    width: auto;
    display: block;
    margin: 0 auto;
    padding-bottom: 70px;
}

.logosIUT {
    display: flex;
    justify-content: space-between;
}
.logoElement {
    width: 30%;
}
.logoElement img{
    height: 100px;
    width: auto;
}
#mentionsLegales {
    text-align : center;
}
.Rectangle_15 {
  border-width: 0px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  left: 116px;
  top: 1310px;
  width: 1222px;
  height: 214px;
  z-index: 196;
}




.overlay {

    height: 100%;
    width: 0;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-family: 'Lato';
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.overlay .closebtn:hover {
    cursor:pointer;
}

.overlay_rs {
    display:flex;
    justify-content: center;
    padding-top: 85px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }

  }





.form-error{
  background-color:rgba(254,213,214,1);
  color:rgba(123,11,29,1);
  border-radius:10px;
  padding: 15px 1px 1px 1px;
  text-align:center;
}

.form-success{
  background-color:rgba(206,239,217,1);
  color:rgba(17,103,43,1);
  border-radius:10px;
  padding: 15px 1px 1px 1px;
  text-align:center;
}
#photoCercle {
    position: absolute;
    top: 40px;
    left: 0;
}