* {
    scroll-behavior: smooth;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}
.titre {
    line-height: 26px;
    margin-top: -4px;
    text-align: center;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    color: rgba(14, 34, 84, 1);
}
.texte {
    line-height: 24px;
    margin-top: -4px;
    text-align: center;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: rgba(14, 34, 84, 1);
}

.texte-rond {
    line-height: 36px;
    text-align: center;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: lighter;
}

.titre-offre-detail {
    position: relative;
    margin: 0px auto;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: rgba(14, 34, 84, 1);
    line-height: 30px;
    padding: 60px 60px 30px 60px;
    text-transform: uppercase;
}

.texte-offre-detail {
    position: relative;
    width: calc(100% - 40px);
    max-width: 904px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-size: 16px;
    color: rgba(14, 34, 84, 1);
    padding-bottom: 20px;
    margin: 0 auto;
    line-height:  24px;
}

.justify {
    text-align: justify;
}

.centered {
    text-align: center;
}
.nounderline {
    text-decoration:  none;
}
.uppercase {text-transform: uppercase;}
.container {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    position:  relative;
}
.Rectangle_2 {
    position: relative;
    overflow: visible;
    width: 100%;
    max-width: 1366px;
    aspect-ratio: 16/9;
    background-image: url(images/visuel_LP_Domfront.png);
    background-position: cover;
    background-repeat: no-repeat;
margin-top:  70px;
}

#Rectangle_2 {
    position: absolute;
    opacity: 0.5;
    background-color: rgba(14, 34, 84, 1);
    height: 100%;
    width: 100%;
    z-index: 10;

}

#Nouveau_site_de_production {
    position: relative;
    overflow: visible;
    width: 100%;
    line-height: 32px;
    margin-top: -16px;
    text-align: center;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: lighter;
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    z-index: 10;
}

#Rectangle_3 {
    position: relative;
    height: 768px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    z-index: 11;
}

#Rectangle_3b {
    position: relative;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    z-index: 11;
    max-width:  904px;
}
#barre_haut {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    margin-top: 45px;
    flex-direction: column;
    hegiht: 100px;
}
#barre_bas {
    position: relative;
    width: 46px;
    height: 47px;
    overflow: hidden;
    margin-bottom: 75px;
}
#barre_bas .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
#barre_bas:hover .img-top {
    display: inline;
}
#je_decouvre,
#je_postule {
    position: relative;
    display: block;
    width: 135px;
    height: 30px;
    white-space: nowrap;
    text-align: center;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    display: none;
}
#je_decouvre:hover,
#je_postule:hover {
}

#je_decouvre a,
#je_postule a {
    display: block;
    text-decoration: none;
    width: 135px;
    height: 30px;
    text-transform: uppercase;
    border: 1px solid white;
    border-radius: 5px;
    color: rgba(255, 255, 255, 1);
}

#je_decouvre a:hover,
#je_postule a:hover {
    background-color: #fff;
    color: rgba(65, 164, 207, 1);
    border-radius: 5px;
}

#je_decouvre2,
#je_postule2 {
    position: relative;
    display: block;
    width: 135px;
    height: 30px;
    white-space: nowrap;
    text-align: center;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    display: none;
}

#je_decouvre2 a,
#je_postule2 a {
    display: block;
    text-decoration: none;
    width: 135px;
    height: 30px;
    text-transform: uppercase;
    border: 1px solid #009FE3;
    border-radius: 5px;
    color: #009FE3;
}

#je_decouvre2 a:hover,
#je_postule2 a:hover {
    background-color: #009FE3;
    color: #fff;
    border-radius: 5px;
}

.en-savoir-plus {
    overflow: visible;
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    text-align: center;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    margin: 40px auto 20px auto;
}
.je_postule_bleu {
    overflow: visible;
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    text-align: center;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    margin: 40px auto 20px auto;
    width: 260px;
}

