body{
    font-family: Arial;
}
strong{
    font-weight: bold;
}
h1,h2,h3,h4,h5{
    color: #32415e;
}
h1{
    font-size: 3.2rem;
    line-height: 118%;
    margin: 2.8rem 0 1.68rem 0;
    font-weight: bolder;
}
p{
    color: #747f92;
    font-size: 1.2rem;
}
hr{
    width: 100px;
    height: 3px;
    background-color: #1b8cfd;
    border: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.sidenav-trigger{
    color: #1b8cfd;
}

.five-columns {
    display: flex;
    flex-flow: row wrap;
}
.column-item {
    flex-basis: 19%;
    flex-grow: 1;
    margin: 0.5% !important;
    padding: 15px;
}


nav .sidenav-trigger {
    float: left;
    position: relative;
    z-index: 1;
    height: 56px;
    margin: 0;
    line-height: 78px;
}
.sidenav {
    background-color: #2c8cfd;
    padding: 20px 0;
}
.sidenav li.active {
    background-color: rgba(0, 0, 0, 0.1)
}
.sidenav li.active a{
    font-weight: bold;
}
.sidenav li>a {
    color:white;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
}
.sidenav li>a>i{
    font-size: 16px;
    margin: 0 8px 0 0;
    color: white;
}

.nav-home,.nav-standard{
    position: fixed;
    height: inherit;
}
.nav-home.sticky ul li.active a,.nav-standard ul li.active a{
    color: #1b8cfd;
    background: transparent;
    font-weight: bold;
}
.nav-home.sticky ul li.active,.nav-standard ul li.active{
    background: transparent;
}
.nav-home.sticky ul li a:hover,.nav-standard ul li a:hover{
    color: #1b8cfd;
    background: transparent;
}
.nav-home.sticky ul li a,.nav-standard ul li a{
    color: #32415e;
    font-weight: normal;
    font-size: 16px;
}
.nav-home.sticky ul li a.active,.nav-home ul li a.active,.nav-standard ul li a.active {
    color: #1b8cfd;
    font-weight: bold;
    font-size: 16px;
}
.sticky{
    height: 93px;
    position: fixed;
    z-index: 10;
    background-color: white;
}
.navLinks{
    line-height: 77px;
}
.logoWizdeo {
    width: 150px;
    margin-top: 8px;
}
#servicePresentation #presentation,#about #aboutUs,#eligibilityContent,#contactUsContent,#newsLetterthanksContent,#errorContent,#informationContent{
    padding: 7rem 0 0 0;
}
.backToTop{
    padding: 0 0 30px 0;
}
.backToTop i{
    color: #039be5;
    margin-right: 10px;
}
.backToTop li{
    list-style-type: none;
}
.backToTop li a,.copyright{
    color: white;
}
.mt-3{
   margin-top: 3rem;
}
.mt-40{
    margin-top: 40px;
}
.col .pdlr-2{
    padding-left: 2rem!important;
    padding-right: 2rem!important;
}
.col .pdr-2{
    padding-right: 2rem!important;
}
.pdtb-1{
    padding: 1rem 0;
}
.pdtb-8{
    padding: 8rem 0;
}
.pdb-8{
    padding-bottom: 8rem;
}
.mb-0{
    margin-bottom: 0;
}
.mb-8{
    margin-bottom: 4rem;
}
.mt-8{
    margin-top: 4rem;
}
.mb-16{
    margin-bottom: 16em;
}
/* HEADER */
.transparent{
    background-color: transparent;
    box-shadow:none;
}
.brand-logo{
    padding-top: 5px;
}
.nav-home ul li a {
    color: #f0f1f3;
    font-weight: normal;
    font-size: 16px;
}
.nav-home ul li a:hover {
    color: #ffffff;
    background: transparent;
}
.nav-home ul li a.active {
    color: #ffffff;
    font-weight: bold;
}

#servicePresentation h1{
    width: 80%;
}

