.et_pb_text_2 {
    line-height: 1.8em;
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.8em;
    min-height: 44px;
    padding-bottom: 0px!important;
    margin-top: 30px!important;
}






.image-zoom img {
    transition:all 0.5s; 
    -moz-transition:all 0.5s; 
    -webkit-transition:all 0.5s; 
  }
    
  .image-zoom img:hover{
    transform:scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform:scale(1.1);
  }
  .friend-logo {
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      opacity: .6;
      -webkit-transition: .6s;
      -moz-transition: .6s;
      transition: .6s;
  }
   
  .friend-logo:hover {
      filter: grayscale(0%);
      opacity: 1;
      margin-top: -5px;
  }
  /*Remove Bottom Bar*/
  #footer-bottom {
   display:none;
  }
  .cta-button {
      border-radius: 15px;
      background: #004467;
      transition: all .2s 0s;
  }
  
  .cta-button a {
      padding: 18px !important;
      color: #ffffff !important;
  }
  @media (max-width: 980px) {
  #logo {
      max-height: 100% !important;
  }}
  
  /* 05082023 */
  body { overflow-x: hidden; }
  .et_pb_text_inner {display: block !important}
  .blog-list-categories article{ width: calc(33.33% - 33px); display: inline-block; vertical-align: top; margin: 0 15px 30px; }
  .blog-list-categories article:nth-child(5n+1), .blog-list-categories  article:nth-child(5n+2) { width: calc(50% - 32px) !important; }
  .blog-list-categories article img { height: 200px; width: 100%; object-fit: cover;  border-radius: 6px; }
  .blog-list-categories article:nth-child(5n+1) img, .blog-list-categories  article:nth-child(5n+2) img { height: 300px; }
  .blog-list-categories article h3{font-size: 20px;}
  
  .blog-list-tab .et_pb_tab { padding: 30px 0; }
  .blog-list-tab ul.et_pb_tabs_controls li{margin: 0 15px; border: 0;}
  .blog-list-tab ul.et_pb_tabs_controls li a { font-size: 16px; line-height: 30px; padding: 4px 20px 10px; display: block; border-radius: 4px; }
  .blog-list-tab ul.et_pb_tabs_controls li.et_pb_tab_active a { background: #004467; color: #fff !important; }
  .blog-list-tab ul.et_pb_tabs_controls li:hover a{background: #004467; color: #fff !important;}
  .blog-list-tab ul.et_pb_tabs_controls::after{border: 0;}
  
  .blog-post-share .shared-counts-wrap { width: 50px; position: fixed; right: 0; top: 50%; margin: 0; margin-top: -83px; overflow: visible; background: #fff;}
  .blog-post-share span.shared-counts-button { font-size: 14px !important; text-align: center; line-height: 20px !important; width: 100%; }
  .blog-post-share span.shared-counts-button span { padding: 0 !important; display: block; float: none !important; }
  .blog-post-share .shared-counts-wrap.style-icon .shared-counts-button{transition: 0.3s;}
  .blog-post-share .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon { width: 100%; line-height: 35px !important; }
  .blog-post-share .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg{fill: #fff !important;}
  .blog-post-share .shared-counts-wrap.style-icon .shared-counts-button {width: 100%;}
  .blog-post-share .shared-counts-wrap.style-icon .shared-counts-button:hover { width: 100px !important; margin-left: -50px; border-radius: 8px 0 0 8px; }
  .blog-post-share .shared-counts-wrap.style-icon span.shared-counts-button.included_total:hover { width: 50px !important; margin-left: 0; }
  .blog-post-share .shared-counts-wrap.style-icon .shared-counts-button:hover .shared-counts-label{display: block;}
  .blog-post-share a span.shared-counts-icon-label { display: flex; color: #fff; padding: 5px; } 
  
  .dv-link-tbl{ padding:150px 15px !important; max-width:1400px; width:100%; }
  .dv-link-tbl div#ez-toc-container { padding: 15px; border: 0; background: transparent; box-shadow: 0 0 3px rgba(0,0,0,0.1); }
  .dv-link-tbl span.ez-toc-title-toggle { display: none; }
  .dv-link-tbl p.ez-toc-title { font-size: 24px !important; font-weight: 700 !important; color: #004467; }
  .dv-link-tbl .ez-toc-list li { margin: 15px 0 !important; }
  .dv-link-tbl .ez-toc-list li a { font-size: 17px; }
  .dv-link-tbl .ez-toc-list li a:hover {color: #004467 !important;}
  .dv-link-tbl .ez-toc-list li a:visited {color: #818181 !important;}
  .dv-link-tbl h2 { margin: 0; padding: 30px 0 10px; font-weight: 600; line-height: 1.5; font-size: 32px; color: #004467; }
  .dv-link-tbl h3 { margin: 0; padding: 10px 0 10px; font-size: 24px; line-height: 1.5; font-weight: 700; color: #004467; }
  .dv-link-tbl .et_pb_post_content a { text-decoration: underline; }
  .dv-link-tbl .et_pb_post_content a:hover{color: #105bfb !important;}
  .dv-link-tbl p{ padding: 10px 0; }
  .dv-link-tbl p, .dv-link-tbl li{ color: #333; font-size: 16px; line-height: 1.5; }
  .dv-link-tbl ul{ margin: 0; padding:10px 0 10px 30px; }
  .dv-link-tbl ol{ margin: 0; padding:10px 0 10px 20px; position: relative; list-style-type: none; list-style: none; counter-reset: my-awesome-counter; }
  .dv-link-tbl ol li{ position: relative; counter-increment: my-awesome-counter; padding: 5px 0 5px 20px; }
  .dv-link-tbl ol li::before{ position: absolute; left: 0; top: 5px; content: counter(my-awesome-counter) ". "; }
  
  .dv-link-tbl ol ol{ margin: 0; padding:10px 0 10px 20px; position: relative; list-style-type: none; list-style: none; counter-reset: listStyle; }
  .dv-link-tbl ol ol li{ position: relative; counter-increment: listStyle; padding: 5px 0 5px 20px; }
  .dv-link-tbl ol ol li::before{ position: absolute; left: 0; top: 5px; content: counter(listStyle, lower-alpha) ". "; }
  
  
  
  
  @media only screen and (max-width: 991.98px) {
      .blog-list-categories article { width: calc(50% - 32px) !important; }
      .blog-list-categories article:nth-child(5n+1) img, .blog-list-categories article:nth-child(5n+2) img{height: 200px;}
  }
  
  @media only screen and (max-width: 767.98px) {
      .blog-list-categories article:nth-child(5n+1),.blog-list-categories article:nth-child(5n+2){width: 100% !important; margin: 0 0 30px !important;}
      .blog-list-categories article{ width: 100% !important; margin: 0 0 30px !important; }
  
  
  }
  
  
  /* 11-09-2023 */
  ul.et_pb_tabs_controls{
      background: transparent;
  }
  .blog-list-tab ul.et_pb_tabs_controls li {
      margin: 0;
      border: 0;
      padding: 0 15px;
      background: #f4f4f4;
    }
    .blog-list-tab ul.et_pb_tabs_controls li a{
      border: 1px solid #004467;
      padding: 7px 20px 7px;
    }
  .dv-link-tbl-post{
      padding-top: 60px;
  }
  
  
  
  /* 12-09-2023 */
  nav.et-menu-nav{
      width: 100%;
  }
  nav.et-menu-nav ul#menu-footer-menu, nav.et-menu-nav ul#menu-footer-menu-2{
      margin: 0;
      padding: 0;
      width: 100%;
  }
  nav.et-menu-nav ul#menu-footer-menu li, nav.et-menu-nav ul#menu-footer-menu-2 li{
      list-style: none;
      width: 100%;
  }
  nav.et-menu-nav ul#menu-footer-menu li a, nav.et-menu-nav ul#menu-footer-menu-2 li a{
      font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
      line-height: 1.7em;
      font-weight: 700;
      font-size: 16px;
      color: #004467 !important;
      display: block;
      text-align: center;
      padding: 0;
      width: 100%;
  }
  .et_pb_text_5_tb_footer.et_pb_text p{
      color: #004467 !important;
  }
  .et_pb_text_4_tb_footer{
      margin-bottom: 10px !important;
      margin-top: 10px !important;
  }
  #Objectif {
      padding: 4% 0 !important;
    }
    
    .et_pb_image_6 .et_pb_image_wrap, .et_pb_image_7 .et_pb_image_wrap, .et_pb_image_8 .et_pb_image_wrap, .et_pb_image_9 .et_pb_image_wrap{
      border-radius: 50% !important;
  }
  
  #main-header{
      padding-right: 100px;
  }
  #main-header:after{
      background-image: url(https://devlo.ch/wp-content/uploads/2023/09/icons8-switzerland-48.png);
      background-repeat: no-repeat;
      background-size: 25% auto;
      background-position: center;
      width: 110px;
      height: auto;
      position: absolute;
      content: "Based in Switzerland (ch)";
      left: auto;
      right: 15px;
      top: 30%;
      transform: translate(0,-50%);
      font-size: 12px;
      color: red;
      text-align: center;
      font-weight: 700;
      padding-top: 45px;
      line-height: 1;
  }
  
  @media only screen and (max-width: 767.98px) {
      #main-header{
          padding-right: 70px; 
      }
      #main-header:after{
          right: 0;
            /* padding-top: 50px;
            background-size: 35% auto; */
            font-size: 10px;
      }
      
  }
  
form.et-search-form{
    background-color: #fff !important;
  }


.for_academy{  display:none !important; }
.for_agency{  display:none !important; }

body.home .for_agency{ display:inline-block !important;  }
body.home .for_academy{ display:none !important;  }

body.page-id-3207 .for_agency{ display:none !important;  }
body.page-id-3207 .for_academy{ display:inline-block !important;   }

.hdrBtn a{ 
    color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 5px;
    background-color: #004467; 
    padding: 15px 20px !important;
    margin-top: -15px;
}


@media only screen and (max-width: 980px) {
    .for_academy{  display:none !important; }
    .for_agency{  display:none !important; }

    body.home .for_agency{ display:block !important;  }
    body.home .for_academy{ display:none !important;  }

    body.page-id-3207 .for_agency{ display:none !important;  }
    body.page-id-3207 .for_academy{ display:block !important;   }

.hdrBtn a{ 
    color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 5px;
    background-color: #004467; 
    padding: 10px !important;
    margin-top: 0;
}
.hdrBtn a:hover{
    background-color: #000;
    color: #FFFFFF !important;
}

    
}
.wp-image-4701{ border-radius: 10px; }
.wp-image-2231{ width:48px !important; height:auto; }

article.et_pb_post div#ez-toc-container{ display: none; }




.et_pb_text_0 h2, .et_pb_text_0 h4, .et_pb_text_0 h5, .et_pb_text_0 h6, .et_pb_text_1 h2, .et_pb_text_1 h4, .et_pb_text_1 h5, .et_pb_text_1 h6{
    line-height: 1.5 !important;
}
.et_pb_text_0 h3, .et_pb_text_1 h3{
    line-height: 1.5 !important;
}
h1, h2, h3, h4, h5, h6{
    line-height: 1.5 !important;
}

#ez-toc-container ul li a{
    font-size: 14px;
}

.et_pb_column_16, .et_pb_column_17, .et_pb_column_18{
    padding-top: 0 !important;
}
.et_pb_row_6.et_pb_row{
    min-height: auto !important;
}
.agencyBanner{
    padding-top: 100px !important;
    padding-bottom: 200px !important;
}
.academyBanner{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.academyBanner span.et_pb_fullwidth_header_subhead{
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 37px;
    color: #004467!important;
    letter-spacing: 1px;
    line-height: 1.3em;
}
.academyBanner .et_pb_button.et_pb_more_button.et_pb_button_one{
    color: #ffffff!important;
    border-width: 0px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 6px;
    letter-spacing: 2px;
    font-size: 17px;
    font-weight: 600!important;
    text-transform: uppercase!important;
    padding-right: 2em;
    padding-left: 0.7em;
    background-color: #0054ff;
}
.academyBanner .et_pb_bottom_inside_divider{
    display: none !important;
}
.et_pb_text_0 h1 {
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 900;
  font-size: 46px;
  color: #004467 !important;
  line-height: 1.4em;
}
.et_pb_code_0 {
  border-radius: 9px 9px 9px 9px;
  overflow: hidden;
  border-width: 1px;
  border-color: #004467;
  box-shadow: 12px 10px 0px 0px #b7c7d2;
}
.et_pb_row{
max-width:1250px;
}
.et_pb_row_6.et_pb_row {
    padding-top: 3vw!important;
    /*padding-right: 43px!important;*/
    padding-bottom: 3vw!important;
    /*padding-left: 43px!important;*/
   /* margin-right: 171px!important;*/
   /* margin-left: 171px!important;*/
    padding-top: 3vw;
    /*padding-right: 43px;*/
    padding-bottom: 3vw;
   /*padding-left: 43px;*/
}

#results{ background-color:transparent !important; }

.et_pb_row_13 {
    min-height: inherit !important;
}
.pySection{
padding-top: 50px !important;
padding-bottom: 50px !important;
}




