/*
Theme Name: Sportsregions 2026
Theme URI: 
Author: Sportsregions
Author URI: 
Description:  Theme site d'aide / blog Sportsregions
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Fonts
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Cards
	## Comments
# Infinite scroll
# Media 
	## Captions
	## Galleries
# FAQ
# Page 404
# Share icons
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

  html,
  body {
    scroll-behavior: smooth;
  }

body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-size: 1rem;
  font-family: "Open Sans", Arial;
  text-align: justify;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family:"Open Sans";
  src:url(Fonts/OpenSans-Regular.eot);
  src:url(Fonts/OpenSans-Regular.eot) format("embedded-opentype"),
      url(Fonts/OpenSans-Regular.woff) format("woff2"),
      url(Fonts/OpenSans-Regular.woff) format("woff"),
      url(Fonts/OpenSans-Regular.ttf) format("truetype");
      font-weight:400;
      font-style:normal;
}

@font-face { 
  font-family:"Open Sans Semi Bold";
  src:url(Fonts/OpenSans-SemiBold.eot);
  src:url(Fonts/OpenSans-SemiBold.eot) format("embedded-opentype"),
  url(Fonts/OpenSans-SemiBold.woff2) format("woff2"),
  url(Fonts/OpenSans-SemiBold.woff) format("woff"),
  url(Fonts/OpenSans-SemiBold.ttf) format("truetype");
  font-weight:400;
  font-style:normal;
}

@font-face { 
  font-family:"Open Sans Bold";
  src:url(Fonts/OpenSans-Bold.eot);
  src:url(Fonts/OpenSans-Bold.eot) format("embedded-opentype"),
      url(Fonts/OpenSans-Bold.woff2) format("woff2"),
      url(Fonts/OpenSans-Bold.woff) format("woff"),
      url(Fonts/OpenSans-Bold.ttf) format("truetype");
  font-weight:400;
  font-style:normal;
}

/*--------------------------------------------------------------
# Var
--------------------------------------------------------------*/

:root {
	--grey-title: #2f2d2d;
	--grey-text: #595959;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 600;
  /*margin-top: 24px;*/
  margin-bottom: 15px;
  text-transform: uppercase;
	text-align: left;
}
h1 {
  font-size: 32px;
  padding: 2px 0 10px 0;
}
h2 {
  font-size: 24px;
  padding: 0.3em 0;
  line-height: 1.25;
	    position:relative;
    display:inline-block;
	margin-top : 0 !important;
	text-align: center;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
  font-size: 1.1rem;
  line-height: 1.75em;
  color : var(--grey-text);
}

li:not(.breadcrumb-item) {
font-size: 1.1rem;
  line-height: 1.75em;
  color : var(--grey-text);
}

h1.entry-title {
  font-size: 2.5rem;
  font-weight: 800;
  color : var(--grey-title);
  text-transform: uppercase;
	font-family: "Open Sans Semi Bold", Arial;
}
h1.entry-page {
  font-size: 2.5rem;
  color : #fff;
}

h2.entry-blog {
  color : #262626;
	font-size:1.3em;
	font-family: "Open Sans Semi Bold", Arial;
}

h2.entry-blog:hover {
  text-decoration: underline;
}

.home-search {
  font-size: 1.8em;
	margin : 1em 0;
}

h3.widget-title {
  font-size: 1.2rem;
}

a {
	color : #11559C;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #11559C ;
  padding: .74rem 0 1em 0;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, 
.navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}

a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color:  #ffffff;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
	opacity:0.8;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 500;

	opacity:1;
  /*background: #f9f9f9;*/
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current-menu-item > a {
		opacity:1;
}

.navbar {
	font-family: 'Open Sans Semi Bold';
}

.navbar-nav {
	padding-top: 2px;
}

li.menu-item {
	padding : 0 10px;
	font-size: 0.95rem;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.dropdown-menu {
    font-size: 14px;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.2);
    min-width: 13em;
}