#servicePresentation .card-content h2{
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 110%;
    margin: 1rem 0 1rem 0;
}
#servicePresentation .card{
    min-height: 246px;
    -webkit-box-shadow: 0px 0px 15px 0px #929292;
    -moz-box-shadow: 0px 0px 15px 0px #929292;
    box-shadow: 0px 0px 15px 0px #929292;
    border-radius: 10px;
    background-image: linear-gradient(to left, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
    display: flex;
    z-index: 2;
}
#servicePresentation .card-content{
    padding: 24px;
    display: flex;
    border-radius: 0 0 2px 2px;
    flex-direction: column;
    align-items: center;
}
#copyrightLink .iconService{
    width: 70px;
    height: 71px;
    background: url("../img/servicesIcons/copyrightIcon.png");
    background-size: cover;
}
#copyrightLink:hover .iconService{
    width: 70px;
    height: 71px;
    background: url("../img/servicesIcons/copyrightIconHover.png");
    background-size: cover;
}
#opSponsoLink .iconService{
    width: 71px;
    height: 71px;
    background: url("../img/servicesIcons/OpSpeIcon.png");
    background-size: cover;
}
#opSponsoLink:hover .iconService{
    width: 71px;
    height: 71px;
    background: url("../img/servicesIcons/OpSpeIconHover.png");
    background-size: cover;
}
#authorLink .iconService{
    width: 71px;
    height: 71px;
    background: url("../img/servicesIcons/authorProtectionIcon.png");
    background-size: cover;
}
#authorLink:hover .iconService{
    width: 71px;
    height: 71px;
    background: url("../img/servicesIcons/authorProtectionIconHover.png");
    background-size: cover;
}
#creatorAgentLink .iconService{
    width: 71px;
    height: 71px;
    background: url("../img/servicesIcons/creatorAgent.png");
    background-size: cover;
}
#creatorAgentLink:hover .iconService{
    width: 71px;
    height: 71px;
    background: url("../img/servicesIcons/creatorAgentHover.png");
    background-size: cover;
}
#servicePresentation .card:hover{
    min-height: 246px;
    -webkit-box-shadow: 0px 0px 15px 0px #38a2ff;
    -moz-box-shadow: 0px 0px 15px 0px #38a2ff;
    box-shadow: 0px 0px 15px 0px #38a2ff;
    border-radius: 10px;
    background-image: linear-gradient(to left, #158bff, #1b90ff, #2295ff, #2a9aff, #339fff);
    -webkit-transition: all 10s;
    transition: all 10s ;
    display: flex;
}
#servicePresentation .card .card-content p{
    font-size: 1rem;
}
#servicePresentation .card:hover .card-content h2,#servicePresentation .card:hover .card-content p{
    color: white;
}

.callToAction{
    margin-top: 2rem;
}
#servicePresentation .callToAction{
    margin-top: 2rem;
    text-align: center;
}
#contactUsElement .callToAction,#newsletterHome .callToAction{
  padding-bottom: 6rem;
}
#servicePresentation .callToAction a.primary, a.primary,.primary{
    float: none;
}
.callToAction a.primary, a.primary,.primary{
    color: white;
    background-color: #1b8cfd;
    border-radius: 40px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    font-weight: bold;
    padding: 0.8rem 2rem;
    height: inherit;
    line-height: inherit;
    margin-right: 1rem;
    white-space: nowrap;
    margin-top: 1rem;
    float: left;
}
.callToAction a.primary:hover, a.primary:hover,.primary:hover{
    background-color: #0f79fd;
}
.callToAction a.secondary, a.secondary,.secondary{
    color: #1b8cfd;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    font-weight: bold;
    padding: 0.8rem 2rem;
    height: inherit;
    line-height: inherit;
    margin-right: 1rem;
    background: white;
    white-space: nowrap;
    margin-top: 1rem;
    float: left;
}
.callToAction a.secondary:hover, a.secondary:hover,.secondary:hover{
    color: #0f79fd;
}
.callToAction a.inverse,.inverse{
    background-color: white;
    color: #1b8cfd;
    border-radius: 40px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    font-weight: bold;
    padding: 0.8rem 2rem;
    height: inherit;
    line-height: inherit;
    margin-right: 1rem;
    white-space: nowrap;
    margin-top: 1rem;
    display: inline-block;
}
.callToAction a.inverse:hover,.inverse:hover{
    color: #0f79fd;
}
#serviceCopyright h2,#serviceAuthor h2,#serviceOpSponso h2,#serviceCreatorAgent h2,#disponibility h2{
    color: #1b8cfd;
    font-size: 2rem;
    font-weight: bold;
}
#serviceCopyright h3,#serviceAuthor h3,#serviceOpSponso h3,#serviceCreatorAgent h3, #disponibility h3{
    font-weight: bolder;
}
#serviceCopyright ul li,#serviceAuthor ul li,#serviceOpSponso ul li,#serviceCreatorAgent ul li, #elligibility ul li{
    color: #747f92;
    font-size: 1.2rem;
}
#serviceCopyright ul li:before,#serviceAuthor ul li:before,#serviceOpSponso ul li:before,#serviceCreatorAgent ul li:before, #elligibility ul li:before{
    content: "\2022";
    color: #2c8cfd;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}
