@import url('https://unpkg.com/css.gg@2.0.0/icons/css/check-o.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@400;700&display=swap');

.container {
  max-width: 100% !important;
  width: 85% !important;
}

@media screen and (max-width: 1280px) {
  .container {
    width: 90% !important;
  }
}
@media screen and (max-width: 992px) {
  .container {
    width: 100% !important;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100% !important;
    padding: 0 15px;
  }
}
@media screen and (max-width: 567px) {
  .container {
    width: 100% !important;
  }
}


body {
  overflow: auto !important;
  font-family: 'Poppins', sans-serif !important;
}

.logo-dauphine {
  height: 60px;
  width: auto;
  margin: 0em 5em 0em 2em;
}

.front-nav {
  margin: 0em 3em 0em 3em;
  color: black !important;
  font-weight: 400;
}

.menu-front {
  padding: 1em 0em 1em 0em !important;
  background-color: white !important;
}

.top-menu {
  padding: 1em 1em 1em 0em;
  background-color: #00235c;
  display: flex;
  justify-content: flex-end;
}

a.top-item {
  text-decoration: none;
  color: white;
  padding: 0em 2em 0em 1em;
  border-right: 1px solid;
}

input.top-search {
  background-color: transparent;
  border: none;
  color: white;
  margin-right: -20px;
}

input.top-search::placeholder {
  color: white;
}

a.feed-icon {
  display: none;
}

#navbarTogglerDemo02 {
  justify-content: flex-end;
}

.front-nav {
  margin: 0em 1em 0em 1em !important;
  color: #233862 !important;
  font-family: serif;
  font-weight: bold ;
}

.navbar-expand-lg .navbar-nav .nav-link 
{
  padding: 0px 0px 5px 0px !important;
  font-size: 17px;
}







a.nav-link.front-nav {
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease-in-out;
}

/* Create the underline and set initial width to 0 */
a.nav-link.front-nav::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #233862;
  transition: width 0.3s ease-in-out;
}

/* On hover, change the color and expand the underline from left to right */
a.nav-link.front-nav:hover {
  color: #233862;
}

a.nav-link.front-nav:hover::after {
  width: 100%;
}

/* banniere */

.img-banner img {
width: 100%;
 height: 100%;
 position: relative;
 border-radius: 50px;
 object-fit: cover;
}

.img-banner
{
position: relative;
height: 500px;
z-index: 0;

}
.img-banner-acceuil
{
margin-bottom: -61px;
}

.img-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgb(35 56 98 / 70%);
  pointer-events: none;
  border-radius: 50px;
}


.titre1,.s-titre,.g-titre,.btn-banner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  z-index: 3;
}


.titre1
{
font-size: 70px;
font-weight: 800;
font-family: emoji;
margin-bottom: 270px;
}
.g-titre {
  margin-bottom: 44px;
  font-size: 70px;
  font-weight: 800;
  font-family: 'oxygen';
}

.s-titre {
  margin-bottom: 168px;
  font-size: 27px;
}

.btn-banner a {
  text-decoration: none;
  color: white;
  font-size: 17px;
  background-color: #1886ff;
  padding: 16px 35px;
  border-radius: 25px;
}

.btn-banner {
  margin-bottom: -140px;
}
.btn-banner a:hover
{
  color:white;
}

.container-chiffres {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 15px;
  background: #fff;
  width: 70%;
  border-radius: 60px;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  margin-bottom: -30px;
  z-index: 3;
}


.flex-center
{
  display: flex;
  justify-content: center;
}

.container-chiffres div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 0px 10px;
  color: #233862;
}

.chiffre {
  font-size: 42px;
  font-family: 'Oxygen';
  font-weight: 800;
}

.t-chiffre {
  font-size: 17px;
}

#views_slideshow_cycle_div_banniere-block_1_1 {
  width: 100% !important;
}

#views_slideshow_cycle_div_banniere-block_1_0 {
  width: 100% !important;
}


/* nos valeurs */

.bg-valeur h2 ,.valeurp h2{
  font-family: 'Oxygen';
  font-weight: 800;
  position: relative;
}

.bg-valeur h2
{
margin-top: 164px;
margin-bottom: 65px;
color: white;
}

.valeurp
{
  text-align: center;
  color: #2386c5;
}

.valeurp h2::after
{
content: "";
position: absolute;
height: 0;
width: 100px;
border-top: 2px solid #2386c5;
left: 0;
right: 0;
margin: auto;
bottom: -10px;
}

.bg-valeur h2::after ,.t-qa h2::after
{
content: "";
position: absolute;
height: 0;
width: 100px;
border-top: 2px solid white;
left: 0;
right: 0;
margin: auto;
bottom: -10px;
}

.bg-valeur {
  background: url(/sites/default/files/images/vectoriel.png) no-repeat;
  height: 700px;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: -83px;
}

.icone-valeur img {
  height: 70px;
  width: 70px;
  object-fit: contain;
  margin-bottom: 10px;
}

