/* #region général */
body {
    padding: 0;
    margin: 0;
    background: #fff;
    position: relative;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 100%;
}
body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
a:hover {
    text-decoration: none;
}
input[type="button"],
input[type="submit"],
.contact-form input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
}
label {
    margin: 0;
}
/* img {
    width: 100%;
} */
/* #endregion général */

/* #region header */
header h1 {
    line-height: 0;
}
a.navbar-brand i {
    /* color: #eb1d50;  */
    color: #d6d6d6 !important;
    color: white; 
    margin-right: .3em;
}
header h1 a span {
    color: #fff;
    display: block;
    font-size: 12px;
    letter-spacing: 5px;
    word-spacing: 5px;
}
.navbar-brand {
    /* color: #eb1d50 !important; */
    color: #d6d6d6 !important;
    font-family: Vibur, cursive;
    font-weight: bold;
    font-size: .8em;
    text-transform: capitalize;
    display: initial;
    margin: 0;
}
.navbar-brand:hover,
.navbar-brand:focus {
    color: rgba(254, 59, 48, 0.6);
}
.navbar-brand::first-letter {
    border-bottom: 3px solid #dc3545;
    color: #dc3545;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .show>.nav-link,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link {
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 1em;
}
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: #ddd;
}
header {
    position: absolute;
    z-index: 9;
    width: 100%;
    border-bottom: 1px solid #aaa;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    background-color: #eb1d50;
    color: #fff;
}
#for-deconnexion {
    background-color: #eb1d50;
    color: #fff;
}
/* #endregion header */

