@keyframes animation-fleche {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
.row{
    margin:0!important;
}
.anim-fleche {
    animation: animation-fleche 2s infinite ease-in-out;
}

#page {
    background-image: url("../img/straws.png");
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 30pt;
    font-family: "DinBold", sans-serif;
}

h3 {
    margin-top: 0px;
}

body {
    font-family: "Din", sans-serif;
}

h2 {
    font-size: 60pt;
    margin-left: 50px;
}

.info svg:hover,
.info img:hover {
    cursor: default;
}

.cliquez {
    font-size: 25pt;
}

.titre-plus-petit {
    font-size: 12pt;
    font-family: "Din", sans-serif;
    margin-bottom: 15px;
}

.entete img {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 90px;
    width: auto;
}

.info h2 {
    font-size: 25pt;
}

.touches {
    height: auto;
    width: 200px;
    margin: 12px;
}

.carre {
    color: white;
    height: 500px;
    z-index: 2;
    position: fixed;
    margin-top: 50px;
    margin-top: 50vh;
    transform: translateY(-50%);
}

.info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 2;
}

.container {
    height: 100%;
    padding: 0;
    z-index: 0;
}

.close-info:hover .info {
    background-color: rgba(0, 0, 0, 0);
}

.haut {
    color: white;
    background-color: #303030;
    margin: 0;
    padding: 30px;
}

.droite {
    background-color: #FED047;
    color: white;
}

.gauche {
    background-color: rgba(253, 219, 101, 0.5);
    color: white;
}

.bas {
    padding: 50px;
    background-color: white;
    color: black;
}

.recettes {
    background-color: rgba(245, 161, 75, 0.5);
    color: white;
}

.depenses {
    background-color: #F5A147;
    color: white;
}

.apprentis {
    background-color: rgba(238, 114, 105, 0.5);
    color: white;
}

.diplome {
    background-color: #EE7269;
    color: white;
}

.formation-tri {
    background-color: rgba(186, 210, 236, 0.7);
    color: white;
}

.formation-appr {
    background-color: #a8cbe7;
    color: white;
}

.nationalite {
    background-color: rgba(32, 177, 157, 0.5);
    color: white;
}

.univ-partenaire {
    background-color: #20b19d;
    color: white;
}

.labo {
    background-color: rgba(47, 105, 196, 0.5);
    color: white;
}

.doctorant {
    background-color: #2F6988;
    color: white;
}

.recherche-basplus {
    background-color: #2F6988;
    color: white;
    padding: 50px;
}

.recherche-basplus h3 {
    margin-bottom: 0;
}

.footer {
    background-color: white;
    color: black;
}

.hover {
    animation: hover 1.7s infinite ease-in-out;
}

@keyframes hover {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-25px);
    }
    100% {
        transform: translateY(0px);
    }
}

.panorama img {
    width: 200px;
    height: auto;
}

#budget-total {
    color: #F5A147;
    font-size: 80pt;
    margin: 0;
    padding: 0;
}

.heartbeat {
    animation: heartbeat 1.5s;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.10);
    }
    100% {
        transform: scale(1);
    }
}

.arbre {
    margin: 50px 0 50px 0;
    width: 150px;
    height: auto;
}

.nombre {
    margin-bottom: 0;
    margin-top: 120px;
}

.recettes svg,
.gauche svg,
.droite svg,
.depenses svg,
.apprentis svg,
.diplome svg,
.formation-tri svg,
.formation-appr svg,
.nationalite svg,
.univ-partenaire svg,
.labo svg,
.doctorant svg,
.bas svg,
.bas2 svg,
.haut svg,
.recherche svg {
    width: 110px;
    height: auto;
}

.budget-haut {
    margin-top: 50px;
}

.budget-haut svg {
    width: 80px;
    height: auto;
}

.budget-haut h3 {
    margin-bottom: 20px;
}

.picto {
    margin: 80px 0 80px 0;
}

.nombre h3 {
    margin-bottom: 0
}

.nombre2 {
    margin-bottom: 0;
}

