html, body {
   /*min-width: 352px;*/
   width: 100%;
}

body {
    background-image: url(../images/fond.jpg);
    background-size: 100% 100%;
    /*background-repeat: no-repeat;*/
    color: #000000;
    font-family: "Oswald",Arial,Helvetica,sans-serif;
    font-weight: 300;
    font-size: 15px;
}

.container {
    background-color: white;
}

@media all {
    body {
        padding-top: 51px;
    }
    #navbar-footer-nacre {
        padding-left: 14px;
        padding-right: 14px;
    }
    .nacre-section {
        padding-left: 5px;
        padding-right: 5px;
    }
    #particles-texte {
        width: 100%;
        left: 0%;
    }
    #particles-texte1 {
        font-size: 4.9vw;
    }
    #particles-texte2 {
        font-size: 5vw;
    }
    #particles-texte3 {
        width: 100%;
        left: 0%;
        font-size: 4.8vw;
    }
    #particles-js {
        height: 600px;
    }
    .premier-section {
        margin-top: 200px;
    }
    .form-produit3x-1, .form-produit3x-2 {
        padding-left: 50px;
    }
    #tmadev-4 {
        padding-right: 0px;
    }
    #tmadev-5 {
        padding-left: 20px;
        padding-top: 30px;
    }
    #tmadev-7 {
        border-top: 2px solid #FBBD0E;
        margin-top: 20px;
        padding-top: 20px;
    }
}

@media all and (min-width: 768px) {
    body {
        padding-top: 101px;
    }
    .navbar-fixed-width {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
    }
    #navbar-footer-nacre {
        padding-left: 90px;
        padding-right: 90px;
    }
    .nacre-section {
        padding-left: 60px;
        padding-right: 60px;
    }
    #particles-texte {
        width: 75%;
        left: 12.5%;
    }
    #particles-texte1 {
        font-size: 3.6vw;
    }
    #particles-texte2 {
        font-size: 3.7vw;
    }
    #particles-texte3 {
        width: 55%;
        left: 22.5%;
        font-size: 2.5vw;
    }
    .premier-section {
        margin-top: 250px;
    }
    .form-produit3x-1, .form-produit3x-2 {
        padding-left: 80px;
    }
    #tmadev-4 {
        padding-right: 50px;
    }
    #tmadev-5 {
        padding-left: 50px;
        padding-top: 50px;
    }
    #tmadev-6 {
        padding-right: 50px;
    }
    #tmadev-7 {
        border-top: none;
        padding-left: 50px; 
        border-left: 2px solid #FBBD0E; 
        padding-bottom: 20px; 
        margin-top: 65px;
    }
    #div-solutions-1, #div-solutions-2 {
        height: 150px;;
    }
    #div-solutions-3, #div-solutions-4 {
        height: 190px;
    }
    #div-solutions-5, #div-solutions-6 {
        height: 90px;
    }
    .separateur-nacre {
        width: 352px;
    }
}

@media all and (min-width: 992px) {
    body {
        padding-top: 51px;
    }
    .navbar-fixed-width {
        width: 970px;
    }
    #navbar-header-header{
        padding-right: 50px;
    }
    #particles-texte {
        width: 80%;
        left: 10%;
    }
    #particles-texte1 {
        font-size: 3.3vw;
    }
    #particles-texte2 {
        font-size: 3.4vw;
    }
    #particles-texte3 {
        width: 50%;
        left: 25%;
        font-size: 2vw;
    }
    #particles-js {
        height: 425px;
    }
    .premier-section {
        margin-top: 100px;
    }
    .form-produit3x-1 {
        padding-left: 90px;
    }
    #div-solutions-1, #div-solutions-2, #div-solutions-3 {
        height: 210px;
    }
    #div-solutions-4, #div-solutions-5, #div-solutions-6 {
        height: 110px;
    }
    .height-actualites {
        height: 170px;
    }
}

@media all and (min-width: 1200px) {
    .navbar-fixed-width {
        width: 1170px;
    }
    #particles-texte {
        width: 70%;
        left: 15%;
    }
    #particles-texte1 {
        font-size: 2.1vw;
    }
    #particles-texte2 {
        font-size: 2.2vw;
    }
    #particles-texte3 {
        width: 45%;
        left: 27.5%;
        font-size: 1.37vw;
    }
    #div-solutions-1, #div-solutions-2, #div-solutions-3 {
        height: 170px;
    }
    #div-solutions-4, #div-solutions-5, #div-solutions-6 {
        height: 80px;
    }
    .height-actualites {
        height: 150px;
    }
}