.copyrightIllustration{
    background: url(../img/servicesIllustrations/copyrightIllustration.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    width: 100%;
}
#copyrightIllustrationResponsive{
    width: 190px;
    float: left;
    padding: 20px;
}
.creatorAgentIlustration{
    background: url(../img/servicesIllustrations/creatorAgentIlustration.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 610px;
    background-size: 80%;
}
#creatorAgentIlustrationResponsive{
    width: 200px;
    float: right;
    padding: 20px;
}
.OpSpeIllustration{
    background: url(../img/servicesIllustrations/OpSpeIllustration.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 610px;
    background-size: 80%;
}
#OpSpeIllustrationResponsive{
    width: 190px;
    float: left;
    padding: 20px;
}
.authorProtectionIllustration{
    background: url(../img/servicesIllustrations/authorProtectionIllustration.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 610px;
    background-size: 80%;
}
#authorProtectionIllustrationResponsive{
    width: 200px;
    float: right;
    padding: 20px;
}
.mapIlustration{
    background: url(../img/mapIllustration.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 406px;
    background-size: 96%;
}


/*GALLERY*/
button {
    border: 0;
    color: #32415e;
    background: none;
    font-size: 1.2rem;
}

button:hover{
    cursor: pointer;
}
button.is-active, button:focus {
    color: #1b8cfd;
    background: none;
    border-bottom:3px solid #1b8cfd;
}

.revGallery-anchor, .gal-overlay, .nak-gallery-poster{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.revGallery-anchor{
    overflow: hidden;
    position: relative;
    width: calc(100% / 5);
    display: block;
    float: left;
    border: 5px solid transparent;
}

.gal-overlay{
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(27,27,27, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: background .4s ease;
    -webkit-transition: background .4s ease;
}
.channelName{
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    opacity:0;
    font-size: 18px;
    color: white;
    font-weight: bold;
    transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
}

.revGallery-anchor:hover .gal-overlay{
    background: #1b8cfda1;
}
.revGallery-anchor:hover .gal-overlay .channelName{
    opacity: 1;
}

.nak-gallery {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.nak-gallery-poster{
    padding-bottom:100%;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.revGallery-anchor:hover .nak-gallery-poster{
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.img-responsive{
    display:none;
}

/* CONTACT US */
#contactUsElement{
    background: url(../img/bg-contact.jpg);
    min-height: 298px;
    background-size: cover;
}
.actionContainer h3{
    padding: 50px 60px 0 60px;
    color: white;
    font-weight: bold;
}
/*SERVICES +*/
#wizdeoAdvantage .service-card h2{
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 110%;
    margin: 1rem 0 1rem 0;
}
#rowServicesCard, #rowNumbers{
    margin-top: 4rem;
}
.service-card{
    padding: 40px 20px 55px 20px;
    border-radius: 10px;
    background-color: white;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    min-height: 409px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.offer-card-content{
    background-color: white;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(185,185,185,1);
    -moz-box-shadow: 0px 0px 32px 0px rgba(185,185,185,1);
    box-shadow: 0px 0px 32px 0px rgba(185,185,185,1);
    border-radius: 10px;
    margin: 2rem;
}
.service-card::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(185,185,185,1);
    -moz-box-shadow: 0px 0px 32px 0px rgba(185,185,185,1);
    box-shadow: 0px 0px 32px 0px rgba(185,185,185,1);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.service-card:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.service-card:hover::after {
    opacity: 1;
}

/*OFFRES*/
#offersHome{
    background: url(../img/bg-offers.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.rowOffersHome{
    margin-top: 8rem;
}
.offer-card-content{
    padding: 32px;
}

.offer-card-content h4{
    font-weight: 700;
    margin-bottom: 60px;
}

.offer-service h5{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.offer-service p{
    color: #2c8cfd;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 0;
}
.offer-service ul{
    margin: 0 0 15px 0;
}
/* Newsletter */
#newsletterHome{
    background: url(../img/bg-newsletter.jpg);
    background-size: cover;
    min-height: 298px;
}
.actionContainer h3{
    padding: 50px 60px 0 60px;
    color: white;
    font-weight: bold;
}

/*FOOTER*/
footer{
    background: url(../img/bg-footer.jpg);
    background-size: cover;
}
footer p{
    color: white;
    font-weight: bold;
    font-size: 1rem;
}
.rowFooter{
    padding: 42px 0;
    margin-bottom: 0;
}
.rowFooter h5{
    color: #ffffff;
    margin-bottom: 40px;
}
.rowFooter a{
    color: #adb6c4;
    display: inline-block;
    margin-bottom: 9px;
    font-weight: bold;
    -webkit-transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.rowFooter a:hover{
    color: #c7d1e1;
}
.rowFooter a .socialIcon{
 font-size: 32px;
}
.rowFooter a .socialIcon:first-of-type{
    margin-right: 10px;
}
.rowFooter a .contactInfo{
    margin-right: 10px;
}
.rowsubFooter{
    border-top: 1px solid #adb6bc;
    padding: 24px 0px 0px 0px;
}
/*PAGES STANDARD*/
.standard-content  h1{
    font-size: 30px;
    font-weight: 700;
}
.standard-content  h2{
    font-size: 26px;
    font-weight: 700;
}
.standard-content  h3{
    font-size: 22px;
    font-weight: 700;
}
.standard-content  h4{
    font-size: 18px;
    font-weight: 700;
}
.standard-content  h5{
    font-size: 16px;
    font-weight: 700;
}
.standard-content ul li{
    color: #747f92;
    font-size: 1.2rem;
}
.standard-content ul li a{
    font-size: 1.2rem;
}
.standard-content ul li::before {
    content: "\2022";
    color: #2c8cfd;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}
/*PAGES ABOUT */
#aboutResponsive{
    width: 190px;
    float: right;
    padding: 20px;
}
.numbers-card{
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(185,185,185,1);
    -moz-box-shadow: 0px 0px 32px 0px rgba(185,185,185,1);
    box-shadow: 0px 0px 32px 0px rgba(185,185,185,1);
    background-color: white;
    padding: 30px 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 204px;
}

.numbers-card .number{
    font-size: 50px;
    font-weight: 700;
    margin: 18px 0 4px 0;
}
.numbers-card h4{
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
}
.communicationSupport{
    width: 100%;
}
/* PAGE CONTACT*/

.contactNavigation:before,
.contactNavigation:after {
    display: table;
    content: "";
}

.contactNavigation:after {
    clear: both;
}

.contactNavigation > li {
    float: left;
    margin-bottom: 38px;
    width: 100%;
}

.contactNavigation > li > a {
    color: #1b8cfd;
    font-weight: bold;
    padding: 0.8rem 2rem;
    height: inherit;
    line-height: inherit;
    margin-right: 1rem;
    border-radius: 40px;
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
    font-size: 16px;
    width: 100%;
    display: block;
    text-align: center;
}

.contactNavigation > li > a:hover {
    background-color: #0f79fd;
    color: white;
}

.contactNavigation > .active > a,
.contactNavigation > .active > a:hover {
    color: white;
    background-color: #1b8cfd;
    border-radius: 40px;
    font-weight: bold;
    padding: 0.8rem 2rem;
    height: inherit;
    line-height: inherit;
    margin-right: 1rem;
    font-size: 16px;
}

.contactNavigationResponsive > li {
    display:inline-block;
}
.contactNavigationResponsive > .active > a, .contactNavigationResponsive > .active > a:hover {
    color: #1b8cfd;
    background-color: transparent;
    font-weight: bold;
    height: inherit;
    line-height: inherit;
    margin-right: 1rem;
    font-size: 16px;
}
.contactNavigationResponsive > li > a {
    color: #1b8cfd;
    font-weight: normal;
    /* padding: 0.8rem 2rem; */
    height: inherit;
    line-height: inherit;
    margin-right: 1rem;
    border-radius: 40px;
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
    font-size: 16px;
    width: 100%;
    display: block;
    text-align: center;
}
.defaultForm input[type=text]:not(.browser-default),.defaultForm input[type=email]:not(.browser-default){
    box-shadow: 0px 0px 4px 2px rgba(185,185,185,1);
    border-radius: 40px;
    font-size: 14px;
    padding:2px 10px;
    border-bottom: none;
}
.defaultForm input[type=text]:not(.browser-default):focus,.defaultForm input[type=email]:not(.browser-default):focus{
    box-shadow: 0px 0px 4px 2px rgba(185,185,185,1);
    border-radius: 40px;
    font-size: 14px;
    padding:2px 10px;
    border-bottom: none;
}
.defaultForm .select-wrapper input.select-dropdown {
    font-weight: bold;
    color: #343f45;
}
.defaultForm  ::placeholder {
    color: rgba(52, 63, 69, 0.71);
    opacity: 1; /* Firefox */
}

.defaultForm :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: bold;
    color: #343f45;
}

.defaultForm ::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: bold;
    color: #343f45;
}
.defaultForm textarea {
    border:none;
    box-shadow: 0px 0px 4px 2px rgba(185,185,185,1);
    border-radius: 40px;
    font-size: 14px;
    padding:25px 10px;
    resize: none;
    height: 190px;
    width:103.5%;
}
.colForm{
    display: flex;
    flex-direction: row;
}
.defaultForm .select-wrapper{
    width: 93%;
}
[placeholder] + span::after{
    content: "*";
    color: red;
    font-size: 23px;
    margin-left: 10px;
    position: absolute;
    z-index: 1;
}
.required + span::after{
    content: "*";
    color: red;
    font-size: 23px;
    margin-left: 30px;
    position: absolute;
    z-index: 1;
}
.input.text.required, .input.email.required{
    width: 92%;
}
.input.textarea.required{
    width: 96%;
}
.select-wrapper + span::after{
    content: "*";
    color: red;
    font-size: 23px;
    margin-left: 28px;
    position: absolute;
    z-index: 1;
}
.defaultForm .dropdown-content li>a, .dropdown-content li>span {
    font-size: 16px;
    color: #2c8cfd;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}
button, html [type="button"], [type="reset"], [type="submit"] {
   border: none;
    cursor: pointer;
}
#imgid{
    height: 50px;
    width: 108px;
}
.contactFormAction.callToAction .primary,.contactFormAction.callToAction .secondary{
    margin-right: 0;
}
.contactFormAction.callToAction .secondary{
    padding: 0.8rem;
}
.callToAction.contactFormAction a.primary,.callToAction.contactFormAction .primary,.callToAction.contactFormAction a.secondary, .callToAction.contactFormAction .secondary {
    float: right;
    width: 100%;
    text-align: center;
}

/*ELIGIBILITE*/
#elligibilityResponsive{
    width: 250px;
    float: right;
    padding: 20px;
}
.channelCard .card-content{
    padding: 24px 24px 6px;
}
.logoChannelCard{
    width: 25%;
    height: 25%;
    border-radius: 100%;
}
.channelNameCard{
    font-weight: bold;
}
.kpi .kpiName{
    margin-top: 10px;
    color: #747f92;
    font-size: 14px;
}
.kpi .kpiNumber{
    color: #747f92;
    font-size: 20px;
}
.card-action{
    text-align: right;
}
.card-action a{
    color: #1b8cfd!important;
    width: 100%;
    display: block;
}
.messageTitle{
    color: #32415d;
    margin: 0;
    font-size: 46px;
    font-weight: bold;
}
.messageTitle.succes i{
    color: #83c383;
}
.messageTitle.error i{
    color: #c11c1c;
}
.message{
    color: #32415d;
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 19px;
    font-weight: bold;
}
/*MODAL*/
.modal{
    background-image: linear-gradient(to right bottom, #24499f, #253f8e, #25357d, #222b6c, #1f225c);
}
.modal .button{
    position: relative;
    right: 10px;
    top: 20px;
    text-align: right;
}
.modal .button a i{
    color: white;
    font-size: 45px;
}
.modal .button a i{
    color: white;
    font-size: 45px;
}
#cookieGA{
    background-color: bisque;
    padding: 16px 0;
    position: fixed;
    z-index: 2;
    bottom: 0;
    width: 100%;
}

/*MEDIA QUERIES*/
#textPresentation, #servicesCardPresentation{
    width: 100%;
}
#servicesCardPresentation .card{
    margin-top: 3rem;
}
#servicePresentation .callToAction {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width:1470px) {
    #textPresentation, #servicesCardPresentation{
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    #servicePresentation h1, #about h1, #contactUs h1, #elligibility h1 {
        font-size: 4.2rem;
        line-height: 118%;
        margin: 2.8rem 0 1.68rem 0;
        font-weight: bolder;
        width: 100%;
    }
    #servicesCardPresentation #firstServiceLink{
        margin-top: 0;
    }
    #servicePresentation .callToAction a.primary,.callToAction a.primary, a.primary,.primary,.callToAction a.secondary, a.secondary,.secondary{
        float: left;
    }

    #servicePresentation .callToAction {
        margin-top: 2rem;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    #servicePresentation h1 {
        width: 100%;
    }
    #servicePresentation p {
        width: 100%;
    }
    #ChannelSearch .input{
        margin-right: 20px;
    }

    .column-item:nth-of-type(3) .numbers-card{
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
}
@media (min-width:1130px) and (max-width: 1469px){
    #servicePresentation h1 {
        width: 56%;
    }
    #servicePresentation p {
        width: 80%;
    }
    .column-item {
        width: 19%;
        padding: 15px;
    }
    .column-item:nth-of-type(3) .numbers-card{
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        min-height: 206px ;
    }
    .numbers-card{
        min-height: 188px ;
    }
    .numbers-card .number {
        font-size: 40px;
        font-weight: 700;
        margin: 18px 0 4px 0;
    }
}
@media (min-width:700px) {
    #servicePresentation .callToAction {
        margin-top: 2rem;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .logoChannelCard {
        width: 70%;
        height: 70%;
        border-radius: 100%;
    }
    .callToAction.contactFormAction a.primary,.callToAction.contactFormAction .primary,.callToAction.contactFormAction a.secondary, .callToAction.contactFormAction .secondary {
        float: right;
        width: inherit;
        text-align: center;
    }
}


