/*
 Theme Name:   diginamic-gr8
 Theme URI:    http://gr8-web.com
 Description:  Theme enfant Avada surchargee et adaptee au besoin de Diginamic 
 Author:       Jonathan Guerino
 Author URI:   http://gr8-web.fr
 Template:     Avada
 Version:      1.2.7
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  diginamic-gr8
*/

/*@import url('https://fonts.googleapis.com/css?family=Poppins');*/

html{
    font-size:12pt !important;
}

body{
	overflow: auto !important;
}


/* BREADCRUMB */
.breadcrumbs_training .fusion-breadcrumbs, .breadcrumbs_training .fusion-breadcrumbs a{
    color:black !important;
  }

/* HEADER */
.training-header{
    font-family: 'Poppins', sans-serif !important;
    text-align: center;
    text-shadow: 3px 3px 6px rgba(0, 0, 0 ,0.2);
    vertical-align: middle;
    background-image: url(img/dev-background.jpg); 
    background-size: cover;
    min-height: 44em;
    background-attachment: fixed;
}

.training-header h1 {
    color: #FAC101 !important;
    font-size: 4rem !important;
    font-weight: bold !important;
    padding-top: 3em;
    margin-top:0;
    margin-bottom: 0.4em;
    
}

.training-header .subtitle{
    color:white ;
    font-size: 2.5rem !important;
    font-weight: bold !important;
}

.training-buttons{
    display: flex;
    justify-content: center;
    padding:2.5em;
}

.training-buttons a{
    min-width: 8em;
    margin: 0 1em;
    border-radius: 5px;
    padding: 0.5em 1.5em;
    font-size: 1.4rem;
    color: white;
    text-shadow: none;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.23);
}


.training-buttons .postuler{
    background-color: #FAC101;
    cursor: pointer;
    
}

.training-buttons .catalogue{
    background-color: #61C9E4;
    
}

.training-header .reference{
    font-family: 'Poppins', sans-serif ;
    text-align: center;
    text-transform: uppercase ;
    color: white;
    font-size: 1.5rem;
}

/*LIST UNDER HEADER*/

.list-info{
    margin: 0 auto !important;
    position: relative;
    top: -7rem;
    padding: 0 !important;
    max-width: 1492px;
}

.training-thumbs{
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    /* max-width: 1500px; */
    padding-left: 0px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: auto !important;
}

.training-thumbs span{
    padding: 0;
}

.training-thumbs div{
    min-height: 220px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    align-items: center;
    background-color: rgba(0,51,80,0.9);
    color : #FAC101;
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.3rem;
    text-align: center;
    padding: 15px;
    -webkit-box-shadow: 3px 3px 6px 0px #656565;
    -o-box-shadow: 3px 3px 6px 0px #656565;
    box-shadow: 3px 3px 6px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=135, Strength=6);
    -webkit-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}

.training-thumbs div:hover{
    background-color: rgba(0,51,80,1);
    -webkit-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}

.icon, .icon::after {
    height: 70px;
    width: 70px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover;
}

.icon::after{
    position: relative;
    top: -25px;
}

.duration,
.duration::after {
    content: url("img/circular-clock.svg");
}

.cost,
.cost::after {
    content: url("img/euro.svg");
}

.requirement,
.requirement::after {
    content: url("img/requirement.svg");
}

.max-participant,
.max-participant::after{
    content: url("img/group.svg");
}

.session,
.session::after {
    content: url("img/calendar.svg");
}

.plus,
.plus::after {
    height: 33px;
    width: 33px;
    margin: 5px auto 5px;
    display: block;
    content: url("img/plus.svg");
}

/*TABS*/
.CPF,
.CPF::after,
.CPF::before{
    content:url("img/Pastille-CPF.png");
    float: right;
    position: absolute;
    z-index: 20;
    right: 6%;
    height: 220px;
    margin-top: -110px;
    background-image: url("img/Pastille-CPF.png");
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
}

