@charset "UTF-8";

/*!
Theme Name: Ohio
Theme URI: http://ohio.clbthemes.com/
Author: Colabrio
Author URI: http://clbthemes.com/
Description: Ohio is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 3.5.5
Tested up to: 8.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ohio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



/* --- Styles pour flèche du carroussel --- */

.prev-btn.icon-button {
    color: black !important;
    background-color: #ffffff7a !important;
}
.next-btn.icon-button {
    color: black !important;
    background-color: #ffffff7a !important;
}

/* --- Styles globaux pour toutes les pages Portfolio Ohio --- */

/* Calage titre en dekstop*/
@media screen and (min-width: 769px) {
  .project-title .headline {
    margin-top: var(--clb-spacer-5);
    margin-bottom: 2.5rem;
  }

  .project-content .project-task,
  .project-content .button {
    margin-top: 0 !important;
  }

  .project-task .title {
    margin-bottom: 0;
  }
}

.-unspace,
.-unspace.elementor-widget-text-editor p {
  margin: 0;
}



/* Titre*/
.single-ohio_portfolio .project-task p {
  font-weight: 400 !important;
  color: var(--client-color) !important;
}

/* H4, Score title */
.single-ohio_portfolio h4.score-title {
  font-weight: 600;
}



/* H2, Detailed score */
.single-ohio_portfolio h2.title {
  color: var(--client-color) !important;
}


/* --- Version tablet--- */
@media screen and (min-width: 769px) {
  .project-content:not(.-with-slider) .holder {
    padding-top: 8vh;
    padding-bottom: 8vh;}
 
 .project-gallery{
    padding-left: 15px;
   padding-right: 15px;}

 }



/* --- Version mobile (jusqu'à 768px) --- */
@media only screen and (max-width: 768px) {

/* Titre*/
.single-ohio_portfolio .project-task p {
  font-weight: 400 !important;
  color: var(--client-color) !important;
  font-size: 2.3em;
}

/* H4, Score title */
.single-ohio_portfolio h4.score-title {
  font-weight: 600;
}

/* H4, title */
.single-ohio_portfolio h4.title {
  margin-bottom: 1.75rem;
}



/* H2, Detailed score */
.single-ohio_portfolio h2.title {
  color: var(--client-color) !important;
}

.project-gallery {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

p{
margin-top:0px;
}


}