.dropdown-menu::before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 7px;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.navbar .dropdown-menu a {
    padding-top: 7px;
    padding-bottom: 7px;
    color: #000;
	transition: .3s all ease;
	font-size : 0.9rem;
}

.navbar .dropdown-menu .dropdown-item:hover {
    background: #11559C;
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.65);
}
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0,0,0,.8);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 0.6rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  font-size: 1.05rem;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

.navbar-toggler {
	padding: .25rem 0 .25rem .75rem;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  /*background-color: #eee;*/
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

.blog_categories {
	background-color: #F2F2F2;
	padding: 2em 1em;
	border-radius : 5px;
}

.blog_categories h2 {
	margin-top : 0;
	padding-top : 0;
	display: block;
	text-align: center;
}

.blog_categories .active {
	font-weight : 600;
}

.blog_categories ol {
	padding : 0;
	margin : 0;
}

.blog_categories ol > li, 
.blog_categories li.cat-item {
	list-style: none;
	text-align: left;
	font-size: 0.9rem;
	border-bottom: 1px #cfd8dc solid;
	padding: 0.5em 0;
}

.blog_categories ol > ul {
	padding: 0.5em 1.1em;
	margin : 0;
}

.blog_categories ol > ul > li {
	list-style: none;
	text-align: left;
	font-size: 0.85rem;
	padding: 0.25em 0;
	border : none;
}

.blog_categories ol:last-child,
.blog_categories li.cat-item:last-child {
	border : none;
}

.blog_categories .current-cat {
	font-weight:800;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

.type-post img {
	border-radius: .25rem !important;
}

.bawmrp {
	padding : 1.5em 0;
}

.tags a:before {
  content: "#";
}


.next_prev .title {
    display: inline-block;
    text-overflow: ellipsis;
    max-width: 44ex;
    white-space: nowrap;
    overflow: hidden;
}

.block-hover {
    padding: 30px;
    transition: all .3s;
}

.block-hover:hover {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
    -ms-transform: scale(1.045);
    transform: scale(1.045);
}

.divider-right {
    border-right: 1px solid rgba(57,115,230,.3);
}

@media(min-width: 990px){
	.blog_list_date {
		width : 110px;
		display : inline-block;
	}
}

@media(max-width: 990px){
	.blog_list_date {
		width : 90px;
		display : inline-block;
	}
}


/*--------------------------------------------------------------
## Cards
--------------------------------------------------------------*/
.entry {
	overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card, .image-blog {
  border-radius: 4px;
  background: #fff;
  transition: .1s transform cubic-bezier(.155,1.105,.295,1.12),.1s box-shadow,.1s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  cursor: pointer;
	/*	    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;*/
}


/*.image-blog:hover {
	  -webkit-transform: scale(1.2) rotate(-7deg);
    -moz-transform: scale(1.2) rotate(-7deg);
    -ms-transform: scale(1.2) rotate(-7deg);
    -o-transform: scale(1.2) rotate(-7deg);
    transform: scale(1.2) rotate(-7deg);
}*/

.card-1 {
  padding: 14px 80px 18px 36px;
}

.card {
  padding: 14px 0;
}

.card:hover:not(.card-faq), 
.image-blog:hover,
.post-category:hover {
    	box-shadow: 0 0 3px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);

}

.card p {
  margin-bottom : 0px;
}

.card h3 {
  font-weight: 600;
}

.card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}

@media(min-width: 990px){
    .card-tax {
        min-height: 240px;
    }
	
	.card-aide {
  		min-height: 335px;
	}
}

@media(max-width: 990px){
	.card:not(.media-body-wrap) {
	  margin: 10px;
	}
}

@media (max-width: 576px) {
	.card{
	  margin: 1rem 0;
	}
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area {
	margin-top : 4.2em;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-body .card {
	border: none;
	padding : 4px 0 14px;
}

.comment-body .card:hover {
	box-shadow: none;
}

.comment-body .card-header, 
.comment-body .card-footer {
	background-color: transparent;
	border: none;
}

.comment-body .card-header {
	padding : .10rem 1.25rem !important;
}

.comment-body time, 
.comment-body .comment-edit-link {
	font-size: 0.8em;
}

.comment-body h5 {
	text-transform: none;
}

.comment-body time {
	color : #a4a9b5;
}

.comment-list {
  padding-left: 0;
}

.comment-list img {
	border-radius : 100%;
}

.comment-list .comment {
  display: block;
}


.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

#respond { 
padding:0 10px 0 10px;
}

#respond input[type=text],
#respond input[type=email],
#respond input[type=url], 
#respond textarea {
  transition: all 0.30s ease-in-out;
  outline: none;
  padding: 6px;
  margin: 3px 1px 3px 0px;
  border: 1px solid #DDDDDD;
	width:100%;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

.wp-block-video figcaption {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/

.md-accordion .card {
  overflow: visible;
  border-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom : 15px;
  border-bottom: 1px solid #e0e0e0 !important;
}

.md-accordion .card .fa-angle-down {
  float: right;
}

.md-accordion .card .card-header a {
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

div#ez-toc-container {
  margin: 2rem 0;
}
	
.faq-rep-text {
	padding-top: 1em;
}

.faq-rep-text p {
	margin-bottom: 1.5em;		
}


/*--------------------------------------------------------------
# Page 404
--------------------------------------------------------------*/

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 240px;
}

.notfound .notfound-404 h3 {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  margin: 0;
  letter-spacing: 3px;
  padding-left: 6px;
}

.notfound .notfound-404 h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0;
  margin-left: 0px;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px;
}

.notfound .notfound-404 h1 > span {
  text-shadow: -8px 0 0 #fff;
}

/*--------------------------------------------------------------
# Icônes Partage
--------------------------------------------------------------*/

.btn_share_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_share {
  width: 180px;
	background-color: #F2F2F2;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  margin-right: 10px;
	text-align:center;
}
.btn_share i {
  font-size: 20px;
  padding-right: 10px;
  transition: all 0.3s ease-in-out;
}
.btn_share span {
  align-self: center;
  transform: translateX(0px);
  transition: all 0.1s ease-in-out;
  opacity: 1;
}
.btn_share:hover {
  transform: scale(1.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	text-decoration: none;
}
.btn_share:hover i {
  padding-right: 0;
  color: #fff;

}
.btn_share:hover span {
  opacity: 0;
}

.btn-share-tw, .btn-share-tw i {
	color: #1DA1F2;
}

.btn-share-tw:hover {
	background-color : #1DA1F2;
}

.btn-share-tw:hover i {
	transform: translateX(30px);
}

.btn-share-fb, .btn-share-fb i {
	color: #4267B2;
}

.btn-share-fb:hover {
	background-color : #4267B2;
}

.btn-share-fb:hover i {
	transform: translateX(40px);
}


.btn-share-email, .btn-share-email i {
	color: #585858;
}

.btn-share-email:hover {
	background-color : #585858;
}

.btn-share-email:hover i {
	transform: translateX(23px);
}

.btn-share-wa, .btn-share-wa i {
	color: #25D366;
}

.btn-share-wa:hover {
	background-color : #25D366;
}

.btn-share-wa:hover i {
	transform: translateX(44px);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

.separator {
  height: 20px;
  width: 1px;
  margin: 0 10px;
  background: #000;
}

.support-payant-petit,
.support-payant-grand {
	padding:5px 0 10px 0;
}


.support-payant-petit:hover,
.support-payant-grand:hover {
  text-decoration: none;
}


.support-payant-grand strong, .support-payant-petit strong {
    font-size: 1.6rem;
    color: #fff;
}


footer .btn-collapse {
  border-top: 1px solid #282828;
}

footer .btn-collapse:hover {
  cursor: pointer;
}

footer .btn-collapse span {
  color: #282828;
}

footer .btn-collapse.collapsed .arrow-black {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

footer .btn-collapse .arrow-black {
  display: block;
  font-size: 2px;
  width: 4em;
  height: 4em;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer #collapseOne,
footer #collapseTwo {
  border-top: 1px solid #282828;
}


.bg-dark-grey {
  background-color: #282828;
}

.btn.btn-large {
  padding: 10px 25px;
}
.btn.btn-orange {
  background-color: #ef7013;
  color: #fff;
  position: relative;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.bg-blue {
  background-color: #11559c;
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.t18 {
  font-size: 1.125em;
}

.l1300 {
  line-height: 1.3em;
}
.t14 {
  font-size: 0.875em;
}

.white {
  color: #fff !important;
}

.d-block {
  display: block !important;
}

.orange {
  color: #fc9425;
}

.l1100 {
  line-height: 1.1em;
}
.t13 {
  font-size: 0.813em;
}
.align-items-center {
  align-items: center !important;
}

.separator {
  height: 20px;
  width: 1px;
  margin: 0 10px;
  background: #000;
}

.grey {
  color: #494949;
}

.d-md-none {
  display: none !important;
}

.l1200 {
  line-height: 1.2em;
}

a img.wp-post-image {
	display: none;
}

#contenubody {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contenubody #contenu #main {
  z-index: 0;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}



/*--------------------------------------------------------------
## Modif SR
--------------------------------------------------------------*/

#search .fas  {
  padding-top : 0.2em;
  font-size: 1.4em;
  color: #ffffff;
}

#search .btn {
  padding: 0 1.5em;
}

.form-control::placeholder {
	font-family: 'Open Sans';
}

.jumbotron-fond {
		background: url('/wp-content/uploads/2020/12/fond.png') repeat center center;
}

.jumbotron-cat #search .form-control {
  padding: 26px;
}

.alert {
  border: none;
  margin-bottom: 2em;
}

.btn {
  padding: .500rem 1rem;
  font-size: 0.8rem;
}

.badge {
  padding: .5em .4em;
}

#ez-toc-container {
  margin-top : 1rem;
}

.jumbotron-fluid {
  background-color: #11559C; 
}

.breadcrumb {
	margin-top : 2em;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  padding : .50rem 0.1rem 0.2rem;
	background-color: transparent;
}

.bg-grey-light {
  background-color: #f6f6f6;
}

div.liste-separation {
	border-bottom : 1px #cfd8dc solid;
	padding: 1em 0;
}

div.liste-separation:last-child {
	border : none;
}

h2.card-title {
  	margin : 0.2rem 0 0.3rem 0;
	font-size : 1.3em;
}

h2.card-title:hover {
	text-decoration: underline;
}

.jumbotron-cat {
  padding : 1rem 0 3.5rem 0;
}

@media (max-width: 768px) {
  .jumbotron-cat #search .form-control {
    padding: 20px;
  }
}