.je_postule_bleu a,
.en-savoir-plus a {
    display: block;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(14, 34, 84, 1);
    border-radius: 5px;
}
.je_postule_bleu a:hover,
.en-savoir-plus a:hover {
    background-color: rgba(65, 164, 207, 0.4);
    border-radius: 5px;
}


.en-savoir-plus {
    width: 200px;
}

.en-savoir-plus-1 {
    background-color: rgba(14, 34, 84, 1);
}
.en-savoir-plus-2 {
    background-color: rgba(208, 178, 110, 1);
}
.en-savoir-plus-3 {
    background-color: rgba(0, 159, 227, 1);
}

#bouton1 {
    background-color: rgba(14, 34, 84, 1);
    border-radius: 5px;
}
#bouton2 {
    background-color: rgba(14, 34, 84, 1);
    border-radius: 5px;
}
#bouton3 {
    background-color: rgba(0, 159, 227, 1);
    border-radius: 5px;
}
#bouton1:hover,
#bouton2:hover,
#bouton3:hover {
    background-color: rgba(65, 164, 207, 1);
    border-radius: 5px;
}

.fond-offre-2 {
    background-color: rgba(238, 238, 238, 0.4);
}

.return {
    display: block;
}

#travailler-ca-change-tout {
    background-color: #f6f0e2;
    line-height: 39px;
    padding:  30px 0;
    text-align: center;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    color: rgba(14, 34, 84, 1);
    text-transform: uppercase;
}

@media screen and (min-width: 600px) {
}

@media screen and (min-width: 800px) {

    #je_decouvre,
    #je_postule,
    #je_decouvre2,
    #je_postule2 {
        display: block;
    }
    #barre_haut {
        flex-direction: row;
        justify-content: space-between;
    }
    #barre_haut {
        flex-direction: row;
        justify-content: space-between;
    }
    .return {
        display: none;
    }
    #Rectangle_3 {
        width: 90%;
    }
    #Nouveau_site_de_production {
        font-size: 48px;
        line-height: 80px;
    }
    #barre_haut {
        margin-top: 45px;
    }
    #barre_bas {
        margin-bottom: 45px;
    }
    #travailler-ca-change-tout {
        margin: 0;
        padding: 0;
        height: 160px;
        line-height: 160px;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: bold;
        font-size: 28px;
        background-color: rgba(208, 178, 110, 0.2);
        text-align: center;
    }
    .je_postule_bleu {
        overflow: visible;
        height: 40px;
        line-height: 40px;
        margin-top: 40px;
        text-align: center;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        margin: 40px auto 20px auto;
        width: 300px;
    }
}

@media screen and (min-width: 1000px) {
    #Rectangle_3 {
        width: 934px;
    }
}

#site-production,
#site-condition,
#site-fromagerie,
#site-domfront {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#site-condition,
#site-domfront {
    flex-direction: column-reverse;
}

#site-production .bloc1 {
    height: 375px;
    width: 100%;
    background-image: url("images/site_production.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#site-production .bloc2 {
    height: auto;
    width: 100%;
    position: relative;
    background-color: rgba(65, 164, 207, 0.102);
    padding: 190px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#site-production .bloc3 {
    height: 302px;
    width: 302px;
    position: absolute;
    top: -150px;
    left: calc(50% - 150px);
    color: rgba(0, 159, 227, 1);
    font-size: 24px;
    border-radius: 151px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#site-condition .bloc1 {
    height: 375px;
    width: 100%;
    background-image: url("images/site-condition.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#site-condition .bloc1-1 {
    width: calc(100% - 50px);
    max-width: 560px;
}
#site-condition .bloc2 {
    height: auto;
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 190px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#site-condition .bloc3 {
    height: 302px;
    width: 302px;
    position: absolute;
    top: -150px;
    left: calc(50% - 150px);
    color: #fff;
    font-size: 20px;
    border-radius: 151px;
    background-color: #41a4cf;
    display: flex;
    justify-content: center;
    align-items: center;
}