.valeur-border:hover {
  transform: scale(1.2);
}

.valeur-border {
  margin: 0px 20px;
  background: transparent;
  border: 5px #1886ff solid;
  padding: 9px;
  box-shadow: 0px 25px 15px -3px rgba(0,0,0,0.1);
  border-radius: 10px;
  transition: transform 0.5s ease-in-out;
}

.valeur {
  font-family: 'Oxygen';
  color: white;
  font-weight: 700;
  width: 100px;
  height: 30px;
  overflow: hidden;
}

.valeur-container {
  background: #1886ff;
  padding: 15px;
  border-radius: 10px;
}

/* NOS DAUPHIN */

.dauphins,.activites {
  display: flex;
  justify-content: center;
}

.image_dauphin img {
  height: 78px;
  width: auto;
}

.card_dauphin {
  background: white;
  margin: 10px 20px;
  width: 250px;
  height: 300px;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  transition: transform 0.5s ease-in-out;
}

.card_dauphin:hover {
  transform: scale(1.1);
}


.image_dauphin {
  display: flex;
  justify-content: center;
  height: 150px;
  align-content: center;
  flex-wrap: wrap;
  background: #f3f4f6;
  width: 100%;
}

.titre_dauphin {
  text-align: center;
  height: 100px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 25px;
  font-family: 'Oxygen';
  font-weight: 800;
  padding: 0px 30px;
}

.link a {
  text-decoration: none;
  color: white;
  background: #1886ff;
  font-weight: 800;
  padding: 5px 10px;
  border-radius: 19px;
}

.link {
  display: flex;
  justify-content: flex-end;
  padding: 10px 10px;
}

.link a:hover
{
  color: white;
}

#block-dauphine-views-block-nos-dauphins-block-1,#block-dauphine-views-block-activites-block-1 {
  margin-bottom: 100px;
}
#block-dauphine-views-block-nos-dauphins-block-1 h2,#block-dauphine-views-block-activites-block-1 h2,#block-dauphine-collaborateurs h2,#block-dauphine-views-block-collaborateurs-block-1 h2,#block-dauphine-views-block-activites-block-propos h2 {
  text-align: center;
  margin-bottom: 70px;
  font-family: 'Oxygen';
  font-weight: 800;
  position: relative;
}

#block-dauphine-views-block-nos-dauphins-block-1 h2:after,#block-dauphine-views-block-activites-block-1 h2::after ,#block-dauphine-collaborateurs h2::after,#block-dauphine-views-block-collaborateurs-block-1 h2::after,#block-dauphine-views-block-activites-block-propos h2::after{
  content: "";
  position: absolute;
  height: 0;
  width: 100px;
  border-top: 2px solid #091C3B;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
}

/* activites */

#block-dauphine-views-block-activites-block-1 .link,#block-dauphine-views-block-activites-block-propos .link {
  display: flex;
  justify-content: center;
}

.card_activite img {
  width: 100%;
  height: 178px;
  border-radius: 50%;
  margin-bottom: 13px;
}

.card_activite:hover {
  transform: translateY(-20px);
}

.card_activite {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
  height: 326px;
  border: 3px #233862 solid;
  margin: 20px 15px;
  padding: 6px 8px;
  border-radius: 115px;
  transition: transform 0.5s ease-in-out;
}

.titre_activites {
  font-size: 20px;
  font-family: 'Oxygen';
  font-weight: 800;
  width: 100%;
  overflow: hidden;
  height: 25px;
  color: #233862;
}


/* collaborateur */
.views-field.views-field-field-logo {
  display: flex;
  align-content: center;
  justify-content: center;
}

.collaborateurs {
  display: flex;
}

.img_col {
  max-height: 100px;
  max-width: 300px;
  object-fit: contain;
}

.slick-slide img {
    display: block;
    height: 200px;
    width: 300px;
    object-fit: contain;
}

/* footer */

#block-dauphine-webform {
  background: linear-gradient(to right, #253689 0%, #2bb6e9 50%, #2bb6e9 50%, #253689 100%);
  /*background: #253689;*/
  padding: 50px 0px;
  color: white ;
}

#edit-inscription {
  width: 200px;
}

.titre-propos {
  color: white;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 3rem;
}

.titre-contact
{
  font-size: 20px;
  font-weight: 800;
}

#edit-inscription {

  width: 200px;
  border: none;
  background: #fff;
  opacity: 0.3;
  padding: 3px;
  margin-bottom: 5px;

}

#edit-actions-submit {
  font-size: 14px;
  padding: 5px;
}

#block-dauphine-webform i {
  font-size: 23px;
  margin-top: 10px;
  margin-right: 3px;
}

#block-dauphine-collaborateurs {
  margin-bottom: 50px;
}