/* Liste page category */

.list-cat {
  margin : 0;
  padding : 0;
}

.list-cat li {
  margin: 0 0 22px;
  padding: 0 0 22px;
  border-bottom: 1px solid #e6e6e6;
  list-style: none;
}

.list-cat-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color : #262626;
}

.list-cat-title:hover {
  text-decoration: underline;
}

.list-cat p {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.5;
  color : var(--grey-text);
}

.list-cat a:hover {
  text-decoration: none;
}

.list-cat-title a:hover {
  color: #3d60ac;
}

/* Blog */

.wp-block-image figure {
	margin: 1em 0;
}

.post-category {
  display: inline-block;
  padding: 8px 10px 8px;
  border-radius: 4px;
  letter-spacing: .2em;
  font-size: .7em;
  text-transform: uppercase;
	background-color: #A4A4A4;
	color: #fff;

}
.post-category-little {
  padding: 6px 10px 5px;
  font-size: .65em;
	background-color: #A4A4A4;
	color: #fff;
}

.post-category a {
  color : #fff;
  text-decoration: none;
}

.date {
  font-size: 0.9em;
}

.date-modif {
  font-size: 14px;
  margin-top : 2em;
}

.excerpt {
  color : #666666;
  margin-bottom: 20px;
}

.lire-suite {
  color : #2f89fc;
}