.etudiant svg {
    margin: 0px 0 20px 0;
    width: 70%;
    height: auto;
    padding: 0;
}

.padding-case {
    padding: 50px 0 50px 0;
}

.padding-case-etudiant {
    padding: 20px 0 30px 0;
}

li,
p {
    font-size: 13pt;
    margin-bottom: 0;
}

.annotation {
    font-size: 9pt;
    color: lightgrey;
    margin-top: 0px;
}

.nombre-gros {
    font-size: 40pt;
    font-family: "DinBold", sans-serif;
}

.nombre-enorme {
    font-size: 100pt;
}

.couleur-budget {
    color: #F5A147;
    text-decoration: none;
}

.couleur-etudiant {
    color: #EE7269;
}

.couleur-diplomes {
    color: #a8cbe7;
}

.couleur-international {
    color: #20b19d;
}

.couleur-recherche {
    color: #2F6988;
    margin-top: 30px;
}

.couleur-panorama {
    color: #FED047;
    margin-top: 10px;
}

.recherche svg {
    margin: 10px 0 10px 0;
}

.bas2 {
    padding: 50px 50px 20px 50px;
    background-color: white;
    color: black;
}

.nombre-moyen {
    font-size: 22pt;
    font-family: "DinBold", sans-serif;
}

.nombre-moyen2 {
    font-size: 25pt;
    font-family: "DinBold", sans-serif;
}

.pop-up {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 2;
    color: white;
}

.fleche_cote {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    z-index: 1;
}

.padding_fleche_gauche {
    padding-left: 20px;
}

.padding_fleche_droit {
    padding-right: 20px;
}

.fleche-annee {
    display: inline-block;
    position: absolute;
    position: fixed;
    z-index: 1;
    width: 150px;
    height: auto;
    background-color: black;
    opacity: 0.4;
    left: 0;
    margin-top: 50vh;
    transform: translateY(-50%);
}

.fleche-annee2:hover,
.fleche-annee:hover {
    cursor: pointer;
}
.annee{
    padding:0 15px;
    font-size:1.1em;
}
.rappel-annee {
    display: inline-block;
    position: absolute;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 35px;
    background-color: black;
    opacity: 0.7;
    left: 0;
    top: 0;
    font-size: 18px;
    color: grey;
    padding: 5px;
}

.fleche-annee2 {
    display: inline-block;
    position: absolute;
    position: fixed;
    z-index: 1;
    width: 150px;
    height: auto;
    background-color: black;
    opacity: 0.4;
    right: 0;
    margin-top: 50vh;
    transform: translateY(-50%);
}

.fleche-annee svg,
.fleche-annee2 svg {
    width: 110px;
    height: auto;
}

.fleche-annee span,
.fleche-annee2 span {
    color: rgba(255, 255, 255, 1);
}

.fleche_cote_class {
    background-color: rgba(0, 0, 0, 0.8);
}

.pop-up h3 {
    font-size: 90pt;
    margin-top: 50vh;
    transform: translateY(-50%);
}

.info img {
    height: 70px;
    width: auto;
    margin-bottom: 30px;
}

.navig {
    display: block !important;
    color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1200px) {
    .titre-plus-petit {
        font-size: 12pt;
        font-family: "Din", sans-serif;
        margin-bottom: 15px;
    }
    .entete img {
        margin-top: 5px;
        margin-bottom: 10px;
        height: 70px;
        width: auto;
    }
    h1 {
        margin: 0;
        padding: 0;
        font-size: 35pt;
        font-family: "DinBold", sans-serif;
    }
}

@media screen and (max-width: 960px) {
    .marges {
        margin: 10px 0 10px 0;
    }
    .touches {
        height: auto;
        width: 150px;
        margin: 12px;
    }
    .info img {
        height: 50px;
        width: auto;
    }
    .titre-plus-petit {
        font-size: 10pt;
        font-family: "Din", sans-serif;
        margin-bottom: 10px;
    }
    .entete img {
        margin-top: 10px;
        margin-bottom: 10px;
        height: 60px;
        width: auto;
    }
    h1 {
        margin: 0;
        padding: 0;
        font-size: 30pt;
        font-family: "DinBold", sans-serif;
    }
}

