* {
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
    /** font-family: 'Open Sans', sans-serif;**/
    font-family: 'Ubuntu','Changa', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

li {

    list-style: none;
    display: inline-block
}

a {

    text-decoration: none;
    transition: all 500ms ease-in-out;
}

a:hover,
a:active {

    text-decoration: none;
}

h1,
h2,
h4 {
    /**font-family: 'PT Sans Narrow', Arial, sans-serif;**/
    font-family: 'Ubuntu','Changa', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

p {
    font-size: 15px;
    line-height: 21px;
}

.btn {

    transition: all 300ms ease-in-out;
    font-weight: 500 !important;
    text-transform: uppercase;
}
.btn:hover {

    font-weight: 900;
    letter-spacing: 1px;
}


/*HEADER*/
.headerindex {
    height: 650px;
    width: 100%;
    padding: 30px 0 30px;
    margin-top: 32px;
    background-image: url(../images/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}


.headerindex img {
    width: 95%;
    margin-top: 30px
}

.headerindex img.imagehead{
    height: 140px;
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    display: block;
}

.captcha img{

    height: 60px;
    width: 300px;
    margin: 0px 0 0 40px;
}

.headerindex h1 {

    font-size: 40px;
    font-weight: 700;
    padding-top: 30px;
}

.headerindex h1,
.headerindex p,
.headerindex button {

    margin-top: 20px;
}

.headerindex .btn {

    border-radius: 0 !important;
    margin: 0px 0 !important;
    width: 100% !important;
    padding: 10px !important;

}

.headerindex .accueil-g
{
    padding-top: 0%;
}


@media(max-width:768px) {

    .headerindex {

        padding: 30px;
        height: 750px;
    }

    .captcha img{

        height: 40px;
        width: 125px;
        margin: 0px 0 0 40px;
    }

    .headerindex .btn {

        border-radius: 0 !important;
        margin: 0px 0px 0px 0px !important;
    }

    .headerindex h1 {

        font-size: 20px;
    }

    .headerindex p {

        font-size: 10px;
    }
    .headerindex .card{width: 100%;margin-left: 0px;}
    .headerindex .card .body{}
    .headerindex .accueil-g
    {
        padding-top: 0px;
    }

    .authentification .erreur
    {
        color: red ;
        font-weight: bold;
        font-size: 15px;
        text-align: center;

    } 
    .headerindex img.imagehead{
        height: 140px;
        width: 160px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0px;
        display: none;
    }
    .confirmation
    {
        width: 70% !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

}
/* iphone 6 -> 8 */
@media(min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2) { 
    .headerindex img.imagehead{
        height: 140px;
        width: 160px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0px;
        display: none;
    }

}
/* tablette */
@media(min-device-width: 600px) 
and (max-device-width: 1280px)and (-webkit-min-device-pixel-ratio: 2)   {
    .headerindex img.imagehead{
        height: 140px;
        width: 160px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0px;
        display: none;
    }

}
/* ipad */
@media(min-device-width: 800px) 
and (max-device-width: 1280px)and (-webkit-min-device-pixel-ratio: 2)   {
    .headerindex img.imagehead{
        height: 140px;
        width: 160px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0px;
        display: block;
    }
}



@media(max-width:768px) {

    .services {

        padding: 30px;
    }
}
/*PRICING*/

.pricing {

    padding: 50px 0 80px;
    text-align: center;
    background-color: #3399ff;
}

.pricing h2,
.pricing p {

    color: #fff;
}

.pricing p {

    padding-bottom: 40px;
}

.pricing .packages {

    padding: 30px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 30px;
}


.packages li {

    display: block;
    padding: 5px;
}

.packages h4,
.packages h1,
.packages b {

    color: #4c4c4c;
}

.packages p,
.packages li {

    color: #737373;
}

.packages button {

    margin-top: 10px;
}



@media(max-width:768px) {

    .pricing {

        padding: 30px;
    }

    .packages {

        width: 80%;
        margin-left: 25px;
    }
}
/*TEAM*/

.team {

    padding: 50px 0 80px;
    text-align: center;
}

.team b,
.team h2,
.team h4 {

    margin: 20px 0 20px;
    color: #4c4c4c;
}


.team p {

    color: #737373;
}

.team img {

    height: 150px;
    width: 150px;
    margin-top: 80px;
}


.team i {

    height: 30px;
    width: 30px;
    padding: 5px;
    font-size: 17px;
    border-radius: 50%;
    background-color: #a0db8e;
    color: #fff;
}

.team a:hover i {

    background-color: #709963;
}
/*CLINTS*/

.clients {

    padding: 50px 0 80px;
    background-color: #3399ff;
    text-align: center;
    color: #fff;
}

.client h2 {

    color: #5e5e5e;
}

.clients p {

    padding-bottom: 40px;
}

.clients img {

    width: 200px;
    opacity: 0.6;
    cursor: pointer;
    margin: 40px 0;
    transition: all 500ms ease-in-out;
}


.clients li:hover img {

    opacity: 1;
}
/*CONTACT*/



/*FOOTER*/

.footer {

    padding: 30px;
    color: #cccccc;
    background-color: #4a4848;
}


.footer .social {

    font-size: 20px;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 5px;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    margin-right: 5px;
}


.footer input {

    height: 40px;
    width: 160px;
    padding: 5px;
    border: none;
    background-color: #cccccc;
    color: #000;
}

.footer .btn {

    padding: 10px 5px 10px;
    margin: -3px 0 0 5px;
}
/* cards */
.card .msg{
    color: #555;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
}
.authentification .erreur
{
    color: red ;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
} 
#sign_in{
    font-weight: bold;
}
#blocker
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #000;
    z-index: 1000;
    overflow: auto;
}
#blocker div
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5em;
    height: 2em;
    margin: -1em 0 0 -2.5em;
    color: #fff;
    font-weight: bold;
}

#blocker img
{
    position: relative;
    top: -55px;
    left: 15%;
}
/** FIX NAV MENU */
.navbar .navbar-toggle:before {
    content: unset;
}
.navbar .navbar-toggle {
    width: unset;
    height: unset;
    margin-top: 7px;
    margin-right: 10px;
}
.navbar-nav > li > a {
    padding: 0px 7px 2px 7px;
}

.card{
    box-shadow: 7px 7px 10px rgb(0 0 0 / 50%);
    border: 1px solid lightgrey;
}


div#first {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-family: sans-serif;
    width: 100%;
    height: 100vh;
}

