/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

@font-face {
    font-family: 'EurofenceRegular';
    src: url('https://www.giraudon-associes.com/fonts/eurof35.ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EurofenceBold';
    src: url('https://www.giraudon-associes.com/fonts/eurof55.ttf');
    font-style: normal;

}

@font-face {
    font-family: 'MusticaRegular';
    src: url('https://www.giraudon-associes.com/fonts/MusticaPro-Regular.otf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LinLibertine';
    src: url('https://www.giraudon-associes.com/fonts/LinLibertine.ttf');
    font-style: normal;

}

@font-face {
    font-family: 'MusticaBold';
    src: url('https://www.giraudon-associes.com/fonts/MusticaPro-SemiBold.otf');
    font-style: normal;

}

p {
	font-family: 'MusticaRegular' !important;
}

strong {
	font-family: 'MusticaRegular' !important;
}


h1, h2, h3, h4 {
	font-family: 'MusticaRegular' !important;
}

p#breadcrumbs {
    display: none !important;
}

a.link_text {
    font-family: 'LinLibertine';
}

ul li {
	font-family: 'MusticaRegular' !important;
    list-style: disc;
    list-style-position: outside;
}

#top nav > ul > li > a {
	font-family: 'MusticaRegular' !important;
    font-size: 15px !important;
}

.grecaptcha-badge {
    visibility: hidden !important;
    opacity:0 !important;
}

img.image.wp-image-585.attachment-full.size-full {
    width: 70%;
    margin-top: 5%;
}

.slogan {
    font-family: 'LinLibertine' !important;
}

#footer-outer #footer-widgets .widget h4 { /* Bold for footer*/
    font-weight: 600 !important;
}

.page-id-9 .nectar-animated-title-inner { /* Homepage posts */
    border-radius: 20px;
    -webkit-transform: translate3d(0, 0, 0) !important;
     -webkit-backface-visibility: hidden !important;
    -moz-backface-visibility: hidden !important;
    -moz-transform: translate3d(0, 0, 0) !important;
}

img.image.wp-image-722.attachment-full.size-full {
    max-width: 50% !important;
	margin-top: 20px;
    }

a.link {
    font-weight: 800;
}

a.nolink {
    color: #FFF !important;
}


#footer-outer[data-cols="1"] #copyright, #footer-outer #copyright[data-layout="centered"] {
    padding: 10px 0!important;
    font-weight: 900 !important;
}

#formulaire-responsive {
	max-width:1000px; /*-- à modifier en fonction de la largeur désirée --*/;
	margin:0 auto;
        width:100%;
}
.rang-form {
	width: 100%;
}
.demi-colonne, .colonne {
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    font-weight: bold;
    color: #8DB4D8;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}


.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #	ccc;
	background-color: rgb(39 74 89 / 6%) !important;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	color: #69af36; 
      font-family: 'Noto Sans', sans-serif;
      border-color: #69af36; 
      font-size: 14px; 
/*  	  line-height: 49px; 
*/      height: 49px; 
      font-weight: 600; 
      background-color: #ffffff; 
      border-radius: 4px; 
          -moz-border-radius: 4px; 
          -webkit-border-radius: 4px; 
       text-transform: uppercase; 
       border-width: 2px;  
       padding-left: 26px; 
       padding-right: 26px;
}
.wpcf7-submit:hover{
	background: #69af36;
      color: #ffffff;
  }
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}



/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.demi-colonne {
		width: 50%;
	}
}

