/*
	Theme Name: Trajectoire Permis byinova
	Version: 3.0
	Description: Thème enfant de Divi propulsé par INOVA-WEB
	Template: Divi
	Author: Inova-Web
	Author URI: https://www.inova-web.fr
*/

@import url("../Divi/style.css");

/*------------------------------------------------------------*/
/*------------------------  CSS  -----------------------------*/
/*------------------------------------------------------------*/

@media screen and (min-width: 981px) and (max-width: 1050px){
	#menu-menu-principal a{
		font-size: 12px !important;
	}
}

/*------------------------  Cards  -----------------------------*/

.col-cards{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: center;
}

@media screen and (min-width: 1281px) and (max-width: 1600px){
  #sepa_1, #sepa_2, #sepa_3 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

@media screen and (min-width: 981px) and (max-width: 1340px){
  .titrages, .titrages h2 {
    font-size: 20px !important;
  }
	.age{
		font-size: 12px !important;
	}
}

/*------------------------  Ligne après les cards   -----------------------------*/

@media screen and (min-width: 981px) and (max-width: 1200px){
  .colonne-1-3 {
    width: 100% !important;
    display: block !important;
  }
  .colonne-2-3{
    width: 100% !important;
    display: block !important;
  }
}



@media screen and (min-width: 981px) and (max-width: 1680px){
  .et_pb_text_2_tb_footer {
    letter-spacing: 0px !important;
    font-size: 11px !important;
  }
}

@media screen and (min-width:980px) and (max-width:1499px){
  .et_pb_row_0_tb_footer, .et_pb_row_1_tb_footer {
    max-width: 95% !important;
    width: 95% !important;
  }
}

@media screen and (min-width:1080px) and (max-width: 1280px){
  #fleche_absol {
    left: -255px !important
  }
}

@media screen and (min-width:980px) and (max-width: 1079px){
  #fleche_absol {
    left: -200px !important
  }
}

@media screen and (min-width:981px) and (max-width: 1280px){
  .txt_padd p {
    padding-right: 0px !important;
    padding-left: 10px !important;
  }
}

@media screen and (min-width:1080px) and (max-width: 1785px){
	#row_cards{
		min-width: 80% !important;
		width: 100% !important;
		justify-content: center;
	}
}

@media screen and (min-width:981px) and (max-width: 1079px){
	#row_cards{
		min-width: 100% !important;
		width: 100% !important;
		justify-content: center;
	}
}

.jaune {
  color: #f5f305 !important;
}

.gras {
  font-weight: bold !important;
}

.traits::before {
  position: absolute;
  left: -50px;
  top: 10px;
  content: "";
  padding: 2px 0 2px 28px;
  border-top: 2px solid #f5f305;
  width: 25px;
  height: 6px;
}

@media (max-width: 767px){
  .traits::before {
    position: absolute;
    left: -50px;
    top: 10px;
    content: "";
    padding: 2px 0 2px 28px;
    border-top: 2px solid #f5f305;
    width: 15px;
    height: 6px;
  }
}

@media screen and (min-width: 401px) and (max-width: 767px){
  #texte_hero{
    top: -50px !important;
  }
}

@media screen and (max-width: 400px){
  #texte_hero{
    top: -120px !important;
  }
}

@media (min-width: 981px){
  .et_pb_gutters2 .et_pb_column, .et_pb_gutters2.et_pb_row .et_pb_column {
    margin-right: 1%;
  }
}

strong {
  font-weight: 300 !important;
}

.menu-menu-principal-container a {
  font-family: 'Montserrat' !important;
  font-size: 16px !important;
}

.headertext span {
  font-family: 'Montserrat' !important;
}

.titre-resume {
  text-transform: uppercase !important;
  font-size: 110% !important;
  font-weight: bold !important;
}

/*------------------------------------------------------------*/
/*------------- MENU DU FOOTER EN BLOCK ----------------------*/
/*------------------------------------------------------------*/

#menu_footer ul {
display: block !important;
}

/*------------------------------------------------------------*/
/*--------------------- ZOOM LEGER IMAGES --------------------*/
/*------------------------------------------------------------*/

