.wpcf7-text, .wpcf7-dynamictext, .wpcf7-textarea, .wpcf7-form-control.wpcf7-submit {
	border-radius: 5px !important;
}

.wpmtst-testimonial.testimonial {
    background-image: radial-gradient( circle at bottom left, #d6d6d682, #f0060600 );  
}

.prezoom:hover {
  transform: scale(1.05);
}

.strong-view.wpmtst-default .wpmtst-testimonial-content p:last-of-type {
    text-align: justify;
}

.myrow {
  display: flex;
  width: 100%;
}

.myrow div {
  width: 50%;
  padding: 15px;
  margin: 10px;
}

.myfouraccueil {
	-webkit-box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.5); 
	box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.5);
}

.myonesociety {
	-webkit-box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.5); 
	box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.5);
}

.myfourhiring {
	-webkit-box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.5); 
	box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.5);
}

h1 {
	font-weight: 700;
}

h5 {
	font-weight: 200;
}

h2 {
  font-weight: 650;
}

@media all and (max-width: 1070px) {
    .myrow {
        display: inline;
    }
      
    .myrow div {
  		width: 100%;
      margin: 0px;
      margin-top: 35px;
    }
}

.corp-container {
    max-width: 1200px;
}

.regie {
	padding: 10px;
  width: 60%;
}

@media all and (max-width: 648px) {
    .regie {
      width: 100%;
    }
}

.ctf-header.ctf-no-bio {
	border-radius: 5px;
}

.mycontact {
	margin-left: 20px;
  background-color: #4abb4a;
  padding: 8px;
	-webkit-box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.5); 
	box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.5);
}

a.ow-icon-placement-left.ow-button-hover {
	text-align: right;
}

/* Style du lien */
.link-newtab {
  position: relative;
}

/* Tooltip */
.link-newtab .tooltip {
  visibility: hidden;
  background: #000;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 0.85rem;
  position: absolute;
  bottom: 120%;
  left: 0;
  white-space: nowrap;
  z-index: 10;
}

/* Affichage au hover et focus */
.link-newtab:hover .tooltip,
.link-newtab:focus .tooltip {
  visibility: visible;
}

.accueil-sub-title, h1.actualites-sub-title{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #585858;
		font-family: "Nunito Sans";
		margin: 25px 0;
}

.banner{
		display: flex;
    align-items: flex-start;
		justify-content: center;
		width:100%;
		position:relative;
}

.toggle-gif{
		display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.banner>button#toggle-on,
.banner>button#toggle-off{
		position: absolute;
		bottom:0;
		left:0;
		color: white;
		font-size:24px;
		background-color:transparent;
		border:none;
		opacity:0.5;
}


.banner>button#toggle-on.decagreen,
.banner>button#toggle-off.decagreen{
		color:#1A8930;
}

.banner>button#toggle-on:hover,
.banner>button#toggle-off:hover,
.banner>button#toggle-on:focus,
.banner>button#toggle-off:focus{
		opacity:1;
}

.banner>button#toggle-on .tooltip,
.banner>button#toggle-off .tooltip{
  visibility: hidden;
  background: #000;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 0.85rem;
  position: absolute;
  left: 0;
	bottom: 45px;
  white-space: nowrap;
  z-index: 10;
	text-transform: capitalize;
}

.banner>button#toggle-on:hover .tooltip,
.banner>button#toggle-off:hover .tooltip,
.banner>button#toggle-on:focus .tooltip,
.banner>button#toggle-off:focus .tooltip{
  visibility: visible;
}

.banner h1{
		position:absolute;
		top:0;
		right:0;
		color:transparent
}
.banner>button#toggle-on.undisplay,
.banner>button#toggle-off.undisplay{
		display:none
}

.banner>button>i.far {
		text-shadow:2px 2px 2px rgba(206,89,55,0)
}


.sow-features-list .sow-icon-container {
	display: flex !important;
    align-items: center;
    justify-content: center;
}

.recrutement-sub-title p {
	text-align: left;
	color: #626262;
	line-height: 1.4em;
	font-weight: 200;
	margin-bottom:25px;
	font-family:"Nunito Sans", sans-serif;
	font-size:18px;
}

q {
    font-style: italic;
    quotes: none; /* Supprime les guillemets automatiques */
}

.accueil-img img{
		max-height: 250px !important;
		width: auto !important;
}

.awsm-grid.cards-style figure{
	display: flex;
	justify-content: center;
}

.awsm-grid.cards-style figure{
	display: flex;
	justify-content: center;
}

.awsm-grid.cards-style img{
	max-height: 250px !important;
	width: auto !important;
}

@media (max-width: 678px) {
    .awsm-grid-wrapper .awsm-grid>.awsm-grid-card {
        width: 50%;
    }
}



@media (max-width: 450px) {
    .awsm-grid-wrapper .awsm-grid>.awsm-grid-card {
        width: 100%;
    }
}

.skip-link {
    position: absolute;
    top: -45px;
    left: 0;
    padding: 8px 16px;
    z-index: 1000;
    text-decoration: none;
    transition: top 0.2s ease;
		color:rgb(30, 115, 190);
		background-color:rgb(241, 241, 241);
}

.skip-link:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; 
}