a {
    cursor: pointer;
}
h1 {
    font-family: "Anton",Arial,Helvetica,sans-serif;
    line-height: 45px;
    animation-name: ease-in-h2;
    animation-duration: 0.5s;
    animation-timing-function: ease-in;
    -webkit-animation-name: ease-in-h2;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-in;
}
h2 {
    font-family: "Anton",Arial,Helvetica,sans-serif;
    line-height: 40px;
    animation-name: ease-in-h2;
    animation-duration: 0.5s;
    animation-timing-function: ease-in;
    -webkit-animation-name: ease-in-h2;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-in;
}
@keyframes ease-in-h2 {
    0% {
        transform: translate(-400px,0px)  ;
    }
}
@-moz-keyframes ease-in-h2 {
    0% {
        -moz-transform: translate(-400px,0px)  ;
    }
}
@-webkit-keyframes ease-in-h2 {
    0% {
        -webkit-transform: translate(-400px,0px);
    }
}
@-o-keyframes ease-in-h2 {
    0% {
        -o-transform: translate(-400px,0px);
    }
}

h3 {
    font-family: "Oswald",Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #115A80;
}

.blue-font {
    color: #115A80;
}

.yellow-font {
    color: #FBBD0E;
}

.white-font {
    color: white;
}

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

.four-hundred-font {
    font-weight: 400;
}

.align-center {
    text-align: center;
}

/*********************************** HEADER ***********************************/
#navbar-header-nacre {
    background-color: white;
    border-bottom: 1px solid white;
    font-weight: 400;
}
#navbar-header-nacre .navbar-nav > li > a {
    color: #115A80;
    text-decoration: none;
}
#navbar-header-nacre .navbar-nav > li:hover, #navbar-header-nacre .active {
    background: #f6f6f6;
    border-bottom: 4px solid #115A80;
    border-radius: 3px;
}
#navbar-header-nacre .navbar-nav > li > ul > li:hover {
    background: #f6f6f6;
    border-bottom: 4px solid #115A80;
    border-radius: 3px;
}
#navbar-logo {
    margin-top: 5px;
}
#tel_header {
    padding: 6px 10px 6px 10px;
    color: white;
    background-color: #115A80;
    text-decoration: none;
}
#form-header-tel {
    margin-top: 15px;
}


/****************************** BANDEAU PARTICULES ****************************/
#particles-section {
    height: 400px;
    padding-left: 0;
    padding-right: 0;
}
#particles-js {
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100%;
    background-color: white;
}
#particles-texte {
    position: relative;
    z-index: 1;
    padding: 10px;
    text-align: center;
    top: 100px;
}
#particles-texte1 {
    font-weight: 400;
}
#particles-texte2 {
    font-weight: bold;
}
#particles-texte3 {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 10px;
    top: 180px;
}
#separateur-1, #separateur-2 {
    position: relative;
    z-index: 1;
}
#separateur-1 {
    top: 170px;
}
#separateur-2 {
    top: 190px;
}


/*********************************** FOOTER ***********************************/
#footer-nacre {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    background-color: white;
    text-align: center;
}
#navbar-footer-nacre {
    background-color: white;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    text-align: left;
}
#navbar-footer-nacre h3 {
    padding-bottom: 10px;
}
#navbar-footer-nacre ul {
    padding: 0;
}
#navbar-footer-nacre li {
    list-style-type: none;
}
#navbar-footer-nacre a {
    color: #115A80;
    text-decoration: none;
}
#navbar-footer-nacre li:hover {
    background: #f6f6f6;
    border-bottom: 1px solid #115A80;
}
.navbar-footer-input {
    box-shadow: none;
    border: 0;
    border-bottom: 2px solid #FBBD0E;
}
.navbar-footer-input::placeholder {
    color: #000000;
    opacity: 1;
}
#connexion_bt {
    font-weight: 400;
}
#mdp {
    margin-bottom: 10px;
}


