/* CUSTOM CSS - 13 décembre 2024 */
.extra-nav ul li.menu-item-twitter i,
.extra-nav ul li.menu-item-instagram i,
.extra-nav ul li.menu-item-facebook i{
    color:#ffffff;
}
@media (max-width:991px){
    .extra-nav ul li.menu-item-twitter,
    .extra-nav ul li.menu-item-instagram,
    .extra-nav ul li.menu-item-facebook{
        display:none;
    }
}
.socialicons{
    display:flex;
    gap:16px;
}
.socialicons svg{
    width:18px;
    color:#ffffff;
    fill:#ffffff;
}
.socialicon svg{
    width:16px;
    color:#ffffff;
    fill:#ffffff;
    vertical-align:middle;
}
#footer_social_icons a svg{
    color:rgba(255,255,255,.75);
    fill:rgba(255,255,255,.75);
}
#footer_social_icons a:hover svg{
    color:rgba(255,255,255,1);
    fill:rgba(255,255,255,1)
}
#footer_social_icons svg{
    width:16px;
    vertical-align:middle;
}
#sidebar_social_icons svg{
    color:#000000;
    fill:#000000;
    width:16px;
}


/* Style de base */
.author-meta-wrapper {
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.author-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.author-avatar img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.author-details {
  flex: 1;
}

.author-meta-label {
  font-size: 14px;
  color: #6c6c6c;
}
h3.author-name{
    margin-bottom:0.5em;
}
.author-name a {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.author-name a:hover {
  color: #0073e6;
}

.author-bio p {
  margin: 10px 0;
  line-height: 1.6;
  color: #757272;
}

.social-networks {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.social-networks li a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #555;
  text-decoration: none;
}

.social-networks li a:hover {
  color: #0073e6;
}

/* Responsive pour mobile */
@media (max-width: 992px) {
  .author-content {
    flex-direction: column;
    text-align: center;
  }

  .author-avatar img {
    margin-bottom: 15px;
  }

  .author-details {
    text-align: center;
  }

  .social-networks {
    justify-content: center;
  }
}





/* CUSTOM CSS - From Wordpress Custom CSS */	
/* bricks filters and transitions */
.brick-bg.post-thumbnail.pbs_e-p-t {
    filter: brightness(1);
}

.brick-o .brick-bg .thumb-w {
	
	transform: scale(1.25);
transition:0.10s
}

.brick-o:hover .brick-bg .thumb-w {
    -webkit-transform: scale(1.40);
    -ms-transform: scale(1.40);
    transform: scale(1.40);
transition:0.10s;
}

.brick-o:hover .thumb-w img {
    filter: blur(22px) brightness(0.75) !important;
transition: 0.15s;
 }

.brick:hover .brick-bg:before {
    opacity: 0;
    transition: opacity 0.15s;
}

/* header padding adjustment */
.p-t__30.p-b__30 {
    padding: 5px 25px 5px 0;
}

/*header top bar */
.s-nav-w {
    display: none
}

.social-networks.display-inline.style-plain.size-small.without-counter.social-media-links.pull-right.last-child.init {
    color: #808080;
}

.in-w .p-nav-w,
.s-s-n {
    background: #4d4d4d;
}

.sticky-nav .p-nav-w.white-bg {
    background-color: rgba(100, 100, 100, 0.6) !important;
}

.social-networks.size-small i {
    font-size: 24px;
}

.site-title span {
	font-size: 22px;
}

.default-color li a i {
	color: #333333;
}

.default-color li a,
.default-color li a i.ti__search {
    color: white;
}
.social-networks .default-color li a {
    color: #333 !important;
}
.default-color li a:hover {
    color: #c9cbcd;
}

.default-color .current-menu-ancestor, .default-color .current-menu-item, .default-color .current-menu-parent, .default-color li:focus>a, .default-color li:hover>a {
    color: #c9cbcd;
}

.nb-dd .menu li.menu-item {
    color: #c3c3c3;
}

#tech h3.pbs-title.widget-title.w-t {
    color: white;
}



/* .ti__twitter:before {
    content: "\00a0";
    background-image: url(https://www.develop.applemagazine.com/wp-content/uploads/2023/10/Twitter-X-New-Logo-Vector-2-3.png) !important;
background-size: cover;
display:block;
} */

/* facebook twitter icon arrangement in header */
ul.social-networks.display-inline.style-plain.size-small.without-counter.social-media-links.pull-right.last-child.init li.twitter {
    float: left;
}

ul.social-networks.display-inline.style-plain.size-small.without-counter.social-media-links.pull-right.last-child.init li.facebook {
    float: right;
}

/* facebook twitter and instagram new image icons */
.ti__facebook:before {
    content: "\00a0";
    background-image: var(--wpr-bg-4e075fc1-9271-42bc-abfe-5194a01c5dd1) !important;
    background-size: cover;
    display: block;
}

.ti__mail:before {
    content: "\00a0";
    background-image: var(--wpr-bg-29a7495a-c551-4862-bd88-52bf71a98cef) !important;
    background-size: cover;
    display: block;
}

.ti__chain:before {
    content: "\00a0";
    background-image: var(--wpr-bg-bf0d5532-7432-48b4-aa8d-e0d7c42c42cd) !important;
    background-size: cover;
    display: block;
}

/* .ti__facebook-square:before {
     content: "\00a0";
    background-image: url(https://www.develop.applemagazine.com/wp-content/uploads/2023/10/59439-1.png) !important;
background-size: cover;
display:block;
}
.ti__instagram:before {
     content: "\00a0";
    background-image: url(https://www.develop.applemagazine.com/wp-content/uploads/2023/10/1384031-1.png) !important;
background-size: cover;
display:block;
} */

.social-networks.no-margin li {
    display: none;
}

svg.icon.icon-twitter {
    color: #ffffff00;
    background-image: var(--wpr-bg-5a7dc344-f88b-4030-9da5-d3267c699214);
    width: 20px;
    background-repeat: no-repeat;
    height: 19px;
}

svg.icon.icon-facebook {
    color: #ffffff00;
    background-image: var(--wpr-bg-26addd5f-19a8-4475-88d3-e86b061751f0);
    width: 20px;
    background-repeat: no-repeat;
    height: 20px;
}

svg.icon.icon-instagram {
    color: #ffffff00;
    background-image: var(--wpr-bg-65fc1403-332e-45b9-9f64-a3dd2ae8537b);
    width: 20px;
    background-repeat: no-repeat;
    height: 20px;
}

svg.icon.icon-linkedin {
    color: #ffffff00;
    background-image: var(--wpr-bg-ac4d909a-721b-4fb9-8157-fffd489d20fd);
    width: 20px;
    background-repeat: no-repeat;
    height: 20px;
}

.menu-hs-border .menu> ::after {
    background-color: #c9cbcd;
}

#Lbutton .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: #7f7f7f;
    border: 1px solid #7f7f7f;
    background-color: transparent;
}