span.current > li {
	z-index: 1;
	color: #fff !important;
	background-color: #007bff !important;
	border-color: #007bff !important;
}

span.dots {
	    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

/***** Plugins ****/

.wp-block-simple-note-info {
	margin: 10px 0 30px !important;
	padding: 20px 20px 20px 80px !important;
}



@media (max-width: 768px) {
  h2.home-search, h2.home-blog {
    font-size: 2rem;
  }

  p, 
  footer span,
  .home-tuto-item a, 
  .excerpt {
    font-size: 1.15em;
  }

  .breadcrumb-item {
    font-size: 1.1rem;
  }

  .navbar-collapse {
    text-align: center;
    margin-top : 2rem;
  }
  
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 1.2rem;
  }
	
	.card-1 {
		height : auto;
	}
}

/****************/

ul.nav.nav-pills {
    text-align: right;
}

.nav-pills>li {
    float: none;
    display: inline-block;
}

#pills-tab li a
{
	color : #A4A4A4;
}

#pills-tab li a:hover,
#pills-tab li a.active
{
	color : #424242;
}

/****************/

.ossb {
	font-family: "Open Sans Semi Bold", Arial;
}

.patb-2 {
	padding : 2em 0;
}

/**************/

#barre_haut {
	width: 100%;
	height: 40px;
	line-height: 36px;
	font-size : 0.8em;
}