#site-fromagerie .bloc1 {
    height: 375px;
    width: 100%;
    background-color: rgba(65, 164, 207, 0.3);
    line-height: 36px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: lighter;
    font-size: 22px;
    color: rgba(14, 34, 84, 1);
    padding: 60px 0px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#site-fromagerie .bloc1-1 {
    position: relative;
    display: flex;
    width: calc(100% - 100px);
    max-width: 460px;
}
#site-fromagerie .bloc1-2 {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    max-width: 540px;
}
#site-fromagerie .bloc1-1:before {
    content: url(images/element1.png);
    position: absolute;
    top: -10px;
    left: -40px;
}
#site-fromagerie .bloc1-1:after {
    content: url(images/element1.png);
    position: absolute;
    bottom: -38px;
    right: -40px;
}
#site-fromagerie .bloc2 {
    height: auto;
    width: 100%;
    position: relative;
    background-color: rgba(208, 178, 110, 0.2);
    padding: 190px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#site-fromagerie .bloc1-3 {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
#site-fromagerie .bloc1-3 img {
    width: 120px;
}

#site-fromagerie .bloc3 {
    height: 302px;
    width: 302px;
    position: absolute;
    top: -150px;
    left: calc(50% - 150px);
    display: flex;
    justify-content: center;
    align-items: center;
}

#site-domfront .bloc1 {
    height: 375px;
    width: 100%;
    background-image: url("images/domfront.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#site-domfront .bloc2 {
    height: auto;
    width: 100%;
    position: relative;
    background-color: rgba(65, 164, 207, 0.102);
    padding: 100px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 30px;
}
#site-domfront #je_postule_bleu {
    margin-top: 20px !important;
}

#metiers {
    position: relative;
    overflow: visible;
    width: 100%;
    padding: 0 40px;
    max-width: 1366px;
    height: 522px;
    background-image: url(images/lignes.png);
    background-position: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#metiers p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    color: rgba(255, 255, 255, 1);
    z-index: 13;
    text-transform: uppercase;
    display: block;
}
#metiers:target {
    transition: all 3s ease;
}
#metiers_1 {
    position: absolute;
    opacity: 0.3;
    background-color: rgba(0, 159, 227, 1);
    height: 100%;
    width: 100%;
    z-index: 10;
}
#metiers_2 {
    height: 260px;
    width: 100%;
    z-index: 11;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}

#metiers p {
    margin-top: 20px;
    display: block;
}

#metier_fabrication,
#metier_conditionnement,
#metier_maintenance {
    height: 60px;
    white-space: nowrap;
    line-height: 20px;
    text-align: center;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: lighter;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#metier_fabrication {
    color: rgba(14, 34, 84, 1);
    width: 148px;
}
#metier_conditionnement {
    color: rgba(208, 178, 110, 1);
    width: 206px;
}
#metier_maintenance {
    color: rgba(0, 159, 227, 1);
    width: 157px;
}

.offre {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#offre2 {
    display: flex;
    flex-direction: column-reverse !important;
}

.offre .bloc1 {
    position: relative;
    overflow: visible;
    width: 100%;
    height: 375px;
    background-image: url(images/gouttes.png);
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 43px;
}

.offre .bloc2 {
    position: relative;
    overflow: visible;
    width: 100%;
    height: 534px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.offre .bloc2 .bloc2-2 {
    width: calc(100% - 40px);
    max-width: 536px;
    text-align: left;
}

.detail-offre {
    position: relative;
    background-color: #eeeeee;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: top;
    padding: 0;
    margin: 0;
}

#detail1,
#detail2,
#detail3 {
    display: none;
}

.titre-offre {
    margin: 0 auto;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: rgba(14, 34, 84, 1);
    text-transform: uppercase;
}
.texte-offre {
    width: calc(100% - 40px);
    max-width: 904px;
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
    font-size: 16px;
    line-height:  24px;
}