.tabs-training{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000a10+0,003350+100&0+0,0.6+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,10,16,0)),to(rgba(0,51,80,0.6)));
    background: linear-gradient(to bottom, rgba(0,10,16,0) 0%,rgba(0,51,80,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000a10', endColorstr='#99003350',GradientType=0 ); /* IE6-9 */
    padding: 1em 8em 7em;
}

.sky-tabs{
    margin: 0 auto !important;
    max-width: 1470px;
    font-family: 'Poppins', sans-serif !important;
    color:#003350 !important;
}

.sky-tabs-pos-left > label
{
    padding-left: 1%;
}

.sky-tabs > label span {
    font-size: calc(10px + 0.53vw);
}

/**** Accordion subtitute ****/
h4.panel-title
{
    font-family: 'Poppins', sans-serif !important;
    color:#003350 !important;
    font-size: 30px !important;
    font-weight: bold;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.panel-default > .panel-heading {
    color: #003350;
    background-color: #FAC101;
    border-color: #FAC101;
    border: 0px;
    padding: 0;
}

.summary
{
    background-color: rgba(0, 0, 0 ,0) !important;
}


.summary a{
        padding: calc(1.5em + 10px) calc(1.5em + 15px) calc(1em + 10px) calc(0em + 15px);
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
}


.summary a:hover
{
    color: #FFFFFF;
}

.panel.panel-default
{
    border-radius: 0;
    border: 0;
}

.panel-heading
{
    border-radius: 0px;
}

#accordionContent
{
    color:#003350;
    font-family: Roboto;
    font-weight: 300;
    font-size: initial;
}



.typography h2{
    margin: 50px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 40px !important;
    font-weight: bold !important;
    color: #003350 !important;
}

.typography p{
    margin-right: 100px !important;
    font-size: calc(12px + 0.5vw) !important;
    line-height: calc(12px+1vw);
    color: #003350 !important;
}

.goals li{
    list-style-type: none;
    font-size: 1.5em !important;
    color: #003350 !important;
    margin:1.5em;
}

.goals li::before{
    content:url('img/check-blue.svg');
    position: absolute;
    left: 41px;
    width: 33px;
    height: 33px;
}


/*GENERAL SETTINGS*/
.typography h2, .wrap-certificate h2, .summary-wrap h2, 
#contact, #other-training, #temoignages, #formateurs{
    font-family: 'Poppins', sans-serif !important;
    font-size: calc(35px + 1.15vw) !important;
    line-height: calc(50px + 0.5vw) !important;
    font-weight: bold !important;
    color: #003350 !important;
    text-align: center;
    /*text-shadow: 3px 3px 6px rgba(0, 0, 0 ,0.25);*/
}


/*SUMMARY*/
.summary-wrap{
    background-color: rgba(102, 137, 156, 0.2);
    padding: 100px;
}

.table.lesson.table.table-responsive
{
    border: 0;
}

/*ACCORDION*/
.heading-primary {
  font-size: 2em;
  padding: 2em;
  text-align: center;
}

.accordion dl,
.accordion-list {
  border: 0;
  margin-bottom: 0px;
}
.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background-color: #003A5A;
}

.accordion dd,
.accordion__panel {
  background-color: white;
  font-size: 1em;
  line-height: 1.5em;
}

.accordion p {
  padding: 1em 2em 1em 2em;
}

.accordion {
  position: relative;
  background-color: white;
  max-width: 1470px;
  margin: 0 auto;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0 2em 0;
}

.accordionTitle,
.accordion__Heading {
    background-color: #003A5A !important;
    text-align: left;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: calc(12px + 0.75vw);
    display: block;
    text-decoration: none;
    color: #fff;
    -webkit-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
    border-bottom: 1px solid #ffd64c !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.5em;
  line-height: 1em;
  float: left;
  transform-origin: 91% 41%;
  margin-top: 15px;
  padding-left: 3.5em;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  color: white;
}

.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #005b8d !important;
  color:white;
}

.accordionTitleActive{
    background-color: #005b8d !important;
}

.accordionTitleActive:before{
  
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}


.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
          animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
          animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}

.pull-right{
    float:right;
    color: #ffd64c;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
    min-width: 50px;
}

.pull-left{
    float:left;
}

.heading-label {
    /*padding-left: 40px;*/
    font-family: 'Poppins' !important;
    font-weight: 700 !important;
    font-size:1em !important;
    color: white !important;
    display: inline;
    text-align: left;
}

.lesson{
    margin-top: 20px;
    background-color: white;
    font-size: 1.5em !important;
}