@media screen and (max-width: 640px) {
    h2 {
        margin-left: 10px;
        font-size: 30pt;
        margin-bottom: 0px;
    }
    .titre-plus-petit {
        font-size: 9pt;
        font-family: "Din", sans-serif;
        margin-bottom: 10px;
    }
    .entete img {
        margin-top: 3px;
        margin-bottom: 3px;
        height: 50px;
        width: auto;
    }
    h1 {
        margin: 0;
        padding: 0;
        font-size: 20pt;
        font-family: "DinBold", sans-serif;
    }
    h3 {
        margin-top: 0px;
        font-size: 15pt;
    }
    .nombre-enorme {
        font-size: 60pt;
    }
    .nombre-gros {
        font-size: 24pt;
        font-family: "DinBold", sans-serif;
    }
    li,
    p {
        font-size: 10pt;
        margin-bottom: 0;
    }
    .recettes svg,
    .gauche svg,
    .droite svg,
    .depenses svg,
    .apprentis svg,
    .diplome svg,
    .formation-tri svg,
    .formation-appr svg,
    .nationalite svg,
    .univ-partenaire svg,
    .labo svg,
    .doctorant svg,
    .bas svg,
    .bas2 svg,
    .recherche svg {
        width: 100px;
        height: auto;
    }
    .padding-case {
        padding: 25px 0 25px 0;
    }
    .nombre {
        margin-bottom: 0;
        margin-top: 120px;
    }
    .marges {
        margin: 10px 0 10px 0;
    }
    #budget-total {
        color: #F5A147;
        font-size: 40pt;
        margin: 0;
        padding: 0;
    }
    .nombre-moyen {
        font-size: 17pt;
        font-family: "DinBold", sans-serif;
    }
    .info {
        display: none;
    }
    .nombre-moyen2 {
        font-size: 22pt;
        font-family: "DinBold", sans-serif;
    }
    .footer svg {
        height: 20px;
        width: auto;
    }
}

@media screen and (max-width: 450px) {
    .titre-plus-petit {
        font-size: 8pt;
        font-family: "Din", sans-serif;
        margin-bottom: 6px;
    }
    .entete img {
        margin-top: 3px;
        margin-bottom: 3px;
        
        width: auto;
    }
    h1 {
        margin: 0;
        padding: 0;
        font-size: 18pt;
        font-family: "DinBold", sans-serif;
    }
}

.padding-form {
    padding: 20px 0 80px 0;
}

.titre-admin {
    font-size: 16pt;
    margin: 0;
}

.marge-haute {
    margin-top: 40px;
}

.marge-basse {
    margin-bottom: 30px;
}

th,
td {
    font-size: 12pt;
    padding: 10px;
}

.footer-admin {
    background-color: #eee;
}

.marge {
    margin: 50px 0 20px 0;
}

.marge-moyenne {
    margin-bottom: 20px;
}

.header-admin {
    padding: 30px 0 60px 0;
    background-color: #eee;
}

@font-face {
    font-family: Din;
    src: url(../font/dinweb.ttf);
}

@font-face {
    font-family: DinBold;
    src: url(../font/dinwebbold.ttf);
}

.footer svg {
    height: 27px;
    width: auto;
}

.padding-footer {
    padding: 30px 100px 30px 100px;
}

.footer-marge-basse {
    margin-bottom: 20px;
}

.footer strong {
    font-family: "DinBold", sans-serif;
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

#tube {
    fill: #000000;
    transform: rotate(6deg) translateY(60px);
    transform-origin: 50% 50%;
    animation: shake 1000ms linear;
}

#bubble-one {
    animation: bubbleOne 600ms linear infinite;
}

#bubble-two {
    animation: bubbleOne 750ms linear infinite;
}

#bubble-three {
    animation: bubbleThree 1100ms linear infinite;
}