#footer {
    height: 480px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    padding: 40px 0;
    align-items: center;
}
.footer-logo {display: flex; flex-direction : column;justify-content: center;align-items: center;min-width:300px;}

#bloc-footer {
    display: flex;
    flex-direction: column;
    justify-content: around;
}

#menu-mobile {
  position:  fixed;
  height: 70px;
  z-index:  110;
  background-color:  #fff;
  width:  100%;
  max-width: 1366px;
  margin: 0 auto;
  display:  block;
  top:  0px;
}
  #Icon_ionic-ios-menu {
    position: absolute;
    width: 27px;
    height: 15.75px;
    left: 36px;
    top: 28px;
    overflow: visible;
  }

  #je_postule_m {
    display:  block;
    padding: 0px 5px;
    position: absolute;
    overflow: visible;
    white-space: nowrap;
    line-height: 28px;
    text-align: center;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: rgba(14,34,84,1);
    text-transform: uppercase;
    text-decoration:  none;
    position: absolute;
    overflow: visible;
    width: 135px;
    height: 30px;
    right: 37px;
    top: 20px;
    border:  1px solid #0E2254;
  }
#je_postule_m:hover {
  color: rgba(65,164,207,1);
  border:  1px solid #fff;
}

.navbar {
    position: absolute;
    left: 0;
    top: 0;
    overflow: visible;
    background-color: rgba(14,34,84,1);
    color:  #fff;
    font-weight: 500;
    font-size: 16px;
    color: white;
    display: none;
    flex-direction: column;
    width: 100%;
    margin: 0px;
    padding: 80px 0;
    z-index: 10;
    text-align: center;
    display: none;
}

#navbar:target {
  display: block;
}

.navbar > div {
    display: block;
}
.navbar > div > a {
    text-decoration: none;
    color: white;
    text-align: center;
    padding: 0px 10px;
    text-decoration: none;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0;
}

.dropdown {
    overflow: hidden;
    margin-left: 0px;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    flex-direction: row;
}
.linkmob {
  text-transform: uppercase;
  line-height:  60px;
  text-decoration: none;
  color:  #fff;
  display:  block;
  width:  100%;
  font-size:  16px;
  text-align: center;
}
#close {position: absolute;top:  25px;left:  39px;}

@media screen and (min-width: 940px) {
    #menu-mobile {
      display:  none;
    }
    a.anchor {
        top: 0px;
    }
    .Rectangle_2 {
        margin-top:  0px;
    }

    .offre .bloc2 {
        height: 434px;
    }
    #footer {
        height: 420px;
        flex-direction: column;
        justify-content: space-between;
        width: calc(100% - 40px);
        max-width: 904px;
        margin: 0 auto;
    }
.footer-logo {display: flex; flex-direction : row;min-width:500px;justify-content: space-between;}
    #offre2 {
        display: flex;
        flex-direction: row !important;
    }