.lesson td, .lesson tr {
    color : #003a5a;
    border: none !important;
}

.lesson tr h4{
    font-family: 'Roboto' !important;
    font-weight: 300 !important;
    font-size: 1em !important;
    display: inline;
}

.days{
   color:#003a5a;
   min-width: 45px;
}

.view, .view::after{
    content: url(img/eye.svg);
    max-height: 1em;
    width: 40px;
    /*margin: 0 15px;*/
    top: 3px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-repeat: no-repeat !important;
}

.download-pdf{
    background-color: #003a5a;
    padding: 0px;
    height: 130px;
    /*top: -15px;
    position: relative;*/
    text-align: center;
}

.download-pdf a{
    font-size: 1.5em;
    border-radius: 12px;
    text-transform: uppercase;
    padding: 16px 30px 16px 30px;
    background-color: #ffd64c;
    position: relative;
    top: 50px;
    color: #003a5a;
}

/*END OF ACCORDION*/

/*CERTIFICATE*/
.certificate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1470px;
    margin: 0 auto !important;
}

.wrap-certificate{
    background-image: url("img/certificate-bg.jpg");
    height: auto; 
    padding: 100px;
    display: inline-block;
    width: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    
}

.img-certificate {
    background-color: #FFE691;
    -webkit-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        /*-ms-flex-direction: column;
            flex-direction: column;*/
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.img-certificate:hover{
    background-color: #FFDC65;
    -webkit-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;

    
}

.img-certificate img{
    -webkit-transition: all 1s ease; /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
  	transition: all 1s ease;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    width: 100%;
    object-fit: contain;
    max-height: 420px;
}

.img-certificate img:hover{
    -webkit-transform:scale(0.85); /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
     transform:scale(0.85);
}

.certificate .description {
    /*overflow:scroll;*/
    background-color: #004A74;
    color: #FFE691;
    padding: 4%;
    font-weight: 300;
    font-size: calc(12px + 0.4vw);
    line-height: normal;

    -webkit-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}

.certificate .description:hover{
    background-color: #003350;
    -webkit-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}
.certificate .description h3{
     color: #FFE691;
     font-weight: 400;
     font-size: 1.25em;
}

/*TEAM*/

.wrap.team{
    margin-top: 50px;
}

.team h2{
    text-align: center!important;
}

.list-team{
    width: auto;
    margin: 0 auto !important;
    /*height: 400px;*/
    max-width: 1470px !important;
}

.list-team ul{
    width: 75%;
    padding-left: 0;
    padding-top: 60px;
}


.list-team h3{
    color: #003350 !important;
    font-weight:500;
    font-size:30px;
}

.list-team p{
    color:#66899C;
    font-size: 1.5em;
    line-height: normal;
    font-weight: 300;
}
.list-team img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    height: 240px;
    width:240px;
    -webkit-box-shadow: 3px 3px 6px 0px #656565;
    -o-box-shadow: 3px 3px 6px 0px #656565;
    box-shadow: 3px 3px 6px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=135, Strength=6);

    -webkit-transition: all 1s ease; /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
  	transition: all 1s ease;
}

.list-team img:hover{
    -webkit-transform:scale(1.15); /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
     transform:scale(1.15);
}

