@font-face {
    font-family: 'open_sansregular';
    src: url('MyWebFont\opensans_regular_macroman\OpenSans-Regular-webfont.eot');
    src: url('MyWebFont\opensans_regular_macroman\OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('MyWebFont\opensans_regular_macroman\OpenSans-Regular-webfont.woff2') format('woff2'),
        url('MyWebFont\opensans_regular_macroman\OpenSans-Regular-webfont.woff') format('woff'),
        url('MyWebFont\opensans_regular_macroman\OpenSans-Regular-webfont.ttf') format('truetype'),
        url('MyWebFont\opensans_regular_macroman\OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('MyWebFont\opensans_semibold_macroman\OpenSans-Semibold-webfont.eot');
    src: url('MyWebFont\opensans_semibold_macroman\OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('MyWebFont\opensans_semibold_macroman\OpenSans-Semibold-webfont.woff2') format('woff2'),
        url('MyWebFont\opensans_semibold_macroman\OpenSans-Semibold-webfont.woff') format('woff'),
        url('MyWebFont\opensans_semibold_macroman\OpenSans-Semibold-webfont.ttf') format('truetype'),
        url('MyWebFont\opensans_semibold_macroman\OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


p,
h1,
h3,
h4,
h5 {
    font-family: 'OpenSans', Arial, sans-serif;
}


body {
    background-color: #C9CAD7;
}

.carousel {
    position: relative;
}

.carousel-indicator {
    position: absolute;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: darkorange;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .5s ease;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    height: 80vh;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100;
    backface-visibility: hidden;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 150px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.carousel-caption h1 {
    padding: 30px;
    font-size: 2.6rem;
    font-weight: 600;
    text-shadow: 2px 2px 2px #000, 0 0 15px #fff;
}

.carousel-caption p {
    font-size: 1.5rem;
    text-shadow: 1px 1px 1px #000, 0 0 15px #fff;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 15%;
    color: darkorange;
    text-align: center;
    transition: opacity .10s ease;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 15px;
    height: 30px;
    background-size: 150% 100%;
}

.sr-only {
    color: darkorange;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 20px;
}

.navbar {
    background-color: #595020;
}

#gamme {
    padding: 30px 0;
}

.titreSection {
    color: #fff;
    text-align: center;
    margin: 40px 55px;
}

.titreSection h2 {
    text-shadow: 1px 1px 1px #000;
}

.titreSection h3 {
    font-weight: 300;
    padding: 25px 0;
    text-shadow: 1px 1px 1px #000;
}

.titreSection strong {
    font-size: 2em;
}

.titreSection p img {
    margin: 20px 0;
    padding-bottom: 39px;
}


.doublecol {
    padding: 30px 20px;
    text-align: justify;
    border-radius: 0.75em;
}

.doublecol h3 {
    margin-left: -10px;
}

.doublecol p {
    font-size: .9rem;
}

.shadow-drop-2-center:hover {
    -webkit-animation: shadow-drop-2-center 0.8s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    animation: shadow-drop-2-center 0.8s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-4-15 17:38:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shadow-drop-2-center
 * ----------------------------------------
 */
@-webkit-keyframes shadow-drop-2-center {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-transform: translateZ(50px);
        transform: translateZ(50px);
        -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    }
}

@keyframes shadow-drop-2-center {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-transform: translateZ(50px);
        transform: translateZ(50px);
        -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    }
}


.expert h2 {
    padding: 40px 0 20px 0;
    margin-left: px;
}

.expert h3 {
    padding: 10px 0 20px 0;
    font-size: 1.5rem
}

.expert p {
    text-align: justify;
    font-size: .9rem;
}

#expert {
    background-color: rgba(217, 205, 48, .4);
}

.expert {
    background-color: rgba(166, 158, 55, .6);
    padding: 0 30px;
}

.focus {
    background-color: rgba(217, 205, 48, .7);
    border-radius: 2% / 5%;
    padding: 10px;
    box-shadow: 6px 6px 8px -1px rgba(140, 125, 50, .6);
    font-style: italic;
    text-align: justify;
}

.be {
    width: 100%;
    margin: auto;
}


[class*="col"] {
    margin: 1% 0;
}

.imgPhoto {
    display: grid;
}

.imgPortfolio {
    margin: 25px 0 1px 0;
    padding: 1px;
    width: 100%;
    height: auto;
}

.imageAlbum {
    float: left;
}

#carouselTemoignageIndicators {
    max-height: 50vh;
}

.card {
    height: 35vh;
    box-shadow: 2px 2px 6px #717275;
    max-height: 30vh;
    overflow: auto;
}

.card-text {
    font-size: .9rem;
}

.reseauSocial {
    height: 120px;
    overflow: hidden;
    margin-top: 15px;
}

.reseauSocial h6 {
    text-decoration: none;
    color: #C4B497;
}

.reseauSocial p {
    text-decoration: none;
    font-size: .9rem;
    color: #C4B497;
    padding: 0 15px;
}

.colombe {
    color: #1A95E0;
}

#basPage {
    background-color: #273a43;
    color: #f6f6f6;
    margin-top: 50px;
    padding: 50px 20px;
}

#signature {
    background-color: #172227;
    padding: 20px 20px;
    color: #C9CAD7;
}

.mention {
    float: left;
    padding: 0 17%;
}

.logoReseau {
    float: right;
}