/* #region banner */
.banner {
    background: url(../images/banner.jpg)no-repeat 0px 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.banner:after {
    background-color: #000;
    content: "";
    left: 0;
    opacity: 0.4;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.agileinfo-logo h3 {
    color: #fff;
    display: inline-block;
    font-size: 3.5em;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.4em;
}
h3.txt-w3_agile {
    font-size: 3.5em;
    color: #fff;
    /* text-transform: capitalize; */
    font-weight: 100;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
a.mr-2 i {
    color: #eb1d50;
}
.banner-text {
    padding: 17.5vw 0;
    text-align: right;
}
.thim-click-to-bottom {
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    -webkit-animation: bounce 2s infinite ease-in-out;
    z-index: 99;
}

.thim-click-to-bottom i {
    color: #fff;
}
/* #endregion banner */


/* #region cours */
h3.heading {
    font-size: 45px;
    color: #555;
    font-weight: 900;
}

h3.heading span {
    opacity: .3;
}
.cours-grid-general {
    background: #fff;
    position: relative;
    padding: 2em 2em;
    text-align: center;
    height: 220px !important;
    margin-bottom: 2rem;
    cursor: pointer;
}

.cours-grid1 {
    border: 1px solid #eb1d50;
}
.cours-grid2 {
    border: 1px solid #00bcd4;
}
.cours-grid3 {
    border: 1px solid #8200D4;
}
.cours-grid4 {
    border: 1px solid #52D400;
}
.cours-grid-general p {
    font-size: 15px;
    color: #888;
    line-height: 28px;
}
.cours-grid-general h4 {
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 900;
    line-height: 30px;
    color: #333;
    text-transform: uppercase;
}
.cours-grid-general h5 {
    position: absolute;
    right: 5%;
    bottom: 5%;
    font-size: 2em;
    font-weight: bold;
    opacity: .5;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.cours-grid1 h5 {
    color: #eb1d50;
}
.cours-grid2 h5 {
    color: #00bcd4;
}
.cours-grid3 h5 {
    color: #8200D4;
}
.cours-grid4 h5 {
    color: #52D400;
}
.cours-grid-general:hover h5 {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    opacity: 1;
}
div.cours-grid-general > i {
    width: 60px;
    background: #eb1d50;
    height: 60px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 60px !important;
    position: absolute;
    left: 0%;
    top: 0%;
    border-bottom-right-radius: 70%;
}
div.cours-grid1 > i {
    background: #eb1d50;
}
div.cours-grid2 > i {
    background: #00bcd4;
}
div.cours-grid3 > i {
    background: #8200D4;
}
div.cours-grid4 > i {
    background: #52D400;
}

a.sio {
    display: inline-block;
    margin-top: .5em;
    color: #eb1d50;
    border-color: transparent;
    position: absolute;
    bottom: 1rem;
    right: 2rem;
}
a.sio i {
    font-size: 2rem;
    color: #eb1d50;
}

a.sioo {
    display: inline-block;
    margin-top: .5em;
    color: #00bcd4;
    border-color: transparent;
    position: absolute;
    bottom: 1rem;
    right: 2rem;
}
a.sioo i {
    font-size: 2rem;
    color: #00bcd4; 
}

a.siooo {
    display: inline-block;
    margin-top: .5em;
    color: #8200D4;
    border-color: transparent;
    position: absolute;
    bottom: 1rem;
    right: 2rem;
}
a.siooo i {
    font-size: 2rem;
    color: #8200D4; 
}

a.sioooo {
    display: inline-block;
    margin-top: .5em;
    color: #52D400;
    border-color: transparent;
    position: absolute;
    bottom: 1rem;
    right: 2rem;
}
a.sioooo i {
    font-size: 2rem;
    color: #52D400; 
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.cours-gridquiz {
    border: 1px solid transparent;
}
.for-quiz a {
    font-size: 5rem;
    color: #eb1d50; /* #00bcd4; */
}
.for-quiz a:hover .icon-unlock,
.for-quiz a .icon-lock {
    display: none;
}
.for-quiz a:hover .icon-lock {
    display: inline;
}
a.quiz {
    display: inline-block;
    margin-top: 0;
    color: #eb1d50;
    border-color: transparent;
}
a.quiz i {
    font-size: 4rem;
    color: #eb1d50;
}


/* #endregion cours */

/* #region Cahier textes & Co */
.ressources {
    background: url(../images/banner.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}
.ressources a:hover {
    cursor: pointer;
}
.image-layer {
    background-color: rgba(0, 0, 0, 0.3);
    /* opacité sur la section ressources */
    padding-bottom: 4rem;
    padding-top: 4rem;
}
.text-wls-ser-bake span {
    font-size:38px;
    border-radius: 50%;
    color: #fff; 
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.white-background h4 {
    color: #fff;
    font-weight: 900;
    font-size: 1.2rem;
}
h4.small {
    font-size: 1rem;
}
.white-background:hover span.banner-icon {
    transition: 0.90s;
    -webkit-transition: 0.90s;
    -moz-transition: 0.90s;
    -ms-transition: 0.90s;
    -o-transition: 0.90s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.white-background {
    background: #eb1d50;
    border-radius: 50%;
    padding: 2em 1em;
    border: 1px solid #eb1d50;
    width: 180px;
    height: 180px;
    text-align:center;
    border-radius:180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cahier .container>div {
    flex-basis: 250px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* #endregion Cahier textes & Co */

/* #region footer */
footer h3 {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2px;
    color: #ccc;
}
footer {
    background: #222;
}
footer p {
    font-size: 15px;
    color: #777;
    line-height: 28px;
    letter-spacing: 1px;
}
.copyright p {
    letter-spacing: 1px;
    font-size: 15px;
    color: #666;
}
.copyright p a {
    color: #aaa;
}
.copyright p a:hover {
    color: #999;
}
.copyright {
    background: #222;
}
/* #endregion footer */

/* #region to-top */
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url(../images/arr.png) no-repeat 0px 0px;
}
#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
@-webkit-keyframes bounce {

    0%,
    20%,
    60%,
    100% {
        -ms-transform: translateY(0);
    }

    0%,
    20%,
    60%,
    100% {
        -o-transform: translateY(0);
    }

    0%,
    20%,
    60%,
    100% {
        -moz-transform: translateY(0);
    }

    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
    }

    80% {
        -webkit-transform: translateY(-10px);
    }
}
/* #endregion to-top */

/* #region Responsive Design */
@media(max-width: 1440px) {
    .footer-gap {
        padding: 0 1em;
    }
}
@media(max-width: 1280px) {
    .social li {
        margin-right: 0em !important;
    }
    .agileinfo-logo h3,
    h3.txt-w3_agile {
        font-size: 2.5em;
    }

    .agileinfo-inner h2 {
        padding: 13vw 0 5vw;
    }
}
@media(max-width: 1080px) {
    .footer-gap {
        padding: 0 0em;
    }
    .social li a {
        font-size: 10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .welcome h4 {
        font-size: 16px;
        letter-spacing: 2px;
    }
    .cours-grid1 {
        padding: 3em 2em;
    }
    .banner-text {
        padding: 20.5vw 0 16vw;
    }
    .bg-img h3 {
        font-size: 30px;
        line-height: 48px;
    }
}
@media(max-width: 1024px) {
    .cours-grid1 h4 {
        font-size: 17px;
        letter-spacing: 1px;
    }

    .agileinfo-logo h3,
    h3.txt-w3_agile {
        font-size: 2.5em;
    }
    h3.heading {
        font-size: 40px;
    }
    .agileinfo-inner h2 {
        padding: 16vw 0 5vw;
        font-size: 2.5em;
    }
    .error_banner h5 {
        font-size: 9em;
    }
    .error_banner h4 {
        font-size: 3em;
    }
}
@media(max-width: 991px) {
    .navbar-toggler {
        /* background-color: #eb1d50;
        background-color: #00bcd4; */
        background-color: #d6d6d6;
        border: 1px solid transparent;
        border-radius: 0;
    }
    .navbar-collapse {
        background: rgba(0, 0, 0, 0.7);
        padding: 1em 0;
    }
    .dropdown-menu {
        min-width: auto;
        padding: 0;
        background-color: transparent;
        border: none;
        text-align: center;
    }
    .navbar {
        padding: 0.5em 0;
    }
}
@media(max-width: 800px) {
    .banner-text {
        padding: 27.5vw 0 14vw;
    }
    .agileinfo-logo h3,
    h3.txt-w3_agile {
        font-size: 2.2em;
    }
    .navbar-brand {
        font-size: .9em;
    }
    h3.heading {
        font-size: 38px;
    }
}
@media(max-width: 667px) {
    .banner-text {
        padding: 31.5vw 0 10vw;
    }
    .agileinfo-inner h2 {
        padding: 25vw 0 5vw;
        font-size: 2em;
    }
    .text-wls-ser-bake span {
        font-size:28px;
    }
    .white-background h4 {
        font-size: 1rem;
    }
    .white-background {
        width: 120px;
        height: 120px;
    }
}
@media(max-width: 600px) {
    .agileinfo-logo h3,
    h3.txt-w3_agile {
        font-size: 2em;
    }
}
@media(max-width: 568px) {
    .navbar-brand {
        font-size: .8em;
    }
    .banner-text {
        padding: 35vw 0 6vw;
    }
}
@media(max-width: 480px) {
    a.sio {
        bottom: .5rem;
    }
    .banner-text {
        padding: 39vw 0 6vw;
    }
    .agileinfo-logo h3,
    h3.txt-w3_agile {
        font-size: 1.8em;
    }
    .thim-click-to-bottom {
        font-size: 25px;
    }
    .image-layer {
        padding: 1em;
    }
    .contact-layer {
        padding: 3em;
    }
}
@media(max-width: 414px) {
    .buttons p {
        display: block;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .agileinfo-logo h3,
    h3.txt-w3_agile {
        font-size: 1.5em;
        line-height: 37px;
    }
    .banner-text {
        padding: 49vw 0 3vw;
    }
    .slider-info a {
        font-size: 14px;
        letter-spacing: 1px;
        padding: 8px 15px;
    }
    h3.heading {
        font-size: 32px;
    }
    .btn-primary {
        padding: 8px 20px;
        letter-spacing: 1px;
        font-size: 13px;
    }
}
@media(max-width: 375px) {
    .navbar-toggler {
        font-size: 1rem;
    }
    .navbar-brand {
        font-size: .7em;
    }
    .navbar {
    }
    h3.heading {
        font-size: 30px;
    }
}
@media(max-width: 320px) {
    .agileinfo-logo h3,
    h3.txt-w3_agile {
        font-size: 1.3em;
        line-height: 37px;
        letter-spacing: 0;
    }
    .slider-info a {
        letter-spacing: 0.5px;
        padding: 8px 10px;
    }
}
/* #endregion Responsive Design */

#questionnaire-rentree {
    font-size: 1.4em;
    margin-top: 2em;
    text-align: center;
}

#questionnaire-rentree a {
    color: #eb1d50;
    background-color: transparent;
    padding: 5px 10px;
    font-weight: 600;
}

#questionnaire-rentree a:hover {
    background-color: #eb1d50;
    color:white;
    padding: 5px 10px;
}