.boy,
.boy:after{
    content:url(img/boy.png);
    background-image: url(img/boy.png);
    background-size:cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.girl,
.girl:after{
    content:url(img/girl.png);
    background-image: url(img/girl.png);
    background-size:cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* TESIMONIAL*/
.testimonial{
    min-height: 920px;
    background-image: url(img/Triangles.png);
    background-size: cover;
    display: flow-root;
}

.testimonial h2{
    text-align: right !important;
    z-index:15;
    top: 188px;
    position: relative;
    padding-right: 100px;
}

.testimonial .ChatLog {
    margin-top: 150px;
    position: relative;
    width: 65%;
}

.testimonial .ChatLog li{
    list-style: none;
    background-color: #66899C;
    border-radius: 10px;
    width: 50%;
    min-height: 100px;
    color:white;
    /* margin:40px; */
    padding: 10px;
}

.testimonial .ChatLog li:nth-child(odd){
    float:left;
}

.testimonial .ChatLog li:nth-child(even){
    float:right;
    background-color: #003A5A;
}

.testimonial img{
     border-radius: 50%;
     -webkit-box-shadow: 3px 3px 6px 0px #656565;
     -o-box-shadow: 3px 3px 6px 0px #656565;
     box-shadow: 3px 3px 6px 0px #656565;
     filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=135, Strength=6);
     -webkit-transition: all 1s ease; /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
     transition: all 1s ease;
}

.name{
    line-height: 2em;
    font-size: 0.8em;
    padding-left: 25px;
}

.testimonial .ChatLog li:nth-child(odd) img{

    position: absolute;
    left: -60px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: -90px;
}

.testimonial .ChatLog li:nth-child(even) img{
    position: absolute;
    right: -45px;
    -ms-flex-item-align: baseline;
        align-self: baseline;
    margin-top: -90px;
}

.testimonial h3{
    font-size: 1.5em !important;
    font-weight: 300 !important;
    color:white !important;
    font-family: 'Roboto';
}

.testimonial .ChatLog li:nth-child(odd) h3{
    padding-left:20px;
}

.testimonial .ChatLog li:nth-child(even) h3{
    text-align:right;
    padding-left:-30px;
    position:relative
    
}

.testimonial .ChatLog p{
    font-size: 1.6em;
    /* margin:20px; */
    color:white;
    font-family: 'Roboto';
    line-height: 1.3em;
}

/**** CONTACT ****/

.contact {
    background-image: url(img/contact-bg.jpg);
    /*height: 800px;*/
    padding: 4%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap.others
{
    margin-top: 50px;
    padding-top: 0;
}

.contact h2 {
    text-align: left;
    padding-left: 100px;
    padding-top: 45px;
}

.contact form input[type="text"],
.contact form input[type="phone"],
.contact form input[type="email"],
.contact form textarea{
    background: transparent;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    padding-left: 4em;
    border: none;
    border-bottom: 2px solid #003A5A;
    margin-bottom: 10px;
    height: 80px;
    font-size: 1.5em;
    color:#003350 !important;
    border-radius: 0px !important;
    width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active { /* keep autofill transparent*/
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;

}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #003350 !important;

}
::-moz-placeholder { /* Firefox 19+ */
  color:  #003350 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color:  #003350 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color:  #003350 !important;
}

.inner-addon .name, .inner-addon .name::after {
    content: url(img/icon-group-contact.png);
}

.phone, .phone::after{
    content:url(img/telephone.png);
}

.email, .email::after{
    content: url(img/email.png);
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon i {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon i  { left:  0px;}
.right-addon i { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

@media (min-width: 992px ) {
    .contact .left
    {
        -webkit-transform: translateY(72%);
                transform: translateY(72%);
    }
}

.contact form textarea{
    width:100%;
    border: 2px solid #003A5A;
    height: 300px;
     padding: 1em;
}

.contact form input[type="submit"]{
    font-size: 1.5em;
    border-radius: 12px;
    text-transform: uppercase;
    padding: 16px 30px 16px 30px;
    background-color: #003350 !important;
    text-align: right;
    color:white;
    float:right;
    margin-top: 45px;
    border: none;
}

form.row
{
    width: 100%;
    display: block;
    max-width: 1470px;
    margin: 0 auto !important;
}

/*OTHER TRAININGS*/


.others h2{
    text-align: left;
    float: left;
    width: 50%;
    line-height: 1em !important;
}

.header{
    display: inline-block;
    padding: 0 140px;
    /* max-width: 1470px; */
    /* margin: 0 auto!important; */
}

.header a{
    float:right;
    font-size: 1.5em;
    border-radius: 12px;
    text-transform: uppercase;
    padding: 16px 30px 16px 30px;
    background-color: #003A5A;
    color:white;
}

.thumbs{
  margin: 0 10%;
}

.thumb-other{
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
    width: 300px;
    background-size: cover;
    padding:20px;
}

.thumb-other .caption{
    position:relative; 
    top:33%; 
    width:100%; 
    color:#FFFFFF;
}
.thumb-other .caption .name{
    font-size:1.2rem; 
    color: #FFFFFF; 
    font-weight: bold; 
    font-family: Poppins;
}

.thumb-content{
    position: relative; 
    top: 27%; 
    width: 100%; 
    color: #FFFFFF;
}

.thumb-label{
    font-size: 1.2rem; 
    color: #FFFFFF; 
    font-weight: bold; 
    font-family: Poppins;
}

.thumb-ref{
    font-size:0.8rem; 
    font-family: Roboto;
}

.thumb-line{
    border-bottom:1px solid #FFFFFF; padding: 4px; margin:0 auto !important;
}

.thumb-text{
    font-size:1rem; 
    font-family: Roboto; 
    color: #FFFFFF;
    margin-top: 4px !important;
}

.thumb-bottom{
    position:relative; 
    /*--custom-domain-color:#86BD24;*/
    left:0px; 
    top:-36px; 
    width:100%; 
    padding:10px; 
    background-color: var(--custom-domain-color);
    color:#FFFFFF;
}

.shadow{
     -webkit-box-shadow: 3px 3px 6px 0px #656565;
     -o-box-shadow: 3px 3px 6px 0px #656565;
     box-shadow: 3px 3px 6px 0px #656565;
     filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=135, Strength=6);
}


/******MODAL****/
.modal-header{
    background-color:transparent !important;
    border:none !important;

}

.modal-body {
    padding: 30px !important;
    font-size: calc(12px + 0.25vw) !important;
    color: #003350;
    font-weight: 300;
    line-height: 1.5em;
}

.modal-body a{
    color: #003A5A !important;
}

.modal-header h4{
    text-align: center !important;
    color: #003A5A !important;
    font-size: 2em !important;
    padding: 20px !important;
    text-shadow: 3px 3px 6px rgba(0, 0, 0 ,0.2);
}

.table {
    color:white !important;
    font-size: initial !important;
    border-radius: 10px !important;
}

.modal-body .table, #formation-date-sessions tr{
    background-color:#003A5A;
  }

.modal {
  text-align: center ;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-content{
    border-radius: 15px !important;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-footer{
    border-radius: 0 0 10px 10px !important;
    border: none !important;
    text-align: center !important;
}

.puce {
    height: 1.3em !important;
    display: inline-block !important;
    padding-right: 15px;
}


/****LESSON DETAIL MODAL ******/
.lesson-detail ul {
    background-color: #FAC101;
    padding: 0;
    border-radius: 0 0 10px 10px;
    margin-top: -33px;
    padding: 20px 72px 40px;
    color:#003A5A;
    font-weight: 400 !important;
}

.detail-subtitle, .lesson-detail h4,.lesson-detail h3, .lesson-detail h2, .lesson-detail h5{
    background-color: #FAC101;
    border-radius: 10px 10px 0 0;
    padding-top: 30px;
    color: white !important;
    text-shadow: 3px 3px 6px rgba(0, 0, 0 ,0.1);
    font-size: 1.5em !important;
    text-align: center;
}

.lesson-detail p {
    font-size: 1.1em !important;
    line-height:25px;
    font-weight: 300;
}

.lesson-detail li {
    font-size: 1em !important;
    line-height:25px;
    font-weight: 300;
}

/******* CAROUSSEL ******
    https://bootsnipp.com/snippets/featured/simple-carousel  *****/
.carousel {
    margin: 0 auto;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
	left: -12px;
    height: 40px;
	width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
	right: -12px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px !important;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: none !important;
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #003A5A !important;
    margin: 5px !important;
}
.carousel-indicators .active {
    background: #003A5A !important;
    width: 20px !important;
    height: 20px !important;
}

.item .row{
    padding: 30px  !important;
}

/** TRICK For filling empty spaces**/
.flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.carousel-row{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.trainer{
    min-height:400px;
    margin: 1em 0;
}
.empty{
    height:400px;
}

.empty-trainings
{
    height: 340px;
}
/**** END CAROUSSEL *****/

/***** POPUP FORMCRAFT ****/

/* Fermeture de la popup */
body .fc-trigger-close, body .fc_modal .fc_close{
    right: 16%;
    color:white;
}

/* Bouton à droite */
html .formcraft-css.image_button_cover a {
    cursor: pointer;
    padding: 6px 15px 19px 15px;
}

/*barre lateral*/
.formcraft-css.image_button_cover.placement-right.now-show .btn-contact{
    background-color: #EA5152;
    color: white;
    top: 1.6em !important;
}

.formcraft-css.image_button_cover.placement-right.now-show .documentation{
    background-color: #86BD24;
    color: white;
    top: 8em !important;
}

/***** RESPONSIVE ****/

@media (max-width: 1700px)
{
    .training-thumbs div{
        font-size: 1.1em;
        min-height: 190px;
    }

    .icon, .icon::after{
        height: 55px;
        width: 55px;
    }

    .plus, .plus::after {
        height: 25px;
        width: 25px;
    }

}

@media (max-width: 1500px)
{
    .training-thumbs div{
        min-height: 180px;
    }

    .icon, .icon::after{
        height: 50px;
        width: 50px;
    }

    .plus, .plus::after {
    height: 25px;
    width: 25px;
    }

    .CPF, .CPF::after{
        right: 8%;
        margin-top: -87px;
        height: 200px !important;
    }

}

@media (max-width: 1380px)
{
    .training-thumbs div{
        min-height: 160px;
    }

    .icon, .icon::after{
        height: 45px;
        width: 45px;
        margin-top: 4px;
        margin-bottom: 0;
    }

    .plus, .plus::after {
        height: 20px;
        width: 20px;
    }
}

@media (max-width: 1300px)
{
    .training-thumbs div{
        font-size: 0.9em;
        min-height: 150px;
    }

    .icon, .icon::after{
        height: 40px;
        width: 40px;
    }


    .CPF, .CPF::after{
        right: 9%;
        margin-top: -70px;
        height: 165px !important;
    }

    /* Temoignoiges */
    .testimonial .ChatLog p {
        font-size: 1.2em;
    }

    .testimonial .ChatLog li {
        width: 65%;
        padding:0;
    }
    .ChatLog__avatar, .ChatLog__avatar::after {
        height: 120px  !important;
        width: 120px  !important;
    }

    .testimonial .ChatLog li:nth-child(odd) img{
        left: -35px  !important;
        margin-top: -64px;
    }

    .testimonial .ChatLog li:nth-child(even) img{
        right: -30px;
        margin-top: -70px;
    }
}


@media (max-width: 1024px)
{
    .fusion-row
    {
        min-width: 100%;
        padding: 0 !important;
    }

}

@media (max-width: 992px)
{
    h2 {
        text-align: center !important;
    }

    .certificate 
    {
        margin: 20px  !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    }

    .img-certificate
    {
        width: 100%;
    }

    .training-thumbs{
        font-size: 1.5em;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .training-buttons a{
      font-size:2em
    }

    .list-info{
        top: 0;
    }
    
    /*TABS*/
    .CPF,
    .CPF:after{
        margin-top: 4px !important;
        height: 150px !important;
        right: 0;
    }

    .training-header
    {
        font-size: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .training-header .reference
    {
        text-align: center;
        margin-left: 0;
    }

    .tabs-training {
        background: white;
        padding-bottom: 0;
        padding: 50px 0;
    }

    .panel-body {
        padding: 30px 50px !important;
    }
    
    /*SUMMARY*/
    .summary-wrap{
        padding: 0;
        padding-top: 50px;
        padding-bottom: 100px;
        font-size: xx-small;
    }

    .heading-label {
        padding-left: 0;
        
    }

    
    .accordionTitle:before,
    .accordion__Heading:before {
        padding-left: 0;
        transform-origin: 50% 40%;
        margin-top: 12px;
    }

    .sky-tabs
    {
        margin: 0;
    }

    .wrap-certificate
    {
        padding: 0;
        padding-top: 50px;
        padding-bottom: 50px; 
    }

    .wrap
    {
        padding-top: 50px;
    }

    .testimonial h2
    {
        top: 40px;
    }

    .testimonial .ChatLog
    {
        margin-top:0;
        width:100%;
        
    }

    #contact
    {
        line-height: 54px !important;
        padding-left: 0;
        padding-top: 0;
        font-size: 3em !important;
        width: 100%;
    }

    .contact
    {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
    
    #formationButton
    {
        text-align: center;
    }

    .header
    {
        padding: 0 20px;
        padding-bottom: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .fusion-page-title-bar-breadcrumbs
    {
        display: none;
    }

    #main
    {
        padding-top: 0 !important;
    }

    .notooltip
    {
        margin: 5px;
    }

    li#Chatlog-entry-low-res
    {
        width: 100%;
        margin-bottom: 60px;
        margin-top: 60px;
        padding: 0px;
        font-size: small;
    }

    .xs-sm-invisible
    {
        visibility: hidden;
    }

    .summary-wrap {
        padding: 45px 0;
    }

    .accordionTitle, .accordion__Heading
    {
        padding-left: 1.5em;
    }

    .testimonial .ChatLog li:nth-child(odd) img {
        left: 0  !important;
    }

    .testimonial .ChatLog li:nth-child(even) img{
        right:0;
    }

    .name{
        padding-left: 75px;
    }

    .name.right{
        padding-left: 0px;
    }

}
/** end media 992px**/


@media (max-width:760px)
{
    .training-header h1
    {
        padding-top: 50px !important;
        font-size: 2.5rem !important;
    }

    .training-header .subtitle{
        font-size: 1.8rem !important;
    }

    .testimonial h2
    {
        text-align: center !important;
        padding-right: 0;
    }

    .CPF,
    .CPF:after{
        margin-top: -10px !important;
        height: 95px !important;
    }

    .goals li
    {
        font-size:1.1em !important;
    }

    .goals li::before{
        height: 21px;
        width:21px;
    }
    
    
    .carousel{
        padding:0;
    }

    .list-info{
        position: inherit;
    }

    #main {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /***** POPUP FORMCRAFT ****/

    /*largeur de la popup */
    html body .fc_modal .formcraft-css form.fc-form
    {
        width:100% !important;
    }

    /* Fermeture de la popup */
    body .fc-trigger-close, body .fc_modal .fc_close{
        right: 3%;
    }
}

/***TRICK FOR CONFLICT WITH AVADA ****/
@media only screen and (max-width: 1000px)
{
 .col-sm-2 {
        float: none;
        width: inherit !important;
    }
}

/***** FOR IE ******/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   /* IE10+ CSS */
    .CPF,
    .CPF::after,
    .CPF::before
    {
        width:180px;    
        height: 180px;
    }
    .view, .view::after{
        width:auto;
    }

    .img-certificate img{
        height: 100%;
    }

    .icon, .icon::after{
        margin-top: 15px;
        margin-bottom: 0;
    }

    .testimonial .ChatLog li:nth-child(odd) img
    {
        margin-top:0;
        top:-70px;
    }

    .testimonial .ChatLog li:nth-child(even) img {
        margin-top:0;
        top:35%;
    }
}

@supports (-ms-ime-align:auto) {
   /* IE Edge 12+ CSS */ 
    .CPF,
    .CPF::after,
    .CPF::before
    {
        width:220px;    
    }

    @media (max-width: 1500px)
    {

        .CPF,
        .CPF::after,
        .CPF::before{
            right: 8%;
            margin-top: -87px;
            height: 200px  !important;
            width: 200px;
        }

    }

    @media (max-width: 1380px)
    {
        .icon, .icon::after{
            margin-top: 15px;
            margin-bottom: 0;
        }
    }

    @media (max-width: 1300px)
    {
        .CPF,
        .CPF::after,
        .CPF::before{
            right: 9%;
            margin-top: -70px;
            height: 165px  !important;
            width: 165px;
        }
    }
}


/******* Page Calendrier *****/
#sessions.table, #sessions_wrapper table{
    background-color:#003350;
    text-align: left;

}

#sessions th, #sessions_wrapper th{
    color:#F9BA00;
    font-family: "Poppins";
    padding: 15px;
}

#sessions tbody{
  color:#003350;
}

#sessions tbody tr{
  background-color:white;  
}

#sessions tbody tr:nth-child(even){
  background-color:#FEF7E3;

}

td.border-yellow
{
    border-right: 1px solid #F9BA00 !important;
}

#sessions a, #sessions a:hover{
    color:#003350;
}

#sessions tbody tr:hover
{
  background-color:#F9BA00;
}



 .dataTables_scrollHead:first-child{
    overflow-x: auto !important;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
  opacity:1;
  color:#F9BA00;
  bottom: 14px;
  right: 14px;
}

#formation-date-sessions thead .sorting:after, #formation-date-sessions thead .sorting_asc:after, #formation-date-sessions thead .sorting_desc:after, #formation-date-sessions thead .sorting_asc_disabled:after, #formation-date-sessions thead .sorting_desc_disabled:after{
    bottom: 20px;
    right: 20px;
    opacity:0.7;
}

#formation-date-sessions thead .sorting_asc:after, #formation-date-sessions thead .sorting_desc:after{
    opacity:1;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top:none !important;
}

.table > thead > tr > th, .dataTables_scrollBody {
    border-bottom: none !important;
}

input[type="search"] {
    border-radius: 5px;
}

.sort-row{
    margin-bottom: 50px;
}

@media screen and (max-width: 764px){
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        text-align: left !important;
    }
    
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    top: 5px;
    margin-left: 5px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {display:none;}
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 36px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }


.fusion-page-title-bar {
    border-top: none;
    border-bottom: none;
}

/*Centrer le contenu*/
.grid {
    margin: 0 auto;
}

/*Page implantation */

.centre-info{
    margin-top : 1.5em !important;
}

.centre-info .fusion-column-wrapper{
    min-height:17em !important;
    display:  flex;
    flex-direction:column;

}

.centre-info .fusion-text{
    margin: auto;
    padding:5%;
}

.centre-info .fa {
    margin-top:-30px !important;
}

.centre-info-bottom {
    margin-top:3em !important;
}

.centre-titre h2{
    font-size:2.5em !important;
    margin-top:1.5em !important;
    color:#F9BA00 !important;
}

.centre-carousel{
    display:flex; 
    justify-content: center;
    margin-left: -40px;
    margin-right: -40px;
}

.centre-vignette{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height:350px;
    background-size:cover; 
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    width:33.3333333333333%;
    background-position: center;
}

@media(max-width:992px){
    .centre-vignette{
        width:100%;
        height:15em;
    }
    .centre-carousel{
        flex-wrap: wrap;
    }
}

.centre-vignette i{
font-size: 5em;
z-index:2;
}

.centre-vignette:hover{
    -webkit-transform: perspective(1000px) scale(1.1);
    transform: perspective(1000px) scale(1.1);
    z-index:1;

}

