/*
 * Theme Name:  Sugar Blog Child
 * Theme URI:   https://sugar.codesupply.co/
 * Description: Sugar Blog Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    sugar-blog
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */
.cs-header__col {
	flex: auto;
}
.header-titles {
	background-color: #fff ;
	padding: 0px 0;
	text-align: center;
}
.header-titles h1 {
 	color: black;
	font-size: 1.5em;
	margin : 20px 0;
	text-transform: uppercase;
}
.cs-logo {
	margin-top: 20px;
}
.header-titles h3 {
	color: white;
	font-size: .9em;
	font-weight: normal;
	margin-bottom: 0;
}

.cs-header-topbar__top::after {
	display: none;
}
.cs-footer {
	padding-top: 20px;
}
.cs-footer__col .cs-logo{
  width: 200px;
}

.header-titles::after {
	content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #d4d4d4;
}

.cs-header__toggle {
	display: none !important;
}

.cs-footer__item-top-bar {
	padding: 20px 0;
	border-top: 1px solid #D4D4D4;
	margin-top: 20px;
	background-color: #F4F4F4;
}
.cs-footer__col .cs-logo {margin-top: 0px;}

/* Style simple pour afficher en grille */
.titre-partenaires {
	text-align: center;
}
.partenaires-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.partenaire-item img {
  width: auto;
  height: 120px;
  transition: transform 0.2s;
}
.partenaire-item img:hover {
  transform: scale(1.05);
}

.no-title .wp-block-latest-posts__post-title {
	display: none;
}


@media (min-width: 992px) {
    .home .cs-site {
        margin-bottom: 0;
    }
}
.cs-entry__header-standard {
	margin-bottom: 0;
}


.cs-entry__media figure {
    display: none;
}

.entry-content p,
.entry-content li,
.entry-content span {
	font-size: 14px;
}

.entry-content li {
	margin-bottom: 10px !important;
}

.wp-block-latest-posts:not(.is-style-cs-numbered-layout) li .wp-block-latest-posts__post-title {
  font-size: .9rem;
  font-weight: normal;
}

.wp-block-latest-posts:not(.is-style-cs-numbered-layout) li .wp-block-latest-posts__post-title:hover {
	color : #f92727;
}

.cs-entry__title span {
	font-size: 22px;
	line-height: auto;
	letter-spacing: normal;
  display: block;
}

.cs-post-slider__pagination-container {
	margin-top: 0px;
}

.elementor-widget-container .cs-categories__item-title a {
	border: none;
	margin-bottom: 5px;
}





.form-control {
  height: 52px;
  background: transparent;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(255, 255, 255, 0.2); }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.5) !important; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5) !important; }
  .form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(255, 255, 255, 0.5) !important; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5) !important; }
  .form-control:focus, .form-control:active {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.5) !important; }

textarea.form-control {
  height: inherit !important; }

.wrapper {
  width: 100%;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18); }

.contact-wrap {
background: #eb3b38;
background: radial-gradient(circle, rgba(235, 59, 56, 1) 0%, rgba(224, 50, 47, 1) 100%, rgba(201, 20, 32, 1) 51%);
 }
  .contact-wrap h3 {
    color: #fff; }

.info-wrap h3 {
  color: #000;
  position: relative; }
  .info-wrap h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #eb3b38;
    content: ''; }

.info-wrap .dbox {
  width: 100%;
  margin-bottom: 25px; }
  .info-wrap .dbox:last-child {
    margin-bottom: 0; }
  .info-wrap .dbox p {
    margin-bottom: 0; }
    .info-wrap .dbox p span {
      font-weight: 400;
      color: #000; }
    .info-wrap .dbox p a {
      color: rgba(0, 0, 0, 0.3); }
  .info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.05); }
    .info-wrap .dbox .icon span {
      font-size: 20px;
      color: #000; }
  .info-wrap .dbox .text {
    width: calc(100% - 50px); }

.btn {
  padding: 12px 16px;
  cursor: pointer;
  border-width: 1px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover, .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important; }
.wrapper .btn.btn-primary {
    background: #FFF !important;
    border-color: #FFF !important;
    color: #eb3b38; }
.wrapper .btn.btn-primary:hover, .wrapper .btn.btn-primary:focus {
      border-color: #a10d0b !important;
      background: #a10d0b !important; 
      color : white;}

.contactForm .form-control {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0; }

#contactForm .error {
  color: #f65c78;
  font-size: 12px; }

#contactForm .form-control {
  font-size: 16px; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: block; }

#form-message-warning {
  color: #f65c78; }

#form-message-success {
  color: black;
  font-size: 18px;
  font-weight: 500; background-color:white; }
.wpcf7-not-valid-tip {
  color: white !important; 
}
.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: 500;
  color: #28a745; }
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
textarea {
background-color: inherit;
}

/* Partenaires */
.partenaires li {
  margin-bottom: 10px;
  padding-bottom: 0px;
}
.partenaires li div{
  text-align: center;
}


@media (min-width: 1024px)  {
.partenaires li div img {
  max-width: 70%;
}

}
@media (max-width: 1024px)  {
  .partenaires-titre,
  .partenaires {display: none;}
}

h2.cs-entry__title {
  font-size: 16px;
}

.has-accent-color {color: #ff1414 !important;}