h2 {
    font-size: 30px;
    background-color:  #ffffff;
    padding: 8px 24px;
    border-radius: 0 24px 24px 0;
}






/** footer **/
#footer {
    background: #404040;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
    box-shadow: 0px -4px 10px rgb(0 0 0 / 50%);
}
#footer .footer-app {
    padding: 50px 0;
    background: linear-gradient(to right, rgb(39, 70, 133) 0%, rgb(61, 179, 197) 100%);
    color: #fff;
}
#footer .footer-app h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
}
#footer .footer-app h2 {
    font-size: 3rem;
    font-weight: 700;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 0;}
#footer .footer-top {
    background: #3b3b3b;
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747;
    padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
    margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}
#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #fff;
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #545454;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
    background: #3782b6;
    color: #fff;
    text-decoration: none;
}
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ec7f6d;
    font-size: 18px;
    line-height: 1;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
    color: #e96b56;
}
#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
    line-height: 26px;
}
#footer .copyright {
    text-align: center;
    padding-top: 30px;
}
#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

#footer .btn {
    background: #000000;
    color: #fff;
    border: none;
    padding: 8px 27px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 16px;
}

.btn_perso{
    background: #2d71a1;
    background: linear-gradient(-45deg, #1391a5, #274685);
    color: #fff;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 15%);
}
.btn_perso:hover{
    color:#fff;
}
.btn_perso:active{
    background: #2d71a1;
    background: linear-gradient(-45deg, #1391a5, #274685);
    color: #fff;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 15%);
}
.msgErr{
    font-size: 11px;
    float: right;
}

/** SERVICES */
#services{
    background: #fff;
    box-shadow: 0px -4px 10px rgb(0 0 0 / 50%);
    padding-bottom: 50px;
}

#services .feature .wrap-icon.icon-1 {
    background: linear-gradient(-45deg, #3b87bd, #2d71a2);
}
#services .feature .wrap-icon {
    margin: 0 auto;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 15px 30px 0 rgb(0 0 0 / 20%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#services .feature .wrap-icon i {
    font-size: 40px;
    line-height: 0;
    color: #fff;
     transition-duration: 0.3s;
}
#services .feature .wrap-icon:hover{
    background: linear-gradient(-45deg, #2d71a2,#3b87bd);
    box-shadow: 1px 3px 10px rgb(0 0 0 / 50%);
    transition-duration: 0.5s;
}
#services .feature .wrap-icon:hover > i{
  font-size: 45px;
  transition-duration: 0.5s;
}

#services .feature h3 {
    font-size: 20px;
    margin-bottom: 1rem!important;
}
#services .feature p {
    color: #b1b1b1;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 100;
}
#services .title{
    font-weight: 700;
    background: linear-gradient(-45deg, #3db3c5, #274685);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    padding: 35px 0px;
    font-size: 46px;
}
/*NAVIGATION*/


.navbar {
    background: #00a6eb;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 50%);
    min-height: auto;
}
.nav_menu{
    display: flex;
    margin-left: auto;
    align-items: center;
}
.nav_menu a{
    background: #00a6eb;
    color: #fff;
    font-size: 13px;
    padding: 0 16px;
    height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.nav_menu a:hover{
    background: #fff;
    color: #00a6eb;
}
.nav_menu a i{
    margin-right: 6px;
    font-size: 16px;
}
.navbar select{
    background: #00a6eb;
    color: #fff;
    font-size: 13px;
    padding: 0 16px;
    height: 32px;
    margin: 0px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    display: flex;
    align-items: center;
    text-decoration: none;
    border: 0px;
    width: 127px;
    flex-direction: row;
    float: right;
    border-left: 1px solid #0d95cd;
}

@media(max-width:991px) {
    .headerindex{
        margin-top: 50px;
    }

    .headerindex #hero-img {
        display:none;
    }
    .nav_menu{
        display: flex;
        margin-left: auto;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
    }
     .navbar .nav_lang{   display: flex;
    justify-content: center;
    }
}