@media (min-width:992px) {
    .mb-8{
        margin-bottom: 8rem;
    }
    .mt-8{
        margin-top: 8rem;
    }
    .logoWizdeo {
        width: auto;
        margin-top: 0;
    }
    #servicePresentation #presentation, #about #aboutUs, #eligibilityContent, #contactUsContent, #newsLetterthanksContent, #errorContent, #informationContent {
        padding: 7rem 0;
    }
    #servicePresentation{
        background: url("../img/bg-home-top.png");
        background-position: top 0 right 0;
        background-repeat: no-repeat;
        background-size: 60%;
    }
    #about{
        background: url(../img/aboutUsIlustration.png);
        background-position: 86% 60%;
        background-size: 35%;
        background-repeat: no-repeat;
    }

    #elligibility{
        background: url(../img/elligibilityIlustration.png);
        background-position: 100%;
        background-size: 44%;
        background-repeat: no-repeat;
        min-height: 1040px;
    }
    #contactUs{
        background: url(../img/contactUsIlustration.png);
        background-position: 100%;
        background-size: 40%;
        background-repeat: no-repeat;
        min-height: 1270px;
    }
    #newsLetterthanks{
        background: url(../img/contactUsIlustration.png);
        background-position: 100%;
        background-size: 40%;
        background-repeat: no-repeat;
        min-height: 1270px;
    }
    #newsLetterInscription{
        background: url(../img/contactUsIlustration.png);
        background-position: 100%;
        background-size: 40%;
        background-repeat: no-repeat;
        min-height: 1270px;
    }
    #error{
        background: url(../img/404Illustration.png);
        background-position: 100% 100%;
        background-size: 47%;
        background-repeat: no-repeat;
        min-height: 860px;
    }
    #errorInternal{
        background: url(../img/500Illustration.png);
        background-position: 100% 100%;
        background-size: 47%;
        background-repeat: no-repeat;
        min-height: 860px;
    }
    #servicePresentation #presentation,#about #aboutUs,#eligibilityContent,#contactUsContent,#newsLetterthanksContent,#errorContent,#informationContent{
        padding: 10rem 0;
    }
    #eligibilityContent .defaultForm input{
        margin-top: 1rem;
    }
    .offer-card{
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 32px 0px rgba(185,185,185,1);
        -moz-box-shadow: 0px 0px 32px 0px rgba(185,185,185,1);
        box-shadow: 0px 0px 32px 0px rgba(185,185,185,1);
        min-height: 1092px!important;
        background-color: white;
    }
    .offer-card:nth-of-type(2){
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    .offer-card-content{
        -webkit-box-shadow:  none;
        -moz-box-shadow:  none;
        box-shadow: none;
        margin-bottom: 0;
    }
    .contactNavigation > li {
        float: left;
        margin-bottom: 38px;
        width: inherit;
    }

    .contactNavigation > li > a {
        display: initial;

    }

}