#basPage p {
    font-size: .8rem;
    font-weight: 100;
    letter-spacing: .3px;
    padding-top: 5px;
}

#basPage h4 {
    letter-spacing: .3px;
    padding-bottom: 5px;
}

/*HISTOIRE DE L'ENTREPRISE*/



#historique {
    margin-top: 100px;
    padding-top: 50px;
}

.photo {
    border: 3px solid #fff;
    margin: 10px;
}

#historique h1 {
    font-size: 2.8rem;
    font-weight: 600;
    padding-top: 10px;
}

.histoTitre {
    text-shadow: 1px 1px 2px #000;
    color: #fff;
}


#historique h2 {
    color: #8C7D32;
    padding: 30px 0 50px 15px;
}

#historique h3 {
    color: #F23847;
    font-size: 1.9rem;
    font-weight: 600;
    padding: 20px;
}

#historique h4 {
    color: #F23847;
    font-weight: 600;
    padding: 20px;
}

#historique p {
    padding-bottom: 15px;
    text-align: justify;
    padding: 10px;
}

.medaillon img {
    float: right;
}


#historique h1 img {
    float: right;
}

#service {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 5px;
}

#service,
h1 {
    padding: 70px 0 40px 0;
    box-shadow: 0;
}

#service,
h3 {
    margin-bottom: 15px;
    padding-left: 10px;
}

#service,
h4 {
    padding-left: 10px;
}

.carteVisite {
    max-width: 350px;
    margin: 0 10px 20px 10px;
    border: 4px ridge rgba(255, 140, 0, .7);
    border-radius: 8px;
    padding: 20px 5px 15px 15px;
}

/*-----------CONTACT-------------*/

#contact {
    margin-top: 150px;
}

.contact {
    text-decoration: underline;
}

.separateur {
    margin-top: 30px;
}

#service p {
    padding-left: 10px;
    font-style: italic;
    color: #172227;
}

form .plan {
    width: 180px;
    float: right;
    background-color: rgba(255, 140, 0, .7);
    border-bottom-color: rgba(139, 0, 139, .7);
    border-radius: 10px 0 10px 0;
}

#formulaire {
    background: rgb(245, 245, 248);
    border-radius: 12px;
    border: 6px ridge rgba(255, 140, 0, .9);
    position: relative;
    margin-top: 20px;
    padding: 50px;

}

#formulaire p {
    padding-left: 20px;
}

fieldset {
    margin: 10px 10px 20px 50px;
    padding: 20px 50px 10px 50px;
    border: 1px double rgba(139, 0, 139, .7);
}

/*------------GAMME------------*/

#gamme {
    position: relative;
    margin-top: 100px;
    padding: 0 20px;
}

#gamme>p {
    padding: 0 50px 50px 50px;
    font-size: 1.1rem;
}

.produit {
    border: 6px ridge rgba(228, 31, 20, .8);
    border-radius: 8px;
    background-color: #fff;
    padding: 25px;
}

#gamme>ul>li>a {
    text-decoration: none;
    color: #000;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 1.1px;
}

#gamme>ul>li>a:hover {
    background-color: rgba(228, 31, 20, .8);
}

.gamArgu {
    padding-left: 100px;
}

.gamArgu h2 {
    padding: 30px 0;
    box-shadow: 0;
}

.gamArgu p {
    padding: 20px;
}

.gamIcon {
    text-align: center;
    padding: 50px 35px;
}

.gamIcon>a {
    text-decoration: none;
    font-weight: 100;
    color: #000;
}

@media only screen and (max-width: 1024px) {
    .imgAlbum {
        width: 90%;
        height: auto;
    }

    .photo {
        width: 90%;
    }

    .carteVisite {
        max-width: 300px;
    }
}

@media only screen and (max-width: 810px) {
    img.maskLogo {
        width: 0%;
        height: auto;
    }
}

@media only screen and (max-width: 736px) {
    .carousel-item {
        min-height: 300px;
    }


    .imgAlbum {
        margin: 5px 0 0 0;
        width: auto;
        height: 90%;
    }

    .be img {
        width: auto;
        height: 90%;
    }

    .be {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 414px) {

    .carousel-item {
        height: 80vh;
    }

    .logoMonJoua {
        width: 120px;
    }

    .imgAlbum {
        width: 100%;
        height: auto;
    }

    .gamImage img {
        width: 50%;
        height: auto;
    }

    .gamArgu {
        height: auto;
        padding-left: 10px;
    }

    .gamArgu h2 {
        padding-left: 10px;
    }

    .gamIcon img {
        text-align: center;
        width: auto;
        height: 40%;
    }

    .gamIcon a {
        font-size: 0.8rem;
    }

    .produit {
        margin-right: 1px;
        padding: 1px;
    }

    .histoTitre,
    .histoTitre2,
    .formTitre {
        text-align: center;
    }

    .usine46 img {
        width: 90%;
        height: auto;
    }

    .photo {
        justify-content: center;
        align-items: center;
    }

    .balter {
        padding-left: 2px;
    }

    #formulaire {
        margin: 15px 4px;
        padding: 25px 3px;
        width: 100%;

    }

    fieldset {
        margin: 40px 5px;
        padding: 10px 1px 5px 1px;
    }

    [class*="col"] {
        margin: 0;
        padding: 1em;
    }

    legend {
        font-size: 1.2em;
        padding-left: 1em;
    }

    textarea {
        width: 95%;
    }

}