@charset "UTF-8";
/*
Theme Name:  Leo Tardin 2025
Description: Thème 2025
Author:      Pierre Schilling
Template:    twentytwenty
Version:     1.0.0
Text Domain: twenty-twenty-child
*/

@charset "UTF-8";
/* CSS Document */
#wpadminbar {
	display:none!important
	}
	
	body:not(.custom-background-image).admin-bar:before {
    top: 0!important;
}

html {
   height: 100%;
}

html, body {
    width: 100%;
    margin: 0px;
    font-weight: 500;
    color: black;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;

     text-rendering:optimizeLegibility !important;

}

body {
    position: absolute;
    width: 100%;
	height: 100%;
	background-position:center;
	
}
* {
	box-sizing: border-box;
}
*:focus {
    outline: none;
}
.grecaptcha-badge {
    display: none !important;
}

p {
    margin: 0 0 20px;
    white-space: initial;
    font-weight: normal;
}


p:last-child {
    margin: 0;
}

p strong, p a,  {
}

 b {
}



sup {
}

li:last-child {
    margin-bottom: 0!important;
}


a {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    text-decoration: none!important;
    color: inherit;
    cursor: pointer;
    opacity: 1;
    color:inherit;
}



p a {
    color: inherit;
    border-bottom: 1px solid;
}

ul {
    margin: 0 0 20px 0;
    padding: 0;
}

li{
	margin:0;
	padding:0;
	list-style: none;
}

.col li {
    list-style: circle;
    margin-left: 20px;
    margin-bottom: 5px;
}

strong, b {
    font-family: d-dindin-bold;
}

sup {
    line-height: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 !important; 
    font-weight: bold; 
}

h1.archive-title {
    text-align: center;

    }
h2 {

}
h3{}
h4{}
h5{}
h6{}


img{
	max-width:100%;
	height:auto;
}

img.alignright {
    float: right;
}
img.alignleft {
    float: left;
}




input, textarea {
    width: 100%;
    padding: 5px;
    font-family: inherit;
    font-size: inherit;
    margin-top: 10px;
}
 {
    border: 1px solid;
}
.col {
    overflow:auto;
}



.col-one, .col-two{
	float:left;
	width:48%;
	width:calc(50% - 20px);
}

.two-col-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.col-full{
   max-width:1200px;
}

header.header-general, footer, .row, .page-header, #square-list {
    padding: 30px;
}
.page-header{
   padding-bottom:0;
}
.row.image-pleine-page, .row.liens-vers-pages {
   padding:0;
}

.row.articles {
    flex-wrap: wrap;
}



.header-container {
    display: flex;
    height: 100%;
    gap: 15px;
}


header.header-general {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 15;
    width: 100%;
    max-width: 2000px;
}


header.header-general.logo-centre {
    flex-direction: column;
}

header.header-general.titre-gauche {
    flex-direction: row;
}

.logo {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    padding-right: 15px;
}

.logo-responsive{
   display:none;
}
header.header-general.scrolled {
    padding-bottom: 10px;
}


header.header-general.scrolled .logo {
    margin-bottom: 10px;
}

#page {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
}
#content {
    margin: 0 auto;
    min-height: 85vh;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 80px;
}
article {
    margin: 0 auto;
}
.entry-content {
    margin: 0 auto;
}

article#post-100 .entry-content {
    display: flex
;
    flex-wrap: wrap;
}
article#post-100 .row.lecteur {
    width: 50%;
    margin: 0;
    padding-bottom: 0;
}

article#post-100 .row.sub-title {
    margin-top: 20px;
}

.row, .page-enfant {
    float: left;
    width: 100%;

}
.row, .row-container {
    display: flex;
    justify-content: center;
   
}

.lecteur .row-container {
    display: block !important;
}
.row{
   margin-bottom: 30px;
}


.row.lecteur p {
    width: 100%;
    margin: 0;
}

.row-container.rowalignleft {
    justify-content: left;
}
.row-container.rowaligncenter {
    justify-content: center;
}

.row-container.rowalignright {
    justify-content: right;
}