.titre {
    line-height: 36px;
    font-size: 28px;
}
    .titre-offre-detail {
        margin: 0 auto;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        color: rgba(14, 34, 84, 1);
        line-height: 40px;
        padding: 60px 60px 30px 60px;
    }
    .fermer {
        position: absolute;
        top: 40px;
        right: 40px;
    }
    #site-production,
    #site-condition {
        height: 527px;
        flex-direction: row;
    }
    #site-fromagerie {
        height: 491px;
        flex-direction: row;
    }
    #site-domfront {
        height: 410px;
        flex-direction: row;
    }
    .offre {
        height: 434px;
        flex-direction: row;
    }
    .offre .bloc1 {
        height: 100%;
        width: 455px;
    }
    .offre .bloc2 {
        height: 100%;
        width: calc(100% - 455px);
        padding: 0px;
    }
    #site-production .bloc1 {
        height: 100%;
        width: 255px;
    }
    #site-production .bloc2 {
        height: 100%;
        width: calc(100% - 255px);
        padding: 0 170px;
    }
    #site-production .bloc3 {
        top: 111px;
        left: -150px;
    }
    #site-condition .bloc1 {
        height: 100%;
        width: 255px;
    }
    #site-condition .bloc2 {
        height: 100%;
        width: calc(100% - 255px);
        padding: 0 180px 0 100px;
    }
    #site-condition .bloc3 {
        position: absolute;
        top: 111px;
        left: calc(100% - 150px);
    }

    #site-fromagerie .bloc1 {
        height: 100%;
        width: 455px;
    }
    #site-fromagerie .bloc2 {
        height: 100%;
        width: calc(100% - 255px);
        padding: 0 70px;
    }
    #site-fromagerie .bloc3 {
        top: 91px;
        left: -150px;
    }
    #site-fromagerie .bloc1-3 {
        flex-direction: row;
    }
    #site-fromagerie .bloc1-3 img {
        width: 98px;
    }

    #site-domfront .bloc1 {
        height: 100%;
        width: 255px;
    }
    #site-domfront .bloc2 {
        height: 100%;
        width: calc(100% - 255px);
        padding: 0px 120px;
    }
    #site-domfront .bloc2 .titre {
        margin-top: 20px;
    }
    #metiers {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 522px;
        width: 100%;
        max-width: 1366px;
    }
    #metiers p {
        display: block;
        font-size: 32px;
    }
    #metiers_2 {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 750px;
        height: 60px;
        margin-top: 100px;
    }
}

@media screen and (min-width: 1200px) {

    #site-production .bloc1 {
        height: 100%;
        width: 455px;
    }
    #site-production .bloc2 {
        height: 100%;
        width: calc(100% - 455px);
    }

    #site-condition .bloc1 {
        height: 100%;
        width: 455px;
    }
    #site-condition .bloc2 {
        height: 100%;
        width: calc(100% - 455px);
        padding: 0 170px;
    }

    #site-domfront .bloc1 {
        height: 100%;
        width: 455px;
    }
    #site-domfront .bloc2 {
        height: 100%;
        width: calc(100% - 455px);
        padding: 0px 120px !important;
    }
}

#bouton1f,
#bouton2f,
#bouton3f {
    position: absolute;
    top: 20px;
    right: 20px;
    position: absolute;
    display: inline-block;
    z-index: 100;
}
#histoire {
    background-image: url(images/couple_lactalis.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Ubuntu;
    font-style: normal;
    font-size: 16px;
    color: rgba(14, 34, 84, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}
.yellow {
    color: #d0b26e;
    font-weight: bold;
}
#quandvotre {
    max-width: 96%;
}
#liens {
    height: 80px;
    padding-bottom: 40px;
    width: 100%;
    text-align: center;
    line-height: 24px;
    font-family: Ubuntu;
    font-style: normal;
    font-size: 16px;
    color: rgba(14, 34, 84, 1);
}
#liens a {
    line-height: 24px;
    font-family: Ubuntu;
    font-style: normal;
    font-size: 12px;
    color: rgba(14, 34, 84, 1);
    text-decoration: none;
}
#liens span {
    display: inline-block;
    padding: 0 20px;
}
#bouton-bas {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.framepostul {
    height: 600px;
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: 540px;
    display: block;
    border: 0;
}

#mentionsc {
    background-color:  #EEEEEE;
    width:  100% - 40px;
    text-align:  center;
}
#mentions {
    background-color:  #EEEEEE;
    width:  calc(100% - 40px);
    max-width: 904px;
    padding:  80px 0;
    margin :0 auto;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #0E2254;
    text-align:  left !important;
}
#mentions a {
    color: #0E2254;
    text-decoration: none;
    font-weight:  bold;
}
#mentions .titre {
    font-size: 20px !important;
    text-align:  left !important;
}
#mentions .texte {
    text-align:  left !important;
}