#Lbutton .vc_btn3.vc_btn3-size-md {
    font-size: 17px;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 24px;
    padding-right: 23px;
}

#Lbutton .vc_btn3.vc_btn3-shape-rounded {
    border-radius: 9px;
}

#Dbutton .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: white;
    border: 1px solid white;
    background-color: transparent;
}

#Dbutton .vc_btn3.vc_btn3-size-md {
    font-size: 17px;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 24px;
    padding-right: 23px;
}

#Dbutton .vc_btn3.vc_btn3-shape-rounded {
    border-radius: 9px;
}

/* mobile & wearables and computer news section to increase the thumbail size of bottom images */
#mobcomp2 .post-thumbnail.pbs_e-p-t.default {
    width: 150px
}

.entry-summary.pbs_e-s {
    color: #4d4d4d;
}

.jetpack_widget_social_icons svg {
    color: #000 !important;
}


/* 08/09 */
.p-nav-w {
	height: 55px;
  line-height: 55px;
}

#footer_social_icons,
#sidebar_social_icons {
/* 	text-align: center; */
}
#sidebar_social_icons {
	display: flex;
}
.home #sidebar_social_icons{
	padding-top: 25px;	
}
#footer_social_icons a,
#sidebar_social_icons a {
	padding: 5px;
	height: fit-content;
}
#sidebar_social_icons a {
	color: #333;
}
#footer_social_icons p,
#sidebar_social_icons p {
	font-size: 1.6rem;
	padding: 3px;
}