@keyframes bubbleOne {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    45% {
        opacity: 1;
        transform: translate3d(5px, -15px, 0);
    }
    90% {
        transform: translate3d(-5px, -30px, 0);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }
}

@keyframes bubbleThree {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    45% {
        opacity: 1;
        transform: translate3d(-10px, -30px, 0);
    }
    90% {
        transform: translate3d(9px, -45px, 0);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }
}

#spiral {
    -webkit-animation: spin 6s linear 0s infinite normal;
    -moz-animation: spin 6s linear 0s infinite normal;
    -ms-animation: spin 6s linear 0s infinite normal;
    -o-animation: spin 6s linear 0s infinite normal;
    animation: spin 6s linear 0s infinite normal;
}

@keyframes spin {
    0% {
        transform: rotate(360deg);
        transform-origin: 50% 50%;
    }
    100% {
        transform: rotate(0deg);
        transform-origin: 50% 50%;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(360deg);
        transform-origin: 50% 50%;
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform-origin: 50% 50%;
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(360deg);
        transform-origin: 50% 50%;
    }
    100% {
        -ms-transform: rotate(0deg);
        transform-origin: 50% 50%;
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        transform-origin: 41.5px 41.5px;
    }
    100% {
        -moz-transform: rotate(0deg);
        transform-origin: 41.5px 41.5px;
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(360deg);
        transform-origin: 50% 50%;
    }
    100% {
        -o-transform: rotate(0deg);
        transform-origin: 50% 50%;
    }
}

#spiral2 {
    -webkit-animation: spin2 6s linear 0s infinite normal;
    -moz-animation: spin2 6s linear 0s infinite normal;
    -ms-animation: spin2 6s linear 0s infinite normal;
    -o-animation: spin2 6s linear 0s infinite normal;
    animation: spin2 6s linear 0s infinite normal;
}

@keyframes spin2 {
    0% {
        transform: rotate(0deg);
        transform-origin: 50% 50%;
    }
    100% {
        transform: rotate(360deg);
        transform-origin: 50% 50%;
    }
}

@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform-origin: 50% 50%;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform-origin: 50% 50%;
    }
}

@-ms-keyframes spin2 {
    0% {
        -ms-transform: rotate(0deg);
        transform-origin: 50% 50%;
    }
    100% {
        -ms-transform: rotate(360deg);
        transform-origin: 50% 50%;
    }
}

@-moz-keyframes spin2 {
    0% {
        -moz-transform: rotate(0deg);
        -moz-transform-origin: 21px 21px;
    }
    100% {
        -moz-transform: rotate(0deg);
        -moz-transform-origin: 21px 21px;
    }
}

@-o-keyframes spin2 {
    0% {
        -o-transform: rotate(0deg);
        transform-origin: 50% 50%;
    }
    100% {
        -o-transform: rotate(360deg);
        transform-origin: 50% 50%;
    }
}

.padding-case-recherche {
    padding: 50px 0 0 0;
}

@-webkit-keyframes flame-1 {
    50% {
        -webkit-transform: rotate(10deg);
    }
    75% {
        -webkit-transform: rotate(-10deg);
    }
}

.flamme {
    -webkit-transform-origin: 50% 50%;
    -webkit-animation: flame-1 0.1s;
    -webkit-animation-iteration-count: infinite;
}

@keyframes ball {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-20px);
    }
}

.balle {
    animation: ball 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite alternate;
    animation-delay: 0;
}

.cadre-haut {
    background-image: url(../img/cadre-haut.png);
    height: 300px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.padding-nop {
    padding: 0 0 0 0;
}

.annee-titre {
    margin-top: 5px;
    font-size: 24pt;
}

.logo-footer img {
    width: 150px;
    height: auto;
    margin: 0 0 20px 0;
}

.reseaux {
    box-sizing: border-box;
    margin-top: 30px;
}

.reseaux a {
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: auto;
}

.inline {
    display: inline;
}

.info:hover {
    cursor: pointer;
}