/*cf0a2c*/

@font-face {
    font-family: "Opificio";
    src: url("../font/Opificio_regular.ttf") format("truetype");
}

.header {
    background: url("../img/imageHP.png");
    background-size: cover;

    height: 125vh
}

.wrapper {
    margin: 30px 10%;
}

.top-bar-social-networks li a img{
    height: 35px;
}

.top-bar-social-networks li .nav-link {
    display: block;
    padding: .5em 0.2em;
}

.logo-row .logo-section nav a {
    font-family: Opificio;
}

.logo-row .logo-section nav a img {
    height: 116px;
    width: 300px;
    font-family: Opificio;
}

.title-form {
    margin: 75px 0;
    color: #fff;
}

.main-title {
    font-family: Opificio;
    font-size: 35px;
    text-transform: uppercase;
}

.strong-white {
    font-weight: bold;
}

.advantages-title {
    font-family: Opificio;
    margin: 50px 0 10px 0;
    font-weight: bold;
}

.advantages {
    padding: 0;
}

.advantages li {
    list-style-type: none;
    font-size: 18px;
    font-family: Opificio;
    line-height: 35px;
}

.advantages li span img {
    height: 20px;
    margin-right: 10px;
    margin-top: -5px;
}

.title-form .col-12 form {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
    margin-top: 0px;
}

.form-title {
    font-family: Opificio;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 5px
}

.form-control, .custom-select {
    border-radius: 0;
    height: 45px;
}

.btn-primary {
    color: #fff;
    background-color: #cf0a2c;
    border-color: #cf0a2c;
    width: 100%;
}

.btn-primary:hover {
    color: #fff;
    background-color: #b90d2c;
    background-image: none;
    border-color: #cf0a2c;
    
}

.avance-sur-facture {
    margin-top: 100px;
}

.follow-us {
    background: url("../img/image02.png");
    background-size: cover;
    text-align: center;
    height: 50vh;
    border-top: 7px solid #cf0a2c
}

.footer {
    height: auto
}

.follow-us .col {
    margin: 100px;
}

.follow-us .col h2 {
    color: #fff;
    font-family: Opificio;
    font-weight: bold;
    font-size: 50px;
    margin-top: -30px;
}

.follow-us .col ul {
    padding: 0
}

.follow-us .col ul li {
    display: inline-block
}

.follow-us .col ul li a img {
    height: 100px;
    margin: 10px;
}

.footer-bottom {
    background: #cf0a2c;
    color: #fff;
    font-family: Opificio;
}

.footer-bottom .row .col h3 {
    font-size: 18px;
    font-weight: bold;
}

.footer-bottom .row .col ul {
    padding: 0
}

.footer-bottom .row .col ul li {
    list-style-type: none
}

.image-1 {
    margin-top: 0px;
    height: 100%;
    width: 100%
}

.content-1 h2 {
    font-family: Opificio;
    color: #cf0a2c;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 25px;
}

.content-1 p {
    font-family: Opificio;
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: bold;
}

.content-1 button {
    width: 50%;
    border-radius: 0;
    box-shadow: 5px 5px 0px #ccc;
    font-family: Opificio;
    font-weight: bold;
}

.gray {
    background: #ecf0f1;
}

.white {
    background: #fff;
}

.image-2 {
    height: 450px;
}

.gray .row .col {
    margin-top: 20px;
    margin-bottom: 20px;
}

.gray .row .col-5 {
    text-align: right;
}

.agencies-network {
    height: 100vh;
}

.agencies-network .col {
    padding: 0;
    margin: 0;
}

.row-text {
    background: #cf0a2c;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    color: #fff;
    font-family: Opificio;
    font-weight: bolder;
}

.copyright {
    border-top: 2px solid #fff;
    padding-top: 20px;
    display: inherit;
}

.copyright .right {
    float: right;
    position: relative;
    right: 0;
    display: block;
}

.cofina {
    text-align: center
}

.cofina ul li a, .discover ul li a {
    color: #fff;
}

.first-footer {
    margin-bottom: 50px;
}

.map {
    margin: 0;
    padding: 0;
}

iframe {
    height: 89vh!important;
}

.avance-sur-bon-commande span {
    font-weight: bold;
    text-transform: uppercase;
    color: #cf0a2c
}

.alert {
    font-size: 12px;
}

.mobile-form {

    display: none;
}

#mobile {
    display: none;
}

#screen {
    display: block
}

@media screen and (max-width: 575px) {

    .copyright .right {
        float: left;
    }

    .follow-us {
        height: 150px;
    }

    .follow-us .col {
        margin: 50px 0px;
    }

    .follow-us .col h2 {
        font-size: 25px;
    }

    .follow-us .col ul li a img {
        height: 35px;
    }

    .row-text .col h1 {
        margin-top: 10px;
        font-size: 25px;
    }

    .form-group {
        margin: 15px 0;
    }

    .content-1 {
        padding-bottom: 50px;
    }

    .avance-sur-facture div img {
        display: none;
    }

    .btn {
        width: 100%!important;
    }

    .title-form div form {
        display: none;
    }

    .mobile-form {
        margin-top: 50px;
        display: block;
    }

    .mobile-form h2 {
        font-size: 20px;
    }

    #screen {
        display: none
    }

    #mobile {
        display: block
    }

    .justify-content-end {
        justify-content: flex-start!important;
        margin-left: 10px;
    }
    
}

a {
    color: #fff;
}

@media screen and (max-width: 767px) {

    .copyright .right {
        float: left;
    }

    .follow-us {
        height: 150px;
    }

    .follow-us .col {
        margin: 50px 0px;
    }

    .follow-us .col h2 {
        font-size: 25px;
    }

    .follow-us .col ul li a img {
        height: 45px;
    }
    
}


@media screen and (max-width: 991px) {

    .copyright .right {
        float: left;
    }

    .follow-us {
        height: 150px;
    }

    .follow-us .col {
        margin: 50px 0px;
    }

    .follow-us .col h2 {
        font-size: 25px;
    }

    .follow-us .col ul li a img {
        height: 45px;
    }
    
}

.title {
    font-family: Opificio;
    color: #cf0a2c;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 25px;
}

.cof-card {
    border: 1px solid rgba(236, 240, 241,1.0);
    background: rgba(236, 240, 241,1.0);
    box-shadow: 2px 2px 0.5px rgb(150, 152, 153);
    padding: 10px;
    border-radius: 5px;
}

.bon-commande {
    padding: 0;
    margin: 0;
}

.bon-commande img {
    height: 300px;
    float: left;
}

.div-bon-commande {
    margin-top: 150px;
}

.bon-commande-text {
    margin-top: 65px!important;
    margin-bottom: 70px!important;
}

.to-who {
    margin-top: 50px
}

.im {
    margin-top: -75px;
}

.im img {
    float: right;
}

iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
iframe.clicked{
	pointer-events: auto;
}