#custom-meta {
	text-transform: capitalize;
	font-size: 14px;
	color: #afafaf;
}
#custom-meta a{
	color: #afafaf;
}

.site-branding.image-logo .desktop-logo {
	  width: 200px;
    max-width: 100%;
    height: 0;
    padding-bottom: 30%;
}

.fluid-containers .outer>.container {
	padding-left: 0;
	padding-right: 0;
}

.container .nav-inner-wrapper .nb-dd .menu>li>a {
	padding-right: 5px;
}

.container .nav-inner-wrapper #primary-menu li {
	padding-right: 10px;
}

#sidebar_social_icons p {
	margin-bottom: 0px;
}

.home .widget-title {
	font-size: 22px;
}

.fluid-containers .outer>.container .primary-nav {
	padding: 0 28px;
}

.vc_btn3.vc_btn3-style-modern {
	background-image: none !important;
}

#media_image-4, #media_image-5 {
	padding-bottom: 0;
}

#media_image-4 {
	margin: 0;
}

.site-branding-wrapper {
	width: 100%;
   display: flex;
   align-items: center;
	justify-content: space-between;
}

.site-branding-wrapper .social-icons {
   margin-right: 10px; 
}

.site-branding-wrapper .social-icons a {
   
   font-size: 18px;
   color: #b0b0b0; 
}

.site-branding-wrapper .social-icons a:hover {
   color: #0073e6;
}

.site-branding-wrapper .social-icons i {
	font-size:24px;
	margin-right: 8px;
}
.site-branding-wrapper .social-icons i.fa-x-twitter {
	margin-right: 4px;
}

.site-branding-wrapper .social-icons img#fb_svg {
	width: 21px;
	height: 21px;
	margin-bottom: 9px;
}

.default-color li a i.ti__menu {
	color: #ffffff;
}

@media screen and (max-width: 991px) {
	.s-h-m .site-branding-wrapper {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.site-branding-wrapper {
		justify-content: center;
		z-index: -1;
	}
	

}

@media only screen and (max-width: 767px) {
    #footer-widget-1 img.aligncenter {
        display: block !important;
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #footer-widget-1 img.aligncenter {
        display: block !important;
        width: 30%;
    }
}
	.site-branding.image-logo .mobile-logo {
        background-image: var(--wpr-bg-38943fbc-9ee8-4bcd-9383-41f814a9b136) !important;
			  margin-top: 4px;
    }

#footer-text {
	text-align: center;
}
#head-trending-now {
	font-size: 22px;
}

.footer-address h5 {
	color: rgba(255,255,255,.7);
	margin-bottom: 0px;
}

#custom-saperator {
	height: 32px !important;
}
#other-seperator {
	height: 20px !important;
}
#side_social_menu li span i{
	color: white;
}
#side_social_menu li a {
	padding-right: 0px !important;
}

.fa-x-twitter, .fa-instagram, .fa-square-facebook {
	font-size: 16px !important;
}

.menu-hs-border .menu>:after {
	left: 8px;
	right: -5px
}
.n-i-c {
       display: flex;
    align-items: center;
    justify-content: space-between;
    }
ul#side_social_menu, ul#side_social_menu a, ul#side_social_menu a span {
    display: flex;
    align-items: center;
}
#home_second_sidebar_add {
	padding-top: 30px;
}
.custom-caption {
		margin: 5px 0;
    font-size: 1.1rem;
    text-align: center;
    color: #888;
}
.wp-caption .wp-caption-text {
	display: none !important;
}

#features_second {
	margin-top: 20px;
}

#tech-first .post-thumbnail.pbs_e-p-t.default,
#tech-second .post-thumbnail.pbs_e-p-t.default {
    width: 150px;
}
#tech-first, #tech-second{
	  padding-top: 40px;
}

#custom-single-post-div article .entry-content a {
    color: rgb(0, 102, 204) !important;
    text-decoration: none !important;
}

#custom-single-post-div article #custom-single-post-div .entry-content p a:hover,
article .entry-content p a[href*="//"] {
    text-decoration: none !important; 
		box-shadow: none !important;
}
.entry-meta,
#custom-meta,
#custom-meta a{
    color:#767676;
}