.different-height {
   width:100%;
}
img.fullpage-image {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
img.fullpage-image.respo {
    display: none;
}
.row.sub-title {
    margin-bottom: 0;
    padding-bottom: 0;
}
.sub-title, .page-title{
   width:100%;
}

.row:last-child, .page-enfant:last-child{
    margin-bottom: 0;
}
.files {
    border-bottom: 1px solid #cccccc;
    float: right;
    width: 100%;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

.file {
    margin-bottom: 10px;
    background-color: rgb(97 53 254 / 50%);
    float: left;
    padding: 10px 30px 10px 10px;
    margin: 20px 20px 20px 0;
    box-sizing: border-box;
}

.file span {
    display: flex;
    align-items: center;
    height: 100%;
    width: 67%;
    width: calc(100% - 120px);
    float: left;
}

.file img {
    max-width: 100px;
    float: left;
    margin-right: 20px;
    border:1px solid rgb(97 53 254);;
}

sup {
    line-height: 0;
    font-weight: bold;
    font-size: 60%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    width: 100%;
}

  .embed-container iframe, .embed-container object, .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
  }
p iframe {
      max-width: 100%;
  }    
    
    
    .email-principal {
    text-align: center;
    margin-bottom: 20px;
}

.email-principal span {
    border-left: 1px solid #0077bc;
    border-right: 1px solid #0077bc;
    padding: 5px;
}

.galerie {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gallery-item img {
    width: 100%;
}
.gallery-item {
	margin:10px;
}

.gallery-item:last-child {
    margin-right:0;
}
.gallery-item p{
	font-size:14px;
}

#square-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}
li.square {
    width: 50%;
    text-align: center;
    overflow: hidden;
    padding: 15px;
}
li.square:nth-child(odd) {
   padding-left:0;
}
li.square:nth-child(even) {
   padding-right:0;
}
li.square:nth-child(-n+2) {
    padding-top: 0;
}
.square-title {
    display: flex;
    position: absolute;
    height: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
    opacity: 0;
    color: white;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    padding: 20px;
}

.square-portrait:hover .square-title{
	opacity:1;
}


.square-portrait {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
        position: relative;
}
.square a:hover{
	opacity:1;
}

.square-portrait:after {
    content: "";
    display: block;
    padding-bottom: 65%;
        -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background-color:none;
}

.wpcf7 p {
    font-size: 15px;
}



.social-media-icon-container.responsive {
    display: none;
}

.social-media-icon {
    max-height: 18px;
    width: 25px;
}
footer {
    display: flex;
    flex-direction: column;
}

footer .footer-gauche {
    align-items: flex-start;
}

.footer-gauche .social-media-icon-container.menu a {
    justify-content: left;
    padding-left: 0;
    padding-right: 10px;
}
footer.site-footer.footer-centre {
    align-items: center;
}
.footer-centre .social-media-icon-container.menu a {
    justify-content: center;
}
footer.site-footer.footer-droite {
    align-items: flex-end;
}

.footer-droite .social-media-icon-container.menu a {
    justify-content: right;
    padding-right: 0;
    padding-left: 10px;
}
.social-media-icon-container.menu {
    margin: 0;
    width: fit-content;
    display:flex;
}

footer .social-media-icon{
	max-height:none;
}

.footer-gauche p {
    text-align: left !important;
}
.footer-centre p {
    text-align: center !important;
    margin-bottom: 15px;
}
.footer-droite p {
    text-align: right !important;
}


@media screen and (max-width: 1000px) {

.col-full, .two-col-container, .galerie, .flexslider, .files, #square-list  {
    width: 100%!important;
}

    li.square {
     width: 50%;
     margin: 0 !important;
 }
li.square:nth-child(2n+0) {
    padding-left: 15px;
    padding-right: 0;
}
li.square:nth-child(2n-1) {
    padding-left: 0;
    padding-right: 20px;
}
    .social-media-icon {
     width: 25px;
     max-height: none;
 }
 

 
 .wpml-ls-legacy-list-horizontal {
     border: 0;
     padding: 0;
 }
.social-media-icon-container.responsive {
    display: inherit;
}
img.fullpage-image.full {
    display: none;
}
img.fullpage-image.respo {
    display: block;
}

img.fullpage-image.respo {
    object-position: top;
    object-fit: contain;
}

.different-height.heightok {
    height: auto !important;
}
.row.lecteur .row-container {
    width: 100% !important;
}
}

@media screen and (max-width: 750px) {
article#post-100 .row.lecteur {
    width: 100%;
}
p iframe{
  width:100%;
}
}
@media screen and (max-width: 550px) {
   
	header.header-general, footer, .row, .page-header, #square-list{
      padding:15px;
   }
   .row-container {
        width: 100% !important;  
     }
     
     #square-list {
         padding: 15px;
     }  
     
     .square-title{
        opacity:1;
     }
.logo{
         max-width:calc(100% - 80px)!important;
   }
   header.header-general.scrolled .logo{

      margin-bottom:0px;
   }

	div#page {
    margin-top: 80px;
}
.file {
    max-width: 100%;
    margin: 5px 5px 5px 0;
    width: 100%;
}

    .two-col-container {
     flex-direction: column;
     gap: 0;
 }
 
 .col-one, .col-two {
     width: 100%;
     padding: 0 0 20px;
 }

li.square {
    width: 100%;
    margin: 0!important;
    padding: 10px 0!important;
}

img.fullpage-image {
    object-position: 80%;
}
article#post-129 .col-one {
    margin-bottom: 60px;
}
}