/************************************ BODY ************************************/
.row-nacre {
    background-color: white;
}
.row-nacre-yellow {
    background-color: #FBBD0E;
}
.nacre-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.incline-section {
    transform: skew(0deg, -2.5deg);
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 100px;
}
.incline-section-half {
    transform: skew(0deg, -2.5deg);
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 100px;
    padding-top: 100px;
    background: linear-gradient(90deg, #FBBD0E 50%, white 50%);
}
.deincline-section {
    transform: skew(0deg, 2.5deg);
}
.separateur-nacre {
    height: 2px;
    background-color: #FBBD0E;
    animation-name: scale-separateur;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    -webkit-animation-name: scale-separateur;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
}
@keyframes scale-separateur {
    0% {
        transform: scaleX(0.00);
    }
    100% {
        transform: scaleX(1.00);
    }
}
@-moz-keyframes scale-separateur {
    0% {
        -moz-transform: scaleX(0.00);
    }
    100% {
        -moz-transform: scaleX(1.00);
    }
}
@-webkit-keyframes scale-separateur {
    0% {
        -webkit-transform: scaleX(0.00);
    }
    100% {
        -webkit-transform: scaleX(1.00);
    }
}
@-o-keyframes scale-separateur {
    0% {
        -o-transform: scaleX(0.00);
    }
    100% {
        -o-transform: scaleX(1.00);
    }
}
.fleche-jaune {
    width: 60px;
    height: 22px;
    float: right;
    background: url("../images/icones/fleche-jaune.png") no-repeat;
}
.fleche-jaune:hover {
    background: url("../images/icones/fleche-bleue.png") no-repeat;
}
.btn-nacre-jaune {
    padding: 10px 17px 10px 17px;
    color: black;
    font-weight: 400;
    text-decoration: none;
    border: 2px solid white;
}
.btn-nacre-jaune:hover {
    background: white;
    text-decoration: none;
    color: black;
    transition: background 0.5s;
}
.btn-nacre-blanc {
    padding: 10px 17px 10px 17px;
    color: black;
    font-weight: 400;
    text-decoration: none;
    border: 2px solid #FBBD0E;
}
.btn-nacre-blanc:hover {
    background: #FBBD0E;
    text-decoration: none;
    color: black;
    transition: background 0.5s;
}
.img-nacre {
    border: none;
}
.img-hover:hover {
    opacity: 0.5;
}
.carousel-control {
    width: 50px;
    top: 30px;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
#nacre-carousel-confiance {
    padding-left: 60px;
    padding-right: 60px;
}
@media (max-width: 767px) {
    .carousel-inner .active.left { left: -100%; }
    .carousel-inner .next        { left:  100%; }
    .carousel-inner .prev		 { left: -100%; }
    .active > div { display:none; }
    .active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
    .carousel-inner .active.left { left: -50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev		 { left: -50%; }
    .active > div { display:none; }
    .active > div:first-child { display:block; }
    .active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
    .carousel-inner .active.left { left: -25%; }
    .carousel-inner .next        { left:  25%; }
    .carousel-inner .prev		 { left: -25%; }	
}
.fade-in-nacre {
    animation: fadein 4s;
    -moz-animation: fadein 4s;
    -webkit-animation: fadein 4s;
    -o-animation: fadein 4s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
@media all {
    #logos-partenaire {
        padding-top: 20px;
    }
}

@media all and (min-width: 768px) {
    #logos-partenaire {
        padding-top: 20px;
    }
}

@media all and (min-width: 992px) {
    #logos-partenaire {
        padding-top: 10px;
        padding-left: 50px;
    }
}

@media all and (min-width: 1200px) {
    #logos-partenaire {
        padding-left: 150px;
    }
}
.croix-actualites {
    font-weight: 400;
    font-size: 22px;
    position: relative;
    top: 20px;
}
.padding-actualites {
    padding: 4px;
}
.padding-autres-solutions {
    padding-bottom: 40px; 
    padding-left: 50px;
}
#btn-submit-nacre {
    background-color: #000; 
    opacity: 0.5; 
    border-color: #000;
}
.nacre-form {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.nacre-form .form-body {
    padding: 30px;
}
.nacre-form .form-control {
    background-color: white;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #115A80;
    height: auto;
    margin-bottom: 15px;
    outline: medium none;
    padding: 13px 15px;
    transition: all 0.2s ease-in-out 0s;
}
.nacre-form .btn-submit {
    background-color: #08b4da;
    border: 2px solid #08b4da;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 11px;
    width: 100%;
}
.nacre-form .btn-submit:hover {
    background: #08b4da none repeat scroll 0 0;
    border-color: #08b4da;
}
.panel-adresse {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    height: 250px;
}
.panel-adresse .panel-heading {
    background-color: rgba(0, 0, 0, 0.3);
    color: black;
    padding: 20px;
    text-align: center;
}
.panel-adresse .panel-body {
    padding-top: 30px;
}
#carte {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
}
.flex {
    display:flex;  
    width: max-content;
    margin: auto;
}