/* formulaire inscription */

    .cont-logo{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 37px 1px rgb(0 0 0 / 67%);
    padding: 50px ;
    background: white;
    }

    .contb {
      box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 35%);
      padding: 17px;
      background: white;
  }

  #edit-name,#edit-prenom,#edit-email,#edit-date-de-naissance-,#edit-nationalite,#edit-adresse
  {
    width: 260px;
    padding: 8px 5px;
    border: 1px solid #00000036;
  }

  #edit-numero-de-telephone-phone
  {
    width: 260px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #00000036;
  }

  .p-form
  {
    padding-top: 100px;
    padding-left: 50px !important;
  }

  .p-input {
    margin-bottom: 15px;
  }

  span.fieldset-legend.js-form-required.form-required 
  {
    font-size: 16px;
  }

  #edit-actions-submit  {
    font-size: 14px;
    color: white;
    background-color: #4b7cbe;
    padding: 12px 10px;
    border: none;
    margin-top: 15px;
}

#block-dauphine-webform-inscription {
  background: url(/sites/default/files/images/bgform.png) no-repeat;
  padding: 100px 0px;
}


/*propos */

.image-propos img {
  width: 100%;
  height: 300px;
  position: relative;
  object-fit: contain;
}

.image-propos {
  box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 30%);
  padding: 20px 0px;

}

.annee {
  font-size: 34px;
  margin-bottom: 20px;
}

.container-annee
{

padding: 0px 100px;
}



.chiffrep{
display: flex;
justify-content: center;
color: #0058dd;

}

.dflex
{
  display: flex;
}

.container-chiffre {
  margin: 0px 30px;
  padding: 10px;
  width: 200px;
  text-align: center;
  background: white;
  border-radius: 20px;
  font-weight: bold ;
 
}


.section-chiffre
{
  padding: 50px 0px;
  background: linear-gradient(to right, #253689 0%, #2bb6e9 50%, #2bb6e9 50%, #253689 100%);
  margin:60px 0px;
}

.imgvaleur img {
  width: 90%;
  height: 300px;
  object-fit: cover;
}

.bg-valeurp {
  background: url(/sites/default/files/images/vectoriel.png) no-repeat;
  background-size: 100%;
  margin:100px 0px;
}


.t-valeurp , .t-valeurp1
{
margin-top: 30px;  
margin-bottom: 20px;
font-size: 35px;
font-weight: bold;
position: relative;
}

.t-valeurp ::after
{
  content: "";
  position: absolute;
  height: 0;
  width: 100px;
  border-top: 3px solid #2386c5;
  left: 0;
  margin: auto;
  bottom: -10px;
  
}

.t-valeurp1::after
{
  content: "";
  position: absolute;
  height: 0;
  width: 100px;
  border-top: 3px solid white;
  left: 0;
  margin: auto;
  bottom: -10px;
}

.bg-dauhpinep {
  background: url(/sites/default/files/images/group-business.jpeg) no-repeat;
  height: 400px;
  background-size: 100% 100%;
  font-size: 30px;
  font-weight: bold;
  color: white;
  text-align: center;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

#block-dauphine-views-block-activites-block-propos h2
{
  color: #2386c5;
}


/* collaborateurs propos */

#block-dauphine-views-block-collaborateurs-block-2 {
  background: #2e3841c9;
}

#block-dauphine-views-block-collaborateurs-block-2 {
  background: #2e3841c9;
  margin-top: 50px;
  height: 200px;
}

#block-dauphine-views-block-collaborateurs-block-2 img
{
  height: 150px;
  padding-bottom: 20px;
}

/* expertise */

.bg-ex {
  background: url(/sites/default/files/images/vectoriel.png) no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 100% 95%;
}

.bg-micro
{
    background: #102e76;
    padding: 50px 0px;
    color: white;
}

.imgmicro
{
  object-fit: contain;
}

.testing {
  background: url(/sites/default/files/images/Testing.png) no-repeat;
  height: 350px;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
}

.t-qa {
  position: relative;
  margin-bottom: 50px;
}

/* dauphins */

.bgtop {
  background: url(/sites/default/files/images/bgmenu.png) no-repeat;
  background-size: 100% 100%;
  height: 700px;
}

#block-section-toppage-dauphins {
  margin-top: -400px;
  margin-left: 100px;
  margin-bottom: 100px;
  z-index: 1;
  position: relative;
}

.opacitybanner
{
  opacity: 0.8;
}

.navbar
{
z-index: 4;
}

.blanc
{
  color: white;
}


.p-form label
{
  width: 150px;
}

/* page contact */


.pcontact {
  background: url(/sites/default/files/bg-contact.png) no-repeat;
  height: 500px;
  background-size: cover;
  color: white;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  text-align: center;
}


.acceuil .img-banner::after
{
 background: none !important;
}


.logos {
  position: absolute;
  /*bottom: 165px;*/
  bottom: -105px;
  padding: 0px 227px;
}

.logos img
{
  height: 200px;
  width: 200px;
}


.action_wb a
{
  text-decoration: none;
  color: black;
  padding: 10px 25px;
  background: white;
}

.action_wb {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  height: 100%;
}