#barre_haut a {
	color: #fff;
}

#barre_haut a:hover, #barre_haut a span:hover {
	text-decoration: underline;
}

#barre_haut .fab {
	font-size : 1.2em;
	  -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}

#barre_haut .fab:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

#barre_haut svg {
    fill: #fff;
    max-height: 12px;
    margin-right: 5px;
	margin-top: -5px;
	max-width:20px;
}


ul.wpp-list {
	width : 100%;
	padding : 0;
}

ul.wpp-list li 
{
	margin-bottom : 0;
	list-style: none;
}


/****/

.facebook-color {
	color: #11559c;
	  transition: 0.3s;
}

.btn-facebook{
	background-color: #11559c;
	color : #fff;
}

.btn-facebook:hover {
	background-color: #0056b3;
	color : #fff;
}

.size-8em {
	font-size: 8em;
}

.short-text-container {
	width : 500px;
}

.short-text {
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

a.underline {
  display: inline;
  position: relative;
  overflow: hidden;
	text-decoration: none;
}
a.underline:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -3px;
  background: #11559C;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
a.underline:hover:after,
a.underline:focus:after,
a.underline:active:after {
  left: 0;
  right: auto;
  width: 100%;
}

.sidebar-margin {
	margin-top: 5.75rem; !important
}

.sidebar-tag-margin {
	margin-top: 3.15rem; !important
}

/**************/
/* Card home */
/**************/


.card_home 
{
  border-radius: 4px;
  box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
  transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  padding: 14px 80px 18px 36px;
  cursor: pointer;
  color: #fff;
}

.card_home:hover{
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.card_home p {
  color : #fff;
}

.card_home h3{
  font-weight: 600;
}

.card_home img{
  position: absolute;
  top: 20px;
  right: 15px;
  max-height: 120px;
}

.card_home-1{
    background-image: url(images/project.png);
    background-repeat: no-repeat;
    background-position: center right 1rem;
    background-size: 120px;
    background-color: #20bf6b;
}

.card_home-2{
    background-image: url(images/smartphone.png);
    background-repeat: no-repeat;
    background-position: center right 1rem;
    background-size: 120px;
    background-color: #fa983a;
}

@media(max-width: 990px){
  .card_home{
    margin: 20px;
  }
}

/***** custom content tabs ****/

.wp-block-ub-tabbed-content-tabs-content {
	padding : 35px 0 !important;
}

.wp-block-ub-tabbed-content-tab-holder {
	border-bottom: 1px solid #d3d3d3 !important;
}

.wp-block-ub-tabbed-content-tab-title-wrap {
	width: 100%;
}

@media (max-width: 600px) {
	.wp-block-media-text .wp-block-media-text__content, .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding: 0;
	}
	
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		padding-bottom: 20px;
	}
}