.zoom {
overflow: hidden !important;
}

.zoom img {
transition: all .3s linear !important;
}

.zoom:hover img {
transform: scale(1.1) !important;
}



/*------------------------------------------------------------*/
/*-----------------CLASSE DE VISIBILITE-----------------------*/
/*------------------------------------------------------------*/

.hidden {
  display: none !important;
}

/*------------------------------------------------------------*/
/*-------------CENTRAGE VERTICAL DANS DIV---------------------*/
/*------------------------------------------------------------*/

.ds-vertical-align {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ds-vertical-align-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end !important;
}

.ds-vertical-align-col {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end !important;
}

.align-center {
  margin: auto !important;
}

/*------------------------------------------------------------*/
/*LES COLONNES NE SE METTENT PAS SOUS LES AUTRES EN PH ET TAB-*/
/*------------------------------------------------------------*/

.row-nowrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

/*------------------------------------------------------------*/
/*----------------ORDRE MOBILE et TABLETTES--------------------*/
/*------------------------------------------------------------*/

@media all and (max-width: 980px) {
  /*** wrap row in a flex box ***/
  .custom_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    flex-wrap: wrap;
  }

  /*** custom classes that will designate the order of columns in the flex box row ***/
  .first-on-mobile {
    -webkit-order: 1;
    order: 1;
  }

  .second-on-mobile {
    -webkit-order: 2;
    order: 2;
  }

  .third-on-mobile {
    -webkit-order: 3;
    order: 3;
  }

  .fourth-on-mobile {
    -webkit-order: 4;
    order: 4;
  }
  /*** add margin to last column ***/
  .custom_row:last-child .et_pb_column:last-child {
    margin-bottom: 30px;
  }
}

/*------------------------------------------------------------*/
/*-------------------  BACK-OFFICE  --------------------------*/
/*------------------------------------------------------------*/

#wpadminbar #adminbarsearch::before,
#wpadminbar .ab-icon::before,
#wpadminbar .ab-item::before {
  color: #174788 !important;
}

#wpadminbar .quicklinks .menupop ul li a,
#wpadminbar .quicklinks .menupop ul li a strong,
#wpadminbar .quicklinks .menupop.hover ul li a,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
  color: #174788 !important;
}

#wpadminbar .ab-item::before {
  color: #174788 !important;
}

.login h1 a {
  height: 250px !important;
}

body.login {
  background: rgb(23, 71, 136) !important;
  background: linear-gradient(
    90deg,
    rgba(23, 71, 136, 1) 0%,
    rgba(9, 9, 121, 1) 50%,
    rgba(131, 59, 150, 1) 100%
  ) !important;
}

/*------------------------------------------------------------*/
/*------------------------FOOTER------------------------------*/
/*------------------------------------------------------------*/

@font-face {
  font-family: "Roboto Condensed";
  src: url("assets/webfonts/RobotoCondensed-Light.ttf");
}

#containercopy #copyrightrocket:hover {
  background-image: url("assets/img/footer/rocketColor.svg") !important;
}

#containercopy {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 12px;
  padding: 25px 0px 25px 0px;
  border-top: 1px solid #ffffff;
  line-height: 2em;
}

#containercopy a.div3 {
  height: 50px;
  width: 50px;
  display: block;
  height: 50px;
  width: 50px;
  transition: all ease-in-out 0.5s;
}

#containercopy .cell1 {
  display: inline-block;
  width: 50%;
  text-align: left;
}

#containercopy .cell2 {
  display: inline-block;
  width: 49%;
  text-align: right;
}

#containercopy .copyinova {
  display: inline-block;
  height: 100%;
}

#containercopy .copylogo {
  width: 50px;
  display: inherit;
  height: 50px;
  float: right;
  margin-left: 25px;
}

@media all and (max-width: 767px) {
  #containercopy .cell1 {
    display: block;
    width: 100%;
    text-align: center;
  }

  #containercopy .cell2 {
    display: block;
    width: 100%;
    text-align: center;
  }

  #containercopy .copyinova {
    display: block;
  }

  #containercopy .copylogo {
    display: block;
    float: none;
    margin: auto;
  }
}