.centre-vignette:after {
    position: absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
}

.centre-vignette:hover:after  {
    opacity: .75;
    background-color: #F9BA02;
}

.centre-vignette h3{
    font-size:2em !important;
    color:white !important;
    z-index:2;
}

#montpellier{
    background-image:url('/wp-content/uploads/2018/05/montpellier-913011_1920.jpg');
}

#montpellier:hover:after{
    background-color: #003350;
}

#lyon{
    background-image:url(/wp-content/uploads/2018/05/lyon-2467763_1920.jpg);
}

#lyon:hover::after{
    background-color: #86BD24;
}

#nantes{
    background-image:url(/wp-content/uploads/2018/05/nantes-110647_1920-compressor.jpg);
}

#brest{
    background-image: url(/wp-content/uploads/2018/10/Centre-Brest-e1540818052701.jpg);
}

#brest:hover::after{
    background-color: #EA5151;
}

.container-centre{
    margin-top: -5%;
    z-index: 30;
}

.centre-informations .fusion-column-content{
    padding:5% 15%;
    color:white;
}

.centre-coordonnees .fusion-column-content .fusion-text{ 
    padding:10%;
    color:white;
    min-height: 153px;
}

.centre-coordonnees .fusion-column-content p{
    margin:0;
    padding-left:5em;
    font-size:1.2em;
}

/*Slider revolution*/
.tp-mask-wrap h1, .tp-mask-wrap h2, .tp-mask-wrap h3 {
    text-align: center !important;
}
@media screen and (max-width:480px)
{
    .tp-mask-wrap h1 {
        font-size: 25pt !important;
        line-height: 25pt !important;
    }

}

/*Bug correction due to conflict with plugin*/
.modal-backdrop.in {
    visibility: hidden;
}

/*Correction Police mega menu */
.fusion-megamenu-title{
    font-family: Poppins !important;
}

/* Marge pour les mobiles sur le texte */
@media screen and (max-width:1024px){
    .fusion-text{
        margin:1rem;
    }
}

/**Correction bug plein ecran */
html.avada-is-100-percent-template #main.width-100,
html:not(.avada-has-site-width-percent) #main.width-100 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.page-template-formation .fusion-row{
    max-width:100% !important;
}