@media (min-width: 600px) {
	
	.wp-block-media-text {
		margin-bottom : 20px;
	}
	
	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding: 0 8% 0 0;
	}

	.wp-block-media-text .wp-block-media-text__content {
		padding: 0 0 0 8%;
	}
}

.icon-tab .wp-block-ub-tabbed-content-tab-title > :first-child:before {
  content: url('/images/icons/laptop-solid.svg');
  width: 1.3rem;
  height: 1.3rem;
  left:1em;
  position:absolute;
  top:0.77rem;
}

.icon-tab .wp-block-ub-tabbed-content-tabs-title > :first-child {
  padding-left: 3.1rem;
}

.icon-tab .wp-block-ub-tabbed-content-tab-title > :last-child:before {
  content: url('/images/icons/mobile-alt-solid.svg');
  width: .75rem;
  height: .75rem;
  left:1em;
  position:absolute;
  top:0.8em;
}

.icon-tab .wp-block-ub-tabbed-content-tabs-title > :last-child {
  padding-left: 2.6rem;
}

.wp-block-ub-tabbed-content-tab-holder > .wp-block-ub-tabbed-content-tabs-title > .wp-block-ub-tabbed-content-tab-title-wrap, 
.wp-block-ub-tabbed-content-tab-holder > .wp-block-ub-tabbed-content-tabs-title-vertical-tab > .wp-block-ub-tabbed-content-tab-title-vertical-wrap, 
.wp-block-ub-tabbed-content-tab-holder > .wp-block-ub-tabbed-content-tabs-title > .wp-block-ub-tabbed-content-accordion-toggle {
  background-color: #f6f6f6 !important;
  border: none !important;
  color: #4b5054 !important;
}

.wp-block-ub-tabbed-content-tab-holder > .wp-block-ub-tabbed-content-tabs-title > .wp-block-ub-tabbed-content-tab-title-wrap.active, 
.wp-block-ub-tabbed-content-tab-holder > .wp-block-ub-tabbed-content-tabs-title-vertical-tab > .wp-block-ub-tabbed-content-tab-title-vertical-wrap.active, 
.wp-block-ub-tabbed-content-tab-holder > .wp-block-ub-tabbed-content-tabs-title > .wp-block-ub-tabbed-content-accordion-toggle.active {
  background-color: #e1e1e1 !important;
  color: #0693e3 !important;
}

.wp-block-ub-tabbed-content-tab-title-wrap:last-child
{
  margin : 0 !important;
}

.ub_table-of-contents
{
  border-radius: 5px;
  margin-top : 0 !important;
}

.ub_table-of-contents-header-container, .ub_table-of-contents-extra-container
{
  padding: 5px 15px !important;
}

.ub_table-of-contents-container li:not(.breadcrumb-item)
{
  font-size: 1rem;
}
/***********************/
/* Résultats recherche */
/**********************/

.search-result-item 
{ 
	margin-bottom: 1rem;
}

.search-result-item .title
{
	font-size:1.5rem;
}

/********/

.dotted {
    border-top:1px dotted #000;
}
