@font-face {
    font-family: 'argentina_scriptregular';
    src: url('/wp-content/themes/uncode-child/library/fonts/Argentina_Script/argentina_script-webfont.woff2') format('woff2'),
         url('/wp-content/themes/uncode-child/library/fonts/Argentina_Script/argentina_script-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


h1 strong,h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-family: 'argentina_scriptregular', Arial, sans-serif;
    
}


/******* Fonts *******/
@font-face{
    font-family: 'wf_SegoeUILight';
    src:url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.eot');
    src:url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.eot?#iefix') format('embedded-opentype'),
           url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.woff') format('woff'),
           url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.ttf') format('truetype'),
           url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.svg#web') format('svg');
    font-weight: normal;
    font-style: normal;
}

/******** Main boxes *******/
body {
background-color: #121212;
font-family: "wf_SegoeUILight", 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
font-family: "wf_SegoeUILight", 'Open Sans', sans-serif;
color: #fafafa;
text-align: center;
}

.container {
max-width: 970px !important;
margin: 0 auto;
padding: 25px 0px;
}

.left-box {
width: 480px;
float: left;
}

.right-box {
width: 480px;
float: left;
margin-left: 10px;
}

.margin-bot {
margin-bottom: 10px;  
}

/****** Colors ******/
.red {
background-color: #ac183c;
}

.blue {
background-color: #3c80ee;
}

.green {
background-color: #5aa518;
}

.grape {
background-color: #5132ab;
}

.fire {
background-color: #d24725;
}

.pink {
background-color: #ab338f;
}

.black {
background-color: #000;
}

.yellow {
background-color: #d1ac26;
}

.modal{
        -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0;
    
    max-width:100%!important;
    
}
.modal-box-btn{
  border-color: #28463f;
  color:#28463f;
     background-color:transparent;
padding:10px 15px!important;
margin:5px;
}

.modal-box-btn:hover{
  border-color: #28463f;
   background-color: #28463f;
  color:#ffffff;
padding:10px 15px!important;
margin:5px;
}

.modal-box-btn-2{
 background-color: #28463f;
  color:#ffffff;
padding:10px 15px!important;
margin:5px;
}

.modal-box-btn-2:hover{
 background-color: transparent;
 border-color: #28463f;
  color:#28463f;
padding:10px 15px!important;
margin:5px;
}

.modal-box-btn-wrapper{
    display:flex;
    justify-content:center;
    margin-top:50px;
}

.modal-box-wrapper .uncont{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    
}

.uncol .style-dark .modal-box h3{
color : #ffffff;
   font-family: Poppins !important;
font-weight:600;
font-size:15px;
padding:10px 15px;
 background-color:#28463f;
    margin: 0 5px;
    box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.45);
    transition:0.2s;
}


.uncol .style-dark .modal-box h3:hover{
color :#28463f;
 background-color: #ffffff;
 
}


.nom-superviseur{
text-align: right;
    color: #28463f;
    font-size: 35px!important;
    font-family: 'argentina_scriptregular', Arial, sans-serif;
    font-weight: 600;
    margin-bottom: -10px;
    
    
}

.modal h3 {
color :#28463f;
font-size:25px;
   font-family: Poppins !important;
font-weight:600;
text-align:left;
}

.modal p{
color :#28463f;
font-size:15px;
   font-family: Poppins !important;
font-weight:400;
    max-width: 50%;
    margin: 20px 0 0 auto;
}

.modal blockquote{
    font-size:15px;
    font-weight:400;
       font-family: Poppins !important;
}

.modal-box h3 {
color :#28463f;
font-size:15px;
   font-family: Poppins !important;
font-weight:600;
padding:10px 15px;
 background-color: #ffffff;
    margin: 0 5px;
    box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.45);
    transition:0.05s;
}

.modal-box h3:hover{
 background-color: #28463f;
  color: #ffffff;
}

.recipiendaire time {display:none!important;}
.recipiendaire .gravatar{display:none!important;}
.recipiendaire div.comment-meta.post-meta {margin-left:0;}

.recipiendaire .comment-reply-link{display:none!important;}
.recipiendaire .post-info{display:none!important;}

.recipiendaire .comment-form-email {display:none!important;}
.recipiendaire .comment-form-url{display:none!important;}
.recipiendaire .comment-form-cookies-consent{display:none!important;}

@media (max-width:960px) {
.modal-box-btn-wrapper{
flex-direction:column;
    margin-top:50px;
}
.modal p{
   max-width:100%;
    
}

.modal-box-btn, .modal-box-btn-2{
 transform-origin: center!important;
    
}

}
